Uses of Class
gudusoft.gsqlparser.nodes.TPTNodeList

Packages that use TPTNodeList
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.nodes.mdx   
gudusoft.gsqlparser.stmt   
gudusoft.gsqlparser.stmt.mdx   
 

Uses of TPTNodeList in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TPTNodeList
<T> TPTNodeList<T>
TNodeFactory.createPTNodeList(T c)
           
 TPTNodeList<TIndices> TTypeName.getArrays()
          type array like int[]
 TPTNodeList<TAutomaticProperty> TConstraint.getAutomaticProperties()
           
 TPTNodeList<TExpression> TTableHint.getExprList()
           
 TPTNodeList<TIndices> TIndirection.getIndices()
           
 TPTNodeList<TInsertCondition> TInsertSqlNode.getInsertConditions()
           
 TPTNodeList<TInsertIntoValue> TInsertCondition.getInsertIntoValues()
           
 TPTNodeList<TInsertIntoValue> TInsertSqlNode.getInsertIntoValues()
           
 TPTNodeList<TKeyAction> TConstraint.getKeyActions()
           
 TPTNodeList<TLockingClause> TSelectSqlNode.getLockingClauses()
           
 TPTNodeList<TMySQLCreateTableOption> TAlterTableSqlNode.getMySQLTableOptionList()
           
 TPTNodeList<TMySQLCreateTableOption> TCreateTableSqlNode.getMySQLTableOptionList()
           
 TPTNodeList<TTableHint> TFromTable.getTableHintList()
           
 TPTNodeList<TTableHint> TTable.getTableHintList()
           
 TPTNodeList<TMergeWhenClause> TMergeSqlNode.getWhenClauses()
           
 TPTNodeList<TWindowDef> TWindowClause.getWindowDefs()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TPTNodeList
 void TPTNodeList.appendList(TPTNodeList<E> pList)
           
 void TParseTreeVisitor.postVisit(TPTNodeList node)
           
 void TParseTreeVisitor.preVisit(TPTNodeList node)
           
 void TTypeName.setArrays(TPTNodeList<TIndices> arrays)
           
 void TConstraint.setAutomaticProperties(TPTNodeList<TAutomaticProperty> automaticProperties)
           
 void TInsertSqlNode.setInsertConditions(TPTNodeList<TInsertCondition> insertConditions)
           
 void TInsertSqlNode.setInsertIntoValues(TPTNodeList<TInsertIntoValue> insertIntoValues)
           
 void TConstraint.setKeyActions(TPTNodeList<TKeyAction> keyActions)
           
 void TSelectSqlNode.setLockingClauses(TPTNodeList<TLockingClause> lockingClauses)
           
 void TAlterTableSqlNode.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList)
           
 void TCreateTableSqlNode.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList)
           
 void TFromTable.setTableHintList(TPTNodeList<TTableHint> tableHintList)
           
 void TTable.setTableHintList(TPTNodeList<TTableHint> tableHintList)
           
 void TMergeSqlNode.setWhenClauses(TPTNodeList<TMergeWhenClause> whenClauses)
           
 void TWindowClause.setWindowDefs(TPTNodeList<TWindowDef> windowDefs)
           
 

Uses of TPTNodeList in gudusoft.gsqlparser.nodes.mdx
 

Methods in gudusoft.gsqlparser.nodes.mdx that return TPTNodeList
 TPTNodeList<TMdxExpNode> TMdxCallNode.getArgs()
           
 TPTNodeList<TMdxExpNode> TMdxFunctionNode.getArguments()
           
 TPTNodeList<TMdxExpNode> TMdxPropertyNode.getArguments()
           
 TPTNodeList<TMdxAxisNode> TMdxSelectNode.getAxes()
           
 TPTNodeList<TMdxCalcPropNode> TMdxWithNode.getCalcProps()
           
 TPTNodeList<TMdxExpNode> TMdxSelectNode.getCellProps()
           
 TPTNodeList<TMdxIdentifierNode> TMdxCreateSessionCubeNode.getCubeList()
           
 TPTNodeList<TMdxIdentifierNode> TMdxAxisNode.getDimensionProperties()
           
 TPTNodeList<TMdxExpNode> TMdxScopeNode.getExprList()
           
 TPTNodeList<TMdxExpNode> TMdxTupleNode.getExprList()
           
 TPTNodeList<TMdxGroupNode> TMdxDimContentNode.getGroupingList()
           
 TPTNodeList<TMdxNameSegment> IMdxIdentifierSegment.getKeyParts()
          Returns the key components, if this IMdxIdentifierSegment is a key.
 TPTNodeList<TMdxNameSegment> TMdxKeySegment.getKeyParts()
           
 TPTNodeList<TMdxNameSegment> TMdxNameSegment.getKeyParts()
           
 TPTNodeList<TMdxLevelNode> TMdxDimContentNode.getLevelList()
           
 TPTNodeList<TMdxMemberNode> TMdxDimContentNode.getMemberList()
           
 TPTNodeList<TMdxObjectNode> TMdxCreateSessionCubeNode.getParamList()
           
 TPTNodeList<TMdxExpNode> TMdxDrillthroughNode.getReturnAttrs()
           
 TPTNodeList<IMdxIdentifierSegment> TMdxIdentifierNode.getSegmentList()
          Returns the list of segments which consistitute this identifier.
 TPTNodeList<IMdxIdentifierSegment> TMdxIdentifierNode.getSegments()
           
 TPTNodeList<TParseTreeNode> TMdxScopeNode.getStatementList()
           
 TPTNodeList<TMdxExpNode> TMdxSetNode.getTupleList()
           
 TPTNodeList<TMdxExpNode> TMdxCaseNode.getWhenList()
           
 TPTNodeList<TMdxWithNode> TMdxSelectNode.getWiths()
           
 

Uses of TPTNodeList in gudusoft.gsqlparser.stmt
 

Methods in gudusoft.gsqlparser.stmt that return TPTNodeList
 TPTNodeList<TInsertCondition> TInsertSqlStatement.getInsertConditions()
           
 TPTNodeList<TInsertIntoValue> TInsertSqlStatement.getInsertIntoValues()
           
 TPTNodeList<TLockingClause> TSelectSqlStatement.getLockingClauses()
           
 TPTNodeList<TMySQLCreateTableOption> TAlterTableStatement.getMySQLTableOptionList()
           
 TPTNodeList<TMySQLCreateTableOption> TCreateTableSqlStatement.getMySQLTableOptionList()
           
 TPTNodeList<TMergeWhenClause> TMergeSqlStatement.getWhenClauses()
           
 

Uses of TPTNodeList in gudusoft.gsqlparser.stmt.mdx
 

Methods in gudusoft.gsqlparser.stmt.mdx that return TPTNodeList
 TPTNodeList<TMdxExpNode> TMdxCall.getArgs()
           
 TPTNodeList<TMdxAxisNode> TMdxSelect.getAxes()
           
 TPTNodeList<TMdxExpNode> TMdxSelect.getCellProps()
           
 TPTNodeList<TMdxIdentifierNode> TMdxCreateSessionCube.getCubeList()
           
 TPTNodeList<TMdxExpNode> TMdxScope.getExprList()
           
 TPTNodeList<TMdxObjectNode> TMdxCreateSessionCube.getParamList()
           
 TPTNodeList<TMdxExpNode> TMdxDrillthrough.getReturnAttrs()
           
 TPTNodeList<TMdxWithNode> TMdxSelect.getWiths()