| Interface | Description |
|---|---|
| SqlRequestCompilerStates |
Container of the compiler state interfaces supporting the creation of sql requests.
|
| SqlRequestCompilerStates.DBArgument<T> |
Compiler state allowing to add arguments.
|
| SqlRequestCompilerStates.DBArgumentCompile<T,TC> |
Compiler state allowing to specify sql arguments or compile.
|
| SqlRequestCompilerStates.DBArgumentConflictCompile<T,TCc> |
Compiler state allowing to specify sql arguments, conflict algorithm or compile.
|
| SqlRequestCompilerStates.DBColumn<T> |
Compiler state allowing to add columns.
|
| SqlRequestCompilerStates.DBColumnConflictCompile<T,TSelf extends SqlRequestCompilerStates.DBColumnConflictCompile<T,TSelf>> |
Compiler state allowing to specify columns, a conflict algorithm or compile.
|
| SqlRequestCompilerStates.DBColumnWhereConflictCompile<T,TAac,TSelf extends SqlRequestCompilerStates.DBColumnWhereConflictCompile<T,TAac,TSelf>> |
Compiler state allowing to specify a column, conflict algorithm, where clause or compile.
|
| SqlRequestCompilerStates.DBCompile<T> |
Compiler state to compile the sql request.
|
| SqlRequestCompilerStates.DBConflict<T> |
Compiler state allowing to add conflict algorithm.
|
| SqlRequestCompilerStates.DBConflictCompile<T> |
Compiler state allowing to specify a conflict algorithm or compile.
|
| SqlRequestCompilerStates.DBSql<T> |
Compiler state allowing to specify what raw sql to execute/query.
|
| SqlRequestCompilerStates.DBTable<T> |
Compiler state allowing to specify what table to operate on.
|
| SqlRequestCompilerStates.DBWhere<T> |
Compiler state allowing to specify what items to update/delete.
|
| SqlRequestCompilerStates.DBWhereCompile<T,TAc> |
Compiler state allowing to specify a where clause or compile.
|
| SqlRequestCompilerStates.DBWhereConflictCompile<T,TAcc> |
Compiler state allowing to specify a conflict algorithm, a where clause or compile.
|
| Class | Description |
|---|---|
| SqlDatabaseFunctions |
Utility methods for obtaining database querying
Function instances. |
| SqlDatabaseSupplier |
Abstract extension of
SQLiteOpenHelper implementing a sql database Supplier to be
used with the SqlDatabaseFunctions. |
| SqlDeleteRequest |
An immutable object representing a sql delete request.
|
| SqlInsertRequest |
An immutable object representing a sql insert request.
|
| SqlRequest |
An immutable object representing a sql request.
|
| SqlRequests |
Creates sql requests.
|
| SqlUpdateRequest |
An immutable object representing a sql update request.
|