| Package | Description |
|---|---|
| com.j256.ormlite.stmt |
SQL statement generation and processing.
|
| com.j256.ormlite.table |
Object table information.
|
| Modifier and Type | Method and Description |
|---|---|
SelectIterator<T,ID> |
StatementExecutor.buildIterator(BaseDaoImpl<T,ID> classDao,
ConnectionSource connectionSource,
int resultFlags,
ObjectCache objectCache)
Create and return a SelectIterator for the class using the default mapped query for all statement.
|
SelectIterator<T,ID> |
StatementExecutor.buildIterator(BaseDaoImpl<T,ID> classDao,
ConnectionSource connectionSource,
PreparedStmt<T> preparedStmt,
ObjectCache objectCache,
int resultFlags)
Create and return an
SelectIterator for the class using a prepared statement. |
| Constructor and Description |
|---|
TableInfo(ConnectionSource connectionSource,
BaseDaoImpl<T,ID> baseDaoImpl,
Class<T> dataClass)
Creates a holder of information about a table/class.
|
TableInfo(DatabaseType databaseType,
BaseDaoImpl<T,ID> baseDaoImpl,
DatabaseTableConfig<T> tableConfig)
Creates a holder of information about a table/class.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.