|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.j256.ormlite.stmt.mapped.BaseMappedStatement<T,ID>
com.j256.ormlite.stmt.mapped.BaseMappedQuery<T,ID>
com.j256.ormlite.stmt.mapped.MappedPreparedStmt<T,ID>
public class MappedPreparedStmt<T,ID>
Mapped statement used by the StatementBuilder.prepareStatement()
method.
Field Summary |
---|
Fields inherited from class com.j256.ormlite.stmt.mapped.BaseMappedQuery |
---|
resultsFieldTypes |
Fields inherited from class com.j256.ormlite.stmt.mapped.BaseMappedStatement |
---|
argFieldTypes, idField, logger, statement, tableInfo |
Constructor Summary | |
---|---|
MappedPreparedStmt(TableInfo<T,ID> tableInfo,
String statement,
FieldType[] argFieldTypes,
FieldType[] resultFieldTypes,
ArgumentHolder[] argHolders,
Integer limit,
StatementBuilder.StatementType type)
|
Method Summary | |
---|---|
CompiledStatement |
compile(DatabaseConnection databaseConnection)
Create and return the associated compiled statement. |
Methods inherited from class com.j256.ormlite.stmt.mapped.BaseMappedQuery |
---|
getResultsFieldTypes, mapRow |
Methods inherited from class com.j256.ormlite.stmt.mapped.BaseMappedStatement |
---|
convertIdToFieldObject, delete, extractIdToFieldObject, getFieldObjects, getStatement, insert, toString, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.j256.ormlite.stmt.PreparedStmt |
---|
getStatement |
Methods inherited from interface com.j256.ormlite.stmt.GenericRowMapper |
---|
mapRow |
Constructor Detail |
---|
public MappedPreparedStmt(TableInfo<T,ID> tableInfo, String statement, FieldType[] argFieldTypes, FieldType[] resultFieldTypes, ArgumentHolder[] argHolders, Integer limit, StatementBuilder.StatementType type)
Method Detail |
---|
public CompiledStatement compile(DatabaseConnection databaseConnection) throws SQLException
PreparedStmt
compile
in interface PreparedStmt<T>
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |