Uses of Class
gudusoft.gsqlparser.nodes.TParseTreeNodeList
Packages that use TParseTreeNodeList
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TParseTreeNodeList in gudusoft.gsqlparser.nodes
Subclasses of TParseTreeNodeList in gudusoft.gsqlparser.nodesModifier and TypeClassDescriptionclassalter table optionsclassList ofTBindArgumentclassclassclassclassDeprecated.As of v1.8.7.2classclassclassList ofTConstraint.classCollections ofTCTE.classclassList of declare variableclassused in sql server dml select listclassclassclassclassclassclassclassclassclassDeprecated.As of v1.4.3.3, replaced byTExpressionListclassGrouping set item list in TGroupingSet.classclassclassclassRepresents one or more rows in the values clause of insert statement, or in the values() clause.classclassList of TObjectNameclassCreated by IntelliJ IDEA.classclassDeprecated.As of v1.4.9.8, use TExplicitDataTypeConversion with insteadclassList ofTParameterDeclaration.classclassclassclassclassclassclassclassList of attribute definition (TTypeAttribute) of an object type.classclassDeprecated.As of v2.3.6.9, please useTMultiTargetListinsteadclassclassList ofTWhenClauseItemFields in gudusoft.gsqlparser.nodes declared as TParseTreeNodeListMethods in gudusoft.gsqlparser.nodes with parameters of type TParseTreeNodeListModifier and TypeMethodDescriptionvoidTParseTreeNodeList.addAll(TParseTreeNodeList sourceList) voidTParseTreeVisitor.postVisit(TParseTreeNodeList node) voidTParseTreeVisitor.preVisit(TParseTreeNodeList node) -
Uses of TParseTreeNodeList in gudusoft.gsqlparser.nodes.mssql
Subclasses of TParseTreeNodeList in gudusoft.gsqlparser.nodes.mssql -
Uses of TParseTreeNodeList in gudusoft.gsqlparser.nodes.snowflake
Subclasses of TParseTreeNodeList in gudusoft.gsqlparser.nodes.snowflakeModifier and TypeClassDescriptionclassList of semantic attribute definitions.classList of semantic relationship definitions.classList of semantic table definitions.classList of semantic view clauses.Methods in gudusoft.gsqlparser.nodes.snowflake that return TParseTreeNodeListMethods in gudusoft.gsqlparser.nodes.snowflake with parameters of type TParseTreeNodeList -
Uses of TParseTreeNodeList in gudusoft.gsqlparser.pp.processor.type.comm
Methods in gudusoft.gsqlparser.pp.processor.type.comm with parameters of type TParseTreeNodeListModifier and TypeMethodDescriptionstatic Object[]ColumnlistCommaProcessor.getNextNotEmptyNode(TParseTreeNodeList list, int startPos) fetch the next not empty nodevoidCaseWhenProcessor.process(TParseTreeNodeList columns) voidColumnlistCommaProcessor.process(TParseTreeNodeList columns) static voidColumnlistCommaProcessor.processColumns(GFmtOpt opt, TLinefeedsCommaOption p, TAlignStyle alignStype, TParseTreeNodeList columns)