|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompiledStatement | |
|---|---|
| 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. |
| Uses of CompiledStatement in com.j256.ormlite.stmt |
|---|
| Methods in com.j256.ormlite.stmt that return CompiledStatement | |
|---|---|
CompiledStatement |
PreparedStmt.compile(DatabaseConnection databaseConnection,
StatementBuilder.StatementType type)
Create and return the associated compiled statement. |
| Constructors in com.j256.ormlite.stmt with parameters of type CompiledStatement | |
|---|---|
RawResultsImpl(ConnectionSource connectionSource,
DatabaseConnection connection,
String query,
Class<?> clazz,
CompiledStatement compiledStmt,
String[] columnNames,
GenericRowMapper<T> rowMapper,
ObjectCache objectCache)
|
|
SelectIterator(Class<?> dataClass,
Dao<T,ID> classDao,
GenericRowMapper<T> rowMapper,
ConnectionSource connectionSource,
DatabaseConnection connection,
CompiledStatement compiledStmt,
String statement,
ObjectCache objectCache)
If the statement parameter is null then this won't log information |
|
| Uses of CompiledStatement in com.j256.ormlite.stmt.mapped |
|---|
| Methods in com.j256.ormlite.stmt.mapped that return CompiledStatement | |
|---|---|
CompiledStatement |
MappedPreparedStmt.compile(DatabaseConnection databaseConnection,
StatementBuilder.StatementType type)
|
| Uses of CompiledStatement in com.j256.ormlite.support |
|---|
| Methods in com.j256.ormlite.support that return CompiledStatement | |
|---|---|
CompiledStatement |
DatabaseConnection.compileStatement(String statement,
StatementBuilder.StatementType type,
FieldType[] argfieldTypes)
Compile and prepare the SQL statement for execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||