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 visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)
SQLServerStatementParser.setTransaction().ctx - the parse treeT visitIsolationLevel(SQLServerStatementParser.IsolationLevelContext ctx)
SQLServerStatementParser.isolationLevel().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 visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx)
SQLServerStatementParser.beginDistributedTransaction().ctx - the parse treeT visitCommit(SQLServerStatementParser.CommitContext ctx)
SQLServerStatementParser.commit().ctx - the parse treeT visitCommitWork(SQLServerStatementParser.CommitWorkContext ctx)
SQLServerStatementParser.commitWork().ctx - the parse treeT visitRollback(SQLServerStatementParser.RollbackContext ctx)
SQLServerStatementParser.rollback().ctx - the parse treeT visitRollbackWork(SQLServerStatementParser.RollbackWorkContext ctx)
SQLServerStatementParser.rollbackWork().ctx - the parse treeT visitSavepoint(SQLServerStatementParser.SavepointContext ctx)
SQLServerStatementParser.savepoint().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 visitRegularIdentifier(SQLServerStatementParser.RegularIdentifierContext ctx)
SQLServerStatementParser.regularIdentifier().ctx - the parse treeT visitDelimitedIdentifier(SQLServerStatementParser.DelimitedIdentifierContext ctx)
SQLServerStatementParser.delimitedIdentifier().ctx - the parse treeT visitUnreservedWord(SQLServerStatementParser.UnreservedWordContext ctx)
SQLServerStatementParser.unreservedWord().ctx - the parse treeT visitDatabaseName(SQLServerStatementParser.DatabaseNameContext ctx)
SQLServerStatementParser.databaseName().ctx - the parse treeT visitSchemaName(SQLServerStatementParser.SchemaNameContext ctx)
SQLServerStatementParser.schemaName().ctx - the parse treeT visitFunctionName(SQLServerStatementParser.FunctionNameContext ctx)
SQLServerStatementParser.functionName().ctx - the parse treeT visitProcedureName(SQLServerStatementParser.ProcedureNameContext ctx)
SQLServerStatementParser.procedureName().ctx - the parse treeT visitViewName(SQLServerStatementParser.ViewNameContext ctx)
SQLServerStatementParser.viewName().ctx - the parse treeT visitTriggerName(SQLServerStatementParser.TriggerNameContext ctx)
SQLServerStatementParser.triggerName().ctx - the parse treeT visitSequenceName(SQLServerStatementParser.SequenceNameContext ctx)
SQLServerStatementParser.sequenceName().ctx - the parse treeT visitTableName(SQLServerStatementParser.TableNameContext ctx)
SQLServerStatementParser.tableName().ctx - the parse treeT visitQueueName(SQLServerStatementParser.QueueNameContext ctx)
SQLServerStatementParser.queueName().ctx - the parse treeT visitContractName(SQLServerStatementParser.ContractNameContext ctx)
SQLServerStatementParser.contractName().ctx - the parse treeT visitServiceName(SQLServerStatementParser.ServiceNameContext ctx)
SQLServerStatementParser.serviceName().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 visitColumnNamesWithSort(SQLServerStatementParser.ColumnNamesWithSortContext ctx)
SQLServerStatementParser.columnNamesWithSort().ctx - the parse treeT visitTableNames(SQLServerStatementParser.TableNamesContext ctx)
SQLServerStatementParser.tableNames().ctx - the parse treeT visitIndexName(SQLServerStatementParser.IndexNameContext ctx)
SQLServerStatementParser.indexName().ctx - the parse treeT visitConstraintName(SQLServerStatementParser.ConstraintNameContext ctx)
SQLServerStatementParser.constraintName().ctx - the parse treeT visitCollationName(SQLServerStatementParser.CollationNameContext ctx)
SQLServerStatementParser.collationName().ctx - the parse treeT visitAlias(SQLServerStatementParser.AliasContext ctx)
SQLServerStatementParser.alias().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 visitAndOperator(SQLServerStatementParser.AndOperatorContext ctx)
SQLServerStatementParser.andOperator().ctx - the parse treeT visitOrOperator(SQLServerStatementParser.OrOperatorContext ctx)
SQLServerStatementParser.orOperator().ctx - the parse treeT visitNotOperator(SQLServerStatementParser.NotOperatorContext 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.RegularFunctionNameContext ctx)
SQLServerStatementParser.regularFunctionName().ctx - the parse treeT visitCaseExpression(SQLServerStatementParser.CaseExpressionContext ctx)
SQLServerStatementParser.caseExpression().ctx - the parse treeT visitCaseWhen(SQLServerStatementParser.CaseWhenContext ctx)
SQLServerStatementParser.caseWhen().ctx - the parse treeT visitCaseElse(SQLServerStatementParser.CaseElseContext 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.IgnoredIdentifierContext ctx)
SQLServerStatementParser.ignoredIdentifier().ctx - the parse treeT visitIgnoredIdentifiers(SQLServerStatementParser.IgnoredIdentifiersContext ctx)
SQLServerStatementParser.ignoredIdentifiers().ctx - the parse treeT visitMatchNone(SQLServerStatementParser.MatchNoneContext ctx)
SQLServerStatementParser.matchNone().ctx - the parse treeT visitVariableName(SQLServerStatementParser.VariableNameContext ctx)
SQLServerStatementParser.variableName().ctx - the parse treeT visitExecuteAsClause(SQLServerStatementParser.ExecuteAsClauseContext ctx)
SQLServerStatementParser.executeAsClause().ctx - the parse treeT visitTransactionName(SQLServerStatementParser.TransactionNameContext ctx)
SQLServerStatementParser.transactionName().ctx - the parse treeT visitTransactionVariableName(SQLServerStatementParser.TransactionVariableNameContext ctx)
SQLServerStatementParser.transactionVariableName().ctx - the parse treeT visitSavepointName(SQLServerStatementParser.SavepointNameContext ctx)
SQLServerStatementParser.savepointName().ctx - the parse treeT visitSavepointVariableName(SQLServerStatementParser.SavepointVariableNameContext ctx)
SQLServerStatementParser.savepointVariableName().ctx - the parse treeT visitEntityType(SQLServerStatementParser.EntityTypeContext ctx)
SQLServerStatementParser.entityType().ctx - the parse treeT visitIfExists(SQLServerStatementParser.IfExistsContext ctx)
SQLServerStatementParser.ifExists().ctx - the parse treeT visitCall(SQLServerStatementParser.CallContext ctx)
SQLServerStatementParser.call().ctx - the parse treeT visitExplain(SQLServerStatementParser.ExplainContext ctx)
SQLServerStatementParser.explain().ctx - the parse treeT visitExplainableStatement(SQLServerStatementParser.ExplainableStatementContext ctx)
SQLServerStatementParser.explainableStatement().ctx - the parse treeT visitCreateTable(SQLServerStatementParser.CreateTableContext ctx)
SQLServerStatementParser.createTable().ctx - the parse treeT visitCreateTableClause(SQLServerStatementParser.CreateTableClauseContext ctx)
SQLServerStatementParser.createTableClause().ctx - the parse treeT visitCreateIndex(SQLServerStatementParser.CreateIndexContext ctx)
SQLServerStatementParser.createIndex().ctx - the parse treeT visitCreateDatabase(SQLServerStatementParser.CreateDatabaseContext ctx)
SQLServerStatementParser.createDatabase().ctx - the parse treeT visitCreateFunction(SQLServerStatementParser.CreateFunctionContext ctx)
SQLServerStatementParser.createFunction().ctx - the parse treeT visitCreateProcedure(SQLServerStatementParser.CreateProcedureContext ctx)
SQLServerStatementParser.createProcedure().ctx - the parse treeT visitCreateView(SQLServerStatementParser.CreateViewContext ctx)
SQLServerStatementParser.createView().ctx - the parse treeT visitCreateTrigger(SQLServerStatementParser.CreateTriggerContext ctx)
SQLServerStatementParser.createTrigger().ctx - the parse treeT visitCreateSequence(SQLServerStatementParser.CreateSequenceContext ctx)
SQLServerStatementParser.createSequence().ctx - the parse treeT visitCreateService(SQLServerStatementParser.CreateServiceContext ctx)
SQLServerStatementParser.createService().ctx - the parse treeT visitCreateSchema(SQLServerStatementParser.CreateSchemaContext ctx)
SQLServerStatementParser.createSchema().ctx - the parse treeT visitAlterTable(SQLServerStatementParser.AlterTableContext ctx)
SQLServerStatementParser.alterTable().ctx - the parse treeT visitAlterIndex(SQLServerStatementParser.AlterIndexContext ctx)
SQLServerStatementParser.alterIndex().ctx - the parse treeT visitAlterDatabase(SQLServerStatementParser.AlterDatabaseContext ctx)
SQLServerStatementParser.alterDatabase().ctx - the parse treeT visitAlterProcedure(SQLServerStatementParser.AlterProcedureContext ctx)
SQLServerStatementParser.alterProcedure().ctx - the parse treeT visitAlterFunction(SQLServerStatementParser.AlterFunctionContext ctx)
SQLServerStatementParser.alterFunction().ctx - the parse treeT visitAlterView(SQLServerStatementParser.AlterViewContext ctx)
SQLServerStatementParser.alterView().ctx - the parse treeT visitAlterTrigger(SQLServerStatementParser.AlterTriggerContext ctx)
SQLServerStatementParser.alterTrigger().ctx - the parse treeT visitAlterSequence(SQLServerStatementParser.AlterSequenceContext ctx)
SQLServerStatementParser.alterSequence().ctx - the parse treeT visitAlterService(SQLServerStatementParser.AlterServiceContext ctx)
SQLServerStatementParser.alterService().ctx - the parse treeT visitAlterSchema(SQLServerStatementParser.AlterSchemaContext ctx)
SQLServerStatementParser.alterSchema().ctx - the parse treeT visitDropTable(SQLServerStatementParser.DropTableContext ctx)
SQLServerStatementParser.dropTable().ctx - the parse treeT visitDropIndex(SQLServerStatementParser.DropIndexContext ctx)
SQLServerStatementParser.dropIndex().ctx - the parse treeT visitDropDatabase(SQLServerStatementParser.DropDatabaseContext ctx)
SQLServerStatementParser.dropDatabase().ctx - the parse treeT visitDropFunction(SQLServerStatementParser.DropFunctionContext ctx)
SQLServerStatementParser.dropFunction().ctx - the parse treeT visitDropProcedure(SQLServerStatementParser.DropProcedureContext ctx)
SQLServerStatementParser.dropProcedure().ctx - the parse treeT visitDropView(SQLServerStatementParser.DropViewContext ctx)
SQLServerStatementParser.dropView().ctx - the parse treeT visitDropTrigger(SQLServerStatementParser.DropTriggerContext ctx)
SQLServerStatementParser.dropTrigger().ctx - the parse treeT visitDropSequence(SQLServerStatementParser.DropSequenceContext ctx)
SQLServerStatementParser.dropSequence().ctx - the parse treeT visitDropService(SQLServerStatementParser.DropServiceContext ctx)
SQLServerStatementParser.dropService().ctx - the parse treeT visitDropSchema(SQLServerStatementParser.DropSchemaContext ctx)
SQLServerStatementParser.dropSchema().ctx - the parse treeT visitTruncateTable(SQLServerStatementParser.TruncateTableContext ctx)
SQLServerStatementParser.truncateTable().ctx - the parse treeT visitFileTableClause(SQLServerStatementParser.FileTableClauseContext 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.EncryptedOptionsContext ctx)
SQLServerStatementParser.encryptedOptions().ctx - the parse treeT visitColumnConstraint(SQLServerStatementParser.ColumnConstraintContext ctx)
SQLServerStatementParser.columnConstraint().ctx - the parse treeT visitComputedColumnConstraint(SQLServerStatementParser.ComputedColumnConstraintContext ctx)
SQLServerStatementParser.computedColumnConstraint().ctx - the parse treeT visitComputedColumnForeignKeyConstraint(SQLServerStatementParser.ComputedColumnForeignKeyConstraintContext ctx)
SQLServerStatementParser.computedColumnForeignKeyConstraint().ctx - the parse treeT visitComputedColumnForeignKeyOnAction(SQLServerStatementParser.ComputedColumnForeignKeyOnActionContext ctx)
SQLServerStatementParser.computedColumnForeignKeyOnAction().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.ClusterOptionContext 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.WithIndexOptionContext 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.FileStreamOnContext 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.IndexNameOptionContext ctx)
SQLServerStatementParser.indexNameOption().ctx - the parse treeT visitIndexOptions(SQLServerStatementParser.IndexOptionsContext ctx)
SQLServerStatementParser.indexOptions().ctx - the parse treeT visitPeriodClause(SQLServerStatementParser.PeriodClauseContext ctx)
SQLServerStatementParser.periodClause().ctx - the parse treeT visitPartitionScheme(SQLServerStatementParser.PartitionSchemeContext ctx)
SQLServerStatementParser.partitionScheme().ctx - the parse treeT visitFileGroup(SQLServerStatementParser.FileGroupContext 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 visitDataDelectionOption(SQLServerStatementParser.DataDelectionOptionContext ctx)
SQLServerStatementParser.dataDelectionOption().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.CreateIndexSpecificationContext 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 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.OnOffOptionContext 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 visitAlterTableTrigger(SQLServerStatementParser.AlterTableTriggerContext ctx)
SQLServerStatementParser.alterTableTrigger().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.DataConsistencyCheckClauseContext ctx)
SQLServerStatementParser.dataConsistencyCheckClause().ctx - the parse treeT visitHistoryRetentionPeriodClause(SQLServerStatementParser.HistoryRetentionPeriodClauseContext 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 visitCreateDatabaseClause(SQLServerStatementParser.CreateDatabaseClauseContext ctx)
SQLServerStatementParser.createDatabaseClause().ctx - the parse treeT visitFileDefinitionClause(SQLServerStatementParser.FileDefinitionClauseContext ctx)
SQLServerStatementParser.fileDefinitionClause().ctx - the parse treeT visitDatabaseOption(SQLServerStatementParser.DatabaseOptionContext ctx)
SQLServerStatementParser.databaseOption().ctx - the parse treeT visitFileStreamOption(SQLServerStatementParser.FileStreamOptionContext ctx)
SQLServerStatementParser.fileStreamOption().ctx - the parse treeT visitFileSpec(SQLServerStatementParser.FileSpecContext ctx)
SQLServerStatementParser.fileSpec().ctx - the parse treeT visitDatabaseFileSpecOption(SQLServerStatementParser.DatabaseFileSpecOptionContext ctx)
SQLServerStatementParser.databaseFileSpecOption().ctx - the parse treeT visitDatabaseFileGroup(SQLServerStatementParser.DatabaseFileGroupContext ctx)
SQLServerStatementParser.databaseFileGroup().ctx - the parse treeT visitDatabaseFileGroupContains(SQLServerStatementParser.DatabaseFileGroupContainsContext ctx)
SQLServerStatementParser.databaseFileGroupContains().ctx - the parse treeT visitDatabaseLogOns(SQLServerStatementParser.DatabaseLogOnsContext ctx)
SQLServerStatementParser.databaseLogOns().ctx - the parse treeT visitDeclareVariable(SQLServerStatementParser.DeclareVariableContext ctx)
SQLServerStatementParser.declareVariable().ctx - the parse treeT visitVariable(SQLServerStatementParser.VariableContext ctx)
SQLServerStatementParser.variable().ctx - the parse treeT visitTableVariable(SQLServerStatementParser.TableVariableContext ctx)
SQLServerStatementParser.tableVariable().ctx - the parse treeT visitVariTableTypeDefinition(SQLServerStatementParser.VariTableTypeDefinitionContext ctx)
SQLServerStatementParser.variTableTypeDefinition().ctx - the parse treeT visitTableVariableClause(SQLServerStatementParser.TableVariableClauseContext ctx)
SQLServerStatementParser.tableVariableClause().ctx - the parse treeT visitVariableTableColumnDefinition(SQLServerStatementParser.VariableTableColumnDefinitionContext ctx)
SQLServerStatementParser.variableTableColumnDefinition().ctx - the parse treeT visitVariableTableColumnConstraint(SQLServerStatementParser.VariableTableColumnConstraintContext ctx)
SQLServerStatementParser.variableTableColumnConstraint().ctx - the parse treeT visitVariableTableConstraint(SQLServerStatementParser.VariableTableConstraintContext ctx)
SQLServerStatementParser.variableTableConstraint().ctx - the parse treeT visitSetVariable(SQLServerStatementParser.SetVariableContext ctx)
SQLServerStatementParser.setVariable().ctx - the parse treeT visitSetVariableClause(SQLServerStatementParser.SetVariableClauseContext ctx)
SQLServerStatementParser.setVariableClause().ctx - the parse treeT visitCursorVariable(SQLServerStatementParser.CursorVariableContext ctx)
SQLServerStatementParser.cursorVariable().ctx - the parse treeT visitCursorClause(SQLServerStatementParser.CursorClauseContext ctx)
SQLServerStatementParser.cursorClause().ctx - the parse treeT visitCompoundOperation(SQLServerStatementParser.CompoundOperationContext ctx)
SQLServerStatementParser.compoundOperation().ctx - the parse treeT visitFuncParameters(SQLServerStatementParser.FuncParametersContext ctx)
SQLServerStatementParser.funcParameters().ctx - the parse treeT visitFuncReturns(SQLServerStatementParser.FuncReturnsContext ctx)
SQLServerStatementParser.funcReturns().ctx - the parse treeT visitFuncMutiReturn(SQLServerStatementParser.FuncMutiReturnContext ctx)
SQLServerStatementParser.funcMutiReturn().ctx - the parse treeT visitFuncInlineReturn(SQLServerStatementParser.FuncInlineReturnContext ctx)
SQLServerStatementParser.funcInlineReturn().ctx - the parse treeT visitFuncScalarReturn(SQLServerStatementParser.FuncScalarReturnContext ctx)
SQLServerStatementParser.funcScalarReturn().ctx - the parse treeT visitTableTypeDefinition(SQLServerStatementParser.TableTypeDefinitionContext ctx)
SQLServerStatementParser.tableTypeDefinition().ctx - the parse treeT visitCompoundStatement(SQLServerStatementParser.CompoundStatementContext ctx)
SQLServerStatementParser.compoundStatement().ctx - the parse treeT visitFunctionOption(SQLServerStatementParser.FunctionOptionContext ctx)
SQLServerStatementParser.functionOption().ctx - the parse treeT visitValidStatement(SQLServerStatementParser.ValidStatementContext ctx)
SQLServerStatementParser.validStatement().ctx - the parse treeT visitProcParameters(SQLServerStatementParser.ProcParametersContext ctx)
SQLServerStatementParser.procParameters().ctx - the parse treeT visitProcParameter(SQLServerStatementParser.ProcParameterContext ctx)
SQLServerStatementParser.procParameter().ctx - the parse treeT visitCreateOrAlterProcClause(SQLServerStatementParser.CreateOrAlterProcClauseContext ctx)
SQLServerStatementParser.createOrAlterProcClause().ctx - the parse treeT visitWithCreateProcOption(SQLServerStatementParser.WithCreateProcOptionContext ctx)
SQLServerStatementParser.withCreateProcOption().ctx - the parse treeT visitProcOption(SQLServerStatementParser.ProcOptionContext ctx)
SQLServerStatementParser.procOption().ctx - the parse treeT visitProcAsClause(SQLServerStatementParser.ProcAsClauseContext ctx)
SQLServerStatementParser.procAsClause().ctx - the parse treeT visitProcSetOption(SQLServerStatementParser.ProcSetOptionContext ctx)
SQLServerStatementParser.procSetOption().ctx - the parse treeT visitCreateOrAlterViewClause(SQLServerStatementParser.CreateOrAlterViewClauseContext ctx)
SQLServerStatementParser.createOrAlterViewClause().ctx - the parse treeT visitViewAttribute(SQLServerStatementParser.ViewAttributeContext ctx)
SQLServerStatementParser.viewAttribute().ctx - the parse treeT visitWithCommonTableExpr(SQLServerStatementParser.WithCommonTableExprContext ctx)
SQLServerStatementParser.withCommonTableExpr().ctx - the parse treeT visitCommonTableExpr(SQLServerStatementParser.CommonTableExprContext ctx)
SQLServerStatementParser.commonTableExpr().ctx - the parse treeT visitCreateTriggerClause(SQLServerStatementParser.CreateTriggerClauseContext ctx)
SQLServerStatementParser.createTriggerClause().ctx - the parse treeT visitDmlTriggerOption(SQLServerStatementParser.DmlTriggerOptionContext ctx)
SQLServerStatementParser.dmlTriggerOption().ctx - the parse treeT visitMethodSpecifier(SQLServerStatementParser.MethodSpecifierContext ctx)
SQLServerStatementParser.methodSpecifier().ctx - the parse treeT visitTriggerTarget(SQLServerStatementParser.TriggerTargetContext ctx)
SQLServerStatementParser.triggerTarget().ctx - the parse treeT visitCreateOrAlterSequenceClause(SQLServerStatementParser.CreateOrAlterSequenceClauseContext ctx)
SQLServerStatementParser.createOrAlterSequenceClause().ctx - the parse treeT visitCreateIndexClause(SQLServerStatementParser.CreateIndexClauseContext ctx)
SQLServerStatementParser.createIndexClause().ctx - the parse treeT visitFilterPredicate(SQLServerStatementParser.FilterPredicateContext ctx)
SQLServerStatementParser.filterPredicate().ctx - the parse treeT visitConjunct(SQLServerStatementParser.ConjunctContext ctx)
SQLServerStatementParser.conjunct().ctx - the parse treeT visitAlterIndexClause(SQLServerStatementParser.AlterIndexClauseContext ctx)
SQLServerStatementParser.alterIndexClause().ctx - the parse treeT visitRelationalIndexOption(SQLServerStatementParser.RelationalIndexOptionContext ctx)
SQLServerStatementParser.relationalIndexOption().ctx - the parse treeT visitPartitionNumberRange(SQLServerStatementParser.PartitionNumberRangeContext ctx)
SQLServerStatementParser.partitionNumberRange().ctx - the parse treeT visitReorganizeOption(SQLServerStatementParser.ReorganizeOptionContext ctx)
SQLServerStatementParser.reorganizeOption().ctx - the parse treeT visitSetIndexOption(SQLServerStatementParser.SetIndexOptionContext ctx)
SQLServerStatementParser.setIndexOption().ctx - the parse treeT visitResumableIndexOptions(SQLServerStatementParser.ResumableIndexOptionsContext ctx)
SQLServerStatementParser.resumableIndexOptions().ctx - the parse treeT visitAlterDatabaseClause(SQLServerStatementParser.AlterDatabaseClauseContext ctx)
SQLServerStatementParser.alterDatabaseClause().ctx - the parse treeT visitAddSecondaryOption(SQLServerStatementParser.AddSecondaryOptionContext ctx)
SQLServerStatementParser.addSecondaryOption().ctx - the parse treeT visitEditionOptions(SQLServerStatementParser.EditionOptionsContext ctx)
SQLServerStatementParser.editionOptions().ctx - the parse treeT visitServiceObjective(SQLServerStatementParser.ServiceObjectiveContext ctx)
SQLServerStatementParser.serviceObjective().ctx - the parse treeT visitAlterDatabaseOptionSpec(SQLServerStatementParser.AlterDatabaseOptionSpecContext ctx)
SQLServerStatementParser.alterDatabaseOptionSpec().ctx - the parse treeT visitFileAndFilegroupOptions(SQLServerStatementParser.FileAndFilegroupOptionsContext ctx)
SQLServerStatementParser.fileAndFilegroupOptions().ctx - the parse treeT visitAddOrModifyFilegroups(SQLServerStatementParser.AddOrModifyFilegroupsContext ctx)
SQLServerStatementParser.addOrModifyFilegroups().ctx - the parse treeT visitFilegroupUpdatabilityOption(SQLServerStatementParser.FilegroupUpdatabilityOptionContext ctx)
SQLServerStatementParser.filegroupUpdatabilityOption().ctx - the parse treeT visitAddOrModifyFiles(SQLServerStatementParser.AddOrModifyFilesContext ctx)
SQLServerStatementParser.addOrModifyFiles().ctx - the parse treeT visitAcceleratedDatabaseRecovery(SQLServerStatementParser.AcceleratedDatabaseRecoveryContext ctx)
SQLServerStatementParser.acceleratedDatabaseRecovery().ctx - the parse treeT visitAutoOption(SQLServerStatementParser.AutoOptionContext ctx)
SQLServerStatementParser.autoOption().ctx - the parse treeT visitAutomaticTuningOption(SQLServerStatementParser.AutomaticTuningOptionContext ctx)
SQLServerStatementParser.automaticTuningOption().ctx - the parse treeT visitChangeTrackingOption(SQLServerStatementParser.ChangeTrackingOptionContext ctx)
SQLServerStatementParser.changeTrackingOption().ctx - the parse treeT visitChangeTrackingOptionList(SQLServerStatementParser.ChangeTrackingOptionListContext ctx)
SQLServerStatementParser.changeTrackingOptionList().ctx - the parse treeT visitCursorOption(SQLServerStatementParser.CursorOptionContext ctx)
SQLServerStatementParser.cursorOption().ctx - the parse treeT visitExternalAccessOption(SQLServerStatementParser.ExternalAccessOptionContext ctx)
SQLServerStatementParser.externalAccessOption().ctx - the parse treeT visitQueryStoreOptions(SQLServerStatementParser.QueryStoreOptionsContext ctx)
SQLServerStatementParser.queryStoreOptions().ctx - the parse treeT visitQueryStoreOptionList(SQLServerStatementParser.QueryStoreOptionListContext ctx)
SQLServerStatementParser.queryStoreOptionList().ctx - the parse treeT visitQueryCapturePolicyOptionList(SQLServerStatementParser.QueryCapturePolicyOptionListContext ctx)
SQLServerStatementParser.queryCapturePolicyOptionList().ctx - the parse treeT visitRecoveryOption(SQLServerStatementParser.RecoveryOptionContext ctx)
SQLServerStatementParser.recoveryOption().ctx - the parse treeT visitSqlOption(SQLServerStatementParser.SqlOptionContext ctx)
SQLServerStatementParser.sqlOption().ctx - the parse treeT visitSnapshotOption(SQLServerStatementParser.SnapshotOptionContext ctx)
SQLServerStatementParser.snapshotOption().ctx - the parse treeT visitServiceBrokerOption(SQLServerStatementParser.ServiceBrokerOptionContext ctx)
SQLServerStatementParser.serviceBrokerOption().ctx - the parse treeT visitTargetRecoveryTimeOption(SQLServerStatementParser.TargetRecoveryTimeOptionContext ctx)
SQLServerStatementParser.targetRecoveryTimeOption().ctx - the parse treeT visitTermination(SQLServerStatementParser.TerminationContext ctx)
SQLServerStatementParser.termination().ctx - the parse treeT visitCreateServiceClause(SQLServerStatementParser.CreateServiceClauseContext ctx)
SQLServerStatementParser.createServiceClause().ctx - the parse treeT visitAlterServiceClause(SQLServerStatementParser.AlterServiceClauseContext ctx)
SQLServerStatementParser.alterServiceClause().ctx - the parse treeT visitAlterServiceOptArg(SQLServerStatementParser.AlterServiceOptArgContext ctx)
SQLServerStatementParser.alterServiceOptArg().ctx - the parse treeT visitSchemaNameClause(SQLServerStatementParser.SchemaNameClauseContext ctx)
SQLServerStatementParser.schemaNameClause().ctx - the parse treeT visitSchemaElement(SQLServerStatementParser.SchemaElementContext ctx)
SQLServerStatementParser.schemaElement().ctx - the parse treeT visitCreateTableAsSelectClause(SQLServerStatementParser.CreateTableAsSelectClauseContext ctx)
SQLServerStatementParser.createTableAsSelectClause().ctx - the parse treeT visitCreateTableAsSelect(SQLServerStatementParser.CreateTableAsSelectContext ctx)
SQLServerStatementParser.createTableAsSelect().ctx - the parse treeT visitCreateRemoteTableAsSelect(SQLServerStatementParser.CreateRemoteTableAsSelectContext ctx)
SQLServerStatementParser.createRemoteTableAsSelect().ctx - the parse treeT visitWithDistributionOption(SQLServerStatementParser.WithDistributionOptionContext ctx)
SQLServerStatementParser.withDistributionOption().ctx - the parse treeT visitOptionQueryHintClause(SQLServerStatementParser.OptionQueryHintClauseContext ctx)
SQLServerStatementParser.optionQueryHintClause().ctx - the parse treeT visitInsert(SQLServerStatementParser.InsertContext ctx)
SQLServerStatementParser.insert().ctx - the parse treeT visitInsertDefaultValue(SQLServerStatementParser.InsertDefaultValueContext ctx)
SQLServerStatementParser.insertDefaultValue().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 visitAggregationClause(SQLServerStatementParser.AggregationClauseContext ctx)
SQLServerStatementParser.aggregationClause().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 visitTopNum(SQLServerStatementParser.TopNumContext ctx)
SQLServerStatementParser.topNum().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 visitWithClause(SQLServerStatementParser.WithClauseContext ctx)
SQLServerStatementParser.withClause().ctx - the parse treeT visitCteClauseSet(SQLServerStatementParser.CteClauseSetContext ctx)
SQLServerStatementParser.cteClauseSet().ctx - the parse treeT visitCteClause(SQLServerStatementParser.CteClauseContext ctx)
SQLServerStatementParser.cteClause().ctx - the parse treeT visitOutputClause(SQLServerStatementParser.OutputClauseContext ctx)
SQLServerStatementParser.outputClause().ctx - the parse treeT visitOutputWithColumns(SQLServerStatementParser.OutputWithColumnsContext ctx)
SQLServerStatementParser.outputWithColumns().ctx - the parse treeT visitOutputWithColumn(SQLServerStatementParser.OutputWithColumnContext ctx)
SQLServerStatementParser.outputWithColumn().ctx - the parse treeT visitOutputWithAaterisk(SQLServerStatementParser.OutputWithAateriskContext ctx)
SQLServerStatementParser.outputWithAaterisk().ctx - the parse treeT visitOutputTableName(SQLServerStatementParser.OutputTableNameContext ctx)
SQLServerStatementParser.outputTableName().ctx - the parse treeT visitQueryHint(SQLServerStatementParser.QueryHintContext ctx)
SQLServerStatementParser.queryHint().ctx - the parse treeT visitUseHitName(SQLServerStatementParser.UseHitNameContext ctx)
SQLServerStatementParser.useHitName().ctx - the parse treeT visitForClause(SQLServerStatementParser.ForClauseContext ctx)
SQLServerStatementParser.forClause().ctx - the parse treeT visitForXmlClause(SQLServerStatementParser.ForXmlClauseContext ctx)
SQLServerStatementParser.forXmlClause().ctx - the parse treeT visitCommonDirectivesForXml(SQLServerStatementParser.CommonDirectivesForXmlContext ctx)
SQLServerStatementParser.commonDirectivesForXml().ctx - the parse treeT visitForJsonClause(SQLServerStatementParser.ForJsonClauseContext ctx)
SQLServerStatementParser.forJsonClause().ctx - the parse treeT visitSelectWithClause(SQLServerStatementParser.SelectWithClauseContext ctx)
SQLServerStatementParser.selectWithClause().ctx - the parse treeT visitXmlNamespacesClause(SQLServerStatementParser.XmlNamespacesClauseContext ctx)
SQLServerStatementParser.xmlNamespacesClause().ctx - the parse treeT visitXmlNamespaceDeclarationItem(SQLServerStatementParser.XmlNamespaceDeclarationItemContext ctx)
SQLServerStatementParser.xmlNamespaceDeclarationItem().ctx - the parse treeT visitXmlNamespaceUri(SQLServerStatementParser.XmlNamespaceUriContext ctx)
SQLServerStatementParser.xmlNamespaceUri().ctx - the parse treeT visitXmlNamespacePrefix(SQLServerStatementParser.XmlNamespacePrefixContext ctx)
SQLServerStatementParser.xmlNamespacePrefix().ctx - the parse treeT visitXmlDefaultNamespaceDeclarationItem(SQLServerStatementParser.XmlDefaultNamespaceDeclarationItemContext ctx)
SQLServerStatementParser.xmlDefaultNamespaceDeclarationItem().ctx - the parse treeT visitGrant(SQLServerStatementParser.GrantContext ctx)
SQLServerStatementParser.grant().ctx - the parse treeT visitGrantClassPrivilegesClause(SQLServerStatementParser.GrantClassPrivilegesClauseContext ctx)
SQLServerStatementParser.grantClassPrivilegesClause().ctx - the parse treeT visitGrantClassTypePrivilegesClause(SQLServerStatementParser.GrantClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.grantClassTypePrivilegesClause().ctx - the parse treeT visitClassPrivileges(SQLServerStatementParser.ClassPrivilegesContext ctx)
SQLServerStatementParser.classPrivileges().ctx - the parse treeT visitOnClassClause(SQLServerStatementParser.OnClassClauseContext ctx)
SQLServerStatementParser.onClassClause().ctx - the parse treeT visitClassTypePrivileges(SQLServerStatementParser.ClassTypePrivilegesContext ctx)
SQLServerStatementParser.classTypePrivileges().ctx - the parse treeT visitOnClassTypeClause(SQLServerStatementParser.OnClassTypeClauseContext ctx)
SQLServerStatementParser.onClassTypeClause().ctx - the parse treeT visitSecurable(SQLServerStatementParser.SecurableContext ctx)
SQLServerStatementParser.securable().ctx - the parse treeT visitPrincipal(SQLServerStatementParser.PrincipalContext ctx)
SQLServerStatementParser.principal().ctx - the parse treeT visitRevoke(SQLServerStatementParser.RevokeContext ctx)
SQLServerStatementParser.revoke().ctx - the parse treeT visitRevokeClassPrivilegesClause(SQLServerStatementParser.RevokeClassPrivilegesClauseContext ctx)
SQLServerStatementParser.revokeClassPrivilegesClause().ctx - the parse treeT visitRevokeClassTypePrivilegesClause(SQLServerStatementParser.RevokeClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.revokeClassTypePrivilegesClause().ctx - the parse treeT visitDeny(SQLServerStatementParser.DenyContext ctx)
SQLServerStatementParser.deny().ctx - the parse treeT visitDenyClassPrivilegesClause(SQLServerStatementParser.DenyClassPrivilegesClauseContext ctx)
SQLServerStatementParser.denyClassPrivilegesClause().ctx - the parse treeT visitDenyClassTypePrivilegesClause(SQLServerStatementParser.DenyClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.denyClassTypePrivilegesClause().ctx - the parse treeT visitOptionForClause(SQLServerStatementParser.OptionForClauseContext ctx)
SQLServerStatementParser.optionForClause().ctx - the parse treeT visitPrivilegeType(SQLServerStatementParser.PrivilegeTypeContext ctx)
SQLServerStatementParser.privilegeType().ctx - the parse treeT visitObjectPermission(SQLServerStatementParser.ObjectPermissionContext ctx)
SQLServerStatementParser.objectPermission().ctx - the parse treeT visitServerPermission(SQLServerStatementParser.ServerPermissionContext ctx)
SQLServerStatementParser.serverPermission().ctx - the parse treeT visitServerPrincipalPermission(SQLServerStatementParser.ServerPrincipalPermissionContext ctx)
SQLServerStatementParser.serverPrincipalPermission().ctx - the parse treeT visitDatabasePermission(SQLServerStatementParser.DatabasePermissionContext ctx)
SQLServerStatementParser.databasePermission().ctx - the parse treeT visitDatabasePrincipalPermission(SQLServerStatementParser.DatabasePrincipalPermissionContext ctx)
SQLServerStatementParser.databasePrincipalPermission().ctx - the parse treeT visitDatabaseUserPermission(SQLServerStatementParser.DatabaseUserPermissionContext ctx)
SQLServerStatementParser.databaseUserPermission().ctx - the parse treeT visitDatabaseRolePermission(SQLServerStatementParser.DatabaseRolePermissionContext ctx)
SQLServerStatementParser.databaseRolePermission().ctx - the parse treeT visitApplicationRolePermission(SQLServerStatementParser.ApplicationRolePermissionContext ctx)
SQLServerStatementParser.applicationRolePermission().ctx - the parse treeT visitDatabaseScopedCredentialPermission(SQLServerStatementParser.DatabaseScopedCredentialPermissionContext ctx)
SQLServerStatementParser.databaseScopedCredentialPermission().ctx - the parse treeT visitSchemaPermission(SQLServerStatementParser.SchemaPermissionContext ctx)
SQLServerStatementParser.schemaPermission().ctx - the parse treeT visitSearchPropertyListPermission(SQLServerStatementParser.SearchPropertyListPermissionContext ctx)
SQLServerStatementParser.searchPropertyListPermission().ctx - the parse treeT visitServiceBrokerPermission(SQLServerStatementParser.ServiceBrokerPermissionContext ctx)
SQLServerStatementParser.serviceBrokerPermission().ctx - the parse treeT visitServiceBrokerContractsPermission(SQLServerStatementParser.ServiceBrokerContractsPermissionContext ctx)
SQLServerStatementParser.serviceBrokerContractsPermission().ctx - the parse treeT visitServiceBrokerMessageTypesPermission(SQLServerStatementParser.ServiceBrokerMessageTypesPermissionContext ctx)
SQLServerStatementParser.serviceBrokerMessageTypesPermission().ctx - the parse treeT visitServiceBrokerRemoteServiceBindingsPermission(SQLServerStatementParser.ServiceBrokerRemoteServiceBindingsPermissionContext ctx)
SQLServerStatementParser.serviceBrokerRemoteServiceBindingsPermission().ctx - the parse treeT visitServiceBrokerRoutesPermission(SQLServerStatementParser.ServiceBrokerRoutesPermissionContext ctx)
SQLServerStatementParser.serviceBrokerRoutesPermission().ctx - the parse treeT visitServiceBrokerServicesPermission(SQLServerStatementParser.ServiceBrokerServicesPermissionContext ctx)
SQLServerStatementParser.serviceBrokerServicesPermission().ctx - the parse treeT visitEndpointPermission(SQLServerStatementParser.EndpointPermissionContext ctx)
SQLServerStatementParser.endpointPermission().ctx - the parse treeT visitCertificatePermission(SQLServerStatementParser.CertificatePermissionContext ctx)
SQLServerStatementParser.certificatePermission().ctx - the parse treeT visitSymmetricKeyPermission(SQLServerStatementParser.SymmetricKeyPermissionContext ctx)
SQLServerStatementParser.symmetricKeyPermission().ctx - the parse treeT visitAsymmetricKeyPermission(SQLServerStatementParser.AsymmetricKeyPermissionContext ctx)
SQLServerStatementParser.asymmetricKeyPermission().ctx - the parse treeT visitAssemblyPermission(SQLServerStatementParser.AssemblyPermissionContext ctx)
SQLServerStatementParser.assemblyPermission().ctx - the parse treeT visitAvailabilityGroupPermission(SQLServerStatementParser.AvailabilityGroupPermissionContext ctx)
SQLServerStatementParser.availabilityGroupPermission().ctx - the parse treeT visitFullTextPermission(SQLServerStatementParser.FullTextPermissionContext ctx)
SQLServerStatementParser.fullTextPermission().ctx - the parse treeT visitFullTextCatalogPermission(SQLServerStatementParser.FullTextCatalogPermissionContext ctx)
SQLServerStatementParser.fullTextCatalogPermission().ctx - the parse treeT visitFullTextStoplistPermission(SQLServerStatementParser.FullTextStoplistPermissionContext ctx)
SQLServerStatementParser.fullTextStoplistPermission().ctx - the parse treeT visitTypePermission(SQLServerStatementParser.TypePermissionContext ctx)
SQLServerStatementParser.typePermission().ctx - the parse treeT visitXmlSchemaCollectionPermission(SQLServerStatementParser.XmlSchemaCollectionPermissionContext ctx)
SQLServerStatementParser.xmlSchemaCollectionPermission().ctx - the parse treeT visitSystemObjectPermission(SQLServerStatementParser.SystemObjectPermissionContext ctx)
SQLServerStatementParser.systemObjectPermission().ctx - the parse treeT visitClass_(SQLServerStatementParser.Class_Context ctx)
SQLServerStatementParser.class_().ctx - the parse treeT visitClassItem(SQLServerStatementParser.ClassItemContext ctx)
SQLServerStatementParser.classItem().ctx - the parse treeT visitClassType(SQLServerStatementParser.ClassTypeContext ctx)
SQLServerStatementParser.classType().ctx - the parse treeT visitRoleClause(SQLServerStatementParser.RoleClauseContext ctx)
SQLServerStatementParser.roleClause().ctx - the parse treeT visitSetUser(SQLServerStatementParser.SetUserContext ctx)
SQLServerStatementParser.setUser().ctx - the parse treeT visitCreateUser(SQLServerStatementParser.CreateUserContext ctx)
SQLServerStatementParser.createUser().ctx - the parse treeT visitCreateUserLoginClause(SQLServerStatementParser.CreateUserLoginClauseContext ctx)
SQLServerStatementParser.createUserLoginClause().ctx - the parse treeT visitCreateUserWindowsPrincipalClause(SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext ctx)
SQLServerStatementParser.createUserWindowsPrincipalClause().ctx - the parse treeT visitCreateUserLoginWindowsPrincipalClause(SQLServerStatementParser.CreateUserLoginWindowsPrincipalClauseContext ctx)
SQLServerStatementParser.createUserLoginWindowsPrincipalClause().ctx - the parse treeT visitCreateUserWithoutLoginClause(SQLServerStatementParser.CreateUserWithoutLoginClauseContext ctx)
SQLServerStatementParser.createUserWithoutLoginClause().ctx - the parse treeT visitOptionsList(SQLServerStatementParser.OptionsListContext ctx)
SQLServerStatementParser.optionsList().ctx - the parse treeT visitLimitedOptionsList(SQLServerStatementParser.LimitedOptionsListContext ctx)
SQLServerStatementParser.limitedOptionsList().ctx - the parse treeT visitCreateUserFromExternalProviderClause(SQLServerStatementParser.CreateUserFromExternalProviderClauseContext ctx)
SQLServerStatementParser.createUserFromExternalProviderClause().ctx - the parse treeT visitCreateUserWithDefaultSchema(SQLServerStatementParser.CreateUserWithDefaultSchemaContext ctx)
SQLServerStatementParser.createUserWithDefaultSchema().ctx - the parse treeT visitCreateUserWithAzureActiveDirectoryPrincipalClause(SQLServerStatementParser.CreateUserWithAzureActiveDirectoryPrincipalClauseContext ctx)
SQLServerStatementParser.createUserWithAzureActiveDirectoryPrincipalClause().ctx - the parse treeT visitWindowsPrincipal(SQLServerStatementParser.WindowsPrincipalContext ctx)
SQLServerStatementParser.windowsPrincipal().ctx - the parse treeT visitAzureActiveDirectoryPrincipal(SQLServerStatementParser.AzureActiveDirectoryPrincipalContext ctx)
SQLServerStatementParser.azureActiveDirectoryPrincipal().ctx - the parse treeT visitUserName(SQLServerStatementParser.UserNameContext ctx)
SQLServerStatementParser.userName().ctx - the parse treeT visitIgnoredNameIdentifier(SQLServerStatementParser.IgnoredNameIdentifierContext ctx)
SQLServerStatementParser.ignoredNameIdentifier().ctx - the parse treeT visitDropUser(SQLServerStatementParser.DropUserContext ctx)
SQLServerStatementParser.dropUser().ctx - the parse treeT visitAlterUser(SQLServerStatementParser.AlterUserContext ctx)
SQLServerStatementParser.alterUser().ctx - the parse treeT visitSetItem(SQLServerStatementParser.SetItemContext ctx)
SQLServerStatementParser.setItem().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 visitCreateLoginForSQLServerClause(SQLServerStatementParser.CreateLoginForSQLServerClauseContext ctx)
SQLServerStatementParser.createLoginForSQLServerClause().ctx - the parse treeT visitCreateLoginForSQLServerOptionList(SQLServerStatementParser.CreateLoginForSQLServerOptionListContext ctx)
SQLServerStatementParser.createLoginForSQLServerOptionList().ctx - the parse treeT visitCreateLoginForSQLServerOptionListClause(SQLServerStatementParser.CreateLoginForSQLServerOptionListClauseContext ctx)
SQLServerStatementParser.createLoginForSQLServerOptionListClause().ctx - the parse treeT visitHashedPassword(SQLServerStatementParser.HashedPasswordContext ctx)
SQLServerStatementParser.hashedPassword().ctx - the parse treeT visitSid(SQLServerStatementParser.SidContext ctx)
SQLServerStatementParser.sid().ctx - the parse treeT visitSources(SQLServerStatementParser.SourcesContext ctx)
SQLServerStatementParser.sources().ctx - the parse treeT visitWindowsOptions(SQLServerStatementParser.WindowsOptionsContext ctx)
SQLServerStatementParser.windowsOptions().ctx - the parse treeT visitCreateLoginForAzureSQLDatabaseClause(SQLServerStatementParser.CreateLoginForAzureSQLDatabaseClauseContext ctx)
SQLServerStatementParser.createLoginForAzureSQLDatabaseClause().ctx - the parse treeT visitCreateLoginForAzureSQLDatabaseOptionList(SQLServerStatementParser.CreateLoginForAzureSQLDatabaseOptionListContext ctx)
SQLServerStatementParser.createLoginForAzureSQLDatabaseOptionList().ctx - the parse treeT visitCreateLoginForAzureManagedInstanceClause(SQLServerStatementParser.CreateLoginForAzureManagedInstanceClauseContext ctx)
SQLServerStatementParser.createLoginForAzureManagedInstanceClause().ctx - the parse treeT visitAzureManagedInstanceOptionList(SQLServerStatementParser.AzureManagedInstanceOptionListContext ctx)
SQLServerStatementParser.azureManagedInstanceOptionList().ctx - the parse treeT visitCreateLoginForAzureSynapseAnalyticsClause(SQLServerStatementParser.CreateLoginForAzureSynapseAnalyticsClauseContext ctx)
SQLServerStatementParser.createLoginForAzureSynapseAnalyticsClause().ctx - the parse treeT visitCreateLoginForAzureSynapseAnalyticsOptionList(SQLServerStatementParser.CreateLoginForAzureSynapseAnalyticsOptionListContext ctx)
SQLServerStatementParser.createLoginForAzureSynapseAnalyticsOptionList().ctx - the parse treeT visitCreateLoginForAnalyticsPlatformSystemClause(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemClauseContext ctx)
SQLServerStatementParser.createLoginForAnalyticsPlatformSystemClause().ctx - the parse treeT visitCreateLoginForAnalyticsPlatformSystemOptionList(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListContext ctx)
SQLServerStatementParser.createLoginForAnalyticsPlatformSystemOptionList().ctx - the parse treeT visitCreateLoginForAnalyticsPlatformSystemOptionListClause(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListClauseContext ctx)
SQLServerStatementParser.createLoginForAnalyticsPlatformSystemOptionListClause().ctx - the parse treeT visitDropLogin(SQLServerStatementParser.DropLoginContext ctx)
SQLServerStatementParser.dropLogin().ctx - the parse treeT visitAlterLogin(SQLServerStatementParser.AlterLoginContext ctx)
SQLServerStatementParser.alterLogin().ctx - the parse treeT visitStatusOptionClause(SQLServerStatementParser.StatusOptionClauseContext ctx)
SQLServerStatementParser.statusOptionClause().ctx - the parse treeT visitSetOptionClause(SQLServerStatementParser.SetOptionClauseContext ctx)
SQLServerStatementParser.setOptionClause().ctx - the parse treeT visitPasswordOptionClause(SQLServerStatementParser.PasswordOptionClauseContext ctx)
SQLServerStatementParser.passwordOptionClause().ctx - the parse treeT visitCryptographicCredentialsOptionClause(SQLServerStatementParser.CryptographicCredentialsOptionClauseContext ctx)
SQLServerStatementParser.cryptographicCredentialsOptionClause().ctx - the parse treeT visitRevert(SQLServerStatementParser.RevertContext ctx)
SQLServerStatementParser.revert().ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.