Uses of Interface
javax.jdo.query.DateExpression
Packages that use DateExpression
-
Uses of DateExpression in javax.jdo
Methods in javax.jdo that return DateExpressionModifier and TypeMethodDescriptionJDOQLTypedQuery.dateParameter
(String name) Method to return a date parameter for the query.JDOQLTypedSubquery.selectUnique
(DateExpression expr) Accessor for the subquery (date) expression from the subquery when the subquery returns a single value.Methods in javax.jdo with parameters of type DateExpressionModifier and TypeMethodDescriptionJDOQLTypedSubquery.selectUnique
(DateExpression expr) Accessor for the subquery (date) expression from the subquery when the subquery returns a single value.