JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.android.agera.database
Interface SqlRequestCompilerStates.DBCompile<T>
All Known Subinterfaces:
SqlRequestCompilerStates.DBArgumentCompile
<T,TC>,
SqlRequestCompilerStates.DBArgumentConflictCompile
<T,TCc>,
SqlRequestCompilerStates.DBColumnConflictCompile
<T,TSelf>,
SqlRequestCompilerStates.DBColumnWhereConflictCompile
<T,TAac,TSelf>,
SqlRequestCompilerStates.DBConflictCompile
<T>,
SqlRequestCompilerStates.DBWhereCompile
<T,TAc>,
SqlRequestCompilerStates.DBWhereConflictCompile
<T,TAcc>
Enclosing interface:
SqlRequestCompilerStates
public static interface
SqlRequestCompilerStates.DBCompile<T>
Compiler state to compile the sql request.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
compile
()
Compiles a sql request that containing the previously specified data.
Method Detail
compile
@NonNull
T
compile()
Compiles a sql request that containing the previously specified data.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method