Uses of Class
gudusoft.gsqlparser.nodes.TObjectNameList

Packages that use TObjectNameList
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.stmt   
gudusoft.gsqlparser.stmt.db2   
gudusoft.gsqlparser.stmt.mssql   
gudusoft.gsqlparser.stmt.mysql   
gudusoft.gsqlparser.stmt.oracle   
 

Uses of TObjectNameList in gudusoft.gsqlparser.nodes
 

Fields in gudusoft.gsqlparser.nodes declared as TObjectNameList
 TObjectNameList TJoinExpr.usingColumns
          using (column list)
 

Methods in gudusoft.gsqlparser.nodes that return TObjectNameList
 TObjectNameList TObjectName.getAttributes()
          attributes in Teradata and Oracle:
 TObjectNameList TCTE.getColumnList()
           
 TObjectNameList TConstraint.getColumnList()
           
 TObjectNameList TCreateTableSqlNode.getColumnList()
           
 TObjectNameList TDmlEventClause.getColumnList()
          Fire the trigger whenever an UPDATE statement changes a value in one of the columns specified after OF.
 TObjectNameList TInsertIntoValue.getColumnList()
           
 TObjectNameList TInsertSqlNode.getColumnList()
           
 TObjectNameList TMergeInsertClause.getColumnList()
           
 TObjectNameList TPivotClause.getColumnList()
           
 TObjectNameList TAlterTableOption.getColumnNameList()
          List of TObjectNameList, valid when TAlterTableOption.getOptionType() is:
 TObjectNameList TForUpdate.getColumnRefs()
          Use the OF ...
 TObjectNameList TAliasClause.getColumns()
           
 TObjectNameList TTable.getCteColomnReferences()
           
 TObjectNameList TLockingClause.getLockObjects()
           
 TObjectNameList TFunctionCall.getMatchColumns()
          column list in match function of MySQL
 TObjectNameList TDropDbObjectSqlNode.getObjectNameList()
           
 TObjectNameList TTable.getObjectNameReferences()
           
 TObjectNameList TAlterTableOption.getReferencedColumnList()
           
 TObjectNameList TConstraint.getReferencedColumnList()
           
 TObjectNameList TObjectName.getReferencedObjects()
           
 TObjectNameList TDropTableSqlNode.getTableNameList()
           
 TObjectNameList TJoinItem.getUsingColumns()
           
 TObjectNameList TMySQLCreateTableOption.getValueList()
           
 TObjectNameList TFetchSqlNode.getVariableNames()
           
 TObjectNameList TDropViewSqlNode.getViewNameList()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TObjectNameList
 void TObjectName.attributesToPropertyToken(TObjectNameList attributes)
          used in Oracle and Teradata SQL syntax
 void TParseTreeVisitor.postVisit(TObjectNameList node)
           
 void TParseTreeVisitor.preVisit(TObjectNameList node)
           
 void TObjectName.setAttributes(TObjectNameList attributes)
           
 void TCTE.setColumnList(TObjectNameList columnList)
           
 void TCreateTableSqlNode.setColumnList(TObjectNameList columnList)
           
 void TInsertSqlNode.setColumnList(TObjectNameList columnList)
           
 void TTable.setCteColomnReferences(TObjectNameList cteColomnReferences)
           
 void TOutputClause.setIntoColumnList(TObjectNameList intoColumnList)
           
 void TFunctionCall.setMatchColumns(TObjectNameList matchColumns)
           
 void TTable.setObjectNameReferences(TObjectNameList objectNameReferences)
           
 void TAlterTableOption.setReferencedColumnList(TObjectNameList referencedColumnList)
           
 void TConstraint.setReferencedColumnList(TObjectNameList referencedColumnList)
           
 void TJoinItem.setUsingColumns(TObjectNameList usingColumns)
           
 

Uses of TObjectNameList in gudusoft.gsqlparser.stmt
 

Methods in gudusoft.gsqlparser.stmt that return TObjectNameList
 TObjectNameList TInsertSqlStatement.getColumnList()
           
 TObjectNameList TDropTableSqlStatement.getTableNameList()
           
 TObjectNameList TDropViewSqlStatement.getViewNameList()
           
 

Uses of TObjectNameList in gudusoft.gsqlparser.stmt.db2
 

Methods in gudusoft.gsqlparser.stmt.db2 that return TObjectNameList
 TObjectNameList TDb2FetchCursorStmt.getVariableNames()
           
 

Uses of TObjectNameList in gudusoft.gsqlparser.stmt.mssql
 

Methods in gudusoft.gsqlparser.stmt.mssql that return TObjectNameList
 TObjectNameList TMssqlDropDbObject.getObjectNameList()
           
 TObjectNameList TMssqlFetch.getVariableNames()
           
 

Uses of TObjectNameList in gudusoft.gsqlparser.stmt.mysql
 

Methods in gudusoft.gsqlparser.stmt.mysql that return TObjectNameList
 TObjectNameList TMySQLFetchCursor.getVariableNames()
           
 

Uses of TObjectNameList in gudusoft.gsqlparser.stmt.oracle
 

Methods in gudusoft.gsqlparser.stmt.oracle that return TObjectNameList
 TObjectNameList TExceptionHandler.getExceptionNames()
          A list of exception name which either a predefined exception (such as ZERO_DIVIDE), or a user-defined exception previously declared within the current scope.
 TObjectNameList TExecImmeNode.getReturnNames()
          Used if and only if dynamic_sql_stmt has a RETURNING INTO clause, this clause returns the column values of the rows affected by dynamic_sql_stmt, in either individual variables or records
 TObjectNameList TPlsqlExecImmeStmt.getReturnNames()
          Used if and only if dynamic_sql_stmt has a RETURNING INTO clause, this clause returns the column values of the rows affected by dynamic_sql_stmt, in either individual variables or records