Uses of Class
org.datanucleus.store.rdbms.sql.SQLStatementParameter
Packages that use SQLStatementParameter
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
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 SQLStatementParameterModifier and TypeFieldDescription(package private) 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 SQLStatementParameterMethod parameters in org.datanucleus.store.rdbms.query with type arguments of type SQLStatementParameterModifier and TypeMethodDescriptionvoid
RDBMSQueryCompilation.setStatementParameters
(List<SQLStatementParameter> params) -
Uses of SQLStatementParameter in org.datanucleus.store.rdbms.sql
Fields in org.datanucleus.store.rdbms.sql with type parameters of type SQLStatementParameterMethods in org.datanucleus.store.rdbms.sql that return types with arguments of type SQLStatementParameterModifier and TypeMethodDescriptionSQLText.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 SQLStatementParameterModifier and TypeMethodDescriptionstatic 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.