- setColumnValue(String, Object) - Method in class oracle.odi.dataservices.fwk.ManagedEntity
-
Sets the value of a column specified by name.
- setJrnDate(Date) - Method in class oracle.odi.dataservices.fwk.CDCManagedEntity
-
Sets the date when the change was captured.
- setJrnFlag(String) - Method in class oracle.odi.dataservices.fwk.CDCManagedEntity
-
Sets the type of change captured.
- setManagedEntity(ManagedEntity) - Method in class oracle.odi.dataservices.fwk.CDCManagedEntity
-
Sets the ManagedEntity affected by the change.
- setParameters(ColumnsMeta, PreparedStatement, ManagedEntity, List, int) - Static method in class oracle.odi.dataservices.fwk.Utils
-
Sets the parameters of a JDBC PreparedStatement using values
from a ManagedEntity, starting with the given parameter
number.
For each column name in the pColsToSet list, the value from
the matching column in pSourceManagedEntity is set to each
parameter in the pStatement, starting at parameter number
pFirstParameterIdx.
- setParameters(ColumnsMeta, PreparedStatement, ManagedEntity, List) - Static method in class oracle.odi.dataservices.fwk.Utils
-
Sets the parameters of a JDBC PreparedStatement using values
from a ManagedEntity.
- setSourceObject(Object) - Method in exception oracle.odi.dataservices.fwk.OdiSKMException
-
Set the source object associated with this exception
- size() - Method in class oracle.odi.dataservices.fwk.CDCManagedEntityList
-
Returns the number of elements in the list.
- size() - Method in class oracle.odi.dataservices.fwk.ManagedEntityList
-
Returns the number of elements in the list.