Uses of Interface
javax.jdo.query.DateExpression
-
Packages that use DateExpression Package Description javax.jdo Package providing the Java Data Objects (JDO) primary API components. -
-
Uses of DateExpression in javax.jdo
Methods in javax.jdo that return DateExpression Modifier and Type Method Description DateExpressionJDOQLTypedQuery. dateParameter(String name)Method to return a date parameter for the query.DateExpressionJDOQLTypedSubquery. 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 DateExpression Modifier and Type Method Description DateExpressionJDOQLTypedSubquery. selectUnique(DateExpression expr)Accessor for the subquery (date) expression from the subquery when the subquery returns a single value.
-