| Interface | Description |
|---|---|
| BooleanExpression |
Common interface for all types of boolean expressions
|
| BooleanExpressionVisitor |
Visitor interface for a
BooleanTerm |
| ValueExpression |
Common interface for all types of value expressions
|
| ValueExpressionVisitor |
Visitor interface for a
BooleanTerm. |
| Class | Description |
|---|---|
| AbstractBooleanExpression |
Abstract base class for all types of BooleanExpressions.
|
| And |
This class represents a logical AND predicate.
|
| BinaryArithmeticExpression |
This class represents a binary arithmetic expression.
|
| BooleanTerm | |
| ColumnReference |
This class represents column reference.
|
| DefaultValue |
The
DefaultValue is an expression that tells the database to take the default value for a column (in case it
is defined). |
| ExpressionTerm |
Static factory methods for SQL expressions.
|
| Not |
This class implements the logical unary NOT predicate.
|
| Or |
This class represents a logical OR predicate.
|
| Enum | Description |
|---|---|
| BinaryArithmeticExpression.BinaryArithmeticOperator |
This enum represents arithmetic operators in an SQL statement.
|
Copyright © 2018–2021. All rights reserved.