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 TypeMethodDescriptionvoid
apply
(QuerySpec ast, TableGroup tableGroup, SqlAstCreationState creationState) Apply the ordering to the given SQL AST
-
Method Details
-
apply
Apply the ordering to the given SQL AST- Parameters:
ast
- The SQL ASTtableGroup
- The TableGroup the order-by is applied "against"creationState
- The SQL AST creation state
-