|
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 ColumnsMeta in oracle.odi.dataservices.fwk |
|---|
| Methods in oracle.odi.dataservices.fwk that return ColumnsMeta | |
|---|---|
ColumnsMeta |
DataServiceMeta.getColumnsMeta()Returns metadata about the columns. |
| Methods in oracle.odi.dataservices.fwk with parameters of type ColumnsMeta | |
|---|---|
static void |
Utils.setParameters(ColumnsMeta pColumnsMeta, java.sql.PreparedStatement pStatement, ManagedEntity pSourceManagedEntity, java.util.List pColsToSet)Sets the parameters of a JDBC PreparedStatement using values from a ManagedEntity. |
static void |
Utils.setParameters(ColumnsMeta pColumnsMeta, java.sql.PreparedStatement pStatement, ManagedEntity pSourceManagedEntity, java.util.List pColsToSet, int pFirstParameterIdx)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. |
| Constructors in oracle.odi.dataservices.fwk with parameters of type ColumnsMeta | |
|---|---|
DataServiceMeta(java.lang.String pServiceNamespace, java.lang.String pManagedEntityName, ColumnsMeta pColumnsMeta)Constructs a DataServiceMeta object. |
|
|
Oracle© Data Integrator Data Services Java API Reference 11g Release 1 (11.1.1.6.0) E17062-03 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||