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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(QuerySpec ast, TableGroup tableGroup, SqlAstCreationState creationState)
Apply the ordering to the given SQL AST
-
-
-
Method Detail
-
apply
void apply(QuerySpec ast, TableGroup tableGroup, SqlAstCreationState creationState)
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
-
-