Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectLiteral
Representation of an Object literal in a query.
|
Modifier and Type | Method and Description |
---|---|
static BooleanExpression |
ExpressionUtils.getEqualityExpressionForObjectExpressions(ObjectExpression expr1,
ObjectExpression expr2,
boolean equals)
Method to generate an equality/inequality expression between two ObjectExpressions.
|
Copyright © 2023. All rights reserved.