Uses of Class
org.datanucleus.store.rdbms.sql.SQLStatementParameter

Packages that use SQLStatementParameter
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
 List<SQLStatementParameter> RDBMSQueryCompilation.getStatementParameters()
           
 

Method parameters in org.datanucleus.store.rdbms.query with type arguments of type SQLStatementParameter
 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
 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
static void SQLStatementHelper.applyParametersToStatement(PreparedStatement ps, org.datanucleus.store.ExecutionContext ec, List<SQLStatementParameter> parameters, Map<Integer,String> paramNameByPosition, Map paramValuesByName)
          Convenience method to apply parameter values to the provided statement.
 



Copyright © 2012. All Rights Reserved.