Uses of Package
org.jpox.store.expression

Packages that use org.jpox.store.expression
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.query Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.extent Provides implementations of the JDO Extent interface, for RDBMS tables and views. 
org.jpox.store.rdbms.query Package providing extensions to the default QueryStatement used to generate all JDOQL queries. 
org.jpox.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. 
org.jpox.store.scostore Package providing backing store definitions for SCO stores. 
 

Classes in org.jpox.store.expression used by org.jpox.sco
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
 

Classes in org.jpox.store.expression used by org.jpox.store
ExpressionConversionAdapter
          Every expression written in the Java programming language has a type that can be deduced from the structure of the expression and the types of the literals, variables, and methods mentioned in the expression.
ExpressionLogicSetAdapter
          Interface that allows performing algebra operations over sets
ExpressionMethodAdapter
          Interface that allows one datastore adapt operations
ExpressionOperatorAdapter
          Interface that allows one datastore adapt expression and operators
ExpressionPatternAdapter
          Interface that allows one datastore adapt pattern expressions
ExpressionSupportedFeaturesAdapter
          Adapter to query expressions supported by a datastore
NumericExpression
          Representation of a Numeric expression in a Query.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.expression used by org.jpox.store.expression
ArrayExpression
          Representation of array expression.
BinaryExpression
          Expression for binary object.
BooleanExpression
          Representation of a Boolean expression in a Query.
BooleanLiteral
          Representation of a Boolean literal in a Query.
CharacterExpression
          Representation of a Character expression in a Query
Literal
          Represents a Literal expression
LogicSetExpression
          Represents a Set.
NumericExpression
          Representation of a Numeric expression in a Query.
ObjectExpression
          Representation of an Object expression in a Query.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
ScalarExpression.DyadicOperator
          "Dyadic" operator performs operation on one or two operands
ScalarExpression.ExpressionList
          Ordered list of expressions comma separated
ScalarExpression.MonadicOperator
          "Monadic" operator performs a function on one operand.
ScalarExpression.Operator
          Inner class representing an Operator
SqlTemporalExpression
          Representation of an expression with an SQL time type (SQLDate, SQLTime, SQLTimestamp)
StringExpression
          Representation of an expression with a string.
StringLiteral
          Representation of a string literal.
 

Classes in org.jpox.store.expression used by org.jpox.store.mapping
LogicSetExpression
          Represents a Set.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.expression used by org.jpox.store.query
BooleanExpression
          Representation of a Boolean expression in a Query.
LogicSetExpression
          Represents a Set.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.expression used by org.jpox.store.rdbms.adapter
BooleanExpression
          Representation of a Boolean expression in a Query.
CharacterExpression
          Representation of a Character expression in a Query
ExpressionConversionAdapter
          Every expression written in the Java programming language has a type that can be deduced from the structure of the expression and the types of the literals, variables, and methods mentioned in the expression.
ExpressionLogicSetAdapter
          Interface that allows performing algebra operations over sets
ExpressionMethodAdapter
          Interface that allows one datastore adapt operations
ExpressionOperatorAdapter
          Interface that allows one datastore adapt expression and operators
ExpressionPatternAdapter
          Interface that allows one datastore adapt pattern expressions
ExpressionSupportedFeaturesAdapter
          Adapter to query expressions supported by a datastore
LogicSetExpression
          Represents a Set.
NumericExpression
          Representation of a Numeric expression in a Query.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
SqlTemporalExpression
          Representation of an expression with an SQL time type (SQLDate, SQLTime, SQLTimestamp)
StringExpression
          Representation of an expression with a string.
StringLiteral
          Representation of a string literal.
 

Classes in org.jpox.store.expression used by org.jpox.store.rdbms.extent
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
 

Classes in org.jpox.store.expression used by org.jpox.store.rdbms.query
LogicSetExpression
          Represents a Set.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.expression used by org.jpox.store.rdbms.scostore
LogicSetExpression
          Represents a Set.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
 

Classes in org.jpox.store.expression used by org.jpox.store.scostore
LogicSetExpression
          Represents a Set.
QueryExpression
          QueryExpression instances contain query statements in language-dependent form.
ScalarExpression
          A Scalar expression in a Query.
 



Copyright © -2007 . All Rights Reserved.