public final class DateTimeFactory extends ExpressionFactory
DateTimeFactory creates a new DateTime when the portion of the query to
parse starts with CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP or with the
JDBC escape format used for date/time/timestamp.DateTime| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
DateTimeFactory. |
| Constructor and Description |
|---|
DateTimeFactory()
Creates a new
DateTimeFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
DateTimeFactory.