| Interface | Description |
|---|---|
| AndroidDatabaseSupport.SQLiteQueryExecutor |
SQLiteQueryExecutor Interface
Implementation performs queries for getResultList() and getSingleResult()
|
| ConnectionSourceFactory |
ConnectionSourceFactory
|
| DatabaseAdmin |
DatabaseAdmin
|
| DatabaseSupport |
DatabaseSupport
Interface for direct database access to allow native operations to be performed
|
| OpenHelperCallbacks |
OpenHelperCallbacks
Interface for onCreate() and onUpdate() SQLiteOpenHelper abstract methods
|
| SqlParser.StatementCallback |
StatementCallback
Interface to call back when a one-line statement has been parsed
|
| Class | Description |
|---|---|
| AndroidConnectionSourceFactory |
AndroidConnectionSourceFactory
Creates OpenHelperConnectionSource objects which extend AndroidConnectionSource by
attaching an SQLiteOpenHelper implemented as an OpenEventHandler object.
|
| AndroidDatabaseSupport |
AndroidDatabaseSupport
Implements DatabaseSupport interface for Android's SQLite database system.
|
| AndroidResultRow |
AndroidResultRow
|
| AndroidSqliteParams |
AndroidSqliteParams
Contains parameters to pass to SQLiteOpenHelper constructor
|
| DatabaseAdminImpl |
DatabaseAdminImpl
Handler of database create and upgrade events
|
| DatabaseSupportBase |
DatabaseSupportBase
|
| H2DatabaseSupport |
H2DatabaseSupport
|
| NativeScriptDatabaseWork |
NativeScriptDatabaseWork
Implementation of TransactionCallable interface to be executed upon transaction commit.
|
| OpenEventHandler |
OpenEventHandler - SQLiteOpenHelper for AndroidConnectionSource
The onCreate() and onUpgrade() methods are provided by an OpenHelperCallbacks implementation.
|
| OpenHelperCallbacksImpl |
ClassyOpenHelperCallbacks
Implementation of onCreate() and onUpdate() SQLiteOpenHelper abstract methods.
|
| OpenHelperConnectionSource |
OpenHelperConnectionSource
Extends AndroidConnectionSource by attaching an
SQLiteOpenHelper implemented as an OpenEventHandler object
|
| SQLiteDatabaseSupport |
SQLiteDatabaseSupport
SQLite implementation for direct database access to allow native operations to be performed
|
| SqliteResultRow |
SqliteResultRow
Converts SQLite DatabaseResults to generic ResultRow
|
| SqlParser |
SqlParser
Parse SQL script using token parser to create a set of semi colon delimited statements
|
| Enum | Description |
|---|---|
| DatabaseSupport.ConnectionType |
Connection type is implementation-specific
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.