Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.domain.runtime.errortable
Interface IErrorTableRemover

All Known Implementing Classes:
ErrorTableRemoverImpl

public interface IErrorTableRemover

Given a physical schema ID, interface to identify the error tables defined and also to drop all the error tables.

Since:
release specific (what release of product did this appear in)
Version:
$Header: IErrorTableRemover.java 12-sep-2011.15:34:14 ysun Exp $

Method Summary
 java.util.Collection<java.lang.String> getErrorTables(java.lang.Number pPhySchemaId)
          Gets a list of fully qualified error table names for a given physical schema ID.
 void removeErrorTables(java.lang.Number pPhySchemaId)
          Drop all the error table names given a physical schema ID.

 

Method Detail

getErrorTables

java.util.Collection<java.lang.String> getErrorTables(java.lang.Number pPhySchemaId)
Gets a list of fully qualified error table names for a given physical schema ID.
Parameters:
pPhySchemaId - the Physical Schema ID where the error tables reside
Returns:
the list of error tables with qualified names.

removeErrorTables

void removeErrorTables(java.lang.Number pPhySchemaId)
Drop all the error table names given a physical schema ID.
Parameters:
pPhySchemaId - the Physical Schema ID where the error tables reside

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.