com.j256.ormlite.stmt
Interface PreparedQuery<T>

All Superinterfaces:
GenericRowMapper<T>, PreparedStmt<T>
All Known Implementing Classes:
MappedPreparedStmt

public interface PreparedQuery<T>
extends PreparedStmt<T>

Interface returned by the QueryBuilder.prepare() which supports custom SELECT queries. This should be in turn passed to the Dao.query(PreparedQuery) or Dao.iterator(PreparedQuery) methods.

Author:
graywatson

Method Summary
 
Methods inherited from interface com.j256.ormlite.stmt.PreparedStmt
compile, getStatement
 
Methods inherited from interface com.j256.ormlite.stmt.GenericRowMapper
mapRow
 



Copyright © 2011. All Rights Reserved.