|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Literal | |
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. |
Uses of Literal in org.jpox.store.expression |
Classes in org.jpox.store.expression that implement Literal | |
class |
ArrayLiteral
Representation of array expression. |
class |
BinaryLiteral
Literal for binary object. |
class |
BooleanBitColumnLiteral
Representation of a BooleanBit column literal in a Query. |
class |
BooleanCharColumnLiteral
Representation of a BooleanChar Column literal in a Query. |
class |
BooleanLiteral
Representation of a Boolean literal in a Query. |
class |
ByteLiteral
Representation of a Byte literal. |
class |
CharacterLiteral
Representation of a Character literal in a Query. |
class |
FloatingPointLiteral
Representation of a FloatPoint literal in a query. |
class |
IntegerLiteral
Representation of an Integer literal. |
class |
MetaDataStringLiteral
Representation of a metadata string literal. |
class |
NullLiteral
Representation of a Null literal in a Query. |
class |
ObjectLiteral
Representation of an Object literal in a query. |
class |
SqlDateLiteral
Representation of an SQLDate literal in a Query. |
class |
SqlTimeLiteral
Representation of an SQLTime literal in a Query. |
class |
SqlTimestampLiteral
Representation of an SQLTimestamp literal in a Query. |
class |
StringLiteral
Representation of a string literal. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |