public interface Expression extends Parts
Modifier and Type | Interface and Description |
---|---|
static interface |
Expression.Type
The type of a boolean constraint.
|
Modifier and Type | Field and Description |
---|---|
static Expression.Type |
DIFFERENCE
An expression: The difference of its two parts.
|
static Expression.Type |
PRODUCT
An expression: The product of its parts.
|
static Expression.Type |
QUOTIENT
An expression: The quotient of its two parts.
|
static Expression.Type |
SUM
An expression: The sum of its parts.
|
Modifier and Type | Method and Description |
---|---|
Expression.Type |
getType()
Returns the expression type.
|
addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPlaceholder, addRawSQLPart, createDIFFERENCE, createPRODUCT, createQUOTIENT, createSUM, getMaximumParts, getMinimumParts, getNumParts, getParts
static final Expression.Type SUM
static final Expression.Type PRODUCT
static final Expression.Type DIFFERENCE
static final Expression.Type QUOTIENT
Expression.Type getType()