Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
StringLiteral
Representation of a string literal.
|
class |
StringSubqueryExpression
String expression to wrap a subquery.
|
Modifier and Type | Method and Description |
---|---|
static StringExpression |
ExpressionUtils.getStringExpression(SQLExpression expr)
Method to convert the provided expression into a String-based expression using the datastore.
|
Copyright © 2015. All rights reserved.