|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreparedQuery<T>
Interface returned by the QueryBuilder.prepareQuery() which supports custom queries. This should be in turn
passed to the Dao.query(PreparedQuery) or Dao.iterator(PreparedQuery) methods.
| Method Summary | |
|---|---|
String |
getStatement()
Return the associated SQL statement string for logging purposes. |
PreparedStmt |
prepareSqlStatement(DatabaseAccess jdbcTemplate)
Create and return the associated SQL prepared statement for the SQL JdbcTemplate. |
| Methods inherited from interface com.j256.ormlite.stmt.GenericRowMapper |
|---|
mapRow |
| Method Detail |
|---|
PreparedStmt prepareSqlStatement(DatabaseAccess jdbcTemplate)
throws SQLException
SQLException
String getStatement()
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||