Package org.apache.qpid.server.query.engine.parsing.expression.function.datetime
-
Class Summary Class Description CurrentTimestampExpression<T> The CURRENT_TIMESTAMP() function returns current date and time.DateAddExpression<T,R> The DATEADD() function adds a time/date interval to a date and returns the date.DateDiffExpression<T,R> The DATEDIFF() function returns the number of time units between two date values.DateExpression<T,R> The DATE() function extracts the date part from a datetime expression.ExtractExpression<T,R> The EXTRACT() function extracts a part from a given date.