| Modifier and Type | Method and Description |
|---|---|
ColumnsMeta |
DataServiceMeta.getColumnsMeta()
Returns metadata about the columns.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
DataServiceMeta(java.lang.String pServiceNamespace,
java.lang.String pManagedEntityName,
ColumnsMeta pColumnsMeta)
Constructs a
DataServiceMeta object. |