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
Fields in org.datanucleus.store.rdbms.query with type parameters of type SQLStatementParameter Modifier and Type Field Description (package private) java.util.List<SQLStatementParameter>
RDBMSQueryCompilation. inputParameters
Input parameter definitions, in the order used in the SQL.Methods in org.datanucleus.store.rdbms.query that return types with arguments of type SQLStatementParameter Modifier and Type Method Description java.util.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(java.util.List<SQLStatementParameter> params)
-
Uses of SQLStatementParameter in org.datanucleus.store.rdbms.sql
Fields in org.datanucleus.store.rdbms.sql with type parameters of type SQLStatementParameter Modifier and Type Field Description private java.util.List<SQLStatementParameter>
SQLText. parameters
Methods in org.datanucleus.store.rdbms.sql that return types with arguments of type SQLStatementParameter Modifier and Type Method Description java.util.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(java.sql.PreparedStatement ps, org.datanucleus.ExecutionContext ec, java.util.List<SQLStatementParameter> parameters, java.util.Map<java.lang.Integer,java.lang.String> paramNameByPosition, java.util.Map paramValuesByName)
Convenience method to apply parameter values to the provided statement.
-