Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateNumericExpression
Expression for an aggregate function.
|
class |
ByteExpression
Representation of a Byte expression in a Query.
|
class |
ByteLiteral
Representation of a Byte literal.
|
class |
CaseNumericExpression
Case expression such as
|
class |
FloatingPointLiteral
Representation of a FloatPoint literal in a query.
|
class |
IntegerLiteral
Representation of an Integer literal.
|
class |
NumericSubqueryExpression
Numeric expression to wrap a subquery.
|
Modifier and Type | Method and Description |
---|---|
static NumericExpression |
ExpressionUtils.getNumericExpression(SQLExpression expr)
Method to return a numeric expression for the supplied SQL expression.
|
Copyright © 2017. All rights reserved.