Skip navigation links

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

E17060-04


oracle.odi.domain.runtime.errortable.support
Class ErrorTableRemoverImpl

java.lang.Object
  extended by oracle.odi.domain.runtime.errortable.support.ErrorTableRemoverImpl

All Implemented Interfaces:
IErrorTableRemover

public class ErrorTableRemoverImpl
extends java.lang.Object
implements IErrorTableRemover

This is a helper class to drop error tables defined in a given data server.

Given a physical schema ID, this class helps you identify the error tables defined and also an API to drop all the error tables.

Since:
11.1.1.6.0
Version:
$Header: ErrorTableRemoverImpl.java 12-sep-2011.15:34:42 ysun Exp $

Constructor Summary
ErrorTableRemoverImpl(OdiInstance pOdiInstance)
          Constructor that sets the OdiInstance OdiInstance.

 

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.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ErrorTableRemoverImpl

public ErrorTableRemoverImpl(OdiInstance pOdiInstance)
Constructor that sets the OdiInstance OdiInstance.
Parameters:
pOdiInstance - the OdiInstance

Method Detail

getErrorTables

public 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.
Specified by:
getErrorTables in interface IErrorTableRemover
Parameters:
pPhySchemaId - the Physical Schema ID where the error tables reside
Returns:
the list of error tables with qualified names.

removeErrorTables

public void removeErrorTables(java.lang.Number pPhySchemaId)
Drop all the error table names given a physical schema ID.
Specified by:
removeErrorTables in interface IErrorTableRemover
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.