|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSqlExpression | |
com.triactive.jdo.store.sql.expr |
Uses of AbstractSqlExpression in com.triactive.jdo.store.sql.expr |
Subclasses of AbstractSqlExpression in com.triactive.jdo.store.sql.expr | |
class |
AlternativesExpression
A series of two or more boolean expressions combined with OR. |
class |
BetweenExpression
An SQL expression using the BETWEEN operator. |
class |
BinaryExpression
|
class |
BinaryLiteral
|
class |
BooleanBitColumnExpression
|
class |
BooleanBitColumnLiteral
|
class |
BooleanCharColumnExpression
|
class |
BooleanCharColumnLiteral
|
class |
BooleanExpression
|
class |
BooleanLiteral
|
class |
CandidateSetExpression
A set expression that represents some collection in a query candidate class, or a collection obtained from an object linked from the candidate class by navigation. |
class |
CharacterExpression
|
class |
CharacterLiteral
|
(package private) class |
com.triactive.jdo.store.sql.expr.ComparisonExpression
An SQL expression using a comparison operator. |
class |
DateLiteral
|
class |
DecimalLiteral
A decimal literal value. |
class |
FcoExpression
|
class |
FloatingPointLiteral
|
class |
IntegerLiteral
|
class |
MapExpression
A SQL expression representing a map. |
class |
MapFieldExpression
A map 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. |
class |
MapLiteral
A MapLiteral is a SQL expression that will test if a column of a table exists within the given Map's keys or values. |
class |
NullLiteral
|
class |
NumericExpression
|
(package private) class |
com.triactive.jdo.store.sql.expr.NumericLiteral
A numeric literal value. |
class |
ObjectDatastoreIdExpression
|
class |
ObjectExpression
|
class |
ObjectLiteral
|
class |
ObjectNondurableIdExpression
|
class |
ObjectReferenceExpression
|
class |
OIDExpression
|
class |
OIDLiteral
|
class |
SetExpression
A SQL expression representing a set of scalar values. |
class |
SetLiteral
A SetLiteral is a SQL expression that will test if a column of table falls within the given Set of values. |
class |
SimulatedBooleanColumnExpression
A boolean SQL expression referencing a database column that is treated as a boolean but whose real SQL type is not boolean. |
class |
SqlDateExpression
|
class |
SqlDateLiteral
|
class |
SqlTimestampExpression
|
class |
SqlTimestampLiteral
|
class |
StarLiteral
|
class |
StringExpression
|
class |
StringLiteral
|
class |
SubquerySetExpression
A set expression whose contents are expressed as a SQL subquery. |
class |
TypeNameLiteral
|
class |
UnboundVariable
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |