Uses of Class
gudusoft.gsqlparser.nodes.TOrderByItemList
Packages that use TOrderByItemList
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TOrderByItemList in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TOrderByItemListModifier and TypeMethodDescriptionTTeradataWithClauseItem.getByItemList()TCreateIndexSqlNode.getColumnNameList()TOrderBy.getItems()TSortBy.getItems()TFunctionCall.getOrderByList()arguments in rank(value,...) function.TPartitionClause.getSortedColumns()sorted column listMethods in gudusoft.gsqlparser.nodes with parameters of type TOrderByItemListModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TOrderByItemList node) voidTParseTreeVisitor.preVisit(TOrderByItemList node) voidTTeradataWithClauseItem.setByItemList(TOrderByItemList byItemList) voidTCreateIndexSqlNode.setColumnNameList(TOrderByItemList columnNameList) voidTOrderBy.setItems(TOrderByItemList items) voidTFunctionCall.setOrderByList(TOrderByItemList orderByList) -
Uses of TOrderByItemList in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return TOrderByItemListMethods in gudusoft.gsqlparser.nodes.hive with parameters of type TOrderByItemListModifier and TypeMethodDescriptionvoidTHiveTableBuckets.setOrderedColumns(TOrderByItemList orderedColumns) -
Uses of TOrderByItemList in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TOrderByItemListModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TOrderByItemList orderByList) -
Uses of TOrderByItemList in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TOrderByItemListMethods in gudusoft.gsqlparser.stmt with parameters of type TOrderByItemListModifier and TypeMethodDescriptionvoidTCreateIndexSqlStatement.setColumnNameList(TOrderByItemList columnNameList)