| 接口 | 说明 |
|---|---|
| Expression |
Description:
Title:首亨软件 - TSS/CRM等
|
| ExpressionVisitor |
Description:
Title:首亨软件 - TSS/CRM等
|
| 类 | 说明 |
|---|---|
| AllComparisonExpression |
Description:
Title:首亨软件 - TSS/CRM等
|
| AnyComparisonExpression |
Description:
Title:首亨软件 - TSS/CRM等
|
| BinaryExpression |
Description: A basic class for binary expressions, that is expressions having a left member and a right member which are in turn expressions.
|
| CaseExpression | |
| DateValue |
Description: A Date in the form {d 'yyyy-mm-dd'}
Title:首亨软件 - TSS/CRM等
|
| DoubleValue |
Description: Every number with a point or a exponential format is a DoubleValue
Title:首亨软件 - TSS/CRM等
|
| Function |
Description: A function as MAX,COUNT...
|
| InverseExpression |
Description: It represents a "-" before an expression
Title:首亨软件 - TSS/CRM等
|
| JdbcParameter |
Description: A '?'
|
| LongValue |
Description: Every number without a point or an exponential format is a LongValue
Title:首亨软件 - TSS/CRM等
|
| NullValue |
Description: A "NULL" in a sql statement
Title:首亨软件 - TSS/CRM等
|
| Parenthesis |
Description: It represents an expression like "(" expression ")"
Title:首亨软件 - TSS/CRM等
|
| StringValue |
Description: A string as in 'example_string'
Title:首亨软件 - TSS/CRM等
|
| TimestampValue |
Description: A Timestamp in the form {ts 'yyyy-mm-dd hh:mm:ss.f . . .'}
|
| TimeValue |
Description: A Time in the form {t 'hh:mm:ss'}
Title:首亨软件 - TSS/CRM等
|
| WhenClause |
Description: A clause of following syntax:
WHEN condition THEN expression.
|