Skip navigation links

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

E17062-04

A B C D G I M O Q R S T U


C

CDCManagedEntity - Class in oracle.odi.dataservices.fwk
A data service parameter which represents the entity corresponding to a data change captured for a datastore.
CDCManagedEntity() - Constructor for class oracle.odi.dataservices.fwk.CDCManagedEntity
Constructs a new CDCManagedEntity.
CDCManagedEntityList - Class in oracle.odi.dataservices.fwk
A data service parameter that represents a list of CDCManagedEntity objects.
CDCManagedEntityList() - Constructor for class oracle.odi.dataservices.fwk.CDCManagedEntityList
Constructs a new, empty CDCManagedEntityList.
CDCQuery - Class in oracle.odi.dataservices.fwk
A data service parameter which represents a query that retrieves a list of captured changes.
CDCQuery(String, Integer) - Constructor for class oracle.odi.dataservices.fwk.CDCQuery
Constructs a new CDCQuery object.
ColumnsMeta - Class in oracle.odi.dataservices.fwk
This class provides metadata about the columns of the managed entity to which it is attached.
ColumnsMeta() - Constructor for class oracle.odi.dataservices.fwk.ColumnsMeta
Constructs a new ColumnsMeta object with no columns.
ColumnsMeta(String[], int[], boolean[], String[], String[]) - Constructor for class oracle.odi.dataservices.fwk.ColumnsMeta
Constructs a new ColumnsMeta object with a set of columns.
concatStrings(List, String, String, String) - Static method in class oracle.odi.dataservices.fwk.Utils
Returns a String containing the input strings concatenated together..
createDeleteQuery(String, String) - Static method in class oracle.odi.dataservices.fwk.Utils
Returns a String containing a SQL DELETE statement with a WHERE clause for a given table.
createFromResultSet(ResultSet, List) - Static method in class oracle.odi.dataservices.fwk.CDCManagedEntity
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.
createFromResultSet(ResultSet, List, Integer) - Static method in class oracle.odi.dataservices.fwk.CDCManagedEntityList
Helper method to create a CDCManagedEntityList from a JDBC ResultSet object.
This method calls the createFromResultSet method of CDCManagedEntity with the pResultSet parameter and appends the resulting CDCManagedEntity to the list, until pMaxRowCount is reached or pResultSet if empty.
createFromResultSet(ResultSet, List) - Static method in class oracle.odi.dataservices.fwk.ManagedEntity
Helper method used to create a ManagedEntity from a JDBC ResultSet object.
This method creates a new ManagedEntity and sets its columns' values to those from the ResultSet.
createFromResultSet(ResultSet, List, Integer) - Static method in class oracle.odi.dataservices.fwk.ManagedEntityList
Helper method used to create a ManagedEntityList from a JDBC ResultSet object.
This method calls the createFromResultSet method of ManagedEntity with the pResultSet parameter and appends the resulting ManagedEntity to the list, until pMaxRowCount is reached or pResultSet if empty.
createInsertQuery(List, String) - Static method in class oracle.odi.dataservices.fwk.Utils
Returns a String containing a SQL INSERT statement for a given table with a list of columns to insert into.
createSelectQuery(List, String, String, String) - Static method in class oracle.odi.dataservices.fwk.Utils
Returns a String containing a SQL SELECT query for the given table, list of columns, WHERE clause and ORDER BY clause.
createUpdateQuery(List, String, String) - Static method in class oracle.odi.dataservices.fwk.Utils
Returns a String containing a SQL UPDATE query for a given table with a list of columns to update and a given WHERE clause.
createWhereClause(QueryFilter) - Static method in class oracle.odi.dataservices.fwk.Utils
Returns a String containing a SQL WHERE clause generated from a QueryFilter.
createWhereClause(UpdateDeleteFilter) - Static method in class oracle.odi.dataservices.fwk.Utils
Returns a String containing a SQL WHERE clause generated from a UpdateDeleteFilter.

Skip navigation links

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

E17062-04

A B C D G I M O Q R S T U


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