Uses of Class
org.datanucleus.store.rdbms.sql.SQLStatementParameter
-
Packages that use SQLStatementParameter 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. -
-
Uses of SQLStatementParameter in org.datanucleus.store.rdbms.query
Methods in org.datanucleus.store.rdbms.query that return types with arguments of type SQLStatementParameter Modifier and Type Method Description List<SQLStatementParameter>
RDBMSQueryCompilation. getStatementParameters()
Method parameters in org.datanucleus.store.rdbms.query with type arguments of type SQLStatementParameter Modifier and Type Method Description void
RDBMSQueryCompilation. setStatementParameters(List<SQLStatementParameter> params)
-
Uses of SQLStatementParameter in org.datanucleus.store.rdbms.sql
Methods in org.datanucleus.store.rdbms.sql that return types with arguments of type SQLStatementParameter Modifier and Type Method Description List<SQLStatementParameter>
SQLText. getParametersForStatement()
Accessor for the parameters for this SQLText (including all sub SQLText)Method parameters in org.datanucleus.store.rdbms.sql with type arguments of type SQLStatementParameter Modifier and Type Method 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.
-