Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
org.datanucleus.store.rdbms.sql.method |
Support for invocation of Java methods, typically using SQL functions.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayLiteral
Representation of array literal.
|
Modifier and Type | Method and Description |
---|---|
protected SQLExpression |
ArrayContainsMethod.containsAsSubquery(ArrayExpression arrExpr,
SQLExpression elemExpr)
Method to return an expression for Collection.contains using a subquery "EXISTS".
|
Copyright © 2015. All rights reserved.