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 Summary

    Modifier and Type
    Method
    Description
    void
    apply(QuerySpec ast, TableGroup tableGroup, SqlAstCreationState creationState)
    Apply the ordering to the given SQL AST
  • Method Details

    • 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