|
Oracle© Data Integrator Data Services Java API Reference 11g Release 1 (11.1.1.6.0) E17062-03 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
Oracle© Data Integrator Data Services Java API Reference 11g Release 1 (11.1.1.6.0) E17062-03 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||