Class DateTimeFactory

  • All Implemented Interfaces:
    java.lang.Comparable<ExpressionFactory>

    public final class DateTimeFactory
    extends ExpressionFactory
    This 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.
    Since:
    2.3
    Version:
    2.4
    Author:
    Pascal Filion
    See Also:
    DateTime
    • Constructor Detail

      • DateTimeFactory

        public DateTimeFactory()
        Creates a new DateTimeFactory.