Package | Description |
---|---|
com.j256.ormlite.misc |
Miscellaneous classes.
|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
com.j256.ormlite.stmt.mapped |
Compiled SQL query statements.
|
com.j256.ormlite.support |
Database support classes.
|
Modifier and Type | Method and Description |
---|---|
CompiledStatement |
WrappedStatement.getStatementProxy() |
Constructor and Description |
---|
WrappedStatement(CompiledStatement statement) |
Modifier and Type | Method and Description |
---|---|
CompiledStatement |
PreparedStmt.compile(DatabaseConnection databaseConnection,
StatementBuilder.StatementType type)
Create and return the associated compiled statement.
|
CompiledStatement |
PreparedStmt.compile(DatabaseConnection databaseConnection,
StatementBuilder.StatementType type,
int resultFlags)
Like compile(DatabaseConnection, StatementType) but allows to specify the result flags.
|
Constructor and Description |
---|
RawResultsImpl(ConnectionSource connectionSource,
DatabaseConnection connection,
Class<?> clazz,
CompiledStatement compiledStmt,
GenericRowMapper<T> rowMapper,
ObjectCache objectCache) |
SelectIterator(Class<?> dataClass,
Dao<T,ID> classDao,
GenericRowMapper<T> rowMapper,
ConnectionSource connectionSource,
DatabaseConnection connection,
CompiledStatement compiledStmt,
ObjectCache objectCache)
If the statement parameter is null then this won't log information
|
Modifier and Type | Method and Description |
---|---|
CompiledStatement |
MappedPreparedStmt.compile(DatabaseConnection databaseConnection,
StatementBuilder.StatementType type) |
CompiledStatement |
MappedPreparedStmt.compile(DatabaseConnection databaseConnection,
StatementBuilder.StatementType type,
int resultFlags) |
Modifier and Type | Method and Description |
---|---|
CompiledStatement |
DatabaseConnection.compileStatement(String statement,
StatementBuilder.StatementType type,
FieldType[] argFieldTypes,
int resultFlags,
boolean cacheStore)
Like compileStatement(String, StatementType, FieldType[]) except the caller can specify the result flags.
|
CompiledStatement |
DatabaseConnectionProxy.compileStatement(String statement,
StatementBuilder.StatementType type,
FieldType[] argFieldTypes,
int resultFlags,
boolean cacheStore) |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.