|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IErrorTableRemover
Given a physical schema ID, interface to identify the error tables defined and also to drop all the error tables.
| 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 |
|---|
java.util.Collection<java.lang.String> getErrorTables(java.lang.Number pPhySchemaId)
pPhySchemaId - the Physical Schema ID where the error tables residevoid removeErrorTables(java.lang.Number pPhySchemaId)
pPhySchemaId - the Physical Schema ID where the error tables reside
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||