T - The return type of the visit operation. Use Void for
operations with no return type.public interface SQLServerStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
SQLServerStatementParser.T visitExecute(SQLServerStatementParser.ExecuteContext ctx)
SQLServerStatementParser.execute().ctx - the parse treeT visitInsert(SQLServerStatementParser.InsertContext ctx)
SQLServerStatementParser.insert().ctx - the parse treeT visitInsertValuesClause(SQLServerStatementParser.InsertValuesClauseContext ctx)
SQLServerStatementParser.insertValuesClause().ctx - the parse treeT visitInsertSelectClause(SQLServerStatementParser.InsertSelectClauseContext ctx)
SQLServerStatementParser.insertSelectClause().ctx - the parse treeT visitUpdate(SQLServerStatementParser.UpdateContext ctx)
SQLServerStatementParser.update().ctx - the parse treeT visitAssignment(SQLServerStatementParser.AssignmentContext ctx)
SQLServerStatementParser.assignment().ctx - the parse treeT visitSetAssignmentsClause(SQLServerStatementParser.SetAssignmentsClauseContext ctx)
SQLServerStatementParser.setAssignmentsClause().ctx - the parse treeT visitAssignmentValues(SQLServerStatementParser.AssignmentValuesContext ctx)
SQLServerStatementParser.assignmentValues().ctx - the parse treeT visitAssignmentValue(SQLServerStatementParser.AssignmentValueContext ctx)
SQLServerStatementParser.assignmentValue().ctx - the parse treeT visitDelete(SQLServerStatementParser.DeleteContext ctx)
SQLServerStatementParser.delete().ctx - the parse treeT visitSingleTableClause(SQLServerStatementParser.SingleTableClauseContext ctx)
SQLServerStatementParser.singleTableClause().ctx - the parse treeT visitMultipleTablesClause(SQLServerStatementParser.MultipleTablesClauseContext ctx)
SQLServerStatementParser.multipleTablesClause().ctx - the parse treeT visitMultipleTableNames(SQLServerStatementParser.MultipleTableNamesContext ctx)
SQLServerStatementParser.multipleTableNames().ctx - the parse treeT visitSelect(SQLServerStatementParser.SelectContext ctx)
SQLServerStatementParser.select().ctx - the parse treeT visitUnionClause(SQLServerStatementParser.UnionClauseContext ctx)
SQLServerStatementParser.unionClause().ctx - the parse treeT visitSelectClause(SQLServerStatementParser.SelectClauseContext ctx)
SQLServerStatementParser.selectClause().ctx - the parse treeT visitDuplicateSpecification(SQLServerStatementParser.DuplicateSpecificationContext ctx)
SQLServerStatementParser.duplicateSpecification().ctx - the parse treeT visitProjections(SQLServerStatementParser.ProjectionsContext ctx)
SQLServerStatementParser.projections().ctx - the parse treeT visitProjection(SQLServerStatementParser.ProjectionContext ctx)
SQLServerStatementParser.projection().ctx - the parse treeT visitTop(SQLServerStatementParser.TopContext ctx)
SQLServerStatementParser.top().ctx - the parse treeT visitAlias(SQLServerStatementParser.AliasContext ctx)
SQLServerStatementParser.alias().ctx - the parse treeT visitUnqualifiedShorthand(SQLServerStatementParser.UnqualifiedShorthandContext ctx)
SQLServerStatementParser.unqualifiedShorthand().ctx - the parse treeT visitQualifiedShorthand(SQLServerStatementParser.QualifiedShorthandContext ctx)
SQLServerStatementParser.qualifiedShorthand().ctx - the parse treeT visitFromClause(SQLServerStatementParser.FromClauseContext ctx)
SQLServerStatementParser.fromClause().ctx - the parse treeT visitTableReferences(SQLServerStatementParser.TableReferencesContext ctx)
SQLServerStatementParser.tableReferences().ctx - the parse treeT visitTableReference(SQLServerStatementParser.TableReferenceContext ctx)
SQLServerStatementParser.tableReference().ctx - the parse treeT visitTableFactor(SQLServerStatementParser.TableFactorContext ctx)
SQLServerStatementParser.tableFactor().ctx - the parse treeT visitJoinedTable(SQLServerStatementParser.JoinedTableContext ctx)
SQLServerStatementParser.joinedTable().ctx - the parse treeT visitJoinSpecification(SQLServerStatementParser.JoinSpecificationContext ctx)
SQLServerStatementParser.joinSpecification().ctx - the parse treeT visitWhereClause(SQLServerStatementParser.WhereClauseContext ctx)
SQLServerStatementParser.whereClause().ctx - the parse treeT visitGroupByClause(SQLServerStatementParser.GroupByClauseContext ctx)
SQLServerStatementParser.groupByClause().ctx - the parse treeT visitHavingClause(SQLServerStatementParser.HavingClauseContext ctx)
SQLServerStatementParser.havingClause().ctx - the parse treeT visitSubquery(SQLServerStatementParser.SubqueryContext ctx)
SQLServerStatementParser.subquery().ctx - the parse treeT visitParameterMarker(SQLServerStatementParser.ParameterMarkerContext ctx)
SQLServerStatementParser.parameterMarker().ctx - the parse treeT visitLiterals(SQLServerStatementParser.LiteralsContext ctx)
SQLServerStatementParser.literals().ctx - the parse treeT visitStringLiterals(SQLServerStatementParser.StringLiteralsContext ctx)
SQLServerStatementParser.stringLiterals().ctx - the parse treeT visitNumberLiterals(SQLServerStatementParser.NumberLiteralsContext ctx)
SQLServerStatementParser.numberLiterals().ctx - the parse treeT visitDateTimeLiterals(SQLServerStatementParser.DateTimeLiteralsContext ctx)
SQLServerStatementParser.dateTimeLiterals().ctx - the parse treeT visitHexadecimalLiterals(SQLServerStatementParser.HexadecimalLiteralsContext ctx)
SQLServerStatementParser.hexadecimalLiterals().ctx - the parse treeT visitBitValueLiterals(SQLServerStatementParser.BitValueLiteralsContext ctx)
SQLServerStatementParser.bitValueLiterals().ctx - the parse treeT visitBooleanLiterals(SQLServerStatementParser.BooleanLiteralsContext ctx)
SQLServerStatementParser.booleanLiterals().ctx - the parse treeT visitNullValueLiterals(SQLServerStatementParser.NullValueLiteralsContext ctx)
SQLServerStatementParser.nullValueLiterals().ctx - the parse treeT visitIdentifier(SQLServerStatementParser.IdentifierContext ctx)
SQLServerStatementParser.identifier().ctx - the parse treeT visitUnreservedWord(SQLServerStatementParser.UnreservedWordContext ctx)
SQLServerStatementParser.unreservedWord().ctx - the parse treeT visitSchemaName(SQLServerStatementParser.SchemaNameContext ctx)
SQLServerStatementParser.schemaName().ctx - the parse treeT visitTableName(SQLServerStatementParser.TableNameContext ctx)
SQLServerStatementParser.tableName().ctx - the parse treeT visitColumnName(SQLServerStatementParser.ColumnNameContext ctx)
SQLServerStatementParser.columnName().ctx - the parse treeT visitOwner(SQLServerStatementParser.OwnerContext ctx)
SQLServerStatementParser.owner().ctx - the parse treeT visitName(SQLServerStatementParser.NameContext ctx)
SQLServerStatementParser.name().ctx - the parse treeT visitColumnNames(SQLServerStatementParser.ColumnNamesContext ctx)
SQLServerStatementParser.columnNames().ctx - the parse treeT visitTableNames(SQLServerStatementParser.TableNamesContext ctx)
SQLServerStatementParser.tableNames().ctx - the parse treeT visitIndexName(SQLServerStatementParser.IndexNameContext ctx)
SQLServerStatementParser.indexName().ctx - the parse treeT visitCollationName(SQLServerStatementParser.CollationNameContext ctx)
SQLServerStatementParser.collationName().ctx - the parse treeT visitDataTypeLength(SQLServerStatementParser.DataTypeLengthContext ctx)
SQLServerStatementParser.dataTypeLength().ctx - the parse treeT visitPrimaryKey(SQLServerStatementParser.PrimaryKeyContext ctx)
SQLServerStatementParser.primaryKey().ctx - the parse treeT visitExpr(SQLServerStatementParser.ExprContext ctx)
SQLServerStatementParser.expr().ctx - the parse treeT visitLogicalOperator(SQLServerStatementParser.LogicalOperatorContext ctx)
SQLServerStatementParser.logicalOperator().ctx - the parse treeT visitNotOperator_(SQLServerStatementParser.NotOperator_Context ctx)
SQLServerStatementParser.notOperator_().ctx - the parse treeT visitBooleanPrimary(SQLServerStatementParser.BooleanPrimaryContext ctx)
SQLServerStatementParser.booleanPrimary().ctx - the parse treeT visitComparisonOperator(SQLServerStatementParser.ComparisonOperatorContext ctx)
SQLServerStatementParser.comparisonOperator().ctx - the parse treeT visitPredicate(SQLServerStatementParser.PredicateContext ctx)
SQLServerStatementParser.predicate().ctx - the parse treeT visitBitExpr(SQLServerStatementParser.BitExprContext ctx)
SQLServerStatementParser.bitExpr().ctx - the parse treeT visitSimpleExpr(SQLServerStatementParser.SimpleExprContext ctx)
SQLServerStatementParser.simpleExpr().ctx - the parse treeT visitFunctionCall(SQLServerStatementParser.FunctionCallContext ctx)
SQLServerStatementParser.functionCall().ctx - the parse treeT visitAggregationFunction(SQLServerStatementParser.AggregationFunctionContext ctx)
SQLServerStatementParser.aggregationFunction().ctx - the parse treeT visitAggregationFunctionName(SQLServerStatementParser.AggregationFunctionNameContext ctx)
SQLServerStatementParser.aggregationFunctionName().ctx - the parse treeT visitDistinct(SQLServerStatementParser.DistinctContext ctx)
SQLServerStatementParser.distinct().ctx - the parse treeT visitSpecialFunction(SQLServerStatementParser.SpecialFunctionContext ctx)
SQLServerStatementParser.specialFunction().ctx - the parse treeT visitCastFunction(SQLServerStatementParser.CastFunctionContext ctx)
SQLServerStatementParser.castFunction().ctx - the parse treeT visitCharFunction(SQLServerStatementParser.CharFunctionContext ctx)
SQLServerStatementParser.charFunction().ctx - the parse treeT visitRegularFunction(SQLServerStatementParser.RegularFunctionContext ctx)
SQLServerStatementParser.regularFunction().ctx - the parse treeT visitRegularFunctionName_(SQLServerStatementParser.RegularFunctionName_Context ctx)
SQLServerStatementParser.regularFunctionName_().ctx - the parse treeT visitCaseExpression(SQLServerStatementParser.CaseExpressionContext ctx)
SQLServerStatementParser.caseExpression().ctx - the parse treeT visitCaseWhen_(SQLServerStatementParser.CaseWhen_Context ctx)
SQLServerStatementParser.caseWhen_().ctx - the parse treeT visitCaseElse_(SQLServerStatementParser.CaseElse_Context ctx)
SQLServerStatementParser.caseElse_().ctx - the parse treeT visitPrivateExprOfDb(SQLServerStatementParser.PrivateExprOfDbContext ctx)
SQLServerStatementParser.privateExprOfDb().ctx - the parse treeT visitOrderByClause(SQLServerStatementParser.OrderByClauseContext ctx)
SQLServerStatementParser.orderByClause().ctx - the parse treeT visitOrderByItem(SQLServerStatementParser.OrderByItemContext ctx)
SQLServerStatementParser.orderByItem().ctx - the parse treeT visitDataType(SQLServerStatementParser.DataTypeContext ctx)
SQLServerStatementParser.dataType().ctx - the parse treeT visitDataTypeName(SQLServerStatementParser.DataTypeNameContext ctx)
SQLServerStatementParser.dataTypeName().ctx - the parse treeT visitAtTimeZoneExpr(SQLServerStatementParser.AtTimeZoneExprContext ctx)
SQLServerStatementParser.atTimeZoneExpr().ctx - the parse treeT visitCastExpr(SQLServerStatementParser.CastExprContext ctx)
SQLServerStatementParser.castExpr().ctx - the parse treeT visitConvertExpr(SQLServerStatementParser.ConvertExprContext ctx)
SQLServerStatementParser.convertExpr().ctx - the parse treeT visitWindowedFunction(SQLServerStatementParser.WindowedFunctionContext ctx)
SQLServerStatementParser.windowedFunction().ctx - the parse treeT visitOverClause(SQLServerStatementParser.OverClauseContext ctx)
SQLServerStatementParser.overClause().ctx - the parse treeT visitPartitionByClause(SQLServerStatementParser.PartitionByClauseContext ctx)
SQLServerStatementParser.partitionByClause().ctx - the parse treeT visitRowRangeClause(SQLServerStatementParser.RowRangeClauseContext ctx)
SQLServerStatementParser.rowRangeClause().ctx - the parse treeT visitWindowFrameExtent(SQLServerStatementParser.WindowFrameExtentContext ctx)
SQLServerStatementParser.windowFrameExtent().ctx - the parse treeT visitWindowFrameBetween(SQLServerStatementParser.WindowFrameBetweenContext ctx)
SQLServerStatementParser.windowFrameBetween().ctx - the parse treeT visitWindowFrameBound(SQLServerStatementParser.WindowFrameBoundContext ctx)
SQLServerStatementParser.windowFrameBound().ctx - the parse treeT visitWindowFramePreceding(SQLServerStatementParser.WindowFramePrecedingContext ctx)
SQLServerStatementParser.windowFramePreceding().ctx - the parse treeT visitWindowFrameFollowing(SQLServerStatementParser.WindowFrameFollowingContext ctx)
SQLServerStatementParser.windowFrameFollowing().ctx - the parse treeT visitColumnNameWithSort(SQLServerStatementParser.ColumnNameWithSortContext ctx)
SQLServerStatementParser.columnNameWithSort().ctx - the parse treeT visitIndexOption(SQLServerStatementParser.IndexOptionContext ctx)
SQLServerStatementParser.indexOption().ctx - the parse treeT visitCompressionOption(SQLServerStatementParser.CompressionOptionContext ctx)
SQLServerStatementParser.compressionOption().ctx - the parse treeT visitEqTime(SQLServerStatementParser.EqTimeContext ctx)
SQLServerStatementParser.eqTime().ctx - the parse treeT visitEqOnOffOption(SQLServerStatementParser.EqOnOffOptionContext ctx)
SQLServerStatementParser.eqOnOffOption().ctx - the parse treeT visitEqKey(SQLServerStatementParser.EqKeyContext ctx)
SQLServerStatementParser.eqKey().ctx - the parse treeT visitEqOnOff(SQLServerStatementParser.EqOnOffContext ctx)
SQLServerStatementParser.eqOnOff().ctx - the parse treeT visitOnPartitionClause(SQLServerStatementParser.OnPartitionClauseContext ctx)
SQLServerStatementParser.onPartitionClause().ctx - the parse treeT visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx)
SQLServerStatementParser.partitionExpressions().ctx - the parse treeT visitPartitionExpression(SQLServerStatementParser.PartitionExpressionContext ctx)
SQLServerStatementParser.partitionExpression().ctx - the parse treeT visitNumberRange(SQLServerStatementParser.NumberRangeContext ctx)
SQLServerStatementParser.numberRange().ctx - the parse treeT visitLowPriorityLockWait(SQLServerStatementParser.LowPriorityLockWaitContext ctx)
SQLServerStatementParser.lowPriorityLockWait().ctx - the parse treeT visitOnLowPriorLockWait(SQLServerStatementParser.OnLowPriorLockWaitContext ctx)
SQLServerStatementParser.onLowPriorLockWait().ctx - the parse treeT visitIgnoredIdentifier_(SQLServerStatementParser.IgnoredIdentifier_Context ctx)
SQLServerStatementParser.ignoredIdentifier_().ctx - the parse treeT visitIgnoredIdentifiers_(SQLServerStatementParser.IgnoredIdentifiers_Context ctx)
SQLServerStatementParser.ignoredIdentifiers_().ctx - the parse treeT visitMatchNone(SQLServerStatementParser.MatchNoneContext ctx)
SQLServerStatementParser.matchNone().ctx - the parse treeT visitCreateTable(SQLServerStatementParser.CreateTableContext ctx)
SQLServerStatementParser.createTable().ctx - the parse treeT visitCreateIndex(SQLServerStatementParser.CreateIndexContext ctx)
SQLServerStatementParser.createIndex().ctx - the parse treeT visitAlterTable(SQLServerStatementParser.AlterTableContext ctx)
SQLServerStatementParser.alterTable().ctx - the parse treeT visitAlterIndex(SQLServerStatementParser.AlterIndexContext ctx)
SQLServerStatementParser.alterIndex().ctx - the parse treeT visitDropTable(SQLServerStatementParser.DropTableContext ctx)
SQLServerStatementParser.dropTable().ctx - the parse treeT visitDropIndex(SQLServerStatementParser.DropIndexContext ctx)
SQLServerStatementParser.dropIndex().ctx - the parse treeT visitTruncateTable(SQLServerStatementParser.TruncateTableContext ctx)
SQLServerStatementParser.truncateTable().ctx - the parse treeT visitFileTableClause_(SQLServerStatementParser.FileTableClause_Context ctx)
SQLServerStatementParser.fileTableClause_().ctx - the parse treeT visitCreateDefinitionClause(SQLServerStatementParser.CreateDefinitionClauseContext ctx)
SQLServerStatementParser.createDefinitionClause().ctx - the parse treeT visitCreateTableDefinitions(SQLServerStatementParser.CreateTableDefinitionsContext ctx)
SQLServerStatementParser.createTableDefinitions().ctx - the parse treeT visitCreateTableDefinition(SQLServerStatementParser.CreateTableDefinitionContext ctx)
SQLServerStatementParser.createTableDefinition().ctx - the parse treeT visitColumnDefinition(SQLServerStatementParser.ColumnDefinitionContext ctx)
SQLServerStatementParser.columnDefinition().ctx - the parse treeT visitColumnDefinitionOption(SQLServerStatementParser.ColumnDefinitionOptionContext ctx)
SQLServerStatementParser.columnDefinitionOption().ctx - the parse treeT visitEncryptedOptions_(SQLServerStatementParser.EncryptedOptions_Context ctx)
SQLServerStatementParser.encryptedOptions_().ctx - the parse treeT visitColumnConstraint(SQLServerStatementParser.ColumnConstraintContext ctx)
SQLServerStatementParser.columnConstraint().ctx - the parse treeT visitPrimaryKeyConstraint(SQLServerStatementParser.PrimaryKeyConstraintContext ctx)
SQLServerStatementParser.primaryKeyConstraint().ctx - the parse treeT visitDiskTablePrimaryKeyConstraintOption(SQLServerStatementParser.DiskTablePrimaryKeyConstraintOptionContext ctx)
SQLServerStatementParser.diskTablePrimaryKeyConstraintOption().ctx - the parse treeT visitClusterOption_(SQLServerStatementParser.ClusterOption_Context ctx)
SQLServerStatementParser.clusterOption_().ctx - the parse treeT visitPrimaryKeyWithClause(SQLServerStatementParser.PrimaryKeyWithClauseContext ctx)
SQLServerStatementParser.primaryKeyWithClause().ctx - the parse treeT visitPrimaryKeyOnClause(SQLServerStatementParser.PrimaryKeyOnClauseContext ctx)
SQLServerStatementParser.primaryKeyOnClause().ctx - the parse treeT visitOnSchemaColumn(SQLServerStatementParser.OnSchemaColumnContext ctx)
SQLServerStatementParser.onSchemaColumn().ctx - the parse treeT visitOnFileGroup(SQLServerStatementParser.OnFileGroupContext ctx)
SQLServerStatementParser.onFileGroup().ctx - the parse treeT visitOnString(SQLServerStatementParser.OnStringContext ctx)
SQLServerStatementParser.onString().ctx - the parse treeT visitMemoryTablePrimaryKeyConstraintOption(SQLServerStatementParser.MemoryTablePrimaryKeyConstraintOptionContext ctx)
SQLServerStatementParser.memoryTablePrimaryKeyConstraintOption().ctx - the parse treeT visitWithBucket(SQLServerStatementParser.WithBucketContext ctx)
SQLServerStatementParser.withBucket().ctx - the parse treeT visitColumnForeignKeyConstraint(SQLServerStatementParser.ColumnForeignKeyConstraintContext ctx)
SQLServerStatementParser.columnForeignKeyConstraint().ctx - the parse treeT visitForeignKeyOnAction(SQLServerStatementParser.ForeignKeyOnActionContext ctx)
SQLServerStatementParser.foreignKeyOnAction().ctx - the parse treeT visitForeignKeyOn(SQLServerStatementParser.ForeignKeyOnContext ctx)
SQLServerStatementParser.foreignKeyOn().ctx - the parse treeT visitCheckConstraint(SQLServerStatementParser.CheckConstraintContext ctx)
SQLServerStatementParser.checkConstraint().ctx - the parse treeT visitColumnIndex(SQLServerStatementParser.ColumnIndexContext ctx)
SQLServerStatementParser.columnIndex().ctx - the parse treeT visitWithIndexOption_(SQLServerStatementParser.WithIndexOption_Context ctx)
SQLServerStatementParser.withIndexOption_().ctx - the parse treeT visitIndexOnClause(SQLServerStatementParser.IndexOnClauseContext ctx)
SQLServerStatementParser.indexOnClause().ctx - the parse treeT visitOnDefault(SQLServerStatementParser.OnDefaultContext ctx)
SQLServerStatementParser.onDefault().ctx - the parse treeT visitFileStreamOn_(SQLServerStatementParser.FileStreamOn_Context ctx)
SQLServerStatementParser.fileStreamOn_().ctx - the parse treeT visitColumnConstraints(SQLServerStatementParser.ColumnConstraintsContext ctx)
SQLServerStatementParser.columnConstraints().ctx - the parse treeT visitComputedColumnDefinition(SQLServerStatementParser.ComputedColumnDefinitionContext ctx)
SQLServerStatementParser.computedColumnDefinition().ctx - the parse treeT visitColumnSetDefinition(SQLServerStatementParser.ColumnSetDefinitionContext ctx)
SQLServerStatementParser.columnSetDefinition().ctx - the parse treeT visitTableConstraint(SQLServerStatementParser.TableConstraintContext ctx)
SQLServerStatementParser.tableConstraint().ctx - the parse treeT visitTablePrimaryConstraint(SQLServerStatementParser.TablePrimaryConstraintContext ctx)
SQLServerStatementParser.tablePrimaryConstraint().ctx - the parse treeT visitPrimaryKeyUnique(SQLServerStatementParser.PrimaryKeyUniqueContext ctx)
SQLServerStatementParser.primaryKeyUnique().ctx - the parse treeT visitDiskTablePrimaryConstraintOption(SQLServerStatementParser.DiskTablePrimaryConstraintOptionContext ctx)
SQLServerStatementParser.diskTablePrimaryConstraintOption().ctx - the parse treeT visitMemoryTablePrimaryConstraintOption(SQLServerStatementParser.MemoryTablePrimaryConstraintOptionContext ctx)
SQLServerStatementParser.memoryTablePrimaryConstraintOption().ctx - the parse treeT visitHashWithBucket(SQLServerStatementParser.HashWithBucketContext ctx)
SQLServerStatementParser.hashWithBucket().ctx - the parse treeT visitTableForeignKeyConstraint(SQLServerStatementParser.TableForeignKeyConstraintContext ctx)
SQLServerStatementParser.tableForeignKeyConstraint().ctx - the parse treeT visitTableIndex(SQLServerStatementParser.TableIndexContext ctx)
SQLServerStatementParser.tableIndex().ctx - the parse treeT visitIndexNameOption_(SQLServerStatementParser.IndexNameOption_Context ctx)
SQLServerStatementParser.indexNameOption_().ctx - the parse treeT visitIndexOptions_(SQLServerStatementParser.IndexOptions_Context ctx)
SQLServerStatementParser.indexOptions_().ctx - the parse treeT visitPeriodClause(SQLServerStatementParser.PeriodClauseContext ctx)
SQLServerStatementParser.periodClause().ctx - the parse treeT visitPartitionScheme_(SQLServerStatementParser.PartitionScheme_Context ctx)
SQLServerStatementParser.partitionScheme_().ctx - the parse treeT visitFileGroup_(SQLServerStatementParser.FileGroup_Context ctx)
SQLServerStatementParser.fileGroup_().ctx - the parse treeT visitTableOptions(SQLServerStatementParser.TableOptionsContext ctx)
SQLServerStatementParser.tableOptions().ctx - the parse treeT visitTableOption(SQLServerStatementParser.TableOptionContext ctx)
SQLServerStatementParser.tableOption().ctx - the parse treeT visitTableStretchOptions(SQLServerStatementParser.TableStretchOptionsContext ctx)
SQLServerStatementParser.tableStretchOptions().ctx - the parse treeT visitTableStretchOption(SQLServerStatementParser.TableStretchOptionContext ctx)
SQLServerStatementParser.tableStretchOption().ctx - the parse treeT visitMigrationState_(SQLServerStatementParser.MigrationState_Context ctx)
SQLServerStatementParser.migrationState_().ctx - the parse treeT visitTableOperationOption(SQLServerStatementParser.TableOperationOptionContext ctx)
SQLServerStatementParser.tableOperationOption().ctx - the parse treeT visitDistributionOption(SQLServerStatementParser.DistributionOptionContext ctx)
SQLServerStatementParser.distributionOption().ctx - the parse treeT visitDataWareHouseTableOption(SQLServerStatementParser.DataWareHouseTableOptionContext ctx)
SQLServerStatementParser.dataWareHouseTableOption().ctx - the parse treeT visitDataWareHousePartitionOption(SQLServerStatementParser.DataWareHousePartitionOptionContext ctx)
SQLServerStatementParser.dataWareHousePartitionOption().ctx - the parse treeT visitCreateIndexSpecification_(SQLServerStatementParser.CreateIndexSpecification_Context ctx)
SQLServerStatementParser.createIndexSpecification_().ctx - the parse treeT visitAlterDefinitionClause(SQLServerStatementParser.AlterDefinitionClauseContext ctx)
SQLServerStatementParser.alterDefinitionClause().ctx - the parse treeT visitAddColumnSpecification(SQLServerStatementParser.AddColumnSpecificationContext ctx)
SQLServerStatementParser.addColumnSpecification().ctx - the parse treeT visitModifyColumnSpecification(SQLServerStatementParser.ModifyColumnSpecificationContext ctx)
SQLServerStatementParser.modifyColumnSpecification().ctx - the parse treeT visitAlterColumnOperation(SQLServerStatementParser.AlterColumnOperationContext ctx)
SQLServerStatementParser.alterColumnOperation().ctx - the parse treeT visitAlterColumnAddOptions(SQLServerStatementParser.AlterColumnAddOptionsContext ctx)
SQLServerStatementParser.alterColumnAddOptions().ctx - the parse treeT visitAlterColumnAddOption(SQLServerStatementParser.AlterColumnAddOptionContext ctx)
SQLServerStatementParser.alterColumnAddOption().ctx - the parse treeT visitConstraintForColumn(SQLServerStatementParser.ConstraintForColumnContext ctx)
SQLServerStatementParser.constraintForColumn().ctx - the parse treeT visitColumnNameWithSortsWithParen(SQLServerStatementParser.ColumnNameWithSortsWithParenContext ctx)
SQLServerStatementParser.columnNameWithSortsWithParen().ctx - the parse treeT visitGeneratedColumnNamesClause(SQLServerStatementParser.GeneratedColumnNamesClauseContext ctx)
SQLServerStatementParser.generatedColumnNamesClause().ctx - the parse treeT visitGeneratedColumnNameClause(SQLServerStatementParser.GeneratedColumnNameClauseContext ctx)
SQLServerStatementParser.generatedColumnNameClause().ctx - the parse treeT visitGeneratedColumnName(SQLServerStatementParser.GeneratedColumnNameContext ctx)
SQLServerStatementParser.generatedColumnName().ctx - the parse treeT visitAlterDrop(SQLServerStatementParser.AlterDropContext ctx)
SQLServerStatementParser.alterDrop().ctx - the parse treeT visitAlterTableDropConstraint(SQLServerStatementParser.AlterTableDropConstraintContext ctx)
SQLServerStatementParser.alterTableDropConstraint().ctx - the parse treeT visitDropConstraintName(SQLServerStatementParser.DropConstraintNameContext ctx)
SQLServerStatementParser.dropConstraintName().ctx - the parse treeT visitDropConstraintWithClause(SQLServerStatementParser.DropConstraintWithClauseContext ctx)
SQLServerStatementParser.dropConstraintWithClause().ctx - the parse treeT visitDropConstraintOption(SQLServerStatementParser.DropConstraintOptionContext ctx)
SQLServerStatementParser.dropConstraintOption().ctx - the parse treeT visitOnOffOption_(SQLServerStatementParser.OnOffOption_Context ctx)
SQLServerStatementParser.onOffOption_().ctx - the parse treeT visitDropColumnSpecification(SQLServerStatementParser.DropColumnSpecificationContext ctx)
SQLServerStatementParser.dropColumnSpecification().ctx - the parse treeT visitDropIndexSpecification(SQLServerStatementParser.DropIndexSpecificationContext ctx)
SQLServerStatementParser.dropIndexSpecification().ctx - the parse treeT visitAlterCheckConstraint(SQLServerStatementParser.AlterCheckConstraintContext ctx)
SQLServerStatementParser.alterCheckConstraint().ctx - the parse treeT visitAlterTrigger(SQLServerStatementParser.AlterTriggerContext ctx)
SQLServerStatementParser.alterTrigger().ctx - the parse treeT visitAlterSwitch(SQLServerStatementParser.AlterSwitchContext ctx)
SQLServerStatementParser.alterSwitch().ctx - the parse treeT visitAlterSet(SQLServerStatementParser.AlterSetContext ctx)
SQLServerStatementParser.alterSet().ctx - the parse treeT visitSetFileStreamClause(SQLServerStatementParser.SetFileStreamClauseContext ctx)
SQLServerStatementParser.setFileStreamClause().ctx - the parse treeT visitSetSystemVersionClause(SQLServerStatementParser.SetSystemVersionClauseContext ctx)
SQLServerStatementParser.setSystemVersionClause().ctx - the parse treeT visitAlterSetOnClause(SQLServerStatementParser.AlterSetOnClauseContext ctx)
SQLServerStatementParser.alterSetOnClause().ctx - the parse treeT visitDataConsistencyCheckClause_(SQLServerStatementParser.DataConsistencyCheckClause_Context ctx)
SQLServerStatementParser.dataConsistencyCheckClause_().ctx - the parse treeT visitHistoryRetentionPeriodClause_(SQLServerStatementParser.HistoryRetentionPeriodClause_Context ctx)
SQLServerStatementParser.historyRetentionPeriodClause_().ctx - the parse treeT visitHistoryRetentionPeriod(SQLServerStatementParser.HistoryRetentionPeriodContext ctx)
SQLServerStatementParser.historyRetentionPeriod().ctx - the parse treeT visitAlterTableTableIndex(SQLServerStatementParser.AlterTableTableIndexContext ctx)
SQLServerStatementParser.alterTableTableIndex().ctx - the parse treeT visitIndexWithName(SQLServerStatementParser.IndexWithNameContext ctx)
SQLServerStatementParser.indexWithName().ctx - the parse treeT visitIndexNonClusterClause(SQLServerStatementParser.IndexNonClusterClauseContext ctx)
SQLServerStatementParser.indexNonClusterClause().ctx - the parse treeT visitAlterTableIndexOnClause(SQLServerStatementParser.AlterTableIndexOnClauseContext ctx)
SQLServerStatementParser.alterTableIndexOnClause().ctx - the parse treeT visitIndexClusterClause(SQLServerStatementParser.IndexClusterClauseContext ctx)
SQLServerStatementParser.indexClusterClause().ctx - the parse treeT visitAlterTableOption(SQLServerStatementParser.AlterTableOptionContext ctx)
SQLServerStatementParser.alterTableOption().ctx - the parse treeT visitOnHistoryTableClause(SQLServerStatementParser.OnHistoryTableClauseContext ctx)
SQLServerStatementParser.onHistoryTableClause().ctx - the parse treeT visitIfExist_(SQLServerStatementParser.IfExist_Context ctx)
SQLServerStatementParser.ifExist_().ctx - the parse treeT visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)
SQLServerStatementParser.setTransaction().ctx - the parse treeT visitSetImplicitTransactions(SQLServerStatementParser.SetImplicitTransactionsContext ctx)
SQLServerStatementParser.setImplicitTransactions().ctx - the parse treeT visitImplicitTransactionsValue(SQLServerStatementParser.ImplicitTransactionsValueContext ctx)
SQLServerStatementParser.implicitTransactionsValue().ctx - the parse treeT visitBeginTransaction(SQLServerStatementParser.BeginTransactionContext ctx)
SQLServerStatementParser.beginTransaction().ctx - the parse treeT visitCommit(SQLServerStatementParser.CommitContext ctx)
SQLServerStatementParser.commit().ctx - the parse treeT visitRollback(SQLServerStatementParser.RollbackContext ctx)
SQLServerStatementParser.rollback().ctx - the parse treeT visitSavepoint(SQLServerStatementParser.SavepointContext ctx)
SQLServerStatementParser.savepoint().ctx - the parse treeT visitGrant(SQLServerStatementParser.GrantContext ctx)
SQLServerStatementParser.grant().ctx - the parse treeT visitRevoke(SQLServerStatementParser.RevokeContext ctx)
SQLServerStatementParser.revoke().ctx - the parse treeT visitDeny(SQLServerStatementParser.DenyContext ctx)
SQLServerStatementParser.deny().ctx - the parse treeT visitClassPrivilegesClause(SQLServerStatementParser.ClassPrivilegesClauseContext ctx)
SQLServerStatementParser.classPrivilegesClause().ctx - the parse treeT visitClassTypePrivilegesClause(SQLServerStatementParser.ClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.classTypePrivilegesClause().ctx - the parse treeT visitOptionForClause_(SQLServerStatementParser.OptionForClause_Context ctx)
SQLServerStatementParser.optionForClause_().ctx - the parse treeT visitClassPrivileges_(SQLServerStatementParser.ClassPrivileges_Context ctx)
SQLServerStatementParser.classPrivileges_().ctx - the parse treeT visitOnClassClause(SQLServerStatementParser.OnClassClauseContext ctx)
SQLServerStatementParser.onClassClause().ctx - the parse treeT visitClassTypePrivileges_(SQLServerStatementParser.ClassTypePrivileges_Context ctx)
SQLServerStatementParser.classTypePrivileges_().ctx - the parse treeT visitOnClassTypeClause(SQLServerStatementParser.OnClassTypeClauseContext ctx)
SQLServerStatementParser.onClassTypeClause().ctx - the parse treeT visitPrivilegeType_(SQLServerStatementParser.PrivilegeType_Context ctx)
SQLServerStatementParser.privilegeType_().ctx - the parse treeT visitBasicPermission_(SQLServerStatementParser.BasicPermission_Context ctx)
SQLServerStatementParser.basicPermission_().ctx - the parse treeT visitObjectPermission_(SQLServerStatementParser.ObjectPermission_Context ctx)
SQLServerStatementParser.objectPermission_().ctx - the parse treeT visitServerPermission_(SQLServerStatementParser.ServerPermission_Context ctx)
SQLServerStatementParser.serverPermission_().ctx - the parse treeT visitServerPrincipalPermission_(SQLServerStatementParser.ServerPrincipalPermission_Context ctx)
SQLServerStatementParser.serverPrincipalPermission_().ctx - the parse treeT visitDatabasePermission_(SQLServerStatementParser.DatabasePermission_Context ctx)
SQLServerStatementParser.databasePermission_().ctx - the parse treeT visitDatabasePrincipalPermission_(SQLServerStatementParser.DatabasePrincipalPermission_Context ctx)
SQLServerStatementParser.databasePrincipalPermission_().ctx - the parse treeT visitSchemaPermission_(SQLServerStatementParser.SchemaPermission_Context ctx)
SQLServerStatementParser.schemaPermission_().ctx - the parse treeT visitServiceBrokerPermission_(SQLServerStatementParser.ServiceBrokerPermission_Context ctx)
SQLServerStatementParser.serviceBrokerPermission_().ctx - the parse treeT visitEndpointPermission_(SQLServerStatementParser.EndpointPermission_Context ctx)
SQLServerStatementParser.endpointPermission_().ctx - the parse treeT visitCertificatePermission_(SQLServerStatementParser.CertificatePermission_Context ctx)
SQLServerStatementParser.certificatePermission_().ctx - the parse treeT visitSymmetricKeyPermission_(SQLServerStatementParser.SymmetricKeyPermission_Context ctx)
SQLServerStatementParser.symmetricKeyPermission_().ctx - the parse treeT visitAsymmetricKeyPermission_(SQLServerStatementParser.AsymmetricKeyPermission_Context ctx)
SQLServerStatementParser.asymmetricKeyPermission_().ctx - the parse treeT visitAssemblyPermission_(SQLServerStatementParser.AssemblyPermission_Context ctx)
SQLServerStatementParser.assemblyPermission_().ctx - the parse treeT visitAvailabilityGroupPermission_(SQLServerStatementParser.AvailabilityGroupPermission_Context ctx)
SQLServerStatementParser.availabilityGroupPermission_().ctx - the parse treeT visitFullTextPermission_(SQLServerStatementParser.FullTextPermission_Context ctx)
SQLServerStatementParser.fullTextPermission_().ctx - the parse treeT visitClass_(SQLServerStatementParser.Class_Context ctx)
SQLServerStatementParser.class_().ctx - the parse treeT visitClassType_(SQLServerStatementParser.ClassType_Context ctx)
SQLServerStatementParser.classType_().ctx - the parse treeT visitRoleClause_(SQLServerStatementParser.RoleClause_Context ctx)
SQLServerStatementParser.roleClause_().ctx - the parse treeT visitCreateUser(SQLServerStatementParser.CreateUserContext ctx)
SQLServerStatementParser.createUser().ctx - the parse treeT visitDropUser(SQLServerStatementParser.DropUserContext ctx)
SQLServerStatementParser.dropUser().ctx - the parse treeT visitAlterUser(SQLServerStatementParser.AlterUserContext ctx)
SQLServerStatementParser.alterUser().ctx - the parse treeT visitCreateRole(SQLServerStatementParser.CreateRoleContext ctx)
SQLServerStatementParser.createRole().ctx - the parse treeT visitDropRole(SQLServerStatementParser.DropRoleContext ctx)
SQLServerStatementParser.dropRole().ctx - the parse treeT visitAlterRole(SQLServerStatementParser.AlterRoleContext ctx)
SQLServerStatementParser.alterRole().ctx - the parse treeT visitCreateLogin(SQLServerStatementParser.CreateLoginContext ctx)
SQLServerStatementParser.createLogin().ctx - the parse treeT visitDropLogin(SQLServerStatementParser.DropLoginContext ctx)
SQLServerStatementParser.dropLogin().ctx - the parse treeT visitAlterLogin(SQLServerStatementParser.AlterLoginContext ctx)
SQLServerStatementParser.alterLogin().ctx - the parse treeT visitCall(SQLServerStatementParser.CallContext ctx)
SQLServerStatementParser.call().ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.