Skip navigation links

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

E17062-04


Uses of Class
oracle.odi.dataservices.fwk.CDCManagedEntity

Uses of CDCManagedEntity in oracle.odi.dataservices.fwk

 

Methods in oracle.odi.dataservices.fwk that return CDCManagedEntity
static CDCManagedEntity CDCManagedEntity.createFromResultSet(java.sql.ResultSet pResultSet, java.util.List pManagedEntityColumnsList)
          Helper method used to create a CDCManagedEntity from a JDBC ResultSet object.
This method creates a new CDCManagedEntity and sets its columns values with those from the ResultSet: JRN_DATE column is mapped to the JrnDate field JRN_FLAG column is mapped to the JrnFlag field The values of the columns listed in pManagedEntityColumnsList are added to the fields of the ManagedEntity concerned by the change.
 CDCManagedEntity CDCManagedEntityList.getCDCManagedEntity(int pIdx)
          Retrieves the CDCManagedEntity element located at position.

 

Methods in oracle.odi.dataservices.fwk with parameters of type CDCManagedEntity
 void CDCManagedEntityList.addCDCManagedEntity(CDCManagedEntity pCDCManagedEntity)
          Appends a new CDCManagedEntity to the end of the list.

 


Skip navigation links

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

E17062-04


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