Package | Description |
---|---|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
Modifier and Type | Method and Description |
---|---|
static StatementBuilder.WhereOperation |
StatementBuilder.WhereOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementBuilder.WhereOperation[] |
StatementBuilder.WhereOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
QueryBuilder.appendWhereStatement(StringBuilder sb,
List<ArgumentHolder> argList,
StatementBuilder.WhereOperation operation) |
protected boolean |
StatementBuilder.appendWhereStatement(StringBuilder sb,
List<ArgumentHolder> argList,
StatementBuilder.WhereOperation operation)
Append the WHERE part of the statement to the StringBuilder.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.