Uses of Class
gudusoft.gsqlparser.nodes.TObjectNameList
Packages that use TObjectNameList
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.
Provides the classes represent various SQL statements.
-
Uses of TObjectNameList in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return types with arguments of type TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as TObjectNameListModifier and TypeFieldDescriptionTDummy.objectNameListTJoinExpr.usingColumnsusing (column list)Fields in gudusoft.gsqlparser.nodes with type parameters of type TObjectNameListMethods in gudusoft.gsqlparser.nodes that return TObjectNameListModifier and TypeMethodDescriptionTAlterTypeOption.getAttributeList()TObjectAccess.getAttributes()TLateralView.getColumnAliasList()TObjectName.getColumnAttributes()The data type of this column is structured UDT, this method returns the column's attributes.TBaseTablePartition.getColumnList()TCaseJoinItem.getColumnList()TCollectStatisticsSqlNode.getColumnList()TCopySqlNode.getColumnList()TCreateMaterializedViewLogSqlNode.getColumnList()TCreateTableSqlNode.getColumnList()TCTE.getColumnList()TDmlEventItem.getColumnList()TExceptReplaceClause.getColumnList()TInsertIntoValue.getColumnList()TInsertSqlNode.getColumnList()TMergeInsertClause.getColumnList()TMergeSqlNode.getColumnList()TPivotClause.getColumnList()TSubPartitionByClause.getColumnList()TUnpivotInClauseItem.getColumnList()TUpsertSqlNode.getColumnList()TVacuumSqlNode.getColumnList()TCreateTableOption.getColumnNamelist()TAlterTableOption.getColumnNameList()List ofTObjectNameList, valid whenTAlterTableOption.getOptionType()is:TForUpdate.getColumnRefs()Use the OF ...TAliasClause.getColumns()TAnalyzeSqlNode.getColumns()TTruncateTableSqlNode.getColumns()TUnnestClause.getColumns()TAlterTableOption.getConstraintNameList()constraint name list when option type is:EAlterTableOptionType.DropConstraintTTable.getCteColomnReferences()TDropDatabaseSqlNode.getDatabaseNameList()TUnnestClause.getDerivedColumnList()TResultColumn.getExceptColumnList()Bigquery except columns SELECT COMMON.* EXCEPT (column1, column2) FROM dataset1.table1 COMMON;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.TExpression.getFieldList()TCreateTriggerSqlNode.getFollowsTriggerList()TDropFunctionSqlNode.getFunctionNameList()TDropIndexSqlNode.getIndexNameList()TOutputClause.getIntoColumnList()TTable.getLinkedColumns()Deprecated., this method is deprecated since version 3.3.1.0, don't use it in TSQLResolver2TLockingClause.getLockObjects()TFunctionCall.getMatchColumns()column list in match function of MySQLTAlterTableOption.getNameList()TUnsetSqlNode.getNameList()TValueClause.getNameList()TAlterSchemaSqlNode.getNewSchemaNameList()TDropDbObjectSqlNode.getObjectNameList()TTable.getObjectNameReferences()Deprecated.As of v1.6.0.1, useTTable.getLinkedColumns()insteadTCreateTableOption.getPartitionColumnList()TPartitionExtensionClause.getPartitoinNames()TPathSqlNode.getPathList()TPivotClause.getPivotColumnList()TDropProcedureSqlNode.getProcedureNameList()TAlterTableOption.getReferencedColumnList()MySQL, referenced column list in foreign key clause.TConstraint.getReferencedColumnList()TObjectName.getReferencedObjects()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 recordsTAlterSchemaSqlNode.getSchemaNameList()TDropSchemaSqlNode.getSchemaNameList()TDropSequenceSqlNode.getSequenceNameList()TTablePartitionItem.getStoreInTablespaceList()TDropTableSqlNode.getTableNameList()TResultColumn.getTargetColumns()TGrantSqlNode.getUserList()TJoinExpr.getUsingColumns()TJoinItem.getUsingColumns()Deprecated.TPivotClause.getValueColumnList()TMySQLCreateTableOption.getValueList()TIntoClause.getVariableList()TDeclareVariable.getVariableNameList()TSetSqlNode.getVariableNameList()TFetchSqlNode.getVariableNames()TCreateViewSqlNode.getViewAttributeList()TDropViewSqlNode.getViewNameList()Methods in gudusoft.gsqlparser.nodes with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTObjectName.attributesToPropertyToken(TObjectNameList attributes) used in Oracle and teradata SQL syntaxstatic TExpressionTExpression.mergeObjectNameList(TExpression expr, TObjectNameList objectNameList) voidTParseTreeVisitor.postVisit(TObjectNameList node) voidTParseTreeVisitor.preVisit(TObjectNameList node) voidTObjectAccess.setAttributes(TObjectNameList attributes) voidTLateralView.setColumnAliasList(TObjectNameList columnAliasList) voidTObjectName.setColumnAttributes(TObjectNameList columnAttributes) voidTCopySqlNode.setColumnList(TObjectNameList columnList) voidTCreateTableSqlNode.setColumnList(TObjectNameList columnList) voidTCTE.setColumnList(TObjectNameList columnList) voidTDmlEventItem.setColumnList(TObjectNameList columnList) voidTInsertIntoValue.setColumnList(TObjectNameList columnList) voidTInsertSqlNode.setColumnList(TObjectNameList columnList) voidTMergeInsertClause.setColumnList(TObjectNameList columnList) voidTMergeSqlNode.setColumnList(TObjectNameList columnList) voidTPivotClause.setColumnList(TObjectNameList columnList) voidTUnpivotInClauseItem.setColumnList(TObjectNameList columnList) voidTUpsertSqlNode.setColumnList(TObjectNameList columnList) voidTAlterTableOption.setColumnNameList(TObjectNameList columnNameList) voidTColumnDefinition.setColumnReferences(TObjectNameList columnReferences) voidTForUpdate.setColumnRefs(TObjectNameList columnRefs) voidTAliasClause.setColumns(TObjectNameList columns) voidTAlterTableOption.setConstraintNameList(TObjectNameList constraintNameList) voidTTable.setCteColomnReferences(TObjectNameList cteColomnReferences) voidTExceptionHandler.setExceptionNames(TObjectNameList exceptionNames) voidTExpression.setFieldList(TObjectNameList fieldList) voidTCreateTriggerSqlNode.setFollowsTriggerList(TObjectNameList followsTriggerList) voidTOutputClause.setIntoColumnList(TObjectNameList intoColumnList) voidTTable.setLinkedColumns(TObjectNameList linkedColumns) voidTLockingClause.setLockObjects(TObjectNameList lockObjects) voidTFunctionCall.setMatchColumns(TObjectNameList matchColumns) voidTValueClause.setNameList(TObjectNameList nameList) voidTTable.setObjectNameReferences(TObjectNameList objectNameReferences) voidTCreateTableOption.setPartitionColumnList(TObjectNameList partitionColumnList) voidTPivotClause.setPivotColumnList(TObjectNameList pivotColumnList) voidTAlterTableOption.setReferencedColumnList(TObjectNameList referencedColumnList) voidTConstraint.setReferencedColumnList(TObjectNameList referencedColumnList) voidTExecImmeNode.setReturnNames(TObjectNameList returnNames) voidTResultColumn.setTargetColumns(TObjectNameList targetColumns) voidTJoinExpr.setUsingColumns(TObjectNameList usingColumns) voidTJoinItem.setUsingColumns(TObjectNameList usingColumns) Deprecated.voidTPivotClause.setValueColumnList(TObjectNameList valueColumnList) voidTMySQLCreateTableOption.setValueList(TObjectNameList valueList) voidTSetSqlNode.setVariableNameList(TObjectNameList variableNameList) voidTCreateViewSqlNode.setViewAttributeList(TObjectNameList viewAttributeList) -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.couchbase
Methods in gudusoft.gsqlparser.nodes.couchbase that return TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.dax
Methods in gudusoft.gsqlparser.nodes.dax that return TObjectNameListModifier and TypeMethodDescriptionTDaxFunction.getColumnNameList()TDaxAddMissingItems.getFilterTableList()TDaxAddMissingItems.getGroupingColumnList()TDaxAddMissingItems.getShowAllColumnList()Methods in gudusoft.gsqlparser.nodes.dax with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTDaxFunction.setColumnNameList(TObjectNameList columnNameList) -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return TObjectNameListModifier and TypeMethodDescriptionTHivePrivilegeDef.getColumns()THiveShowGrantSqlNode.getColumns()THiveTableBuckets.getColumns()THiveTableSkewed.getColumns()THiveHintItem.getHintArgs()THiveGrantRoleSqlNode.getRoleList()Methods in gudusoft.gsqlparser.nodes.hive with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTHiveTableBuckets.setColumns(TObjectNameList columns) voidTHiveTableSkewed.setColumns(TObjectNameList columns) voidTHiveHintItem.setHintArgs(TObjectNameList hintArgs) -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.mssql
Methods in gudusoft.gsqlparser.nodes.mssql that return TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.netezza
Methods in gudusoft.gsqlparser.nodes.netezza that return TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.oracle
Methods in gudusoft.gsqlparser.nodes.oracle that return TObjectNameListModifier and TypeMethodDescriptionTPhysicalProperties.getClusterColumnList()TParallelEnableClause.getColumnList()TStreamingClause.getColumnList()TResultCacheClause.getDataSourceList()Methods in gudusoft.gsqlparser.nodes.oracle with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTParallelEnableClause.setColumnList(TObjectNameList columnList) voidTStreamingClause.setColumnList(TObjectNameList columnList) voidTResultCacheClause.setDataSourceList(TObjectNameList dataSourceList) -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.postgresql
Methods in gudusoft.gsqlparser.nodes.postgresql that return TObjectNameListModifier and TypeMethodDescriptionTInheritsClause.getParentTables()Gets the list of parent table namesMethods in gudusoft.gsqlparser.nodes.postgresql with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTInheritsClause.setParentTables(TObjectNameList parentTables) Sets the list of parent table names -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.redshift
Methods in gudusoft.gsqlparser.nodes.redshift that return TObjectNameListModifier and TypeMethodDescriptionTRedshiftTableAttributes.getSortKeyColumns()Get the sort key columns -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.snowflake
Methods in gudusoft.gsqlparser.nodes.snowflake that return TObjectNameListModifier and TypeMethodDescriptionTTaskOption.getAfter()TSemanticTableDef.getPrimaryKeyColumns()TSemanticRelationshipDef.getSourceColumns()TSemanticAttributeDef.getSynonyms()TCopyIntoNode.getTableColumnList()Methods in gudusoft.gsqlparser.nodes.snowflake with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTTaskOption.setAfter(TObjectNameList after) voidTSemanticTableDef.setPrimaryKeyColumns(TObjectNameList primaryKeyColumns) voidTSemanticRelationshipDef.setSourceColumns(TObjectNameList sourceColumns) voidTSemanticAttributeDef.setSynonyms(TObjectNameList synonyms) voidTCopyIntoNode.setTableColumnList(TObjectNameList tableColumnList) -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.sybase
Methods in gudusoft.gsqlparser.nodes.sybase that return TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.teradata
Methods in gudusoft.gsqlparser.nodes.teradata that return TObjectNameListModifier and TypeMethodDescriptionTTDUnpivot.getColumnList()TCollectColumnIndex.getColumnNameList()TCollectFromOption.getColumnNameList()THashByClause.getColumns()Gets the list of columns in the HASH BY clause.TIndexDefinition.getIndexColumns()TTDUnpivot.getUnpivotColumns()TTDUnpivot.getValueColumns()Methods in gudusoft.gsqlparser.nodes.teradata with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTCollectColumnIndex.setColumnNameList(TObjectNameList columnNameList) voidTCollectFromOption.setColumnNameList(TObjectNameList columnNameList) voidTHashByClause.setColumns(TObjectNameList columns) Sets the column list for the HASH BY clause.voidTIndexDefinition.setIndexColumns(TObjectNameList indexColumns) -
Uses of TObjectNameList in gudusoft.gsqlparser.nodes.vertica
Methods in gudusoft.gsqlparser.nodes.vertica that return TObjectNameListModifier and TypeMethodDescriptionTExportToVerticaSqlNode.getDestColumnList()TExportToVerticaSqlNode.getSourceColumnList()Methods in gudusoft.gsqlparser.nodes.vertica with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTExportToVerticaSqlNode.setDestColumnList(TObjectNameList destColumnList) voidTExportToVerticaSqlNode.setSourceColumnList(TObjectNameList sourceColumnList) -
Uses of TObjectNameList in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TObjectNameListModifier and TypeMethodDescriptionTVacuumStmt.getColumList()TCopyStmt.getColumnList()TCreateMaterializedViewLogSqlStatement.getColumnList()TInsertSqlStatement.getColumnList()columns of the target table.TMergeSqlStatement.getColumnList()Columns in target table.TUpsertStmt.getColumnList()TAnalyzeStmt.getColumns()TTruncateStatement.getColumns()TDropDatabaseStmt.getDatabaseNameList()TCreateIndexSqlStatement.getIncludeColumns()TDropIndexSqlStatement.getIndexNameList()TUnsetStmt.getNameList()TAlterSchemaStmt.getNewSchemaNameList()TCreateTableSqlStatement.getPartitionColumnList()TCreateIndexSqlStatement.getPartitionSchemeColumns()TDropProfileStmt.getProfileNameList()TDropProjectionStmt.getProjectionNameList()TExecImmeStmt.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 recordsTLoopStmt.getScalarVariables()TAlterSchemaStmt.getSchemaNameList()TDropSchemaSqlStatement.getSchemaNameList()TDropSequenceStmt.getSequenceNameList()TDropTableSqlStatement.getTableNameList()TAlterGroup.getUserList()TCreateGroup.getUserList()TGrantStmt.getUserList()TSetStmt.getVariableNameList()TFetchStmt.getVariableNameObjectList()TCreateViewSqlStatement.getViewAttributeList()TDropViewSqlStatement.getViewNameList()Methods in gudusoft.gsqlparser.stmt that return types with arguments of type TObjectNameListModifier and TypeMethodDescriptionTRenameStmt.getRenamedObjectList()The list of the table name need to be renamed.Methods in gudusoft.gsqlparser.stmt with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTInsertSqlStatement.setColumnList(TObjectNameList columnList) voidTMergeSqlStatement.setColumnList(TObjectNameList columnList) voidTAnalyzeStmt.setColumns(TObjectNameList columns) voidTTruncateStatement.setColumns(TObjectNameList columns) voidTCreateIndexSqlStatement.setIncludeColumns(TObjectNameList includeColumns) voidTCreateTableSqlStatement.setPartitionColumnList(TObjectNameList partitionColumnList) voidTCreateIndexSqlStatement.setPartitionSchemeColumns(TObjectNameList partitionSchemeColumns) voidTExecImmeStmt.setReturnNames(TObjectNameList returnNames) voidTDropTableSqlStatement.setTableNameList(TObjectNameList tableNameList) voidTAlterGroup.setUserList(TObjectNameList userList) voidTCreateGroup.setUserList(TObjectNameList userList) voidTCreateViewSqlStatement.setViewAttributeList(TObjectNameList viewAttributeList) voidTDropViewSqlStatement.setViewNameList(TObjectNameList viewNameList) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.couchbase
Methods in gudusoft.gsqlparser.stmt.couchbase that return TObjectNameList -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.db2
Methods in gudusoft.gsqlparser.stmt.db2 that return TObjectNameListMethods in gudusoft.gsqlparser.stmt.db2 with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTDb2FetchCursorStmt.setVariableNames(TObjectNameList variableNames) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.hive
Methods in gudusoft.gsqlparser.stmt.hive that return TObjectNameListModifier and TypeMethodDescriptionTHiveShowGrant.getColumns()THiveGrantRole.getRoleList()THiveRevokeRole.getRoleList()Methods in gudusoft.gsqlparser.stmt.hive with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTHiveShowGrant.setColumns(TObjectNameList columns) voidTHiveGrantRole.setRoleList(TObjectNameList roleList) voidTHiveRevokeRole.setRoleList(TObjectNameList roleList) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return TObjectNameListModifier and TypeMethodDescriptionTCreatePartitionSchemeSqlStatement.getFileGroupList()TMssqlDropDbObject.getObjectNameList()TMssqlFetch.getVariableNames()Methods in gudusoft.gsqlparser.stmt.mssql with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTMssqlDropDbObject.setObjectNameList(TObjectNameList objectNameList) voidTMssqlFetch.setVariableNames(TObjectNameList variableNames) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.mysql
Methods in gudusoft.gsqlparser.stmt.mysql that return TObjectNameListModifier and TypeMethodDescriptionTMySQLOptimizeTableStmt.getTableNameList()TMySQLFetchCursor.getVariableNames()Deprecated.Methods in gudusoft.gsqlparser.stmt.mysql with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTMySQLFetchCursor.setVariableNames(TObjectNameList variableNames) Deprecated. -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.netezza
Methods in gudusoft.gsqlparser.stmt.netezza that return TObjectNameListMethods in gudusoft.gsqlparser.stmt.netezza with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTNetezzaGenerateStatistics.setColumns(TObjectNameList columns) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return TObjectNameListMethods in gudusoft.gsqlparser.stmt.oracle with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTPlsqlCreateTrigger.setFollowsTriggerList(TObjectNameList followsTriggerList) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.postgresql
Methods in gudusoft.gsqlparser.stmt.postgresql that return TObjectNameListModifier and TypeMethodDescriptionTForEachStmt.getScalarVariables()TSetSearchPathStmt.getSearchPathList()Deprecated. -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.redshift
Methods in gudusoft.gsqlparser.stmt.redshift that return TObjectNameListModifier and TypeMethodDescriptionTRedshiftAnalyze.getColumnList()TRedshiftAnalyzeCompression.getColumnList()TRedshiftCopy.getColumnList()TRedshiftDropSchema.getNameList()TRedshiftLock.getTableList()Deprecated.TRedshiftDropUser.getUserNameList()Methods in gudusoft.gsqlparser.stmt.redshift with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTRedshiftAnalyze.setColumnList(TObjectNameList columnList) voidTRedshiftAnalyzeCompression.setColumnList(TObjectNameList columnList) voidTRedshiftCopy.setColumnList(TObjectNameList columnList) voidTRedshiftDropSchema.setNameList(TObjectNameList nameList) voidTRedshiftLock.setTableList(TObjectNameList tableList) Deprecated.voidTRedshiftDropUser.setUserNameList(TObjectNameList userNameList) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.snowflake
Methods in gudusoft.gsqlparser.stmt.snowflake that return TObjectNameListMethods in gudusoft.gsqlparser.stmt.snowflake with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTSnowflakeCopyIntoStmt.setTableColumnList(TObjectNameList tableColumnList) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.sybase
Methods in gudusoft.gsqlparser.stmt.sybase that return TObjectNameListMethods in gudusoft.gsqlparser.stmt.sybase with parameters of type TObjectNameListModifier and TypeMethodDescriptionvoidTSybaseDeleteStatistics.setColumnList(TObjectNameList columnList) -
Uses of TObjectNameList in gudusoft.gsqlparser.stmt.vertica
Methods in gudusoft.gsqlparser.stmt.vertica that return TObjectNameListModifier and TypeMethodDescriptionTExportToVertica.getDestColumnList()TExportToVertica.getSourceColumnList()