Uses of Class
gudusoft.gsqlparser.nodes.TObjectName
Packages that use TObjectName
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 TObjectName in gudusoft.gsqlparser
Fields in gudusoft.gsqlparser declared as TObjectNameMethods in gudusoft.gsqlparser that return TObjectNameModifier and TypeMethodDescriptionTCustomSqlStatement.getEndlabelName()TCustomSqlStatement.getLabelName()static TObjectNameTGSqlParser.parseObjectName(EDbVendor dbVendor, String newObjectName) TGSqlParser.parseObjectName(String newObjectName) Create a database objectName from the parameter: newObjectNameMethods in gudusoft.gsqlparser that return types with arguments of type TObjectNameMethods in gudusoft.gsqlparser with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTAttributeNode.addAttributeRefToThisNode(TObjectName objectName) 把关联上的 column 加入到 attributeNode 中来。 另外,如果这个 attributeNode 的源来自 sub-query 中的 select list 的 star column, 那么把这个 column 加到 star column 中来,完成自顶向下的数据传递,TCustomSqlStatement.analyzeTablename(TObjectName tableName) booleanTCustomSqlStatement.checkNonQualifiedColumnReferenceInSubQueryOfUplevelStmt(TObjectName crf, boolean sameLevelOnly) Found out is a non qualified column is a column in uplevel subquery table like this: take ma_parkey for example: ma_parkey is not a physical column SELECT c_mandant , CASE WHEN EXISTS (SELECT 1 FROM CDS_H_GRUPPE GRP1 WHERE GRP1.c_mandant = c_mandant AND GRP1.parkey1 = ma_parkey) THEN 1 ELSE NULL END MA_ME FROM (SELECT c_mandant , CASE WHEN funktionscode = 'U' THEN parkey1 ELSE parkey2 END MA_PARKEY FROM CDS_H_GRUPPE )voidTCustomSqlStatement.linkColumnReferenceToTable(TObjectName cr, ESqlClause plocation) Deprecated.booleanTCustomSqlStatement.linkColumnToTable(TObjectName pColumn, ESqlClause pLocation) 将列引用解析并绑定到其来源(表、子查询、CTE、表函数、OPENQUERY/UNNEST 等)。 功能概述: 1) 针对 DAX 语法直接走 DAX 分支。 2) 已绑定或标记“延迟到列解析器”的列直接返回。 3) 设定列所在语法位置,并校验列名/保留字(含 MySQL true/false/default、内置函数等)。 4) 处理厂商伪表/特殊前缀(Oracle :new/:old;SQL Server INSERTED/DELETED)。 5) Insert All/VALUES 场景:优先在子查询结果集中/变量或过程参数中匹配。 6) 在当前语句的 FROM 表集合中查找并建立绑定: - 限定列 table.col:按别名/表名匹配;对子查询/CTE/OPENQUERY 进一步在结果集中定位源列; 命中后写入 linkedColumns,必要时将 TableToken 标记为 subquery_alias。 - 非限定列 col: a.protected booleanTCustomSqlStatement.linkToFirstTable(TObjectName pColumn, int pCandidateTableCnt) booleanTCustomSqlStatement.locateVariableOrParameter(TObjectName cr) booleanTCustomSqlStatement.locateVariableOrParameter(TObjectName cr, boolean checkVariableDeclaredInProcedure) booleanTCustomSqlStatement.searchDaxVariableInStack(TObjectName pName) voidTCustomSqlStatement.setEndlabelName(TObjectName endlabelName) voidTCustomSqlStatement.setLabelName(TObjectName lName) Method parameters in gudusoft.gsqlparser with type arguments of type TObjectNameModifier and TypeMethodDescriptionvoidTCustomSqlStatement.setVariableStack(Stack<TObjectName> variableStack) Constructors in gudusoft.gsqlparser with parameters of type TObjectNameModifierConstructorDescriptionTSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList, TObjectName objectName) -
Uses of TObjectName in gudusoft.gsqlparser.dlineage
Methods in gudusoft.gsqlparser.dlineage with parameters of type TObjectNameModifier and TypeMethodDescriptionbooleanDataFlowAnalyzer.isBuiltInFunctionName(TObjectName object) booleanDataFlowAnalyzer.isConstant(TObjectName object) booleanDataFlowAnalyzer.isKeyword(TObjectName object) protected booleanDataFlowAnalyzer.isStructColumn(TObjectName columnName) -
Uses of TObjectName in gudusoft.gsqlparser.dlineage.dataflow.model
Fields in gudusoft.gsqlparser.dlineage.dataflow.model with type parameters of type TObjectNameModifier and TypeFieldDescriptionprotected Map<String,Set<TObjectName>> ResultColumn.starLinkColumnsMethods in gudusoft.gsqlparser.dlineage.dataflow.model that return TObjectNameModifier and TypeMethodDescriptionResultColumnRelationshipElement.getColumnName()TableColumn.getColumnObject()ResultColumn.getStarLinkColumnName(int index) ModelBindingManager.getTableColumns(TTable table) Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return types with arguments of type TObjectNameModifier and TypeMethodDescriptionabstract List<TObjectName>Column.getStarLinkColumnList()ResultColumn.getStarLinkColumnList()TableColumn.getStarLinkColumnList()ResultColumn.getStarLinkColumns()TableColumn.getStarLinkColumns()Methods in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidModelBindingManager.bindCreateModel(TObjectName tableName, Table tableModel) voidModelBindingManager.bindCursorIndex(TObjectName indexName, TObjectName cursorName) abstract booleanColumn.bindStarLinkColumn(TObjectName objectName) booleanResultColumn.bindStarLinkColumn(TObjectName objectName) voidResultColumn.bindStarLinkColumn(TObjectName objectName, int index) booleanTableColumn.bindStarLinkColumn(TObjectName objectName) ModelFactory.createDatabase(TObjectName databaseName) ModelFactory.createDataSource(TObjectName dataSourceName) ModelFactory.createDeterminedResultColumn(ResultSet resultSet, TObjectName resultColumn) ModelFactory.createFileUri(Table table, TObjectName fileUri) ModelFactory.createFunction(TObjectName functionName) ModelFactory.createFunctionResultColumn(Function function, TObjectName functionName) ModelFactory.createInsertTableColumn(Table tableModel, TObjectName column) ModelFactory.createJsonTableColumn(Table table, TObjectName column) ModelFactory.createJsonVariable(TObjectName jsonVariable) ModelFactory.createMergeResultColumn(ResultSet resultSet, TObjectName resultColumn) ModelFactory.createProcedureByName(TObjectName procedureName, int argumentSize) ModelFactory.createResultColumn(ResultSet resultSet, TObjectName resultColumn) ModelFactory.createResultColumn(ResultSet resultSet, TObjectName resultColumn, boolean forceCreate) ModelFactory.createSchema(TObjectName schemaName) ModelFactory.createStage(TObjectName stageName) ModelFactory.createStageLocation(Table table, TObjectName location) ModelFactory.createStream(TObjectName streamName) ModelFactory.createTable(TTable table, TObjectName tableBinding) ModelFactory.createTableByName(TObjectName tableName) ModelFactory.createTableByName(TObjectName tableName, boolean create) ModelFactory.createTableColumn(Table table, TObjectName column, boolean fromCreateTable) ModelFactory.createUpdateResultColumn(ResultSet resultSet, TObjectName resultColumn) ModelFactory.createVariable(TObjectName variableName) ModelFactory.createView(TCustomSqlStatement viewStmt, TObjectName viewName) ModelFactory.createView(TCustomSqlStatement viewStmt, TObjectName viewName, boolean fromCreateView) ModelFactory.createViewColumn(Table viewModel, TObjectName column, int index, boolean fromCreateView) ModelBindingManager.getTable(TCustomSqlStatement stmt, TObjectName column) ModelBindingManager.getTableFromColumn(TObjectName column) ModelBindingManager.guessTable(TCustomSqlStatement stmt, TObjectName column) intResultColumn.indexOfStarLinkColumn(TObjectName objectName) voidResultColumn.unbindStarLinkColumn(TObjectName objectName) Method parameters in gudusoft.gsqlparser.dlineage.dataflow.model with type arguments of type TObjectNameModifier and TypeMethodDescriptionvoidTableColumn.bindStarLinkColumns(Map<String, Set<TObjectName>> starLinkColumns) ModelFactory.createStarResultColumn(SelectResultSet resultSet, Pair<TResultColumn, TObjectName> starColumnPair) Constructors in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TObjectNameModifierConstructorDescriptionDatabase(TObjectName database) FileUri(Table file, TObjectName fileUri) Function(TObjectName functionName) JsonTableColumn(Table jsonTable, TObjectName location) Procedure(TObjectName procedureName) ResultColumnRelationshipElement(ResultColumn column, TObjectName columnName) Schema(TObjectName schema) StageLocation(Table stage, TObjectName location) Table(TObjectName tableName) Table(TCustomSqlStatement stmt, TObjectName viewName) TableColumn(Table table, TObjectName columnObject) TableColumn(Table view, TObjectName columnObject, int index) Variable(TObjectName cursorVariable) Variable(TCustomSqlStatement stmt, TObjectName cursorVariable) VariableProperty(Table variableTable, TObjectName variableName, TDeclareVariable variable) Constructor parameters in gudusoft.gsqlparser.dlineage.dataflow.model with type arguments of type TObjectNameModifierConstructorDescriptionResultColumn(SelectResultSet resultSet, Pair<TResultColumn, TObjectName> starColumnPair) -
Uses of TObjectName in gudusoft.gsqlparser.dlineage.util
Methods in gudusoft.gsqlparser.dlineage.util with parameters of type TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as TObjectNameModifier and TypeFieldDescriptionprotected TObjectNameTFunctionCall.functionNameTColumnReference.objectnameTObjectReference.objectnameTTableReference.objectnameprotected TObjectNameTBlockSqlNode.outerLabelNameMethods in gudusoft.gsqlparser.nodes that return TObjectNameModifier and TypeMethodDescriptionTObjectName.clone()TNodeFactory.createObjectName(EDbObjectType dbObjectType, TSourceToken schema, TSourceToken object, TSourceToken part) TNodeFactory.createObjectName(TSourceToken schema, TSourceToken object, TSourceToken part) create a database object with schema, object and part name, type of this object will be determined later in the context where it appears.static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1, TSourceToken token2) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1, TSourceToken token2, TSourceToken token3) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, TSourceToken token1, TSourceToken token2, TSourceToken token3, TSourceToken token4) static TObjectNameTObjectName.createObjectName(EDbVendor dbVendor, EDbObjectType dbObjectType, String str) TNodeFactory.createObjectNameWithObject(TSourceToken object) TNodeFactory.createObjectNameWithPart(TSourceToken part) TNodeFactory.createObjectNameWithPartAndObject(TSourceToken object, TSourceToken part) TNodeFactory.createObjectNameWithType(EDbObjectType dbObjectType, TSourceToken part) TNodeFactory.createObjectNameWithType(EDbObjectType dbObjectType, TSourceToken object, TSourceToken part) TNodeFactory.createObjectNameWithType(EDbObjectType dbObjectType, TSourceToken schema, TSourceToken object, TSourceToken part) TAlterTableOption.getAfterColumnName()TViewAliasItem.getAlias()TAliasClause.getAliasName()TNewVariantTypeArgument.getAliasName()TAlterTableOption.getAnyTypeName()Greenplum, Postgresql,Snowflake, any name when option type isEAlterTableOptionType.ofAnyTypeTArrayAccess.getArrayName()TCreateFunctionSqlNode.getAsName()TCreateIndexSqlNode.getAsTypeName()TAttributeOrMethod.getAttribute()TIndices.getAttributeName()Gets the attribute name for qualified name access patterns.TTypeAttribute.getAttributeName()Name of attribute.TCreateDatabaseSqlNode.getCharacterSet()TSetSqlNode.getCharacterSetName()TCreateDatabaseSqlNode.getCloneSourceDb()TCreateTableSqlNode.getCloneSourceTable()TCreateDatabaseSqlNode.getCollationName()TSetSqlNode.getCollationName()TUnpivotInClauseItem.getColumn()TResultColumn.getColumnFullname()TAlterTableOption.getColumnName()valid whenTAlterTableOption.getOptionType()is:TCollectStatisticsSqlNode.getColumnName()TColumnDefinition.getColumnName()TColumnWithSortOrder.getColumnName()TDescribeSqlNode.getColumnName()TIndexColName.getColumnName()Deprecated.TColumnDefinition.getComment()TCreateTableOption.getComment()TCreateTableSqlNode.getComment()TViewAliasItem.getComment()TConstraint.getCommentObject()TDeclareSqlNode.getConditionName()THandlerForCondition.getConditionName()TSignalSqlNode.getConditionName()TAlterTableOption.getConstraintName()valid whenTAlterTableOption.getOptionType()is:TConstraint.getConstraintName()TRestrictionClause.getConstraintName()TExecuteAsSqlNode.getCookie()TTriggerReferencingItem.getCorrelationName()TCloseSqlNode.getCursorName()TDeclareSqlNode.getCursorName()TFetchSqlNode.getCursorName()TForSqlNode.getCursorName()TLeaveSqlNode.getCursorName()TOpenSqlNode.getCursorName()TDeclareSqlNode.getCursorStatement()TCreateDatabaseSqlNode.getDatabaseComment()TAlterDatabaseSqlNode.getDatabaseName()TConnectSqlNode.getDatabaseName()TCreateDatabaseSqlNode.getDatabaseName()TDescribeSqlNode.getDatabaseName()TDropDatabaseSqlNode.getDatabaseName()TTypeName.getDataTypeObjectName()TObjectName.getDblink()The database link partremoreserverin this objectName: scott.emp@remoreserverTCreateDatabaseSqlNode.getDbLocation()TDescribeSqlNode.getDbObjectName()TCreateDatabaseSqlNode.getDbOwner()TCreateDirectorySqlNode.getDirectoryName()TInsertSqlNode.getDirectoryName()TCreateFunctionSqlNode.getEndlabelName()TCreatePackageSqlNode.getEndlabelName()TCreateProcedureSqlNode.getEndlabelName()TNodeWithLabel.getEndlabelName()TStatementSqlNode.getEndlabelName()TQueryHint.getExposed_object_name()TABLE HINT ( exposed_object_name [ , <table_hint> [ [, ]...n ] ] )TStageLocation.getExternalLocation()TResultColumn.getFieldAttr()TExpression.getFieldName()valid whenTExpression.getExpressionType()isTExpression.fieldSelectionTFileFormatSqlNode.getFileFormatName()TCreateSynonymSqlNode.getForName()TConstraint.getForObjectName()TAlterFunctionSqlNode.getFunctionName()TCreateFunctionSqlNode.getFunctionName()TDropFunctionSqlNode.getFunctionName()TFunctionCall.getFunctionName()TFunctionHeader.getFunctionName()TTableHint.getHint()TCallSqlNode.getHostVariable()TReplaceExprAsIdentifier.getIdentifier()TCreateFunctionSqlNode.getImplementionType()TAlterRoleSqlNode.getInDatabase()TConstraint.getIndexColumnName()Snowflake index table constraint: CREATE TABLE t1 (c1 INT, c2 INT, CONSTRAINT c1_idx INDEX (c1));TCreateIndexSqlNode.getIndexComment()TAlterIndexSqlNode.getIndexName()TAlterTableOption.getIndexName()Greenplum, Postgresql, Snowflake, index name when option type isEAlterTableOptionType.clusterOnTCollectStatisticsSqlNode.getIndexName()TConstraint.getIndexName()SQL Server, index name of table index whenTConstraint.getConstraint_type()isEConstraintType.table_indexor index name of column index whenTConstraint.getConstraint_type()isEConstraintType.column_indexTCreateIndexSqlNode.getIndexName()TDropIndexItem.getIndexName()TDropIndexSqlNode.getIndexName()TCallSqlNode.getIndicatorVariable()TCreateIndexSqlNode.getInTableName()TIntoClause.getIntoName()TOutputClause.getIntoTable()TExecuteSqlNode.getIntoVariable()TCreateFunctionSqlNode.getLabelName()TCreatePackageSqlNode.getLabelName()TCreateProcedureSqlNode.getLabelName()TIterateSqlNode.getLabelName()TNodeWithLabel.getLabelName()TStatementSqlNode.getLabelName()TContinueSqlNode.getLableName()TAlterLibrarySqlNode.getLibraryName()TCreateTableSqlNode.getLikeTableName()TOpenQuery.getLinkedServer()TExecuteSqlNode.getLinkServerName()TExecuteAsSqlNode.getLoginName()TForSqlNode.getLoopName()TCreateMacroSqlNode.getMacroName()TExecuteSqlNode.getModuleName()TWindowDef.getName()TDatatypeAttribute.getNamedName()TObjectName.getNamespace()The Couchbase namespace before keyspaceTStageLocation.getNameSpace()TDmlEventClause.getNestedTableColumn()TAlterTableOption.getNewCollation()new collation when option type isEAlterTableOptionType.AlterColumnand subtype isEAlterColumnSubType.SetDataTypeTAlterTableOption.getNewColumnName()new column name valid whenTAlterTableOption.getOptionType()isEAlterTableOptionType.RenameColumnTAlterTableOption.getNewConstraintName()new constraint name valid whenTAlterTableOption.getOptionType()isEAlterTableOptionType.RenameConstraintTAlterDatabaseSqlNode.getNewDatabaseName()TAlterFunctionSqlNode.getNewFunctionName()TAlterIndexSqlNode.getNewIndexName()TAlterTableOption.getNewIndexName()TAlterTableOption.getNewOwnerName()owner name or roleId when option type isEAlterTableOptionType.ownerToTAlterRoleSqlNode.getNewRoleName()TAlterSchemaSqlNode.getNewSchemaName()TAlterSequenceSqlNode.getNewSequenceName()TAlterTableOption.getNewTableName()new table name is valid when option type is one of the following values:EAlterTableOptionType.RenameTable, new table in rename to clauseEAlterTableOptionType.setPrivileges, Netezza, table name in set privileges to clauseEAlterTableOptionType.exchangePartition,Hive, Impala, table name in exchange partition with table clauseEAlterTableOptionType.switchPartition, SQL Server, Openedge, table name of switch partition to target_table clauseTAlterTableOption.getNewTablespaceName()Greenplum, Postgresql, Snowflake, tablespace name when option type isEAlterTableOptionType.setTablespaceTAlterTriggerSqlNode.getNewTriggerName()TAlterViewSqlNode.getNewViewName()TCommentSqlNode.getObjectName()TDropIndexItem.getObjectName()TObjectNameList.getObjectName(int position) TStubStmtSqlNode.getObjectName()TExpression.getObjectOperand()TAlterIndexSqlNode.getOnIndexName()TAttributeOption.getOptionName()TBlockSqlNode.getOuterLabelName()TSequenceOption.getOwnedBy()TAlterDatabaseSqlNode.getOwnerName()TAlterFunctionSqlNode.getOwnerName()TAlterSchemaSqlNode.getOwnerName()TAlterSequenceSqlNode.getOwnerName()TAlterViewSqlNode.getOwnerName()TCreateSchemaSqlNode.getOwnerName()TCreatePackageSqlNode.getPackageName()TAlterRoleSqlNode.getParameterName()TExecParameter.getParameterName()TParameterDeclaration.getParameterName()The name of the formal parameter that you are declaring, which you can reference in the body of the subprogram.TSetAssignment.getParameterName()TObjectName.getParentObjectName()TAlterTableOption.getParentTable()Greenplum, Postgresql,Snowflake, parent table when option type isEAlterTableOptionType.inheritorEAlterTableOptionType.noInheritTTableElement.getParentTable()TPartitionExtensionClause.getPartitionLocation()TAlterIndexSqlNode.getPartitionName()TAlterTableOption.getPartitionName()partition name in PostgreSQL attached partition clause.TPartitionDefinition.getPartitionName()TPartitionExtensionClause.getPartitionName()TTablePartitionItem.getPartitionName()TSetSqlNode.getPassword()TPathSqlNode.getPathName()TPivotClause.getPivotColumn()Deprecated.since 1.7.1.1 , useTPivotClause.getPivotColumnList()instead.TAlterProcedureSqlNode.getProcedureName()TCreateProcedureSqlNode.getProcedureName()TDropProcedureSqlNode.getProcedureName()TArrayAccess.getPropertyName()TInsertSqlNode.getRecordName()TConstraint.getReferencedObject()TAlterTableOption.getReferencedObjectName()referenced table in foreign key clause.TWindowDef.getReferenceName()TRelationExpr.getRelationName()TExecuteSqlNode.getReturnStatus()TCreateRoleSqlNode.getRoleName()TAlterRoleSqlNode.getRoleSpecification()TCallSqlNode.getRoutineName()TCreateRowTypeSqlNode.getRowTypeName()TCreateTableSqlNode.getRowTypeName()TCreateViewSqlNode.getRowTypeName()TMergeInsertClause.getRowTypeValue()plsql row type recordTAlterTableOption.getRuleName()Greenplum, Postgresql,Snowflake, rule name when option type isEAlterTableOptionType.enableRuleorEAlterTableOptionType.enableAlwaysRuleorEAlterTableOptionType.enableReplicaRuleorEAlterTableOptionType.disableRuleTAlterFunctionSqlNode.getSchemaName()TAlterSchemaSqlNode.getSchemaName()TAlterSequenceSqlNode.getSchemaName()TAlterTableOption.getSchemaName()Greenplum, Schema name when option type isEAlterTableOptionType.setSchemaTAlterViewSqlNode.getSchemaName()TCreateSchemaSqlNode.getSchemaName()TDropSchemaSqlNode.getSchemaName()TNonDmlTriggerClause.getSchemaName()It's optional, only valid whenTNonDmlTriggerClause.isSchema()is true.TAlterSequenceSqlNode.getSequenceName()TCreateSequenceSqlNode.getSequenceName()TDropSequenceSqlNode.getSequenceName()TExpression.getSequenceName()TAlterTableOption.getSerdeName()valid whenTAlterTableOption.getOptionType()is:TCreateSchemaSqlNode.getSourceDatabase()TCreateSchemaSqlNode.getSourceSchema()TAlterTableOption.getSourceTableName()redshift alter table...TInsertSqlNode.getSourceValueTable()TStageLocation.getStageName()TPrepareSqlNode.getStmtName()TAlterTableOption.getStorageName()storage name when option type isEAlterTableOptionType.AlterColumnand subtype isEAlterColumnSubType.SetStorageTCreateRowTypeSqlNode.getSuperTableName()TCreateTableSqlNode.getSuperTableName()TCreateSynonymSqlNode.getSynonymName()TCreateTableSqlNode.getTableComment()TAlterTableOption.getTableLocation()Hive,Impala, file location of SET LOCATION clause valid whenTAlterTableOption.getOptionType()is:EAlterTableOptionType.setLocationTCreateIndexSqlNode.getTableLocation()TCreateTableSqlNode.getTableLocation()TCopySqlNode.getTablename()TAlterTableSqlNode.getTableName()TCollectStatisticsSqlNode.getTableName()TContainsTable.getTableName()TCreateIndexSqlNode.getTableName()TCreateMaterializedViewLogSqlNode.getTableName()TCTE.getTableName()TDescribeSqlNode.getTableName()TDmlEventClause.getTableName()table that DML statement act on.TDropIndexSqlNode.getTableName()TDropTableSqlNode.getTableName()TIntoClause.getTableName()TIntoTableClause.getTableName()TMSCKSqlNode.getTableName()TStageLocation.getTableName()TTable.getTableName()TTruncateTableSqlNode.getTableName()TVacuumSqlNode.getTableName()TFromTable.getTableObjectName()TAlterIndexSqlNode.getTablespaceName()TBeginTranSqlNode.getTransactionName()TAlterTableOption.getTriggerName()Greenplum, Postgresql,Snowflake, trigger name when option type isEAlterTableOptionType.enableTriggerorEAlterTableOptionType.enableAlwaysTriggerorEAlterTableOptionType.enableReplicaTriggerorEAlterTableOptionType.disableTriggerTAlterTriggerSqlNode.getTriggerName()TCreateTriggerSqlNode.getTriggerName()TAlterTypeSqlNode.getTypeName()TCreateTypeSqlNode.getTypeName()TConnectSqlNode.getUsername()TCreateUserSqlNode.getUserName()TSetSqlNode.getUserName()TDatatypeAttribute.getValue_identifier()TPivotClause.getValueColumn()Deprecated.since 1.7.1.1, useTPivotClause.getValueColumnList()instead.TDeclareVariable.getVariableName()TResetSqlNode.getVariableName()TSetSqlNode.getVariableName()TUnsetSqlNode.getVariableName()TNameValuePair.getVarName()TAlterViewSqlNode.getViewName()TCreateMaterializedViewSqlNode.getViewName()TCreateViewSqlNode.getViewName()TDropViewSqlNode.getViewName()TWindowDefinition.getWindowName()Deprecated.TWindowSpecification.getWindowName()Deprecated.Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TObjectNameModifier and TypeMethodDescriptionTResultColumn.getAliasNameList()TResultColumn.getAttributesFromUpLevelReferenceToStarColumn()这个属性只对 star column 有效。用来存放在 up level 中找到的关联到本 star column 的 column, 主要用来把来自 up level 的这些 column 继续和 本层 from clause 中的 table 关联起来, 以解决 up level column 来自低层哪个 table 的问题 实现代码见:TStarColumnPushDownResolver.preVisit(TSelectSqlStatement stmt), TAttributeNode.addAttributeRefToThisNode(TObjectName objectName)TTable.getAttributesReferenceToThisRelation()TTable.getColumnsFromSQLEnv(TSQLEnv sqlEnv) TExpression.getColumnsInsideExpression()Methods in gudusoft.gsqlparser.nodes with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTObjectNameList.addObjectName(TObjectName objectReference) voidTObjectNameList.addObjectName(TObjectName objectReference, boolean checkExistence) voidTPathSqlNode.addObjectName(TObjectName objectName) voidTObjectName.appendObjectName(TObjectName objectName) intTTableList.checkColumnReferenceInTables(TObjectName crf) TNodeFactory.createColumnReference(TObjectName objectname) static TExpressionTExpression.createExpression(EDbVendor dbVendor, EExpressionType pExpressionType, TSourceToken pOperatorToken, TObjectName pLeft, TConstant pRight) static TExpressionTExpression.createExpression(EDbVendor dbVendor, EExpressionType pExpressionType, TSourceToken pOperatorToken, TObjectName pLeft, TObjectName pRight) static TExpressionTExpression.createExpression(EDbVendor dbVendor, TObjectName objectOperand) TNodeFactory.createFunctionCall(EFunctionType eFunctionType, TObjectName functionName) TNodeFactory.createObjectReference(TObjectName objectname, int objecttype) TNodeFactory.createSimpleExpression(TObjectName or) TNodeFactory.createTableReference(TObjectName objectname) intTFunctionCall.isColumnInThisTableFunction(TSQLEnv sqlEnv, EDbVendor dbVendor, TObjectName pColumn) booleanTResultColumn.isMatchedUsingAlias(TObjectName pColumn) booleanTResultColumn.isMatchedWithResultColumn(EDbVendor dbVendor, TObjectName pColumn) voidTObjectName.mergeObjectName(TObjectName objectName) Used internally in hive .y file to merge two objectNamesvoidTObjectName.mergeObjectName(TObjectName objectName, TObjectName objectName2) voidTParseTreeVisitor.postVisit(TObjectName node) voidTParseTreeVisitor.preVisit(TObjectName node) intTAliasClause.searchColumn(TObjectName pColumn) booleanTTable.searchColumn(TSelectSqlStatement select, String tableName, TObjectName pColumn, boolean pMustIn) intTTable.searchColumnInAlias(TObjectName pColumn) booleanTCTE.searchColumnInResultSet(TCustomSqlStatement pSql, TTable pTable, TObjectName pColumn, boolean pMustIn) intTObjectNameList.searchColumnReference(TObjectName cr) voidTViewAliasItem.setAlias(TObjectName alias) voidTAliasClause.setAliasName(TObjectName aliasName) voidTNewVariantTypeArgument.setAliasName(TObjectName aliasName) voidTAlterTableOption.setAnyTypeName(TObjectName anyTypeName) voidTArrayAccess.setArrayName(TObjectName arrayName) voidTCreateTableSqlNode.setAsTableName(TObjectName asTableName) voidTCreateIndexSqlNode.setAsTypeName(TObjectName asTypeName) voidTAttributeOrMethod.setAttribute(TObjectName attribute) voidTIndices.setAttributeName(TObjectName attributeName) Sets the attribute name for qualified name access operations.voidTTypeAttribute.setAttributeName(TObjectName attributeName) voidTCreateDatabaseSqlNode.setCloneSourceDb(TObjectName cloneSourceDb) voidTCreateTableSqlNode.setCloneSourceTable(TObjectName cloneSourceTable) voidTUnpivotInClauseItem.setColumn(TObjectName column) voidTAlterTableOption.setColumnName(TObjectName columnName) voidTColumnDefinition.setColumnName(TObjectName columnName) voidTColumnWithSortOrder.setColumnName(TObjectName columnName) voidTDescribeSqlNode.setColumnName(TObjectName columnName) voidTIndexColName.setColumnName(TObjectName columnName) Deprecated.voidTColumnDefinition.setComment(TObjectName comment) voidTConstraint.setCommentObject(TObjectName commentObject) voidTAlterTableOption.setConstraintName(TObjectName constraintName) voidTConstraint.setConstraintName(TObjectName constraintName) voidTRestrictionClause.setConstraintName(TObjectName constraintName) voidTForSqlNode.setCursorName(TObjectName cursorName) voidTCreateDatabaseSqlNode.setDatabaseComment(TObjectName databaseComment) voidTAlterDatabaseSqlNode.setDatabaseName(TObjectName databaseName) voidTTypeName.setDataTypeByObjectName(TObjectName objectName) voidTObjectName.setDblink(TObjectName dblink) voidTObjectName.setDblink(TObjectName dblink, boolean linkToDB) voidTCreateDatabaseSqlNode.setDbLocation(TObjectName dbLocation) voidTInsertSqlNode.setDirectoryName(TObjectName directoryName) voidTCreateFunctionSqlNode.setEndlabelName(TObjectName endlabelName) voidTCreatePackageSqlNode.setEndlabelName(TObjectName endlabelName) voidTCreateProcedureSqlNode.setEndlabelName(TObjectName endlabelName) voidTNodeWithLabel.setEndlabelName(TObjectName endlabelName) voidTStatementSqlNode.setEndlabelName(TObjectName endlabelName) voidTQueryHint.setExposed_object_name(TObjectName exposed_object_name) voidTStageLocation.setExternalLocation(TObjectName externalLocation) voidTCreateTableOption.setFileFormatName(TObjectName fileFormatName) voidTConstraint.setForObjectName(TObjectName forObjectName) voidTFunctionCall.setFunctionName(TObjectName functionName) voidTTableHint.setHint(TObjectName hint) voidTCreateFunctionSqlNode.setImplementionType(TObjectName implementionType) voidTCreateIndexSqlNode.setIndexComment(TObjectName indexComment) voidTAlterIndexSqlNode.setIndexName(TObjectName indexName) voidTAlterTableOption.setIndexName(TObjectName indexName) voidTDropIndexItem.setIndexName(TObjectName indexName) voidTCreateIndexSqlNode.setInTableName(TObjectName inTableName) voidTIntoClause.setIntoName(TObjectName intoName) voidTOutputClause.setIntoTable(TObjectName intoTable) voidTExecuteSqlNode.setIntoVariable(TObjectName intoVariable) voidTCreateFunctionSqlNode.setLabelName(TObjectName labelName) voidTCreatePackageSqlNode.setLabelName(TObjectName labelName) voidTCreateProcedureSqlNode.setLabelName(TObjectName labelName) voidTNodeWithLabel.setLabelName(TObjectName labelName) voidTStatementSqlNode.setLabelName(TObjectName labelName) voidTCreateTableSqlNode.setLikeTableName(TObjectName likeTableName) voidTExecuteSqlNode.setLinkServerName(TObjectName linkServerName) voidTWindowDef.setName(TObjectName name) voidTObjectName.setNamespace(TObjectName namespace) voidTStageLocation.setNameSpace(TObjectName nameSpace) voidTAlterTableOption.setNewCollation(TObjectName newCollation) voidTAlterTableOption.setNewColumnName(TObjectName newColumnName) voidTAlterTableOption.setNewConstraintName(TObjectName newConstraintName) voidTAlterDatabaseSqlNode.setNewDatabaseName(TObjectName newDatabaseName) voidTAlterTableOption.setNewOwnerName(TObjectName newOwnerName) voidTAlterSchemaSqlNode.setNewSchemaName(TObjectName newSchemaName) voidTAlterSequenceSqlNode.setNewSequenceName(TObjectName newSequenceName) voidTAlterTableOption.setNewTableName(TObjectName newTableName) set new table name when option type isEAlterTableOptionType.RenameTablevoidTAlterTableOption.setNewTablespaceName(TObjectName newTablespaceName) voidTAlterViewSqlNode.setNewViewName(TObjectName newViewName) voidTColumnReference.setObjectname(TObjectName objectname) voidTObjectReference.setObjectname(TObjectName objectname) voidTDropIndexItem.setObjectName(TObjectName objectName) voidTExpression.setObjectOperand(TObjectName objectOperand) voidTAlterIndexSqlNode.setOnIndexName(TObjectName onIndexName) voidTAttributeOption.setOptionName(TObjectName optionName) voidTBlockSqlNode.setOuterLabelName(TObjectName outerLabelName) voidTAlterDatabaseSqlNode.setOwnerName(TObjectName ownerName) voidTAlterSchemaSqlNode.setOwnerName(TObjectName ownerName) voidTAlterSequenceSqlNode.setOwnerName(TObjectName ownerName) voidTAlterViewSqlNode.setOwnerName(TObjectName ownerName) voidTExecParameter.setParameterName(TObjectName parameterName) voidTParameterDeclaration.setParameterName(TObjectName parameterName) voidTObjectName.setParentObjectName(TObjectName parentObjectName) voidTAlterTableOption.setParentTable(TObjectName parentTable) voidTTableElement.setParentTable(TObjectName parentTable) voidTPartitionExtensionClause.setPartitionName(TObjectName partitionName) voidTTable.setPropertyFromObjectName(TObjectName objectName, ETableEffectType tableEffectType) voidTArrayAccess.setPropertyName(TObjectName propertyName) voidTConstraint.setReferencedObject(TObjectName referencedObject) voidTAlterTableOption.setReferencedObjectName(TObjectName referencedObjectName) voidTWindowDef.setReferenceName(TObjectName referenceName) voidTRelationExpr.setRelationName(TObjectName relationName) voidTCreateTableSqlNode.setRowTypeName(TObjectName rowTypeName) voidTCreateViewSqlNode.setRowTypeName(TObjectName rowTypeName) voidTMergeInsertClause.setRowTypeValue(TObjectName rowTypeValue) voidTAlterTableOption.setRuleName(TObjectName ruleName) voidTAlterSequenceSqlNode.setSchemaName(TObjectName schemaName) voidTAlterTableOption.setSchemaName(TObjectName schemaName) voidTNonDmlTriggerClause.setSchemaName(TObjectName schemaName) voidTAlterTableOption.setSerdeName(TObjectName serdeName) voidTStageLocation.setStageName(TObjectName stageName) voidTAlterTableOption.setStorageName(TObjectName storageName) voidTCreateRowTypeSqlNode.setSuperTableName(TObjectName superTableName) voidTCreateTableSqlNode.setSuperTableName(TObjectName superTableName) voidTCreateTableSqlNode.setTableComment(TObjectName tableComment) voidTAlterTableOption.setTableLocation(TObjectName tableLocation) voidTCreateIndexSqlNode.setTableLocation(TObjectName tableLocation) voidTCreateTableSqlNode.setTableLocation(TObjectName tableLocation) voidTContainsTable.setTableName(TObjectName tableName) voidTCreateIndexSqlNode.setTableName(TObjectName tableName) voidTCTE.setTableName(TObjectName tableName) voidTDescribeSqlNode.setTableName(TObjectName tableName) voidTDmlEventClause.setTableName(TObjectName tableName) voidTIntoTableClause.setTableName(TObjectName tableName) voidTStageLocation.setTableName(TObjectName tableName) voidTTable.setTableName(TObjectName tableName) voidTFromTable.setTableObjectName(TObjectName tableObjectName) voidTAlterTableOption.setTriggerName(TObjectName triggerName) voidTDatatypeAttribute.setValue_identifier(TObjectName value_identifier) voidTDeclareVariable.setVariableName(TObjectName variableName) voidTSetSqlNode.setVariableName(TObjectName variableName) voidTWindowDefinition.setWindowName(TObjectName windowName) Deprecated.voidTWindowSpecification.setWindowName(TObjectName windowName) Deprecated.Constructors in gudusoft.gsqlparser.nodes with parameters of type TObjectNameModifierConstructorDescriptionTColumnDefinition(TObjectName columnName) TColumnWithSortOrder(TObjectName columnName) TColumnWithSortOrder(TObjectName columnName, ESortType sortType) TExpression(TObjectName objectOperand) TTable(TObjectName pobjectname) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.bigquery
Methods in gudusoft.gsqlparser.nodes.bigquery that return TObjectNameModifier and TypeMethodDescriptionTExportDataSqlNode.getConnectName()TCreateModelSqlNode.getModelName() -
Uses of TObjectName in gudusoft.gsqlparser.nodes.couchbase
Methods in gudusoft.gsqlparser.nodes.couchbase that return TObjectNameModifier and TypeMethodDescriptionTRoleSpec.getBucket()TIndexRef.getIndexName()TKeyspaceRef.getKeyspace()TKeyspaceRef.getNamespace()TBinding.getNameVariable()TNamedParameter.getParamName()TRoleSpec.getRole()TBinding.getVariable() -
Uses of TObjectName in gudusoft.gsqlparser.nodes.dax
Methods in gudusoft.gsqlparser.nodes.dax that return TObjectNameModifier and TypeMethodDescriptionTDaxFunction.getColumnName()TDaxNameExpression.getColumnName()TDaxSubstituteWithIndex.getIndexColumnName()TDaxVar.getMeasureName()TDaxFunction.getTableName()TDaxVar.getVariableName()Methods in gudusoft.gsqlparser.nodes.dax with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTDaxVar.setMeasureName(TObjectName measureName) voidTDaxFunction.setTableName(TObjectName tableName) voidTDaxVar.setVariableName(TObjectName variableName) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.functions
Methods in gudusoft.gsqlparser.nodes.functions that return TObjectNameModifier and TypeMethodDescriptionTPredictArgument.getModelReference()TPredictArgument.getTableReference()Methods in gudusoft.gsqlparser.nodes.functions with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTPredictArgument.setModelReference(TObjectName modelReference) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return TObjectNameModifier and TypeMethodDescriptionTHiveDescribeSqlNode.getDbName()THiveDropDBSqlNode.getDbName()THiveShowSqlNode.getDbName()THiveSwitchDBSqlNode.getDbName()THiveDescribeSqlNode.getFunctionName()THiveDropFunctionSqlNode.getFunctionName()THiveShowSqlNode.getFunctionName()THiveTableFileFormat.getGenericSpec()THiveHintItem.getHintName()THiveTableFileFormat.getInDriver()THiveTableFileFormat.getInFmt()THivePartitionedTableFunction.getName()THiveTableFileFormat.getOutDriver()THiveTableFileFormat.getOutFmt()THiveExportSqlNode.getPath()THiveImportSqlNode.getPath()THiveLoadSqlNode.getPath()THivePrincipalName.getPrincipalName()THiveShowSqlNode.getPropertyName()THiveCreateRoleSqlNode.getRoleName()THiveDropRoleSqlNode.getRoleName()THiveRowFormat.getRowFormatName()THiveShowSqlNode.getShowIdentifier()THiveTableFileFormat.getStorageHandler()THiveImportSqlNode.getTableLocation()THiveShowGrantSqlNode.getTableName()THiveShowSqlNode.getTableName()THiveVariable.getVarName()THiveVariable.getVarProperty()Methods in gudusoft.gsqlparser.nodes.hive with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTHiveTableFileFormat.setGenericSpec(TObjectName genericSpec) voidTHiveHintItem.setHintName(TObjectName hintName) voidTHiveTableFileFormat.setInDriver(TObjectName inDriver) voidTHiveTableFileFormat.setInFmt(TObjectName inFmt) voidTHivePartitionedTableFunction.setName(TObjectName name) voidTHiveTableFileFormat.setOutDriver(TObjectName outDriver) voidTHiveTableFileFormat.setOutFmt(TObjectName outFmt) voidTHivePrincipalName.setPrincipalName(TObjectName principalName) voidTHiveTableFileFormat.setStorageHandler(TObjectName storageHandler) voidTHiveVariable.setVarName(TObjectName varName) voidTHiveVariable.setVarProperty(TObjectName varProperty) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.mssql
Methods in gudusoft.gsqlparser.nodes.mssql that return TObjectNameModifier and TypeMethodDescriptionTMssqlCreateTriggerUpdateColumn.getColumnName()TMssqlEndConversationSqlNode.getConversationHandle()TMssqlSendOnConversationSqlNode.getConversationHandle()TMssqlRevertSqlNode.getCookie()TMssqlDeallocateSqlNode.getCursorName()TMssqlUpdateTextSqlNode.getDestColumnName()TMssqlUpdateTextSqlNode.getDestTextPtr()TMssqlBeginDialogSqlNode.getDialogHandle()TMssqlCreateTypeSqlNode.getExternalName()TAlterPartitionSchemeSqlNode.getFilegroupName()TAlterPartitionFunctionSqlNode.getFunctionName()TCreatePartitionFunctionSqlNode.getFunctionName()TCreatePartitionSchemeSqlNode.getFunctionName()TMssqlBeginDialogSqlNode.getInitiatorServiceName()TMssqlGotoSqlNode.getLabel()TCreateSecurityPolicySqlNode.getPolicyName()TMssqlCreateXmlSchemaCollectionSqlNode.getSchemaCollectionName()TSchemaObjectResultSetDefinition.getSchemaObjectName()TAlterPartitionSchemeSqlNode.getSchemeName()TCreatePartitionSchemeSqlNode.getSchemeName()TPeriodForClause.getSysEndTimeObjectName()TPeriodForClause.getSysStartTimeObjectName()TCopyIntoSqlNode.getTablename()TMssqlBulkInsertSqlNode.getTableName()TMssqlBeginDialogSqlNode.getTargetServiceName()TDisableEnableTriggerSqlNode.getTriggerName()TMssqlCreateTypeSqlNode.getType_name()TMssqlSetSqlNode.getVarName()Methods in gudusoft.gsqlparser.nodes.mssql with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTMssqlCreateTriggerUpdateColumn.setColumnName(TObjectName columnName) voidTMssqlCreateTypeSqlNode.setExternalName(TObjectName externalName) voidTSchemaObjectResultSetDefinition.setSchemaObjectName(TObjectName schemaObjectName) voidTMssqlCreateTypeSqlNode.setType_name(TObjectName type_name) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.mysql
Methods in gudusoft.gsqlparser.nodes.mysql that return TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.nodes.netezza
Methods in gudusoft.gsqlparser.nodes.netezza that return TObjectNameModifier and TypeMethodDescriptionTGenerateStatisticsSqlNode.getTableName()TGroomTableSqlNode.getTableName() -
Uses of TObjectName in gudusoft.gsqlparser.nodes.oracle
Methods in gudusoft.gsqlparser.nodes.oracle that return TObjectNameModifier and TypeMethodDescriptionTParallelEnableClause.getArgument()TPhysicalProperties.getClusterName()TOracleCreateLibrarySqlNode.getDbLink()TInvokerRightsClause.getDefiner()TOracleCreateLibrarySqlNode.getFileName()TConstructorBody.getFunctionTypeName()TConstructorSpec.getFunctionTypeName()TOracleCreateLibrarySqlNode.getLibraryName()TListSubpartitionDesc.getSubPartitionName()TRangeSubpartitionDesc.getSubPartitionName()TErrorLoggingClause.getTableName()TOracleUsingIndex.getTablespaceName()TSegmentAttributesItem.getTablespaceName()Methods in gudusoft.gsqlparser.nodes.oracle with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTParallelEnableClause.setArgument(TObjectName argument) voidTInvokerRightsClause.setDefiner(TObjectName definer) voidTErrorLoggingClause.setTableName(TObjectName tableName) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.postgresql
Methods in gudusoft.gsqlparser.nodes.postgresql that return TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.nodes.redshift
Methods in gudusoft.gsqlparser.nodes.redshift that return TObjectNameMethods in gudusoft.gsqlparser.nodes.redshift with parameters of type TObjectNameModifier and TypeMethodDescriptionTRedshiftTableAttributes.setDistKey(TObjectName distKey) Set the distribution keyConstructors in gudusoft.gsqlparser.nodes.redshift with parameters of type TObjectNameModifierConstructorDescriptionTRedshiftTableAttributes(TRedshiftTableAttributes.EDistStyle distStyle, TObjectName distKey) Constructor with distribution style and key -
Uses of TObjectName in gudusoft.gsqlparser.nodes.snowflake
Methods in gudusoft.gsqlparser.nodes.snowflake that return TObjectNameModifier and TypeMethodDescriptionTSemanticTableDef.getAlias()TCopyIntoNode.getFromSourceLocation()TCreateStageSqlNode.getNameSpace()TSemanticTableDef.getPhysicalTable()TCreatePipeSqlNode.getPipeName()TSemanticAttributeDef.getQualifiedName()TSemanticRelationshipDef.getRelationshipName()TSemanticRelationshipDef.getSourceTable()TCreateStageSqlNode.getStageName()TStageReference.getStageName()TCreateStreamSqlNode.getStreamName()TCopyIntoNode.getTableName()TCreateStreamSqlNode.getTableName()TSemanticRelationshipDef.getTargetTable()TCreateTaskSqlNode.getTaskName()TCreateSemanticViewSqlNode.getViewName()Methods in gudusoft.gsqlparser.nodes.snowflake with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTSemanticTableDef.setAlias(TObjectName alias) voidTCreateStageSqlNode.setNameSpace(TObjectName nameSpace) voidTSemanticTableDef.setPhysicalTable(TObjectName physicalTable) voidTSemanticAttributeDef.setQualifiedName(TObjectName qualifiedName) voidTSemanticRelationshipDef.setRelationshipName(TObjectName relationshipName) voidTSemanticRelationshipDef.setSourceTable(TObjectName sourceTable) voidTCopyIntoNode.setTableName(TObjectName tableName) voidTSemanticRelationshipDef.setTargetTable(TObjectName targetTable) voidTCreateSemanticViewSqlNode.setViewName(TObjectName viewName) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.sybase
Methods in gudusoft.gsqlparser.nodes.sybase that return TObjectNameModifier and TypeMethodDescriptionTWritetextSqlNode.getColumnName()TDeleteStatisticsSqlNode.getTableName()TInsertBulkSqlNode.getTableName()TWritetextSqlNode.getText_pointer()TWritetextSqlNode.getWriteData() -
Uses of TObjectName in gudusoft.gsqlparser.nodes.teradata
Methods in gudusoft.gsqlparser.nodes.teradata that return TObjectNameModifier and TypeMethodDescriptionTExpandOnClause.getAnchorName()TCollectColumnIndex.getColumnName()TCollectFromOption.getColumnName()TSetSessionSqlNode.getDatabaseName()TTeradataGiveSqlNode.getDb_or_user_name()TCollectColumnIndex.getIndexName()TIndexDefinition.getIndexName()TTeradataLockClause.getObjectName()TCollectColumnIndex.getOrderByColumnName()TIndexDefinition.getOrderColumnName()TTeradataGiveSqlNode.getRecipient_name()TCollectColumnIndex.getStatisticsName()TCollectFromOption.getTableName()Methods in gudusoft.gsqlparser.nodes.teradata with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTExpandOnClause.setAnchorName(TObjectName anchorName) voidTCollectColumnIndex.setColumnName(TObjectName columnName) voidTCollectFromOption.setColumnName(TObjectName columnName) voidTCollectColumnIndex.setIndexName(TObjectName indexName) voidTIndexDefinition.setIndexName(TObjectName indexName) voidTTeradataLockClause.setObjectName(TObjectName objectName) voidTCollectColumnIndex.setOrderByColumnName(TObjectName orderByColumnName) voidTIndexDefinition.setOrderColumnName(TObjectName orderColumnName) voidTCollectColumnIndex.setStatisticsName(TObjectName statisticsName) voidTCollectFromOption.setTableName(TObjectName tableName) -
Uses of TObjectName in gudusoft.gsqlparser.nodes.vertica
Methods in gudusoft.gsqlparser.nodes.vertica that return TObjectNameModifier and TypeMethodDescriptionTAlterAccessPolicySqlNode.getColumnName()TCreateAccessPolicySqlNode.getColumnName()TExportToVerticaSqlNode.getDestTableName()TAlterFaultGroupSqlNode.getFaultGroupName()TAlterAuthenticationSqlNode.getMethodName()TAlterAuthenticationSqlNode.getNewMethodName()TAlterNodeSqlNode.getNodeName()TTimeSeries.getSliceName()TExportToVerticaSqlNode.getSourceTableName()TAlterAccessPolicySqlNode.getTableName()TCreateAccessPolicySqlNode.getTableName()Methods in gudusoft.gsqlparser.nodes.vertica with parameters of type TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTAttributeResolver.preVisit(TObjectName attribute) voidTDatabaseObjectResolver.preVisit(TObjectName node) Resolves individual database object names by setting implicit database and schema names when they are not explicitly specified in the object name.voidTAttributeResolver.resolveInThoseRelations(TObjectName attribute, ArrayList<TTable> relations) -
Uses of TObjectName in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 that return types with arguments of type TObjectNameModifier and TypeMethodDescriptionScopeBuildResult.getAllColumnReferences()ScopeBuildResult.getColumnToScopeMap()ScopeBuilder.getInsertAllTargetColumns()Get the set of INSERT ALL target columns (from TInsertIntoValue columnList).ScopeBuilder.getSetClauseTargetColumns()Get the set of SET clause target columns (UPDATE SET left-side columns).ScopeBuildResult.getUsingColumnToLeftTable()Get all USING column -> left-side table mappingsScopeBuilder.getUsingColumnToRightTable()Get the mapping of USING columns to their right-side tables.ScopeBuildResult.getUsingColumnToRightTable()Get all USING column -> right-side table mappingsMethods in gudusoft.gsqlparser.resolver2 with parameters of type TObjectNameModifier and TypeMethodDescriptionScopeBuildResult.getScopeForColumn(TObjectName column) Get the scope for a specific column referenceScopeBuildResult.getUsingColumnLeftTable(TObjectName column) Get the left-side table for a USING column.ScopeBuildResult.getUsingColumnRightTable(TObjectName column) Get the right-side table for a USING column.voidScopeBuilder.preVisit(TObjectName objectName) NameResolver.resolve(TObjectName objName, IScope scope) Resolve a column reference (TObjectName) within a given scope.Method parameters in gudusoft.gsqlparser.resolver2 with type arguments of type TObjectNameModifier and TypeMethodDescriptionvoidScopeBuildResult.addColumnReferences(List<TObjectName> columns) Add column references to the internal list.Constructor parameters in gudusoft.gsqlparser.resolver2 with type arguments of type TObjectNameModifierConstructorDescriptionScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable) ScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable) ScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable, Map<TObjectName, TTable> usingColumnToLeftTable) ScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable, Map<TObjectName, TTable> usingColumnToLeftTable) ScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable, Map<TObjectName, TTable> usingColumnToLeftTable, Map<TTable, INamespace> tableToNamespaceMap) ScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable, Map<TObjectName, TTable> usingColumnToLeftTable, Map<TTable, INamespace> tableToNamespaceMap) ScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable, Map<TObjectName, TTable> usingColumnToLeftTable, Map<TTable, INamespace> tableToNamespaceMap, Set<TTable> ctasTargetTables) ScopeBuildResult(GlobalScope globalScope, Map<TObjectName, IScope> columnToScopeMap, List<TObjectName> allColumnReferences, Map<TSelectSqlStatement, SelectScope> statementScopeMap, Map<TObjectName, TTable> usingColumnToRightTable, Map<TObjectName, TTable> usingColumnToLeftTable, Map<TTable, INamespace> tableToNamespaceMap, Set<TTable> ctasTargetTables) -
Uses of TObjectName in gudusoft.gsqlparser.resolver2.enhancement
Methods in gudusoft.gsqlparser.resolver2.enhancement that return TObjectNameMethods in gudusoft.gsqlparser.resolver2.enhancement with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidNamespaceEnhancer.collectColumnRef(String columnName, INamespace targetNamespace, TObjectName sourceReference, double confidence, String evidence) Deprecated.voidNamespaceEnhancer.collectColumnRef(String columnName, INamespace targetNamespace, TObjectName sourceReference, ResolutionEvidence evidenceDetail) Collect a column reference with structured evidence.voidNamespaceEnhancer.collectFromResolution(TObjectName column, ResolutionResult result, INamespace candidateNamespace) Collect a column reference based on resolution result.Constructors in gudusoft.gsqlparser.resolver2.enhancement with parameters of type TObjectNameModifierConstructorDescriptionCollectedColumnRef(String columnName, INamespace targetNamespace, TObjectName sourceReference, int passNumber, double confidence, String evidence) Deprecated.CollectedColumnRef(String columnName, INamespace targetNamespace, TObjectName sourceReference, int passNumber, ResolutionEvidence evidenceDetail) Constructor with ResolutionEvidence (preferred for new code). -
Uses of TObjectName in gudusoft.gsqlparser.resolver2.expansion
Fields in gudusoft.gsqlparser.resolver2.expansion declared as TObjectNameModifier and TypeFieldDescriptionfinal TObjectNameStarPushDownResolver.PushDownRequest.columnReferenceThe column reference nodeMethods in gudusoft.gsqlparser.resolver2.expansion that return types with arguments of type TObjectNameModifier and TypeMethodDescriptionStarPushDownResolver.PushDownResult.getUpLevelReferences(INamespace namespace) Methods in gudusoft.gsqlparser.resolver2.expansion with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidStarPushDownResolver.PushDownResult.addUpLevelReference(INamespace namespace, TObjectName reference) Constructors in gudusoft.gsqlparser.resolver2.expansion with parameters of type TObjectNameModifierConstructorDescriptionPushDownRequest(String columnName, TObjectName columnReference, INamespace starNamespace, TResultColumn starColumn, double confidence, String evidence) -
Uses of TObjectName in gudusoft.gsqlparser.resolver2.format
Methods in gudusoft.gsqlparser.resolver2.format with parameters of type TObjectNameModifier and TypeMethodDescriptionDisplayNameNormalizer.normalizeObjectName(TObjectName objectName) Normalize an object name (table or column) for display. -
Uses of TObjectName in gudusoft.gsqlparser.resolver2.model
Methods in gudusoft.gsqlparser.resolver2.model that return TObjectNameMethods in gudusoft.gsqlparser.resolver2.model that return types with arguments of type TObjectNameModifier and TypeMethodDescriptionResolutionContext.getAmbiguousColumns()Get all ambiguous columnsResolutionContext.getColumnsByName(String columnName) Find all column references with a given name (for conflict detection).ResolutionContext.getExactMatches()Get all exactly matched columnsResolutionContext.getReferencesTo(TTable table) Get all column references to a specific table.ResolutionContext.getReferencesTo(TTable table, String columnName) Get all column references to a specific table.column.ResolutionContext.getUnresolvedColumns()Get all unresolved columnsMethods in gudusoft.gsqlparser.resolver2.model with parameters of type TObjectNameModifier and TypeMethodDescriptionResolutionContext.getResolution(TObjectName objName) Get resolution result for a specific TObjectNamevoidResolutionContext.registerResolution(TObjectName objName, ResolutionResult result) Register a resolution result.QualifiedNameResolver.resolve(TObjectName tableName) Resolve a TObjectName (table reference) to a fully qualified name.Constructors in gudusoft.gsqlparser.resolver2.model with parameters of type TObjectNameModifierConstructorDescriptionColumnReference(TObjectName objectName) Create a column reference from a TObjectName AST node.ColumnReference(TObjectName objectName, String originalText, int startOffset, int endOffset, int lineNumber, int columnNumber) Create a column reference with explicit values (for testing or special cases). -
Uses of TObjectName in gudusoft.gsqlparser.resolver2.namespace
Methods in gudusoft.gsqlparser.resolver2.namespace with parameters of type TObjectNameModifier and TypeMethodDescriptionprotected voidAbstractNamespace.addColumnSource(String columnName, ColumnSource source, TObjectName objectName) Add a column source with reference traceability support. -
Uses of TObjectName in gudusoft.gsqlparser.resolver2.result
Methods in gudusoft.gsqlparser.resolver2.result that return types with arguments of type TObjectNameModifier and TypeMethodDescriptionIResolutionResult.getAllResolvedColumns()获取所有已解析的列(sourceTable != null)ResolutionResultImpl.getAllResolvedColumns()IResolutionResult.getAllUnresolvedColumns()获取所有未解析的列(sourceTable == null)ResolutionResultImpl.getAllUnresolvedColumns()IResolutionResult.getColumns(TCustomSqlStatement stmt) 获取指定语句中涉及的所有列引用ResolutionResultImpl.getColumns(TCustomSqlStatement stmt) IResolutionResult.getColumnsForTable(TCustomSqlStatement stmt, TTable table) 获取关联到指定表的列ResolutionResultImpl.getColumnsForTable(TCustomSqlStatement stmt, TTable table) IResolutionResult.getOrphanColumns(TCustomSqlStatement stmt) 获取指定语句中未解析的列(孤儿列) 即 sourceTable 为 null 的列ResolutionResultImpl.getOrphanColumns(TCustomSqlStatement stmt) Methods in gudusoft.gsqlparser.resolver2.result with parameters of type TObjectNameModifier and TypeMethodDescriptionstatic doubleResolutionUtils.getConfidence(TObjectName column) Get the resolution confidence of a columnstatic StringResolutionUtils.getDataType(TObjectName column) Get the data type of a column (if column definition exists)static StringResolutionUtils.getDisplayName(TObjectName column) Get the display name of a column (table.column format)static booleanResolutionUtils.isCalculatedColumn(TObjectName column) Check if it is a calculated columnstatic booleanResolutionUtils.isColumnAlias(TObjectName column) Check if it is a column aliasstatic booleanResolutionUtils.isResolved(TObjectName column) Check if a column is resolvedstatic booleanResolutionUtils.isStarColumn(TObjectName column) Check if it is a star column -
Uses of TObjectName in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.sqlenv
Methods in gudusoft.gsqlparser.sqlenv with parameters of type TObjectNameModifier and TypeMethodDescriptionTSQLEnv.addFunction(TObjectName qualifiedFunctionName, boolean fromDDL) static booleanTSQLEnv.compareColumn(EDbVendor dbVendor, TObjectName sourceColumn, TObjectName targetColumn) static booleanTSQLEnv.compareIdentifier(EDbVendor dbVendor, ESQLDataObjectType objectType, TObjectName source, TObjectName target) static booleanTSQLEnv.compareTable(EDbVendor dbVendor, TObjectName sourceTable, TObjectName targetTable) TSQLEnv.doAddSchemaObject(TObjectName qualifiedObjectName, ESQLDataObjectType objectType) static StringTSQLEnv.getDatabaseName(TObjectName schemaObjectName) static StringTSQLEnv.getObjectName(TObjectName schemaObjectName) static StringTSQLEnv.getSchemaName(TObjectName schemaObjectName) TSQLEnv.searchFunction(TObjectName qualifiedTablename) protected TSQLSchemaObjectTSQLEnv.searchSchemaObject(TObjectName qualifiedName, ESQLDataObjectType objectType) TSQLEnv.searchTable(TObjectName tableName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TObjectNameModifier and TypeMethodDescriptionTVarDeclStmt.getAliasItem()TCreateAliasStmt.getAliasName()Alias created.TCreateIndexSqlStatement.getAsTypeName()TSetCatalogStmt.getCatalogName()TCreateDatabaseSqlStatement.getCharacterSet()TSetStmt.getCharacterSetName()TCreateDatabaseSqlStatement.getCloneSourceDb()TCreateSchemaSqlStatement.getCloneSourceSchema()TCreateTableSqlStatement.getCloneSourceTable()TVarDeclStmt.getCollateName()TCreateDatabaseSqlStatement.getCollationName()TSetStmt.getCollationName()TDescribeStmt.getColumnName()TCreateViewSqlStatement.getComment()TRaiseStmt.getConditionName()TSignalStmt.getConditionName()TAlterCredentialStmt.getCredential_name()TCreateCredentialStmt.getCredentialName()TCloseStmt.getCursorName()TCursorDeclStmt.getCursorName()Name of an explicit cursor.TDeclareCursorStmt.getCursorName()TFetchStmt.getCursorName()TForStmt.getCursorName()TLeaveStmt.getCursorName()TLoopStmt.getCursorName()TOpenStmt.getCursorName()TCursorDeclStmt.getCursorTypeName()Name of a REF CURSOR type.TOpenforStmt.getCursorVariableName()TCreateDatabaseSqlStatement.getDatabaseComment()TCreateDatabaseLinkStmt.getDatabaseLinkName()TDropDatabaseLinkStmt.getDatabaseLinkName()TAlterDatabaseStmt.getDatabaseName()database name to be altered.TConnectStmt.getDatabaseName()TCreateDatabaseSqlStatement.getDatabaseName()TDisconnectStmt.getDatabaseName()TDropDatabaseStmt.getDatabaseName()TUseDatabase.getDatabaseName()TSetDatabaseObjectStmt.getDatabaseObjectName()TCreateDatabaseSqlStatement.getDbLocation()TDescribeStmt.getDbObjectName()TDropStmt.getDbObjectName()TUseStmt.getDbObjectName()Deprecated.TCreateDatabaseSqlStatement.getDbOwner()TInsertSqlStatement.getDirectoryName()Hive directory nameTVarDeclStmt.getElementName()Name of element that declared.TBlockSqlStatement.getEndlabelName()TVarDeclStmt.getException_name()Name of a user-defined exception declared within the current scope.TRaiseStmt.getExceptionName()TExitStmt.getExitlabelName()TCreateExtensionStmt.getExtensionName()TMssqlCreateType.getExternalName()TCreateIndexSqlStatement.getFilegroupOrPartitionSchemeName()TCreateSynonymStmt.getForName()TAlterFunctionStmt.getFunctionName()function nameTCreateFunctionStmt.getFunctionName()The name that you give to the function that you are declaring or defining.TDropFunctionStmt.getFunctionName()TAlterGroup.getGroupName()TCreateGroup.getGroupName()TDropGroup.getGroupName()TCallStatement.getHostVariable()TAlterRoleStmt.getInDatabase()TCreateIndexSqlStatement.getIndexComment()TAlterIndexStmt.getIndexName()Name of the indexTCreateIndexSqlStatement.getIndexName()TDropIndexSqlStatement.getIndexName()Please use getDropIndexItemList() instead if it's a sql server drop index statement.TLoopStmt.getIndexName()An undeclared identifier that names the loop index.TReindexStmt.getIndexName()TCallStatement.getIndicatorVariable()TCreateIndexSqlStatement.getInTableName()TExecuteSqlStatement.getIntoVariable()TBlockSqlStatement.getLabelName()TIterateStmt.getLabelName()TAlterLibraryStmt.getLibraryName()library nameTDropLibraryStmt.getLibraryName()TCreateTableSqlStatement.getLikeTableName()Greenplum, table used in like clause.TExecuteSqlStatement.getLinkServerName()TForStmt.getLoopName()TCreateMacro.getMacroName()TDropMacro.getMacroName()TGetDiagnosticsStmt.getMacroName()Deprecated.TAlterMaterializedViewStmt.getMaterializedViewName()Materialized view nameTCreateAliasStmt.getModuleAlias()Module alias name, valid only whenTCreateAliasStmt.aliasType= EDbObjectType.moduleTExecuteSqlStatement.getModuleName()TAlterDatabaseStmt.getNewDatabaseName()Netezza,Redshift,Snowflake, new database name in rename to clause.TAlterFunctionStmt.getNewFunctionName()TAlterGroup.getNewGroupName()TAlterIndexStmt.getNewIndexName()TRenameStmt.getNewName()TAlterRoleStmt.getNewRoleName()TAlterSchemaStmt.getNewSchemaName()TAlterSynonymStmt.getNewSynonymName()TAlterTriggerStmt.getNewTriggerName()TAlterMaterializedViewStmt.getNewViewName()TAlterViewStatement.getNewViewName()TCommentOnSqlStmt.getObjectName()TRenameStmt.getOldName()TAlterIndexStmt.getOnIndexName()Deprecated.since 1.9.7.4, useTAlterIndexStmt.getTableName()instead.TAlterDatabaseStmt.getOwnerName()Netezza,Redshift, owner name in owner to clause.TAlterFunctionStmt.getOwnerName()TAlterProcedureStmt.getOwnerName()TAlterSchemaStmt.getOwnerName()TAlterViewStatement.getOwnerName()TCreateSchemaSqlStatement.getOwnerName()TAlterPackageStmt.getPackageName()TAlterRoleStmt.getParameterName()TShowStmt.getParameterName()TAlterIndexStmt.getPartitionName()TSetStmt.getPassword()TAlterProcedureStmt.getProcedureName()function nameTCreateProcedureStmt.getProcedureName()The name that you give to the procedure that you are declaring or defining.TDropProcedureStmt.getProcedureName()TInsertSqlStatement.getRecordName()Oracle PLSQL record name in values clause,TInsertSqlStatement.getInsertSource()returnsEInsertSource.values_oracle_recordTLoopStmt.getRecordName()TAssignStmt.getResultsetName()TCursorDeclStmt.getResultsetName()TCreateFunctionStmt.getReturnTableVaraible()TAlterRoleStmt.getRoleName()TCreateRoleStmt.getRoleName()TDropRoleStmt.getRoleName()TAlterRoleStmt.getRoleSpecification()TCallStatement.getRoutineName()TRoutine.getRoutineName()TCreateTableSqlStatement.getRowTypeName()Informix, typename used in of type clause.TCreateViewSqlStatement.getRowTypeName()TAlterSchemaStmt.getSchemaName()TCreateExtensionStmt.getSchemaName()TCreateSchemaSqlStatement.getSchemaName()TDropSchemaSqlStatement.getSchemaName()TSetSchemaStmt.getSchemaName()TUseDatabase.getSchemaName()TCreateAliasStmt.getSequenceAlias()Sequence alias name, valid only whenTCreateAliasStmt.aliasType= EDbObjectType.sequenceTAlterSequenceStatement.getSequenceName()TCreateSequenceStmt.getSequenceName()TDropSequenceStmt.getSequenceName()TCreateSchemaSqlStatement.getSourceDatabase()TCreateSchemaSqlStatement.getSourceSchema()TInsertSqlStatement.getSourceValueTable()TExecutePreparedStatement.getStatementName()Deprecated.TExecuteSqlStatement.getStatementName()TPrepareStmt.getStmtName()TCreateFunctionStmt.getStoredProcedureName()TCreateProcedureStmt.getStoredProcedureName()TCreateTriggerStmt.getStoredProcedureName()TStoredProcedureSqlStatement.getStoredProcedureName()TCreateTableSqlStatement.getSuperTableName()Informix, table name used in the under clause.TAlterSynonymStmt.getSynonymName()TCreateSynonymStmt.getSynonymName()TDropSynonymStmt.getSynonymName()TCreateAliasStmt.getTableAlias()Table alias name, valid only whenTCreateAliasStmt.aliasType= EDbObjectType.tableTCreateTableSqlStatement.getTableComment()Hive, Impala, comment of the table.TCreateIndexSqlStatement.getTableLocation()TCreateTableSqlStatement.getTableLocation()Hive, Impala, location of the table.TAlterIndexStmt.getTableName()The name of the table or view associated with the indexTAlterTableStatement.getTableName()The name of the table to be altered.TCreateIndexSqlStatement.getTableName()TCreateMaterializedViewLogSqlStatement.getTableName()TCreateTableSqlStatement.getTableName()The first table inTCustomSqlStatement.tables, this is the same table asTCustomSqlStatement.getTargetTable()TDescribeStmt.getTableName()TDropIndexSqlStatement.getTableName()TDropMaterializedViewLogStmt.getTableName()TDropTableSqlStatement.getTableName()TDropTriggerSqlStatement.getTableName()TMSCKStmt.getTableName()TTruncateStatement.getTableName()TVacuumStmt.getTableName()TAlterIndexStmt.getTablespaceName()TCreateTablespaceStmt.getTablespaceName()TBeginTran.getTransactionName()TAlterTriggerStmt.getTriggerName()TCreateTriggerStmt.getTriggerName()TDropTriggerSqlStatement.getTriggerName()TMssqlCreateType.getType_name()TAlterTypeStatement.getTypeName()TCreateTypeStmt.getTypeName()TConnectStmt.getUsername()TAlterUserStmt.getUserName()TCreateUserStmt.getUserName()TDropUserStmt.getUserName()TSetStmt.getUserName()TAssignStmt.getVariableName()TResetStmt.getVariableName()TSetStmt.getVariableName()TUnsetStmt.getVariableName()TAlterViewStatement.getViewName()TCreateMaterializedSqlStatement.getViewName()TCreateViewSqlStatement.getViewName()TDropMaterializedViewStmt.getViewName()TDropViewSqlStatement.getViewName()Methods in gudusoft.gsqlparser.stmt with parameters of type TObjectNameModifier and TypeMethodDescriptionbooleanTSelectSqlStatement.searchColumnInResultSet(TObjectName pColumn, boolean pMustIn) search column in the select list Internal function, DON'T call it explicitly.voidTVarDeclStmt.setAliasItem(TObjectName aliasItem) voidTCreateIndexSqlStatement.setAsTypeName(TObjectName asTypeName) voidTVarDeclStmt.setCollateName(TObjectName collateName) voidTRaiseStmt.setConditionName(TObjectName conditionName) voidTCloseStmt.setCursorName(TObjectName cursorName) voidTCursorDeclStmt.setCursorName(TObjectName cursorName) voidTFetchStmt.setCursorName(TObjectName cursorName) voidTForStmt.setCursorName(TObjectName cursorName) voidTLoopStmt.setCursorName(TObjectName cursorName) voidTOpenStmt.setCursorName(TObjectName cursorName) voidTCursorDeclStmt.setCursorTypeName(TObjectName cursorTypeName) voidTOpenforStmt.setCursorVariableName(TObjectName cursorVariableName) voidTCreateDatabaseSqlStatement.setDatabaseComment(TObjectName databaseComment) voidTCreateDatabaseLinkStmt.setDatabaseLinkName(TObjectName databaseLinkName) voidTDropDatabaseLinkStmt.setDatabaseLinkName(TObjectName databaseLinkName) voidTAlterDatabaseStmt.setDatabaseName(TObjectName databaseName) voidTCreateDatabaseSqlStatement.setDatabaseName(TObjectName databaseName) voidTDropDatabaseStmt.setDatabaseName(TObjectName databaseName) voidTUseDatabase.setDatabaseName(TObjectName databaseName) voidTCreateDatabaseSqlStatement.setDbLocation(TObjectName dbLocation) voidTUseStmt.setDbObjectName(TObjectName dbObjectName) Deprecated.voidTCreateDatabaseSqlStatement.setDbOwner(TObjectName dbOwner) voidTInsertSqlStatement.setDirectoryName(TObjectName directoryName) voidTVarDeclStmt.setElementName(TObjectName elementName) voidTVarDeclStmt.setException_name(TObjectName exception_name) voidTRaiseStmt.setExceptionName(TObjectName exceptionName) voidTExitStmt.setExitlabelName(TObjectName exitlabelName) voidTMssqlCreateType.setExternalName(TObjectName externalName) voidTCreateIndexSqlStatement.setFilegroupOrPartitionSchemeName(TObjectName filegroupOrPartitionSchemeName) voidTCreateSynonymStmt.setForName(TObjectName forName) voidTCreateFunctionStmt.setFunctionName(TObjectName functionName) voidTAlterGroup.setGroupName(TObjectName groupName) voidTCreateGroup.setGroupName(TObjectName groupName) voidTDropGroup.setGroupName(TObjectName groupName) voidTCallStatement.setHostVariable(TObjectName hostVariable) voidTCreateIndexSqlStatement.setIndexComment(TObjectName indexComment) voidTAlterIndexStmt.setIndexName(TObjectName indexName) voidTCreateIndexSqlStatement.setIndexName(TObjectName indexName) voidTDropIndexSqlStatement.setIndexName(TObjectName indexName) voidTLoopStmt.setIndexName(TObjectName indexName) voidTCallStatement.setIndicatorVariable(TObjectName indicatorVariable) voidTCreateIndexSqlStatement.setInTableName(TObjectName inTableName) voidTExecuteSqlStatement.setIntoVariable(TObjectName intoVariable) voidTCreateTableSqlStatement.setLikeTableName(TObjectName likeTableName) voidTForStmt.setLoopName(TObjectName loopName) voidTCreateMacro.setMacroName(TObjectName macroName) voidTAlterDatabaseStmt.setNewDatabaseName(TObjectName newDatabaseName) voidTAlterGroup.setNewGroupName(TObjectName newGroupName) voidTRenameStmt.setNewName(TObjectName newName) voidTAlterTriggerStmt.setNewTriggerName(TObjectName newTriggerName) voidTAlterViewStatement.setNewViewName(TObjectName newViewName) voidTCommentOnSqlStmt.setObjectName(TObjectName objectName) voidTRenameStmt.setOldName(TObjectName oldName) voidTAlterIndexStmt.setOnIndexName(TObjectName onIndexName) voidTAlterDatabaseStmt.setOwnerName(TObjectName ownerName) voidTAlterViewStatement.setOwnerName(TObjectName ownerName) voidTCreateProcedureStmt.setProcedureName(TObjectName procedureName) voidTInsertSqlStatement.setRecordName(TObjectName recordName) voidTLoopStmt.setRecordName(TObjectName recordName) voidTCreateFunctionStmt.setReturnTableVaraible(TObjectName returnTableVaraible) voidTCreateRoleStmt.setRoleName(TObjectName roleName) voidTCallStatement.setRoutineName(TObjectName routineName) voidTRoutine.setRoutineName(TObjectName routineName) voidTCreateTableSqlStatement.setRowTypeName(TObjectName rowTypeName) voidTCreateViewSqlStatement.setRowTypeName(TObjectName rowTypeName) voidTCreateSchemaSqlStatement.setSchemaName(TObjectName schemaName) voidTDropSchemaSqlStatement.setSchemaName(TObjectName schemaName) voidTCreateSequenceStmt.setSequenceName(TObjectName sequenceName) voidTDropSequenceStmt.setSequenceName(TObjectName sequenceName) voidTExecutePreparedStatement.setStatementName(TObjectName statementName) Deprecated.voidTExecuteSqlStatement.setStatementName(TObjectName statementName) voidTPrepareStmt.setStmtName(TObjectName stmtName) voidTCreateTableSqlStatement.setSuperTableName(TObjectName superTableName) voidTCreateSynonymStmt.setSynonymName(TObjectName synonymName) voidTDropSynonymStmt.setSynonymName(TObjectName synonymName) voidTCreateTableSqlStatement.setTableComment(TObjectName tableComment) voidTCreateIndexSqlStatement.setTableLocation(TObjectName tableLocation) voidTCreateTableSqlStatement.setTableLocation(TObjectName tableLocation) voidTAlterTableStatement.setTableName(TObjectName tableName) voidTCreateIndexSqlStatement.setTableName(TObjectName tableName) voidTCreateTableSqlStatement.setTableName(TObjectName tableName) voidTDropIndexSqlStatement.setTableName(TObjectName tableName) voidTDropMaterializedViewLogStmt.setTableName(TObjectName tableName) voidTDropTableSqlStatement.setTableName(TObjectName tableName) voidTMSCKStmt.setTableName(TObjectName tableName) voidTTruncateStatement.setTableName(TObjectName tableName) voidTBeginTran.setTransactionName(TObjectName transactionName) voidTAlterTriggerStmt.setTriggerName(TObjectName triggerName) voidTCreateTriggerStmt.setTriggerName(TObjectName triggerName) voidTMssqlCreateType.setType_name(TObjectName type_name) voidTAlterUserStmt.setUserName(TObjectName userName) voidTAlterViewStatement.setViewName(TObjectName viewName) voidTCreateMaterializedSqlStatement.setViewName(TObjectName viewName) voidTCreateViewSqlStatement.setViewName(TObjectName viewName) voidTDropMaterializedViewStmt.setViewName(TObjectName viewName) voidTDropViewSqlStatement.setViewName(TObjectName viewName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.bigquery
Methods in gudusoft.gsqlparser.stmt.bigquery that return TObjectNameModifier and TypeMethodDescriptionTExportDataStmt.getConnectName()TCreateModelSqlStatement.getModelName()Get the model name. -
Uses of TObjectName in gudusoft.gsqlparser.stmt.databricks
Methods in gudusoft.gsqlparser.stmt.databricks that return TObjectNameModifier and TypeMethodDescriptionTCreateCatalogStmt.getCatalogName()TCreateExternalLocationStmt.getLocation_name() -
Uses of TObjectName in gudusoft.gsqlparser.stmt.dax
Methods in gudusoft.gsqlparser.stmt.dax that return TObjectNameModifier and TypeMethodDescriptionTDaxExprStmt.getColumnName()TDaxExprStmt.getMeasureName()TDaxExprStmt.getVariableName() -
Uses of TObjectName in gudusoft.gsqlparser.stmt.db2
Methods in gudusoft.gsqlparser.stmt.db2 that return TObjectNameModifier and TypeMethodDescriptionTDb2ConditionDeclaration.getConditionName()TDb2CloseCursorStmt.getCursorName()TDb2FetchCursorStmt.getCursorName()TDb2OpenCursorStmt.getCursorName()TDb2CreateFunction.getFunctionName()Deprecated.TDb2GotoStmt.getLabelName()TDb2IterateStmt.getLabelName()TDb2LeaveStmt.getLabelName()TRunStats.getLabelName()TDb2CallStmt.getProcedureName()TDb2CreateProcedure.getProcedureName()Deprecated.TDb2CreateFunction.getStoredProcedureName()Deprecated.TDb2CreateProcedure.getStoredProcedureName()Deprecated.TDb2CreateTrigger.getStoredProcedureName()Deprecated.TDb2CreateTrigger.getTriggerName()Deprecated.TCreateVariableStmt.getVariableName()Methods in gudusoft.gsqlparser.stmt.db2 with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTDb2ConditionDeclaration.setConditionName(TObjectName conditionName) voidTDb2CloseCursorStmt.setCursorName(TObjectName cursorName) voidTDb2DeclareCursorStatement.setCursorName(TObjectName cursorName) voidTDb2FetchCursorStmt.setCursorName(TObjectName cursorName) voidTDb2OpenCursorStmt.setCursorName(TObjectName cursorName) voidTDb2CreateFunction.setFunctionName(TObjectName functionName) Deprecated.voidTDb2CallStmt.setProcedureName(TObjectName procedureName) voidTDb2CreateProcedure.setProcedureName(TObjectName procedureName) Deprecated.voidTDb2CreateTrigger.setTriggerName(TObjectName triggerName) Deprecated. -
Uses of TObjectName in gudusoft.gsqlparser.stmt.hana
Methods in gudusoft.gsqlparser.stmt.hana that return TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.stmt.hive
Methods in gudusoft.gsqlparser.stmt.hive that return TObjectNameModifier and TypeMethodDescriptionTHiveCreateFunction.getAsName()THiveDescribe.getDbName()THiveDropDatabase.getDbName()THiveShow.getDbName()THiveSwitchDatabase.getDbName()Deprecated.THiveCreateFunction.getFunctionName()THiveDescribe.getFunctionName()THiveDropFunction.getFunctionName()THiveShow.getFunctionName()THiveExportTable.getPath()THiveImportTable.getPath()THiveLoad.getPath()THiveShow.getPropertyName()THiveCreateRole.getRoleName()THiveDropRole.getRoleName()THiveShow.getShowIdentifier()THiveImportTable.getTableLocation()THiveShow.getTableName()THiveShowGrant.getTableName()Methods in gudusoft.gsqlparser.stmt.hive with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTHiveCreateFunction.setAsName(TObjectName asName) voidTHiveDescribe.setDbName(TObjectName dbName) voidTHiveDropDatabase.setDbName(TObjectName dbName) voidTHiveShow.setDbName(TObjectName dbName) voidTHiveSwitchDatabase.setDbName(TObjectName dbName) Deprecated.voidTHiveCreateFunction.setFunctionName(TObjectName functionName) voidTHiveDescribe.setFunctionName(TObjectName functionName) voidTHiveDropFunction.setFunctionName(TObjectName functionName) voidTHiveShow.setFunctionName(TObjectName functionName) voidTHiveExportTable.setPath(TObjectName path) voidTHiveImportTable.setPath(TObjectName path) voidTHiveLoad.setPath(TObjectName path) voidTHiveShow.setPropertyName(TObjectName propertyName) voidTHiveCreateRole.setRoleName(TObjectName roleName) voidTHiveDropRole.setRoleName(TObjectName roleName) voidTHiveShow.setShowIdentifier(TObjectName showIdentifier) voidTHiveImportTable.setTableLocation(TObjectName tableLocation) voidTHiveShow.setTableName(TObjectName tableName) voidTHiveShowGrant.setTableName(TObjectName tableName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.informix
Methods in gudusoft.gsqlparser.stmt.informix that return TObjectNameModifier and TypeMethodDescriptionTInformixCreateFunction.getProcedureName()TInformixCreateProcedure.getProcedureName()TInformixCreateRowTypeStmt.getRowTypeName()TInformixDropRowTypeStmt.getRowTypeName()TInformixCreateRowTypeStmt.getSuperTableName()Methods in gudusoft.gsqlparser.stmt.informix with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTInformixCreateRowTypeStmt.setRowTypeName(TObjectName rowTypeName) voidTInformixDropRowTypeStmt.setRowTypeName(TObjectName rowTypeName) voidTInformixCreateRowTypeStmt.setSuperTableName(TObjectName superTableName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return TObjectNameModifier and TypeMethodDescriptionTMssqlDeclare.getConditionName()TMssqlEndConversation.getConversationHandle()TMssqlSendOnConversation.getConversationHandle()TMssqlExecuteAs.getCookie()TMssqlRevert.getCookie()TMssqlClose.getCursorName()TMssqlDeallocate.getCursorName()TMssqlDeclare.getCursorName()TMssqlFetch.getCursorName()TMssqlOpen.getCursorName()TCreateExternalDataSourceStmt.getDataSourceName()TMssqlUpdateText.getDestColumnName()Is the name of the table and text, ntext, or image column to be updated.TMssqlUpdateText.getDestTextPtr()Is a text pointer value (returned by the TEXTPTR function) that points to the text, ntext, or image data to be updated.TCreateEventSession.getEventSessionName()TAlterPartitionSchemeSqlStatement.getFilegroupName()TAlterPartitionFunctionStmt.getFunctionName()TCreatePartitionFunctionStmt.getFunctionName()TCreatePartitionSchemeSqlStatement.getFunctionName()TMssqlExecute.getIntoVariable()TMssqlGoTo.getLabel()TCreateExternalLanguage.getLanguageName()TMssqlExecute.getLinkServerName()TMssqlExecuteAs.getLoginName()TMssqlExecute.getModuleName()TDropPartitionSchemeStmt.getPartitionSchemeName()TMssqlAlterSecurityPolicy.getPolicyName()TMssqlCreateSecurityPolicy.getPolicyName()TMssqlDropSecurityPolicy.getPolicyName()TMssqlExecute.getReturnStatus()TMssqlCreateXmlSchemaCollectionStmt.getSchemaName()TAlterPartitionSchemeSqlStatement.getSchemeName()TCreatePartitionSchemeSqlStatement.getSchemeName()TMssqlCreateTrigger.getStoredProcedureName()Deprecated.TMssqlCopyIntoStmt.getTablename()TMssqlBulkInsert.getTableName()TMssqlCommit.getTransactionName()TMssqlRollback.getTransactionName()TMssqlSaveTran.getTransactionName()TDisableEnableTriggerStmt.getTriggerName()TMssqlCreateTrigger.getTriggerName()Deprecated.TMssqlSet.getVarName()Methods in gudusoft.gsqlparser.stmt.mssql with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTMssqlEndConversation.setConversationHandle(TObjectName conversationHandle) voidTMssqlSendOnConversation.setConversationHandle(TObjectName conversationHandle) voidTMssqlExecuteAs.setCookie(TObjectName cookie) voidTMssqlRevert.setCookie(TObjectName cookie) voidTMssqlClose.setCursorName(TObjectName cursorName) voidTMssqlDeallocate.setCursorName(TObjectName cursorName) voidTMssqlDeclare.setCursorName(TObjectName cursorName) voidTMssqlFetch.setCursorName(TObjectName cursorName) voidTMssqlOpen.setCursorName(TObjectName cursorName) voidTMssqlUpdateText.setDestColumnName(TObjectName destColumnName) voidTMssqlUpdateText.setDestTextPtr(TObjectName destTextPtr) voidTMssqlBeginDialog.setDialogHandle(TObjectName dialogHandle) voidTMssqlBeginDialog.setInitiatorServiceName(TObjectName initiatorServiceName) voidTMssqlGoTo.setLabel(TObjectName label) voidTMssqlExecuteAs.setLoginName(TObjectName loginName) voidTMssqlExecute.setModuleName(TObjectName moduleName) voidTMssqlExecute.setReturnStatus(TObjectName returnStatus) voidTMssqlCreateXmlSchemaCollectionStmt.setSchemaName(TObjectName schemaName) voidTMssqlBulkInsert.setTableName(TObjectName tableName) voidTMssqlBeginDialog.setTargetServiceName(TObjectName targetServiceName) voidTMssqlCommit.setTransactionName(TObjectName transactionName) voidTMssqlRollback.setTransactionName(TObjectName transactionName) voidTMssqlSaveTran.setTransactionName(TObjectName transactionName) voidTMssqlCreateTrigger.setTriggerName(TObjectName triggerName) Deprecated.voidTMssqlSet.setVarName(TObjectName varName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.mysql
Methods in gudusoft.gsqlparser.stmt.mysql that return TObjectNameModifier and TypeMethodDescriptionTMySQLSet.getCharacterSetName()Deprecated.TMySQLSet.getCollationName()Deprecated.TMySQLDeclare.getCursorName()TMySQLFetchCursor.getCursorName()Deprecated.TMySQLOpenCursor.getCursorName()Deprecated.TShowIndexStmt.getDbName()TShowEngineStmt.getEngineName()TMySQLCreateFunction.getFunctionName()Deprecated.The name that you give to the function that you are declaring or defining.TMySQLSet.getPassword()Deprecated.TMySQLCallStmt.getProcedureName()Deprecated.TMySQLCreateProcedure.getProcedureName()Deprecated.The name that you give to the procedure that you are declaring or defining.TMySQLDeallocatePrepareStmt.getStmtName()TMySQLCreateFunction.getStoredProcedureName()Deprecated.TMySQLCreateProcedure.getStoredProcedureName()Deprecated.TMySQLCreateTrigger.getStoredProcedureName()Deprecated.TShowIndexStmt.getTableName()TMySQLCreateTrigger.getTriggerName()Deprecated.TMySQLSet.getUserName()Deprecated.Methods in gudusoft.gsqlparser.stmt.mysql with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTMySQLSet.setCharacterSetName(TObjectName characterSetName) Deprecated.voidTMySQLSet.setCollationName(TObjectName collationName) Deprecated.voidTMySQLDeclare.setCursorName(TObjectName cursorName) voidTMySQLFetchCursor.setCursorName(TObjectName cursorName) Deprecated.voidTMySQLOpenCursor.setCursorName(TObjectName cursorName) Deprecated.voidTMySQLCreateFunction.setFunctionName(TObjectName functionName) Deprecated.voidTMySQLSet.setPassword(TObjectName password) Deprecated.voidTMySQLCallStmt.setProcedureName(TObjectName procedureName) Deprecated.voidTMySQLCreateProcedure.setProcedureName(TObjectName procedureName) Deprecated.voidTMySQLCreateTrigger.setTriggerName(TObjectName triggerName) Deprecated.voidTMySQLSet.setUserName(TObjectName userName) Deprecated. -
Uses of TObjectName in gudusoft.gsqlparser.stmt.netezza
Methods in gudusoft.gsqlparser.stmt.netezza that return TObjectNameModifier and TypeMethodDescriptionTNetezzaGenerateStatistics.getTableName()TNetezzaGroomTable.getTableName()Methods in gudusoft.gsqlparser.stmt.netezza with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTNetezzaGenerateStatistics.setTableName(TObjectName tableName) voidTNetezzaGroomTable.setTableName(TObjectName tableName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return TObjectNameModifier and TypeMethodDescriptionTPlsqlForallStmt.getCollectionName()TOracleCreateLibraryStmt.getDbLink()TOracleCreateDirectoryStmt.getDirectoryName()TPlsqlCreatePackage.getEndlabelName()TOracleCreateLibraryStmt.getFileName()TOracleCreateSynonymStmt.getForName()Deprecated.TPlsqlCreateFunction.getFunctionName()The name that you give to the function that you are declaring or defining.TPlsqlGotoStmt.getGotolabelName()TPlsqlCreateFunction.getImplementionType()TPlsqlForallStmt.getIndexName()TPlsqlContinue.getLableName()TOracleCreateLibraryStmt.getLibraryName()TPlsqlCreatePackage.getPackageName()Name of a package stored in the database.TOracleExecuteProcedure.getProcedureName()TPlsqlCreateProcedure.getProcedureName()The name that you give to the procedure that you are declaring or defining.TSqlplusCmdStatement.getProcedureName()TOracleCreateSequenceStmt.getSequenceName()Deprecated.TPlsqlCreateFunction.getStoredProcedureName()TPlsqlCreatePackage.getStoredProcedureName()TPlsqlCreateProcedure.getStoredProcedureName()TPlsqlCreateTrigger.getStoredProcedureName()TPlsqlCreateTypeBody.getStoredProcedureName()TOracleCreateSynonymStmt.getSynonymName()Deprecated.TPlsqlCreateTrigger.getTriggerName()The name of the trigger to be created.TPlsqlCreateType.getTypeName()Name of an object type.TPlsqlCreateTypeBody.getTypeName()TPlsqlRecordTypeDefStmt.getTypeName()TPlsqlTableTypeDefStmt.getTypeName()The name that you give to the collection type that you are defining.TPlsqlVarrayTypeDefStmt.getTypeName()Methods in gudusoft.gsqlparser.stmt.oracle with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTPlsqlForallStmt.setCollectionName(TObjectName collectionName) voidTOracleCreateLibraryStmt.setDbLink(TObjectName dbLink) voidTOracleCreateDirectoryStmt.setDirectoryName(TObjectName directoryName) voidTOracleCreateLibraryStmt.setFileName(TObjectName fileName) voidTPlsqlCreateFunction.setFunctionName(TObjectName functionName) voidTPlsqlGotoStmt.setGotolabelName(TObjectName gotolabelName) voidTPlsqlCreateFunction.setImplementionType(TObjectName implementionType) voidTPlsqlForallStmt.setIndexName(TObjectName indexName) voidTPlsqlContinue.setLableName(TObjectName lableName) voidTOracleCreateLibraryStmt.setLibraryName(TObjectName libraryName) voidTPlsqlCreatePackage.setPackageName(TObjectName packageName) voidTOracleExecuteProcedure.setProcedureName(TObjectName procedureName) voidTPlsqlCreateProcedure.setProcedureName(TObjectName procedureName) voidTPlsqlCreateTrigger.setTriggerName(TObjectName triggerName) voidTPlsqlCreateType.setTypeName(TObjectName typeName) voidTPlsqlCreateTypeBody.setTypeName(TObjectName typeName) voidTPlsqlRecordTypeDefStmt.setTypeName(TObjectName typeName) voidTPlsqlTableTypeDefStmt.setTypeName(TObjectName typeName) voidTPlsqlVarrayTypeDefStmt.setTypeName(TObjectName typeName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.postgresql
Methods in gudusoft.gsqlparser.stmt.postgresql that return TObjectNameModifier and TypeMethodDescriptionTMoveStmt.getCursorName()TPlsqlCreateTriggerSqlStatement.getTriggerName()Deprecated.TForEachStmt.getVariableName()TRefreshMaterializedViewStmt.getViewName()Methods in gudusoft.gsqlparser.stmt.postgresql with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTMoveStmt.setCursorName(TObjectName cursorName) voidTPlsqlCreateTriggerSqlStatement.setTriggerName(TObjectName triggerName) Deprecated.voidTForEachStmt.setVariableName(TObjectName variableName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.presto
Methods in gudusoft.gsqlparser.stmt.presto that return TObjectNameMethods in gudusoft.gsqlparser.stmt.presto with parameters of type TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.stmt.redshift
Methods in gudusoft.gsqlparser.stmt.redshift that return TObjectNameModifier and TypeMethodDescriptionTFetchFromStmt.getCursorName()TRedshiftClose.getCursorName()TRedshiftDeclare.getCursorName()TRedshiftAlterSchema.getNewSchemaName()TRedshiftComment.getObjectName()TRedshiftComment.getOnObjectName()TRedshiftAlterSchema.getOwnerName()TRedshiftDeallocate.getPlanName()TRedshiftPrepare.getPlanName()TRedshiftAlterSchema.getSchemaName()TRedshiftCreateSchema.getSchemaName()Deprecated.TRedshiftAnalyze.getTableName()TRedshiftAnalyzeCompression.getTableName()TRedshiftCopy.getTableName()TRedshiftVacuum.getTableName()TRedshiftAlterUser.getUserName()TRedshiftCreateSchema.getUserName()Deprecated.TRedshiftCreateUser.getUserName()Methods in gudusoft.gsqlparser.stmt.redshift with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTFetchFromStmt.setCursorName(TObjectName cursorName) voidTRedshiftClose.setCursorName(TObjectName cursorName) voidTRedshiftDeclare.setCursorName(TObjectName cursorName) voidTRedshiftAlterSchema.setNewSchemaName(TObjectName newSchemaName) voidTRedshiftComment.setObjectName(TObjectName objectName) voidTRedshiftComment.setOnObjectName(TObjectName onObjectName) voidTRedshiftAlterSchema.setOwnerName(TObjectName ownerName) voidTRedshiftDeallocate.setPlanName(TObjectName planName) voidTRedshiftPrepare.setPlanName(TObjectName planName) voidTRedshiftAlterSchema.setSchemaName(TObjectName schemaName) voidTRedshiftCreateSchema.setSchemaName(TObjectName schemaName) Deprecated.voidTRedshiftAnalyze.setTableName(TObjectName tableName) voidTRedshiftAnalyzeCompression.setTableName(TObjectName tableName) voidTRedshiftCopy.setTableName(TObjectName tableName) voidTRedshiftVacuum.setTableName(TObjectName tableName) voidTRedshiftAlterUser.setUserName(TObjectName userName) voidTRedshiftCreateSchema.setUserName(TObjectName userName) Deprecated.voidTRedshiftCreateUser.setUserName(TObjectName userName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.snowflake
Methods in gudusoft.gsqlparser.stmt.snowflake that return TObjectNameModifier and TypeMethodDescriptionTCreateSemanticViewStmt.getComment()TUndropStmt.getDbObjectName()TAlterFileFormatStmt.getFileFormatName()TCreateFileFormatStmt.getFileFormatName()TSnowflakeCopyIntoStmt.getFromSourceLocation()TCreateStageStmt.getNameSpace()TAlterNetworkPolicyStmt.getNetworkPolicyName()TCreateNetworkPolicyStmt.getNetworkPolicyName()TAlterFileFormatStmt.getNewFileFormatName()TAlterWarehouseStmt.getNewWarehouseName()TAlterPipeStmt.getPipeName()TCreatePipeStmt.getPipeName()TAlterResourceMonitorStmt.getResourceMonitorName()TCreateResourceMonitorStmt.getResourceMonitorName()TUseRole.getRoleName()TUseSchema.getSchemaName()TAlterShareStmt.getShareName()TCreateShareStmt.getShareName()TAlterStageStmt.getStageName()TCreateStageStmt.getStageName()TCreateStreamStmt.getStreamName()TDropStreamStmt.getStreamName()TCreateStreamStmt.getTableName()TSnowflakeCopyIntoStmt.getTableName()TAlterTaskStmt.getTaskName()TCreateTaskStmt.getTaskName()TCreateSemanticViewStmt.getViewName()TAlterWarehouseStmt.getWarehouseName()TCreateWarehouseStmt.getWarehouseName()TUseWarehouse.getWarehouseName()Methods in gudusoft.gsqlparser.stmt.snowflake with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTUndropStmt.setDbObjectName(TObjectName dbObjectName) voidTAlterFileFormatStmt.setFileFormatName(TObjectName fileFormatName) voidTCreateFileFormatStmt.setFileFormatName(TObjectName fileFormatName) voidTAlterNetworkPolicyStmt.setNetworkPolicyName(TObjectName networkPolicyName) voidTCreateNetworkPolicyStmt.setNetworkPolicyName(TObjectName networkPolicyName) voidTAlterFileFormatStmt.setNewFileFormatName(TObjectName newFileFormatName) voidTAlterWarehouseStmt.setNewWarehouseName(TObjectName newWarehouseName) voidTAlterPipeStmt.setPipeName(TObjectName pipeName) voidTCreatePipeStmt.setPipeName(TObjectName pipeName) voidTAlterResourceMonitorStmt.setResourceMonitorName(TObjectName resourceMonitorName) voidTCreateResourceMonitorStmt.setResourceMonitorName(TObjectName resourceMonitorName) voidTAlterShareStmt.setShareName(TObjectName shareName) voidTCreateShareStmt.setShareName(TObjectName shareName) voidTAlterStageStmt.setStageName(TObjectName stageName) voidTCreateStageStmt.setStageName(TObjectName stageName) voidTCreateStreamStmt.setStreamName(TObjectName streamName) voidTSnowflakeCopyIntoStmt.setTableName(TObjectName tableName) voidTAlterTaskStmt.setTaskName(TObjectName taskName) voidTAlterWarehouseStmt.setWarehouseName(TObjectName warehouseName) voidTCreateWarehouseStmt.setWarehouseName(TObjectName warehouseName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.sybase
Methods in gudusoft.gsqlparser.stmt.sybase that return TObjectNameModifier and TypeMethodDescriptionTSybaseWritetext.getColumnName()TInsertBulk.getTableName()TSybaseDeleteStatistics.getTableName()TSybaseWritetext.getText_pointer()TSybaseWritetext.getWriteData()Methods in gudusoft.gsqlparser.stmt.sybase with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTSybaseWritetext.setColumnName(TObjectName columnName) voidTInsertBulk.setTableName(TObjectName tableName) voidTSybaseDeleteStatistics.setTableName(TObjectName tableName) voidTSybaseWritetext.setText_pointer(TObjectName text_pointer) voidTSybaseWritetext.setWriteData(TObjectName writeData) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.teradata
Methods in gudusoft.gsqlparser.stmt.teradata that return TObjectNameModifier and TypeMethodDescriptionTAlterConstraintStmt.getConstraintName()TDropConstraintStmt.getConstraintName()TAllocateStmt.getCursorName()TTeradataSetSession.getDatabaseName()TTeradataGive.getDb_or_user_name()TTeradataExecute.getMacroName()TAllocateStmt.getProcedureName()THelpProcedure.getProcedureName()TShowProcedure.getProcedureName()TTeradataCreateProcedure.getProcedureName()Deprecated.The name that you give to the procedure that you are declaring or defining.TTeradataGive.getRecipient_name()TTeradataCollectStatistics.getTableName()TAlterZoneStmt.getZoneName()TCreateZoneStmt.getZoneName()Methods in gudusoft.gsqlparser.stmt.teradata with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTTeradataGive.setDb_or_user_name(TObjectName db_or_user_name) voidTTeradataExecute.setMacroName(TObjectName macroName) voidTTeradataCreateProcedure.setProcedureName(TObjectName procedureName) Deprecated.voidTTeradataGive.setRecipient_name(TObjectName recipient_name) voidTTeradataCollectStatistics.setTableName(TObjectName tableName) -
Uses of TObjectName in gudusoft.gsqlparser.stmt.vertica
Methods in gudusoft.gsqlparser.stmt.vertica that return TObjectNameModifier and TypeMethodDescriptionTCreateAuthentication.getAuthMethodName()TCreateAccessPolicy.getColumnName()TDropAccessPolicy.getColumnName()TExportToVertica.getDestTableName()TAlterFaultGroup.getFaultGroupName()TCreateFaultGroup.getFaultGroupName()TDropAggregateFunction.getFunctionName()TVerticaCreateFunction.getFunctionName()TDropFaultGroup.getGroupName()TDropTextIndex.getIndexTableName()TAlterAuthentication.getMethodName()TDropAuthentication.getMethodName()TAlterNetworkInterface.getNetworkInterfaceName()TDropNetworkInterface.getNetworkInterfaceName()TAlterAuthentication.getNewMethodName()TAlterNetworkInterface.getNewNetworkInterfaceName()TAlterProfile.getNewProfileName()TAlterProjectionRename.getNewProjectionName()TAlterSubnet.getNewSubnetName()TDropResourcePool.getPoolName()TAlterProfile.getProfileName()TAlterProjectionRename.getProjectionName()TAlterResourcePool.getResourcePoolName()TCreateHCatalogSchema.getSchemaName()TExportToVertica.getSourceTableName()TVerticaCreateFunction.getStoredProcedureName()TAlterSubnet.getSubnetName()TCreateSubnet.getSubnetName()TDropSubnet.getSubnetName()TVerticaSetStmt.getSubnetName()TVerticaShow.getSubnetName()TCreateAccessPolicy.getTableName()TDropAccessPolicy.getTableName()TDropTransformFunction.getTransformFunctionName()Methods in gudusoft.gsqlparser.stmt.vertica with parameters of type TObjectNameModifier and TypeMethodDescriptionvoidTVerticaCreateFunction.setFunctionName(TObjectName functionName) -
Uses of TObjectName in gudusoft.gsqlparser.util
Methods in gudusoft.gsqlparser.util that return types with arguments of type TObjectNameModifier and TypeMethodDescriptionstatic ArrayList<TObjectName>THelp.getObjectNames(TCustomSqlStatement sqlStatement) Methods in gudusoft.gsqlparser.util with parameters of type TObjectName -
Uses of TObjectName in gudusoft.gsqlparser.visitors
Methods in gudusoft.gsqlparser.visitors that return types with arguments of type TObjectNameMethods in gudusoft.gsqlparser.visitors with parameters of type TObjectName
TCustomSqlStatement.linkColumnToTable(gudusoft.gsqlparser.nodes.TObjectName, gudusoft.gsqlparser.ESqlClause)instead