Class ConnectByClauseFactory

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

    public final class ConnectByClauseFactory
    extends ExpressionFactory
    This ConnectByClauseFactory creates a new ConnectByClause when the portion of the query to parse starts with CONNECT BY.
    Since:
    2.5
    Version:
    2.5
    Author:
    Pascal Filion
    • Constructor Detail

      • ConnectByClauseFactory

        public ConnectByClauseFactory()
        Creates a new ConnectByClauseFactory.