Interface OrderByFragment

  • All Known Implementing Classes:
    OrderByFragmentImpl

    public interface OrderByFragment
    Represents the translation result. Defines the ability to apply the indicated ordering to the SQL AST being built
    • Method Detail

      • apply

        void apply​(QuerySpec ast,
                   TableGroup tableGroup,
                   SqlAstCreationState creationState)
        Apply the ordering to the given SQL AST
        Parameters:
        ast - The SQL AST
        tableGroup - The TableGroup the order-by is applied "against"
        creationState - The SQL AST creation state