Uses of Interface
com.j256.ormlite.support.PreparedStmt

Packages that use PreparedStmt
com.j256.ormlite.jdbc   
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.support Database support classes. 
 

Uses of PreparedStmt in com.j256.ormlite.jdbc
 

Classes in com.j256.ormlite.jdbc that implement PreparedStmt
 class JdbcPreparedStmt
          Wrapper around a PreparedStatement object which we delegate to.
 

Methods in com.j256.ormlite.jdbc that return PreparedStmt
 PreparedStmt JdbcDatabaseAccess.prepareStatement(String sql)
           
 

Uses of PreparedStmt in com.j256.ormlite.stmt
 

Methods in com.j256.ormlite.stmt that return PreparedStmt
 PreparedStmt PreparedQuery.prepareSqlStatement(DatabaseAccess jdbcTemplate)
          Create and return the associated SQL prepared statement for the SQL JdbcTemplate.
 

Constructors in com.j256.ormlite.stmt with parameters of type PreparedStmt
SelectIterator(Class<T> dataClass, BaseJdbcDao<T,ID> classDao, GenericRowMapper<T> rowMapper, PreparedStmt preparedStatement, String statement)
          If the statement parameter is null then this won't log information
 

Uses of PreparedStmt in com.j256.ormlite.support
 

Methods in com.j256.ormlite.support that return PreparedStmt
 PreparedStmt DatabaseAccess.prepareStatement(String sql)
          Generate a prepared statement from a SQL statement.
 



Copyright © 2010. All Rights Reserved.