Uses of Class
gudusoft.gsqlparser.nodes.TOrderBy
Packages that use TOrderBy
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TOrderBy in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TOrderByModifier and TypeMethodDescriptionTFromTable.getLocalOrderBy()Gets the LOCAL ORDER BY clause for Teradata table functions.TTable.getLocalOrderBy()Gets the LOCAL ORDER BY clause for Teradata table functions.TAnalyticFunction.getOrderBy()Deprecated.ordering ::= ORDER [SIBLINGS] BY rule[, rule...]TKeepDenseRankClause.getOrderBy()TWindowDef.getOrderBy()TWindowPartitioningSpec.getOrderBy()TWindowSpecification.getOrderBy()Deprecated.TWithinGroup.getOrderBy()TSelectSqlNode.getOrderbyClause()TDeleteSqlNode.getOrderByClause()TUpdateSqlNode.getOrderByClause()TFunctionCall.getSortClause()TAnalyticFunction.getWithinGroupOrderBy()Deprecated.Methods in gudusoft.gsqlparser.nodes with parameters of type TOrderByModifier and TypeMethodDescriptionvoidvoidvoidTFromTable.setLocalOrderBy(TOrderBy localOrderBy) Sets the LOCAL ORDER BY clause for Teradata table functions.voidTTable.setLocalOrderBy(TOrderBy localOrderBy) Sets the LOCAL ORDER BY clause for Teradata table functions.voidTAnalyticFunction.setOrderBy(TOrderBy orderBy) Deprecated.voidTKeepDenseRankClause.setOrderBy(TOrderBy orderBy) voidTWindowDef.setOrderBy(TOrderBy orderBy) voidTWindowPartitioningSpec.setOrderBy(TOrderBy orderBy) voidTWindowSpecification.setOrderBy(TOrderBy orderBy) Deprecated.voidTWithinGroup.setOrderBy(TOrderBy orderBy) voidTSelectSqlNode.setOrderbyClause(TOrderBy orderbyClause) voidTDeleteSqlNode.setOrderByClause(TOrderBy orderByClause) voidTUpdateSqlNode.setOrderByClause(TOrderBy orderByClause) voidTFunctionCall.setSortClause(TOrderBy sortClause) voidTAnalyticFunction.setWithinGroupOrderBy(TOrderBy withinGroupOrderBy) Deprecated. -
Uses of TOrderBy in gudusoft.gsqlparser.nodes.functions
Methods in gudusoft.gsqlparser.nodes.functions that return TOrderByMethods in gudusoft.gsqlparser.nodes.functions with parameters of type TOrderByModifier and TypeMethodDescriptionvoidTArrayConcatAggFunction.setOrderByList(TOrderBy orderByList) -
Uses of TOrderBy in gudusoft.gsqlparser.nodes.mysql
Methods in gudusoft.gsqlparser.nodes.mysql that return TOrderByMethods in gudusoft.gsqlparser.nodes.mysql with parameters of type TOrderBy -
Uses of TOrderBy in gudusoft.gsqlparser.resolver2.scope
Methods in gudusoft.gsqlparser.resolver2.scope that return TOrderByConstructors in gudusoft.gsqlparser.resolver2.scope with parameters of type TOrderBy -
Uses of TOrderBy in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TOrderBy -
Uses of TOrderBy in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TOrderByModifier and TypeMethodDescriptionTSelectSqlStatement.addOrderBy(String orderByStr) Add an order by clause to this class.TSelectSqlStatement.getOrderbyClause()TDeleteSqlStatement.getOrderByClause()MySQL order by clause.TUpdateSqlStatement.getOrderByClause()Order by clause is not used.Methods in gudusoft.gsqlparser.stmt with parameters of type TOrderByModifier and TypeMethodDescriptionvoidTSelectSqlStatement.setOrderbyClause(TOrderBy newOrderbyClause) voidTDeleteSqlStatement.setOrderByClause(TOrderBy orderByClause) voidTUpdateSqlStatement.setOrderByClause(TOrderBy orderByClause) -
Uses of TOrderBy in gudusoft.gsqlparser.stmt.dax
Methods in gudusoft.gsqlparser.stmt.dax that return TOrderByMethods in gudusoft.gsqlparser.stmt.dax with parameters of type TOrderBy