Class StartWithClauseFactory

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

    public final class StartWithClauseFactory
    extends ExpressionFactory
    This StartWithClauseFactory creates a new StartWithClause when the portion of the query to parse starts with START WITH.
    Since:
    2.5
    Version:
    2.5
    Author:
    Pascal Filion
    See Also:
    StartWithClause
    • Constructor Detail

      • StartWithClauseFactory

        public StartWithClauseFactory()
        Creates a new StartWithClauseFactory.