Uses of Package
org.datanucleus.store.rdbms.sql.expression

Packages that use org.datanucleus.store.rdbms.sql.expression
org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.datanucleus.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.datanucleus.store.rdbms.query Package providing the querying mechanism for DataNucleus for RDBMS datastores. 
org.datanucleus.store.rdbms.sql Series of classes used to generate SQL statements. 
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. 
org.datanucleus.store.rdbms.sql.operation Support for operations between expressions where we may need to use SQL functions. 
 

Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms
SQLExpressionFactory
          Factory for creating SQL expressions/literals.
 

Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.adapter
SQLExpression
          Base expression for SQL.
 

Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.query
BooleanExpression
          Representation of a Boolean expression in a Query.
NewObjectExpression
          SQL Expression for creating a new object (in the result clause of a query).
ParameterLiteral
          Representation of a literal representing a parameter where we don't know the type of the parameter yet.
SQLExpression
          Base expression for SQL.
SQLLiteral
          Representation of an SQL Literal in a query.
UnboundExpression
          Representation of an expression for an unbound variable.
 

Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql
BooleanExpression
          Representation of a Boolean expression in a Query.
SQLExpression
          Base expression for SQL.
SQLExpressionFactory
          Factory for creating SQL expressions/literals.
 

Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.expression
ArrayExpression
          Representation of array expression.
BooleanExpression
          Representation of a Boolean expression in a Query.
CharacterExpression
          Representation of a Character expression in a Query
CollectionExpression
          An expression that represents some collection field in a query candidate class, or a collection field in an object linked from the candidate class by navigation.
ColumnExpression
          Representation of a column expression.
DelegatedExpression
          Expression for a field/property that can delegate to an internal expression(s).
EnumExpression
          Expression representing an enum field/property.
JavaxTimeLiteral
          Abstract representation of a javax.time literal (to be extended by specific cases).
MapExpression
          An expression that represents some Map field in a query candidate class, or a Map field in an object linked from the candidate class by navigation.
MapLiteral.MapKeyLiteral
          An SQL expression that will test if a column of a table falls within the given Map's keys.
MapLiteral.MapValueLiteral
          An SQL expression that will test if a column of a table falls within the given Map's values.
NumericExpression
          Representation of a Numeric expression in an SQL statement.
ObjectExpression
          Representation of an Object expression in a Query.
SQLExpression
          Base expression for SQL.
SQLExpression.ColumnExpressionList
           
SQLLiteral
          Representation of an SQL Literal in a query.
StringExpression
          Representation of an expression with a string.
StringTemporalExpression
          Expression representing a field/property that can be stored as a String or as a Temporal.
SubqueryExpressionComponent
          Interface representing an expression that contains a subquery.
TemporalExpression
          Representation of temporal objects in java query languages.
 

Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.method
ArrayExpression
          Representation of array expression.
BooleanExpression
          Representation of a Boolean expression in a Query.
CollectionExpression
          An expression that represents some collection field in a query candidate class, or a collection field in an object linked from the candidate class by navigation.
MapExpression
          An expression that represents some Map field in a query candidate class, or a Map field in an object linked from the candidate class by navigation.
SQLExpression
          Base expression for SQL.
SQLExpressionFactory
          Factory for creating SQL expressions/literals.
 

Classes in org.datanucleus.store.rdbms.sql.expression used by org.datanucleus.store.rdbms.sql.operation
SQLExpression
          Base expression for SQL.
SQLExpressionFactory
          Factory for creating SQL expressions/literals.
 



Copyright © 2012. All Rights Reserved.