Uses of Class
gudusoft.gsqlparser.nodes.TParseTreeNodeList

Packages that use TParseTreeNodeList
gudusoft.gsqlparser   
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.pp.processor.type.comm   
gudusoft.gsqlparser.stmt.mssql   
gudusoft.gsqlparser.stmt.oracle   
 

Uses of TParseTreeNodeList in gudusoft.gsqlparser
 

Methods in gudusoft.gsqlparser that return TParseTreeNodeList
 TParseTreeNodeList TSourceToken.getNodesEndWithThisToken()
           
 TParseTreeNodeList TSourceToken.getNodesStartFromThisToken()
           
 

Uses of TParseTreeNodeList in gudusoft.gsqlparser.nodes
 

Subclasses of TParseTreeNodeList in gudusoft.gsqlparser.nodes
 class TAlterTableOptionList
           
 class TBindArgumentList
          List of TBindArgument
 class TColumnDefinitionList
           
 class TColumnReferenceList
           
 class TComputeClauseItemList
           
 class TComputeExprList
           
 class TConstantList
           
 class TConstraintList
          List of TConstraint.
 class TCTEList
          Collections of TCTE.
 class TDatatypeAttributeList
           
 class TDeclareVariableList
          List of declare variable
 class TDmlSelectItemList
          used in sql server dml select list
 class TDropIndexItemList
           
 class TDummyList
           
 class TElseIfSqlNodeList
           
 class TExecParameterList
           
 class TExpressionList
           
 class TFromTableList
           
 class TGroupByItemList
           
 class TGroupingExpressionItemList
          List of TGroupingExpressionItem.
 class TGroupingSetItemList
          Grouping set item list in TGroupingSet.
 class TJoinItemList
           
 class TJoinList
           
 class TLockingClauseList
           
 class TMultiTargetList
          List of TMultiTarget which can be used in values clause of insert statement.
 class TNewVariantTypeArgumentList
           
 class TObjectNameList
          List of TObjectName
 class TObjectReferenceList
          Created by IntelliJ IDEA.
 class TOrderByItemList
           
 class TOutputFormatPhraseList
           
 class TParameterDeclarationList
          List of TParameterDeclaration.
 class TRelationExprList
           
 class TResultColumnList
           
 class TStatementListSqlNode
           
 class TTableElementList
           
 class TTableList
           
 class TTableReferenceList
           
 class TTeradataWithClauseItemList
           
 class TTypeAttributeList
          List of attribute definition (TTypeAttribute) of an object type.
 class TTypeNameList
           
 class TValueRowItemList
           
 class TViewAliasItemList
           
 class TWhenClauseItemList
          List of TWhenClauseItem
 

Fields in gudusoft.gsqlparser.nodes declared as TParseTreeNodeList
 TParseTreeNodeList TDummy.list1
           
 TParseTreeNodeList TDummy.list2
           
 

Uses of TParseTreeNodeList in gudusoft.gsqlparser.pp.processor.type.comm
 

Methods in gudusoft.gsqlparser.pp.processor.type.comm with parameters of type TParseTreeNodeList
static java.lang.Object[] ColumnlistCommaProcessor.getNextNotEmptyNode(TParseTreeNodeList list, int startPos)
          fetch the next not empty node
 void CaseWhenProcessor.process(TParseTreeNodeList columns)
           
 void ColumnlistCommaProcessor.process(TParseTreeNodeList columns)
           
static void ColumnlistCommaProcessor.processColumns(GFmtOpt opt, TLinefeedsCommaOption p, TAlignStyle alignStype, TParseTreeNodeList columns)
           
 

Uses of TParseTreeNodeList in gudusoft.gsqlparser.stmt.mssql
 

Subclasses of TParseTreeNodeList in gudusoft.gsqlparser.stmt.mssql
 class TMssqlCreateTriggerUpdateColumnList
           
 

Uses of TParseTreeNodeList in gudusoft.gsqlparser.stmt.oracle
 

Subclasses of TParseTreeNodeList in gudusoft.gsqlparser.stmt.oracle
 class TExceptionHandlerList