public interface SqlRequestCompilerStates
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlRequestCompilerStates.DBArgument<T>
Compiler state allowing to add arguments.
|
static interface |
SqlRequestCompilerStates.DBArgumentCompile<T,TC>
Compiler state allowing to specify sql arguments or compile.
|
static interface |
SqlRequestCompilerStates.DBArgumentConflictCompile<T,TCc>
Compiler state allowing to specify sql arguments, conflict algorithm or compile.
|
static interface |
SqlRequestCompilerStates.DBColumn<T>
Compiler state allowing to add columns.
|
static interface |
SqlRequestCompilerStates.DBColumnConflictCompile<T,TSelf extends SqlRequestCompilerStates.DBColumnConflictCompile<T,TSelf>>
Compiler state allowing to specify columns, a conflict algorithm or compile.
|
static interface |
SqlRequestCompilerStates.DBColumnWhereConflictCompile<T,TAac,TSelf extends SqlRequestCompilerStates.DBColumnWhereConflictCompile<T,TAac,TSelf>>
Compiler state allowing to specify a column, conflict algorithm, where clause or compile.
|
static interface |
SqlRequestCompilerStates.DBCompile<T>
Compiler state to compile the sql request.
|
static interface |
SqlRequestCompilerStates.DBConflict<T>
Compiler state allowing to add conflict algorithm.
|
static interface |
SqlRequestCompilerStates.DBConflictCompile<T>
Compiler state allowing to specify a conflict algorithm or compile.
|
static interface |
SqlRequestCompilerStates.DBSql<T>
Compiler state allowing to specify what raw sql to execute/query.
|
static interface |
SqlRequestCompilerStates.DBTable<T>
Compiler state allowing to specify what table to operate on.
|
static interface |
SqlRequestCompilerStates.DBWhere<T>
Compiler state allowing to specify what items to update/delete.
|
static interface |
SqlRequestCompilerStates.DBWhereCompile<T,TAc>
Compiler state allowing to specify a where clause or compile.
|
static interface |
SqlRequestCompilerStates.DBWhereConflictCompile<T,TAcc>
Compiler state allowing to specify a conflict algorithm, a where clause or compile.
|