|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlTemporalExpression | |
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 SqlTemporalExpression in org.jpox.store.expression |
Subclasses of SqlTemporalExpression in org.jpox.store.expression | |
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. |
Methods in org.jpox.store.expression with parameters of type SqlTemporalExpression | |
NumericExpression |
ExpressionMethodAdapter.getDayMethod(SqlTemporalExpression source)
Method to handle the Date.getDay() method in JDOQL. |
NumericExpression |
ExpressionMethodAdapter.getMonthMethod(SqlTemporalExpression source)
Method to handle the Date.getMonth() method in JDOQL. |
NumericExpression |
ExpressionMethodAdapter.getYearMethod(SqlTemporalExpression source)
Method to handle the Date.getYear() method in JDOQL. |
NumericExpression |
ExpressionMethodAdapter.getHourMethod(SqlTemporalExpression source)
Method to handle the Time.getHour() method in JDOQL. |
NumericExpression |
ExpressionMethodAdapter.getMinuteMethod(SqlTemporalExpression source)
Method to handle the Time.getMinute() method in JDOQL. |
NumericExpression |
ExpressionMethodAdapter.getSecondMethod(SqlTemporalExpression source)
Method to handle the Time.getSecond() method in JDOQL. |
Uses of SqlTemporalExpression in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter with parameters of type SqlTemporalExpression | |
NumericExpression |
DatabaseAdapter.getDayMethod(SqlTemporalExpression date)
Returns the appropriate SQL expression for the JDOQL Date.getDay() method. |
NumericExpression |
DatabaseAdapter.getMonthMethod(SqlTemporalExpression date)
Returns the appropriate SQL expression for the JDOQL Date.getMonth() method. |
NumericExpression |
DatabaseAdapter.getYearMethod(SqlTemporalExpression date)
Returns the appropriate SQL expression for the JDOQL Date.getYear() method. |
NumericExpression |
DatabaseAdapter.getHourMethod(SqlTemporalExpression time)
Returns the appropriate SQL expression for the JDOQL Time.getHour() method. |
NumericExpression |
DatabaseAdapter.getMinuteMethod(SqlTemporalExpression time)
Returns the appropriate SQL expression for the JDOQL Time.getMinute() method. |
NumericExpression |
DatabaseAdapter.getSecondMethod(SqlTemporalExpression time)
Returns the appropriate SQL expression for the JDOQL Time.getSecond() method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |