Uses of Class
gudusoft.gsqlparser.nodes.TColumnWithSortOrder
Packages that use TColumnWithSortOrder
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
-
Uses of TColumnWithSortOrder in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return types with arguments of type TColumnWithSortOrder -
Uses of TColumnWithSortOrder in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TColumnWithSortOrderModifier and TypeMethodDescriptionTConstraint.getColumnList()TAlterTableOption.getIndexCols()MySQL, column list of foreign keyMethods in gudusoft.gsqlparser.nodes with parameters of type TColumnWithSortOrderModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TColumnWithSortOrder node) voidTParseTreeVisitor.preVisit(TColumnWithSortOrder node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TColumnWithSortOrderModifier and TypeMethodDescriptionvoidTConstraint.setColumnList(TPTNodeList<TColumnWithSortOrder> columnList) voidTAlterTableOption.setIndexCols(TPTNodeList<TColumnWithSortOrder> indexCols) -
Uses of TColumnWithSortOrder in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TColumnWithSortOrderModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TColumnWithSortOrder node)