|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreparedStmt<T>
Parent interface for the PreparedQuery
, PreparedUpdate
, and PreparedDelete
interfaces.
Method Summary | |
---|---|
CompiledStatement |
compile(DatabaseConnection databaseConnection,
StatementBuilder.StatementType type)
Create and return the associated compiled statement. |
String |
getStatement()
Return the associated SQL statement string for logging purposes. |
StatementBuilder.StatementType |
getType()
Return the type of the statement for internal consistency checking. |
Methods inherited from interface com.j256.ormlite.stmt.GenericRowMapper |
---|
mapRow |
Method Detail |
---|
CompiledStatement compile(DatabaseConnection databaseConnection, StatementBuilder.StatementType type) throws SQLException
SQLException
String getStatement() throws SQLException
SQLException
StatementBuilder.StatementType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |