T
- The class that the code will be operating on.public interface PreparedQuery<T> extends PreparedStmt<T>
QueryBuilder.prepare()
which supports custom SELECT queries. This should be in turn
passed to the Dao.query(PreparedQuery)
or Dao.iterator(PreparedQuery)
methods.compile, compile, getNumArgs, getStatement, getType, setArgumentHolderValue
mapRow
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.