|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringLiteral | |
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.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
Uses of StringLiteral in org.jpox.store.expression |
Subclasses of StringLiteral in org.jpox.store.expression | |
class |
MetaDataStringLiteral
Representation of a metadata string literal. |
Methods in org.jpox.store.expression with parameters of type StringLiteral | |
StringExpression |
ExpressionConversionAdapter.toStringExpression(StringLiteral expr)
A String conversion that converts a String literal to String expression. |
Uses of StringLiteral in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter with parameters of type StringLiteral | |
StringExpression |
DatabaseAdapter.toStringExpression(StringLiteral expr)
A String conversion that converts a String literal to String expression. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |