| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
| org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
List<SQLStatementParameter> |
RDBMSQueryCompilation.getStatementParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDBMSQueryCompilation.setStatementParameters(List<SQLStatementParameter> params) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLStatementParameter> |
SQLText.getParametersForStatement()
Accessor for the parameters for this SQLText (including all sub SQLText)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SQLStatementHelper.applyParametersToStatement(PreparedStatement ps,
org.datanucleus.ExecutionContext ec,
List<SQLStatementParameter> parameters,
Map<Integer,String> paramNameByPosition,
Map paramValuesByName)
Convenience method to apply parameter values to the provided statement.
|
Copyright © 2015. All rights reserved.