| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
BasicExpressionParser.parse(SQLStatement sqlStatement)
Parse expression.
|
| Constructor and Description |
|---|
Condition(Column column,
SQLExpression sqlExpression) |
Condition(Column column,
SQLExpression beginSQLExpression,
SQLExpression endSQLExpression) |
| Constructor and Description |
|---|
Condition(Column column,
List<SQLExpression> sqlExpressions) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLIdentifierExpression
Identifier expression.
|
class |
SQLIgnoreExpression
Ignored expression when SQL parsing.
|
class |
SQLNumberExpression
Number expression.
|
class |
SQLPlaceholderExpression
Placeholder expression.
|
class |
SQLPropertyExpression
Property expression.
|
class |
SQLTextExpression
Text expression.
|
Copyright © 2018. All rights reserved.