Class OrderByClauseStateObject

    • Field Detail

      • ORDER_BY_ITEMS_LIST

        public static final java.lang.String ORDER_BY_ITEMS_LIST
        Notify the list of StateObjects representing the ORDER BY items.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderByClauseStateObject

        public OrderByClauseStateObject​(SelectStatementStateObject parent)
        Creates a new OrderByClauseStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        java.lang.NullPointerException - The given parent cannot be null