Uses of Class
tilda.parsing.parts.OrderBy
-
Packages that use OrderBy Package Description tilda.generation.bigquery tilda.generation.java8 tilda.generation.postgres9 tilda.parsing.parts -
-
Uses of OrderBy in tilda.generation.bigquery
Method parameters in tilda.generation.bigquery with type arguments of type OrderBy Modifier and Type Method Description protected void
Sql. printAggregateOrderBy(java.lang.StringBuilder str, java.util.List<OrderBy> orderByObjs, java.lang.String objectFullName, java.lang.String range)
-
Uses of OrderBy in tilda.generation.java8
Method parameters in tilda.generation.java8 with type arguments of type OrderBy Modifier and Type Method Description static java.lang.String
Helper. PrintOrderByClause(GeneratorSession G, java.util.List<OrderBy> OrderByObjs)
-
Uses of OrderBy in tilda.generation.postgres9
Method parameters in tilda.generation.postgres9 with type arguments of type OrderBy Modifier and Type Method Description protected static void
Sql. printAggregateOrderBy(java.lang.StringBuilder str, java.util.List<OrderBy> orderByObjs, java.lang.String objectFullName, java.lang.String range)
-
Uses of OrderBy in tilda.parsing.parts
Fields in tilda.parsing.parts with type parameters of type OrderBy Modifier and Type Field Description java.util.List<OrderBy>
Index. _OrderByObjs
java.util.List<OrderBy>
SubWhereClause. _OrderByObjs
java.util.List<OrderBy>
ViewColumn. _OrderByObjs
java.util.List<OrderBy>
ViewDistinctOn. _OrderByObjs
java.util.List<OrderBy>
ViewPivotAggregate. _OrderByObjs
Methods in tilda.parsing.parts that return types with arguments of type OrderBy Modifier and Type Method Description static java.util.List<OrderBy>
OrderBy. processOrderBys(ParserSession PS, java.lang.String what, Base Parent, java.lang.String[] OrderBys, boolean AllowNullsOrdering)
Method parameters in tilda.parsing.parts with type arguments of type OrderBy Modifier and Type Method Description static java.lang.String
OrderBy. printOrderByList(java.util.List<OrderBy> L)
returns a comma-separated string containing the unescaped column short namesConstructors in tilda.parsing.parts with parameters of type OrderBy Constructor Description OrderBy(OrderBy OB)
-