T - The return type of the visit operation. Use Void for
operations with no return type.public class SQLServerStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SQLServerStatementVisitor<T>
SQLServerStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
SQLServerStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(SQLServerStatementParser.ExecuteContext ctx)
SQLServerStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)
SQLServerStatementParser.setTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTransaction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIsolationLevel(SQLServerStatementParser.IsolationLevelContext ctx)
SQLServerStatementParser.isolationLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsolationLevel in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetImplicitTransactions(SQLServerStatementParser.SetImplicitTransactionsContext ctx)
SQLServerStatementParser.setImplicitTransactions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetImplicitTransactions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitImplicitTransactionsValue(SQLServerStatementParser.ImplicitTransactionsValueContext ctx)
SQLServerStatementParser.implicitTransactionsValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImplicitTransactionsValue in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBeginTransaction(SQLServerStatementParser.BeginTransactionContext ctx)
SQLServerStatementParser.beginTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginTransaction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx)
SQLServerStatementParser.beginDistributedTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginDistributedTransaction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCommit(SQLServerStatementParser.CommitContext ctx)
SQLServerStatementParser.commit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommit in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCommitWork(SQLServerStatementParser.CommitWorkContext ctx)
SQLServerStatementParser.commitWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommitWork in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRollback(SQLServerStatementParser.RollbackContext ctx)
SQLServerStatementParser.rollback().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollback in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRollbackWork(SQLServerStatementParser.RollbackWorkContext ctx)
SQLServerStatementParser.rollbackWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollbackWork in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSavepoint(SQLServerStatementParser.SavepointContext ctx)
SQLServerStatementParser.savepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSavepoint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitParameterMarker(SQLServerStatementParser.ParameterMarkerContext ctx)
SQLServerStatementParser.parameterMarker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterMarker in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitLiterals(SQLServerStatementParser.LiteralsContext ctx)
SQLServerStatementParser.literals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitStringLiterals(SQLServerStatementParser.StringLiteralsContext ctx)
SQLServerStatementParser.stringLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNumberLiterals(SQLServerStatementParser.NumberLiteralsContext ctx)
SQLServerStatementParser.numberLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDateTimeLiterals(SQLServerStatementParser.DateTimeLiteralsContext ctx)
SQLServerStatementParser.dateTimeLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateTimeLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHexadecimalLiterals(SQLServerStatementParser.HexadecimalLiteralsContext ctx)
SQLServerStatementParser.hexadecimalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBitValueLiterals(SQLServerStatementParser.BitValueLiteralsContext ctx)
SQLServerStatementParser.bitValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitValueLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBooleanLiterals(SQLServerStatementParser.BooleanLiteralsContext ctx)
SQLServerStatementParser.booleanLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNullValueLiterals(SQLServerStatementParser.NullValueLiteralsContext ctx)
SQLServerStatementParser.nullValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValueLiterals in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIdentifier(SQLServerStatementParser.IdentifierContext ctx)
SQLServerStatementParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRegularIdentifier(SQLServerStatementParser.RegularIdentifierContext ctx)
SQLServerStatementParser.regularIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularIdentifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDelimitedIdentifier(SQLServerStatementParser.DelimitedIdentifierContext ctx)
SQLServerStatementParser.delimitedIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelimitedIdentifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUnreservedWord(SQLServerStatementParser.UnreservedWordContext ctx)
SQLServerStatementParser.unreservedWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnreservedWord in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseName(SQLServerStatementParser.DatabaseNameContext ctx)
SQLServerStatementParser.databaseName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(SQLServerStatementParser.SchemaNameContext ctx)
SQLServerStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFunctionName(SQLServerStatementParser.FunctionNameContext ctx)
SQLServerStatementParser.functionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProcedureName(SQLServerStatementParser.ProcedureNameContext ctx)
SQLServerStatementParser.procedureName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcedureName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitViewName(SQLServerStatementParser.ViewNameContext ctx)
SQLServerStatementParser.viewName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitViewName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTriggerName(SQLServerStatementParser.TriggerNameContext ctx)
SQLServerStatementParser.triggerName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSequenceName(SQLServerStatementParser.SequenceNameContext ctx)
SQLServerStatementParser.sequenceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSequenceName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableName(SQLServerStatementParser.TableNameContext ctx)
SQLServerStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQueueName(SQLServerStatementParser.QueueNameContext ctx)
SQLServerStatementParser.queueName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueueName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitContractName(SQLServerStatementParser.ContractNameContext ctx)
SQLServerStatementParser.contractName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContractName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceName(SQLServerStatementParser.ServiceNameContext ctx)
SQLServerStatementParser.serviceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnName(SQLServerStatementParser.ColumnNameContext ctx)
SQLServerStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOwner(SQLServerStatementParser.OwnerContext ctx)
SQLServerStatementParser.owner().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwner in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitName(SQLServerStatementParser.NameContext ctx)
SQLServerStatementParser.name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnNames(SQLServerStatementParser.ColumnNamesContext ctx)
SQLServerStatementParser.columnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNames in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnNamesWithSort(SQLServerStatementParser.ColumnNamesWithSortContext ctx)
SQLServerStatementParser.columnNamesWithSort().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNamesWithSort in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableNames(SQLServerStatementParser.TableNamesContext ctx)
SQLServerStatementParser.tableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableNames in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexName(SQLServerStatementParser.IndexNameContext ctx)
SQLServerStatementParser.indexName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitConstraintName(SQLServerStatementParser.ConstraintNameContext ctx)
SQLServerStatementParser.constraintName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCollationName(SQLServerStatementParser.CollationNameContext ctx)
SQLServerStatementParser.collationName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollationName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlias(SQLServerStatementParser.AliasContext ctx)
SQLServerStatementParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataTypeLength(SQLServerStatementParser.DataTypeLengthContext ctx)
SQLServerStatementParser.dataTypeLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeLength in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKey(SQLServerStatementParser.PrimaryKeyContext ctx)
SQLServerStatementParser.primaryKey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKey in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitExpr(SQLServerStatementParser.ExprContext ctx)
SQLServerStatementParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAndOperator(SQLServerStatementParser.AndOperatorContext ctx)
SQLServerStatementParser.andOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndOperator in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOrOperator(SQLServerStatementParser.OrOperatorContext ctx)
SQLServerStatementParser.orOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrOperator in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNotOperator(SQLServerStatementParser.NotOperatorContext ctx)
SQLServerStatementParser.notOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotOperator in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBooleanPrimary(SQLServerStatementParser.BooleanPrimaryContext ctx)
SQLServerStatementParser.booleanPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanPrimary in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComparisonOperator(SQLServerStatementParser.ComparisonOperatorContext ctx)
SQLServerStatementParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPredicate(SQLServerStatementParser.PredicateContext ctx)
SQLServerStatementParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitBitExpr(SQLServerStatementParser.BitExprContext ctx)
SQLServerStatementParser.bitExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSimpleExpr(SQLServerStatementParser.SimpleExprContext ctx)
SQLServerStatementParser.simpleExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFunctionCall(SQLServerStatementParser.FunctionCallContext ctx)
SQLServerStatementParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunction(SQLServerStatementParser.AggregationFunctionContext ctx)
SQLServerStatementParser.aggregationFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunctionName(SQLServerStatementParser.AggregationFunctionNameContext ctx)
SQLServerStatementParser.aggregationFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunctionName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDistinct(SQLServerStatementParser.DistinctContext ctx)
SQLServerStatementParser.distinct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistinct in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSpecialFunction(SQLServerStatementParser.SpecialFunctionContext ctx)
SQLServerStatementParser.specialFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCastFunction(SQLServerStatementParser.CastFunctionContext ctx)
SQLServerStatementParser.castFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCharFunction(SQLServerStatementParser.CharFunctionContext ctx)
SQLServerStatementParser.charFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRegularFunction(SQLServerStatementParser.RegularFunctionContext ctx)
SQLServerStatementParser.regularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRegularFunctionName(SQLServerStatementParser.RegularFunctionNameContext ctx)
SQLServerStatementParser.regularFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunctionName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCaseExpression(SQLServerStatementParser.CaseExpressionContext ctx)
SQLServerStatementParser.caseExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpression in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCaseWhen(SQLServerStatementParser.CaseWhenContext ctx)
SQLServerStatementParser.caseWhen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseWhen in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCaseElse(SQLServerStatementParser.CaseElseContext ctx)
SQLServerStatementParser.caseElse().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseElse in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrivateExprOfDb(SQLServerStatementParser.PrivateExprOfDbContext ctx)
SQLServerStatementParser.privateExprOfDb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivateExprOfDb in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOrderByClause(SQLServerStatementParser.OrderByClauseContext ctx)
SQLServerStatementParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOrderByItem(SQLServerStatementParser.OrderByItemContext ctx)
SQLServerStatementParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataType(SQLServerStatementParser.DataTypeContext ctx)
SQLServerStatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataTypeName(SQLServerStatementParser.DataTypeNameContext ctx)
SQLServerStatementParser.dataTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAtTimeZoneExpr(SQLServerStatementParser.AtTimeZoneExprContext ctx)
SQLServerStatementParser.atTimeZoneExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAtTimeZoneExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCastExpr(SQLServerStatementParser.CastExprContext ctx)
SQLServerStatementParser.castExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitConvertExpr(SQLServerStatementParser.ConvertExprContext ctx)
SQLServerStatementParser.convertExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowedFunction(SQLServerStatementParser.WindowedFunctionContext ctx)
SQLServerStatementParser.windowedFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowedFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOverClause(SQLServerStatementParser.OverClauseContext ctx)
SQLServerStatementParser.overClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionByClause(SQLServerStatementParser.PartitionByClauseContext ctx)
SQLServerStatementParser.partitionByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionByClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRowRangeClause(SQLServerStatementParser.RowRangeClauseContext ctx)
SQLServerStatementParser.rowRangeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowRangeClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameExtent(SQLServerStatementParser.WindowFrameExtentContext ctx)
SQLServerStatementParser.windowFrameExtent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameExtent in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameBetween(SQLServerStatementParser.WindowFrameBetweenContext ctx)
SQLServerStatementParser.windowFrameBetween().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameBetween in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameBound(SQLServerStatementParser.WindowFrameBoundContext ctx)
SQLServerStatementParser.windowFrameBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameBound in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFramePreceding(SQLServerStatementParser.WindowFramePrecedingContext ctx)
SQLServerStatementParser.windowFramePreceding().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFramePreceding in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowFrameFollowing(SQLServerStatementParser.WindowFrameFollowingContext ctx)
SQLServerStatementParser.windowFrameFollowing().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrameFollowing in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnNameWithSort(SQLServerStatementParser.ColumnNameWithSortContext ctx)
SQLServerStatementParser.columnNameWithSort().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNameWithSort in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexOption(SQLServerStatementParser.IndexOptionContext ctx)
SQLServerStatementParser.indexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCompressionOption(SQLServerStatementParser.CompressionOptionContext ctx)
SQLServerStatementParser.compressionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompressionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqTime(SQLServerStatementParser.EqTimeContext ctx)
SQLServerStatementParser.eqTime().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqTime in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqOnOffOption(SQLServerStatementParser.EqOnOffOptionContext ctx)
SQLServerStatementParser.eqOnOffOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqOnOffOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqKey(SQLServerStatementParser.EqKeyContext ctx)
SQLServerStatementParser.eqKey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqKey in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEqOnOff(SQLServerStatementParser.EqOnOffContext ctx)
SQLServerStatementParser.eqOnOff().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqOnOff in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnPartitionClause(SQLServerStatementParser.OnPartitionClauseContext ctx)
SQLServerStatementParser.onPartitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnPartitionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx)
SQLServerStatementParser.partitionExpressions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionExpressions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionExpression(SQLServerStatementParser.PartitionExpressionContext ctx)
SQLServerStatementParser.partitionExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionExpression in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNumberRange(SQLServerStatementParser.NumberRangeContext ctx)
SQLServerStatementParser.numberRange().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberRange in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitLowPriorityLockWait(SQLServerStatementParser.LowPriorityLockWaitContext ctx)
SQLServerStatementParser.lowPriorityLockWait().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLowPriorityLockWait in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnLowPriorLockWait(SQLServerStatementParser.OnLowPriorLockWaitContext ctx)
SQLServerStatementParser.onLowPriorLockWait().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnLowPriorLockWait in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIgnoredIdentifier(SQLServerStatementParser.IgnoredIdentifierContext ctx)
SQLServerStatementParser.ignoredIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredIdentifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIgnoredIdentifiers(SQLServerStatementParser.IgnoredIdentifiersContext ctx)
SQLServerStatementParser.ignoredIdentifiers().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredIdentifiers in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMatchNone(SQLServerStatementParser.MatchNoneContext ctx)
SQLServerStatementParser.matchNone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchNone in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitVariableName(SQLServerStatementParser.VariableNameContext ctx)
SQLServerStatementParser.variableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitExecuteAsClause(SQLServerStatementParser.ExecuteAsClauseContext ctx)
SQLServerStatementParser.executeAsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecuteAsClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTransactionName(SQLServerStatementParser.TransactionNameContext ctx)
SQLServerStatementParser.transactionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTransactionVariableName(SQLServerStatementParser.TransactionVariableNameContext ctx)
SQLServerStatementParser.transactionVariableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionVariableName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSavepointName(SQLServerStatementParser.SavepointNameContext ctx)
SQLServerStatementParser.savepointName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSavepointName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSavepointVariableName(SQLServerStatementParser.SavepointVariableNameContext ctx)
SQLServerStatementParser.savepointVariableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSavepointVariableName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEntityType(SQLServerStatementParser.EntityTypeContext ctx)
SQLServerStatementParser.entityType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEntityType in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCall(SQLServerStatementParser.CallContext ctx)
SQLServerStatementParser.call().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCall in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitExplain(SQLServerStatementParser.ExplainContext ctx)
SQLServerStatementParser.explain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitExplainableStatement(SQLServerStatementParser.ExplainableStatementContext ctx)
SQLServerStatementParser.explainableStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainableStatement in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTable(SQLServerStatementParser.CreateTableContext ctx)
SQLServerStatementParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTableClause(SQLServerStatementParser.CreateTableClauseContext ctx)
SQLServerStatementParser.createTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateIndex(SQLServerStatementParser.CreateIndexContext ctx)
SQLServerStatementParser.createIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabase(SQLServerStatementParser.CreateDatabaseContext ctx)
SQLServerStatementParser.createDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabase in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateFunction(SQLServerStatementParser.CreateFunctionContext ctx)
SQLServerStatementParser.createFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateProcedure(SQLServerStatementParser.CreateProcedureContext ctx)
SQLServerStatementParser.createProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateProcedure in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateView(SQLServerStatementParser.CreateViewContext ctx)
SQLServerStatementParser.createView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateView in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTrigger(SQLServerStatementParser.CreateTriggerContext ctx)
SQLServerStatementParser.createTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTrigger in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateSequence(SQLServerStatementParser.CreateSequenceContext ctx)
SQLServerStatementParser.createSequence().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSequence in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateService(SQLServerStatementParser.CreateServiceContext ctx)
SQLServerStatementParser.createService().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateService in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateSchema(SQLServerStatementParser.CreateSchemaContext ctx)
SQLServerStatementParser.createSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSchema in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTable(SQLServerStatementParser.AlterTableContext ctx)
SQLServerStatementParser.alterTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterIndex(SQLServerStatementParser.AlterIndexContext ctx)
SQLServerStatementParser.alterIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabase(SQLServerStatementParser.AlterDatabaseContext ctx)
SQLServerStatementParser.alterDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabase in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterProcedure(SQLServerStatementParser.AlterProcedureContext ctx)
SQLServerStatementParser.alterProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterProcedure in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterFunction(SQLServerStatementParser.AlterFunctionContext ctx)
SQLServerStatementParser.alterFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterView(SQLServerStatementParser.AlterViewContext ctx)
SQLServerStatementParser.alterView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterView in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTrigger(SQLServerStatementParser.AlterTriggerContext ctx)
SQLServerStatementParser.alterTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTrigger in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSequence(SQLServerStatementParser.AlterSequenceContext ctx)
SQLServerStatementParser.alterSequence().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSequence in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterService(SQLServerStatementParser.AlterServiceContext ctx)
SQLServerStatementParser.alterService().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterService in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSchema(SQLServerStatementParser.AlterSchemaContext ctx)
SQLServerStatementParser.alterSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSchema in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropTable(SQLServerStatementParser.DropTableContext ctx)
SQLServerStatementParser.dropTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropIndex(SQLServerStatementParser.DropIndexContext ctx)
SQLServerStatementParser.dropIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropDatabase(SQLServerStatementParser.DropDatabaseContext ctx)
SQLServerStatementParser.dropDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabase in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropFunction(SQLServerStatementParser.DropFunctionContext ctx)
SQLServerStatementParser.dropFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropFunction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropProcedure(SQLServerStatementParser.DropProcedureContext ctx)
SQLServerStatementParser.dropProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropProcedure in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropView(SQLServerStatementParser.DropViewContext ctx)
SQLServerStatementParser.dropView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropView in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropTrigger(SQLServerStatementParser.DropTriggerContext ctx)
SQLServerStatementParser.dropTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTrigger in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropSequence(SQLServerStatementParser.DropSequenceContext ctx)
SQLServerStatementParser.dropSequence().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSequence in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropService(SQLServerStatementParser.DropServiceContext ctx)
SQLServerStatementParser.dropService().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropService in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropSchema(SQLServerStatementParser.DropSchemaContext ctx)
SQLServerStatementParser.dropSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSchema in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTruncateTable(SQLServerStatementParser.TruncateTableContext ctx)
SQLServerStatementParser.truncateTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTruncateTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileTableClause(SQLServerStatementParser.FileTableClauseContext ctx)
SQLServerStatementParser.fileTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileTableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateDefinitionClause(SQLServerStatementParser.CreateDefinitionClauseContext ctx)
SQLServerStatementParser.createDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinitionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTableDefinitions(SQLServerStatementParser.CreateTableDefinitionsContext ctx)
SQLServerStatementParser.createTableDefinitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableDefinitions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTableDefinition(SQLServerStatementParser.CreateTableDefinitionContext ctx)
SQLServerStatementParser.createTableDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinition(SQLServerStatementParser.ColumnDefinitionContext ctx)
SQLServerStatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinitionOption(SQLServerStatementParser.ColumnDefinitionOptionContext ctx)
SQLServerStatementParser.columnDefinitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinitionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEncryptedOptions(SQLServerStatementParser.EncryptedOptionsContext ctx)
SQLServerStatementParser.encryptedOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncryptedOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnConstraint(SQLServerStatementParser.ColumnConstraintContext ctx)
SQLServerStatementParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnConstraint(SQLServerStatementParser.ComputedColumnConstraintContext ctx)
SQLServerStatementParser.computedColumnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnForeignKeyConstraint(SQLServerStatementParser.ComputedColumnForeignKeyConstraintContext ctx)
SQLServerStatementParser.computedColumnForeignKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnForeignKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnForeignKeyOnAction(SQLServerStatementParser.ComputedColumnForeignKeyOnActionContext ctx)
SQLServerStatementParser.computedColumnForeignKeyOnAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnForeignKeyOnAction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyConstraint(SQLServerStatementParser.PrimaryKeyConstraintContext ctx)
SQLServerStatementParser.primaryKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDiskTablePrimaryKeyConstraintOption(SQLServerStatementParser.DiskTablePrimaryKeyConstraintOptionContext ctx)
SQLServerStatementParser.diskTablePrimaryKeyConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiskTablePrimaryKeyConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClusterOption(SQLServerStatementParser.ClusterOptionContext ctx)
SQLServerStatementParser.clusterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClusterOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyWithClause(SQLServerStatementParser.PrimaryKeyWithClauseContext ctx)
SQLServerStatementParser.primaryKeyWithClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyWithClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyOnClause(SQLServerStatementParser.PrimaryKeyOnClauseContext ctx)
SQLServerStatementParser.primaryKeyOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnSchemaColumn(SQLServerStatementParser.OnSchemaColumnContext ctx)
SQLServerStatementParser.onSchemaColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnSchemaColumn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnFileGroup(SQLServerStatementParser.OnFileGroupContext ctx)
SQLServerStatementParser.onFileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnFileGroup in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnString(SQLServerStatementParser.OnStringContext ctx)
SQLServerStatementParser.onString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnString in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMemoryTablePrimaryKeyConstraintOption(SQLServerStatementParser.MemoryTablePrimaryKeyConstraintOptionContext ctx)
SQLServerStatementParser.memoryTablePrimaryKeyConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemoryTablePrimaryKeyConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithBucket(SQLServerStatementParser.WithBucketContext ctx)
SQLServerStatementParser.withBucket().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithBucket in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnForeignKeyConstraint(SQLServerStatementParser.ColumnForeignKeyConstraintContext ctx)
SQLServerStatementParser.columnForeignKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnForeignKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitForeignKeyOnAction(SQLServerStatementParser.ForeignKeyOnActionContext ctx)
SQLServerStatementParser.foreignKeyOnAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignKeyOnAction in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitForeignKeyOn(SQLServerStatementParser.ForeignKeyOnContext ctx)
SQLServerStatementParser.foreignKeyOn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignKeyOn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCheckConstraint(SQLServerStatementParser.CheckConstraintContext ctx)
SQLServerStatementParser.checkConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnIndex(SQLServerStatementParser.ColumnIndexContext ctx)
SQLServerStatementParser.columnIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithIndexOption(SQLServerStatementParser.WithIndexOptionContext ctx)
SQLServerStatementParser.withIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithIndexOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexOnClause(SQLServerStatementParser.IndexOnClauseContext ctx)
SQLServerStatementParser.indexOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnDefault(SQLServerStatementParser.OnDefaultContext ctx)
SQLServerStatementParser.onDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnDefault in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileStreamOn(SQLServerStatementParser.FileStreamOnContext ctx)
SQLServerStatementParser.fileStreamOn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileStreamOn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnConstraints(SQLServerStatementParser.ColumnConstraintsContext ctx)
SQLServerStatementParser.columnConstraints().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnConstraints in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitComputedColumnDefinition(SQLServerStatementParser.ComputedColumnDefinitionContext ctx)
SQLServerStatementParser.computedColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputedColumnDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitColumnSetDefinition(SQLServerStatementParser.ColumnSetDefinitionContext ctx)
SQLServerStatementParser.columnSetDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnSetDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableConstraint(SQLServerStatementParser.TableConstraintContext ctx)
SQLServerStatementParser.tableConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTablePrimaryConstraint(SQLServerStatementParser.TablePrimaryConstraintContext ctx)
SQLServerStatementParser.tablePrimaryConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablePrimaryConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyUnique(SQLServerStatementParser.PrimaryKeyUniqueContext ctx)
SQLServerStatementParser.primaryKeyUnique().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyUnique in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDiskTablePrimaryConstraintOption(SQLServerStatementParser.DiskTablePrimaryConstraintOptionContext ctx)
SQLServerStatementParser.diskTablePrimaryConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiskTablePrimaryConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMemoryTablePrimaryConstraintOption(SQLServerStatementParser.MemoryTablePrimaryConstraintOptionContext ctx)
SQLServerStatementParser.memoryTablePrimaryConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemoryTablePrimaryConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHashWithBucket(SQLServerStatementParser.HashWithBucketContext ctx)
SQLServerStatementParser.hashWithBucket().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHashWithBucket in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableForeignKeyConstraint(SQLServerStatementParser.TableForeignKeyConstraintContext ctx)
SQLServerStatementParser.tableForeignKeyConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableForeignKeyConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableIndex(SQLServerStatementParser.TableIndexContext ctx)
SQLServerStatementParser.tableIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexNameOption(SQLServerStatementParser.IndexNameOptionContext ctx)
SQLServerStatementParser.indexNameOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexNameOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexOptions(SQLServerStatementParser.IndexOptionsContext ctx)
SQLServerStatementParser.indexOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPeriodClause(SQLServerStatementParser.PeriodClauseContext ctx)
SQLServerStatementParser.periodClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPeriodClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionScheme(SQLServerStatementParser.PartitionSchemeContext ctx)
SQLServerStatementParser.partitionScheme().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionScheme in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileGroup(SQLServerStatementParser.FileGroupContext ctx)
SQLServerStatementParser.fileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileGroup in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableOptions(SQLServerStatementParser.TableOptionsContext ctx)
SQLServerStatementParser.tableOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableOption(SQLServerStatementParser.TableOptionContext ctx)
SQLServerStatementParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataDelectionOption(SQLServerStatementParser.DataDelectionOptionContext ctx)
SQLServerStatementParser.dataDelectionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataDelectionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableStretchOptions(SQLServerStatementParser.TableStretchOptionsContext ctx)
SQLServerStatementParser.tableStretchOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableStretchOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableStretchOption(SQLServerStatementParser.TableStretchOptionContext ctx)
SQLServerStatementParser.tableStretchOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableStretchOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMigrationState_(SQLServerStatementParser.MigrationState_Context ctx)
SQLServerStatementParser.migrationState_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMigrationState_ in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableOperationOption(SQLServerStatementParser.TableOperationOptionContext ctx)
SQLServerStatementParser.tableOperationOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOperationOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDistributionOption(SQLServerStatementParser.DistributionOptionContext ctx)
SQLServerStatementParser.distributionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistributionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataWareHouseTableOption(SQLServerStatementParser.DataWareHouseTableOptionContext ctx)
SQLServerStatementParser.dataWareHouseTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataWareHouseTableOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataWareHousePartitionOption(SQLServerStatementParser.DataWareHousePartitionOptionContext ctx)
SQLServerStatementParser.dataWareHousePartitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataWareHousePartitionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateIndexSpecification(SQLServerStatementParser.CreateIndexSpecificationContext ctx)
SQLServerStatementParser.createIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndexSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterDefinitionClause(SQLServerStatementParser.AlterDefinitionClauseContext ctx)
SQLServerStatementParser.alterDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefinitionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAddColumnSpecification(SQLServerStatementParser.AddColumnSpecificationContext ctx)
SQLServerStatementParser.addColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddColumnSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitModifyColumnSpecification(SQLServerStatementParser.ModifyColumnSpecificationContext ctx)
SQLServerStatementParser.modifyColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitModifyColumnSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterColumnOperation(SQLServerStatementParser.AlterColumnOperationContext ctx)
SQLServerStatementParser.alterColumnOperation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumnOperation in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterColumnAddOptions(SQLServerStatementParser.AlterColumnAddOptionsContext ctx)
SQLServerStatementParser.alterColumnAddOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumnAddOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterColumnAddOption(SQLServerStatementParser.AlterColumnAddOptionContext ctx)
SQLServerStatementParser.alterColumnAddOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumnAddOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitConstraintForColumn(SQLServerStatementParser.ConstraintForColumnContext ctx)
SQLServerStatementParser.constraintForColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintForColumn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGeneratedColumnNamesClause(SQLServerStatementParser.GeneratedColumnNamesClauseContext ctx)
SQLServerStatementParser.generatedColumnNamesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedColumnNamesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGeneratedColumnNameClause(SQLServerStatementParser.GeneratedColumnNameClauseContext ctx)
SQLServerStatementParser.generatedColumnNameClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedColumnNameClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGeneratedColumnName(SQLServerStatementParser.GeneratedColumnNameContext ctx)
SQLServerStatementParser.generatedColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedColumnName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterDrop(SQLServerStatementParser.AlterDropContext ctx)
SQLServerStatementParser.alterDrop().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDrop in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableDropConstraint(SQLServerStatementParser.AlterTableDropConstraintContext ctx)
SQLServerStatementParser.alterTableDropConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableDropConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropConstraintName(SQLServerStatementParser.DropConstraintNameContext ctx)
SQLServerStatementParser.dropConstraintName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConstraintName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropConstraintWithClause(SQLServerStatementParser.DropConstraintWithClauseContext ctx)
SQLServerStatementParser.dropConstraintWithClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConstraintWithClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropConstraintOption(SQLServerStatementParser.DropConstraintOptionContext ctx)
SQLServerStatementParser.dropConstraintOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConstraintOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnOffOption(SQLServerStatementParser.OnOffOptionContext ctx)
SQLServerStatementParser.onOffOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnOffOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropColumnSpecification(SQLServerStatementParser.DropColumnSpecificationContext ctx)
SQLServerStatementParser.dropColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropColumnSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropIndexSpecification(SQLServerStatementParser.DropIndexSpecificationContext ctx)
SQLServerStatementParser.dropIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndexSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterCheckConstraint(SQLServerStatementParser.AlterCheckConstraintContext ctx)
SQLServerStatementParser.alterCheckConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCheckConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableTrigger(SQLServerStatementParser.AlterTableTriggerContext ctx)
SQLServerStatementParser.alterTableTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableTrigger in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSwitch(SQLServerStatementParser.AlterSwitchContext ctx)
SQLServerStatementParser.alterSwitch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSwitch in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSet(SQLServerStatementParser.AlterSetContext ctx)
SQLServerStatementParser.alterSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSet in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetFileStreamClause(SQLServerStatementParser.SetFileStreamClauseContext ctx)
SQLServerStatementParser.setFileStreamClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetFileStreamClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetSystemVersionClause(SQLServerStatementParser.SetSystemVersionClauseContext ctx)
SQLServerStatementParser.setSystemVersionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetSystemVersionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterSetOnClause(SQLServerStatementParser.AlterSetOnClauseContext ctx)
SQLServerStatementParser.alterSetOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSetOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDataConsistencyCheckClause(SQLServerStatementParser.DataConsistencyCheckClauseContext ctx)
SQLServerStatementParser.dataConsistencyCheckClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataConsistencyCheckClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHistoryRetentionPeriodClause(SQLServerStatementParser.HistoryRetentionPeriodClauseContext ctx)
SQLServerStatementParser.historyRetentionPeriodClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHistoryRetentionPeriodClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHistoryRetentionPeriod(SQLServerStatementParser.HistoryRetentionPeriodContext ctx)
SQLServerStatementParser.historyRetentionPeriod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHistoryRetentionPeriod in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableTableIndex(SQLServerStatementParser.AlterTableTableIndexContext ctx)
SQLServerStatementParser.alterTableTableIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableTableIndex in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexWithName(SQLServerStatementParser.IndexWithNameContext ctx)
SQLServerStatementParser.indexWithName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexWithName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexNonClusterClause(SQLServerStatementParser.IndexNonClusterClauseContext ctx)
SQLServerStatementParser.indexNonClusterClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexNonClusterClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableIndexOnClause(SQLServerStatementParser.AlterTableIndexOnClauseContext ctx)
SQLServerStatementParser.alterTableIndexOnClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableIndexOnClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIndexClusterClause(SQLServerStatementParser.IndexClusterClauseContext ctx)
SQLServerStatementParser.indexClusterClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexClusterClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterTableOption(SQLServerStatementParser.AlterTableOptionContext ctx)
SQLServerStatementParser.alterTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnHistoryTableClause(SQLServerStatementParser.OnHistoryTableClauseContext ctx)
SQLServerStatementParser.onHistoryTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnHistoryTableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIfExist(SQLServerStatementParser.IfExistContext ctx)
SQLServerStatementParser.ifExist().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExist in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabaseClause(SQLServerStatementParser.CreateDatabaseClauseContext ctx)
SQLServerStatementParser.createDatabaseClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileDefinitionClause(SQLServerStatementParser.FileDefinitionClauseContext ctx)
SQLServerStatementParser.fileDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileDefinitionClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseOption(SQLServerStatementParser.DatabaseOptionContext ctx)
SQLServerStatementParser.databaseOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileStreamOption(SQLServerStatementParser.FileStreamOptionContext ctx)
SQLServerStatementParser.fileStreamOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileStreamOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileSpec(SQLServerStatementParser.FileSpecContext ctx)
SQLServerStatementParser.fileSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileSpec in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseFileSpecOption(SQLServerStatementParser.DatabaseFileSpecOptionContext ctx)
SQLServerStatementParser.databaseFileSpecOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseFileSpecOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseFileGroup(SQLServerStatementParser.DatabaseFileGroupContext ctx)
SQLServerStatementParser.databaseFileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseFileGroup in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseFileGroupContains(SQLServerStatementParser.DatabaseFileGroupContainsContext ctx)
SQLServerStatementParser.databaseFileGroupContains().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseFileGroupContains in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseLogOns(SQLServerStatementParser.DatabaseLogOnsContext ctx)
SQLServerStatementParser.databaseLogOns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseLogOns in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDeclareVariable(SQLServerStatementParser.DeclareVariableContext ctx)
SQLServerStatementParser.declareVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareVariable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitVariable(SQLServerStatementParser.VariableContext ctx)
SQLServerStatementParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableVariable(SQLServerStatementParser.TableVariableContext ctx)
SQLServerStatementParser.tableVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableVariable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitVariTableTypeDefinition(SQLServerStatementParser.VariTableTypeDefinitionContext ctx)
SQLServerStatementParser.variTableTypeDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariTableTypeDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableVariableClause(SQLServerStatementParser.TableVariableClauseContext ctx)
SQLServerStatementParser.tableVariableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableVariableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitVariableTableColumnDefinition(SQLServerStatementParser.VariableTableColumnDefinitionContext ctx)
SQLServerStatementParser.variableTableColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableTableColumnDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitVariableTableColumnConstraint(SQLServerStatementParser.VariableTableColumnConstraintContext ctx)
SQLServerStatementParser.variableTableColumnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableTableColumnConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitVariableTableConstraint(SQLServerStatementParser.VariableTableConstraintContext ctx)
SQLServerStatementParser.variableTableConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableTableConstraint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetVariable(SQLServerStatementParser.SetVariableContext ctx)
SQLServerStatementParser.setVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetVariableClause(SQLServerStatementParser.SetVariableClauseContext ctx)
SQLServerStatementParser.setVariableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCursorVariable(SQLServerStatementParser.CursorVariableContext ctx)
SQLServerStatementParser.cursorVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorVariable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCursorClause(SQLServerStatementParser.CursorClauseContext ctx)
SQLServerStatementParser.cursorClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCompoundOperation(SQLServerStatementParser.CompoundOperationContext ctx)
SQLServerStatementParser.compoundOperation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompoundOperation in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFuncParameters(SQLServerStatementParser.FuncParametersContext ctx)
SQLServerStatementParser.funcParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncParameters in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFuncReturns(SQLServerStatementParser.FuncReturnsContext ctx)
SQLServerStatementParser.funcReturns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncReturns in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFuncMutiReturn(SQLServerStatementParser.FuncMutiReturnContext ctx)
SQLServerStatementParser.funcMutiReturn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncMutiReturn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFuncInlineReturn(SQLServerStatementParser.FuncInlineReturnContext ctx)
SQLServerStatementParser.funcInlineReturn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncInlineReturn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFuncScalarReturn(SQLServerStatementParser.FuncScalarReturnContext ctx)
SQLServerStatementParser.funcScalarReturn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncScalarReturn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableTypeDefinition(SQLServerStatementParser.TableTypeDefinitionContext ctx)
SQLServerStatementParser.tableTypeDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableTypeDefinition in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCompoundStatement(SQLServerStatementParser.CompoundStatementContext ctx)
SQLServerStatementParser.compoundStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompoundStatement in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFunctionOption(SQLServerStatementParser.FunctionOptionContext ctx)
SQLServerStatementParser.functionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitValidStatement(SQLServerStatementParser.ValidStatementContext ctx)
SQLServerStatementParser.validStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValidStatement in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProcParameters(SQLServerStatementParser.ProcParametersContext ctx)
SQLServerStatementParser.procParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcParameters in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProcParameter(SQLServerStatementParser.ProcParameterContext ctx)
SQLServerStatementParser.procParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcParameter in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateOrAlterProcClause(SQLServerStatementParser.CreateOrAlterProcClauseContext ctx)
SQLServerStatementParser.createOrAlterProcClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateOrAlterProcClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithCreateProcOption(SQLServerStatementParser.WithCreateProcOptionContext ctx)
SQLServerStatementParser.withCreateProcOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithCreateProcOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProcOption(SQLServerStatementParser.ProcOptionContext ctx)
SQLServerStatementParser.procOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProcAsClause(SQLServerStatementParser.ProcAsClauseContext ctx)
SQLServerStatementParser.procAsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcAsClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProcSetOption(SQLServerStatementParser.ProcSetOptionContext ctx)
SQLServerStatementParser.procSetOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcSetOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateOrAlterViewClause(SQLServerStatementParser.CreateOrAlterViewClauseContext ctx)
SQLServerStatementParser.createOrAlterViewClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateOrAlterViewClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitViewAttribute(SQLServerStatementParser.ViewAttributeContext ctx)
SQLServerStatementParser.viewAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitViewAttribute in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithCommonTableExpr(SQLServerStatementParser.WithCommonTableExprContext ctx)
SQLServerStatementParser.withCommonTableExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithCommonTableExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCommonTableExpr(SQLServerStatementParser.CommonTableExprContext ctx)
SQLServerStatementParser.commonTableExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommonTableExpr in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTriggerClause(SQLServerStatementParser.CreateTriggerClauseContext ctx)
SQLServerStatementParser.createTriggerClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTriggerClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDmlTriggerOption(SQLServerStatementParser.DmlTriggerOptionContext ctx)
SQLServerStatementParser.dmlTriggerOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDmlTriggerOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMethodSpecifier(SQLServerStatementParser.MethodSpecifierContext ctx)
SQLServerStatementParser.methodSpecifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMethodSpecifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTriggerTarget(SQLServerStatementParser.TriggerTargetContext ctx)
SQLServerStatementParser.triggerTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerTarget in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateOrAlterSequenceClause(SQLServerStatementParser.CreateOrAlterSequenceClauseContext ctx)
SQLServerStatementParser.createOrAlterSequenceClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateOrAlterSequenceClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateIndexClause(SQLServerStatementParser.CreateIndexClauseContext ctx)
SQLServerStatementParser.createIndexClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndexClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFilterPredicate(SQLServerStatementParser.FilterPredicateContext ctx)
SQLServerStatementParser.filterPredicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterPredicate in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitConjunct(SQLServerStatementParser.ConjunctContext ctx)
SQLServerStatementParser.conjunct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConjunct in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterIndexClause(SQLServerStatementParser.AlterIndexClauseContext ctx)
SQLServerStatementParser.alterIndexClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterIndexClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRelationalIndexOption(SQLServerStatementParser.RelationalIndexOptionContext ctx)
SQLServerStatementParser.relationalIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelationalIndexOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPartitionNumberRange(SQLServerStatementParser.PartitionNumberRangeContext ctx)
SQLServerStatementParser.partitionNumberRange().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionNumberRange in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitReorganizeOption(SQLServerStatementParser.ReorganizeOptionContext ctx)
SQLServerStatementParser.reorganizeOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReorganizeOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetIndexOption(SQLServerStatementParser.SetIndexOptionContext ctx)
SQLServerStatementParser.setIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetIndexOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitResumableIndexOptions(SQLServerStatementParser.ResumableIndexOptionsContext ctx)
SQLServerStatementParser.resumableIndexOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResumableIndexOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabaseClause(SQLServerStatementParser.AlterDatabaseClauseContext ctx)
SQLServerStatementParser.alterDatabaseClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabaseClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAddSecondaryOption(SQLServerStatementParser.AddSecondaryOptionContext ctx)
SQLServerStatementParser.addSecondaryOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddSecondaryOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEditionOptions(SQLServerStatementParser.EditionOptionsContext ctx)
SQLServerStatementParser.editionOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEditionOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceObjective(SQLServerStatementParser.ServiceObjectiveContext ctx)
SQLServerStatementParser.serviceObjective().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceObjective in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabaseOptionSpec(SQLServerStatementParser.AlterDatabaseOptionSpecContext ctx)
SQLServerStatementParser.alterDatabaseOptionSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabaseOptionSpec in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFileAndFilegroupOptions(SQLServerStatementParser.FileAndFilegroupOptionsContext ctx)
SQLServerStatementParser.fileAndFilegroupOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileAndFilegroupOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAddOrModifyFilegroups(SQLServerStatementParser.AddOrModifyFilegroupsContext ctx)
SQLServerStatementParser.addOrModifyFilegroups().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddOrModifyFilegroups in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFilegroupUpdatabilityOption(SQLServerStatementParser.FilegroupUpdatabilityOptionContext ctx)
SQLServerStatementParser.filegroupUpdatabilityOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilegroupUpdatabilityOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAddOrModifyFiles(SQLServerStatementParser.AddOrModifyFilesContext ctx)
SQLServerStatementParser.addOrModifyFiles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddOrModifyFiles in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAcceleratedDatabaseRecovery(SQLServerStatementParser.AcceleratedDatabaseRecoveryContext ctx)
SQLServerStatementParser.acceleratedDatabaseRecovery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAcceleratedDatabaseRecovery in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAutoOption(SQLServerStatementParser.AutoOptionContext ctx)
SQLServerStatementParser.autoOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAutoOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAutomaticTuningOption(SQLServerStatementParser.AutomaticTuningOptionContext ctx)
SQLServerStatementParser.automaticTuningOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAutomaticTuningOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitChangeTrackingOption(SQLServerStatementParser.ChangeTrackingOptionContext ctx)
SQLServerStatementParser.changeTrackingOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeTrackingOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitChangeTrackingOptionList(SQLServerStatementParser.ChangeTrackingOptionListContext ctx)
SQLServerStatementParser.changeTrackingOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeTrackingOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCursorOption(SQLServerStatementParser.CursorOptionContext ctx)
SQLServerStatementParser.cursorOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitExternalAccessOption(SQLServerStatementParser.ExternalAccessOptionContext ctx)
SQLServerStatementParser.externalAccessOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExternalAccessOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQueryStoreOptions(SQLServerStatementParser.QueryStoreOptionsContext ctx)
SQLServerStatementParser.queryStoreOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryStoreOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQueryStoreOptionList(SQLServerStatementParser.QueryStoreOptionListContext ctx)
SQLServerStatementParser.queryStoreOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryStoreOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQueryCapturePolicyOptionList(SQLServerStatementParser.QueryCapturePolicyOptionListContext ctx)
SQLServerStatementParser.queryCapturePolicyOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryCapturePolicyOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRecoveryOption(SQLServerStatementParser.RecoveryOptionContext ctx)
SQLServerStatementParser.recoveryOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRecoveryOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSqlOption(SQLServerStatementParser.SqlOptionContext ctx)
SQLServerStatementParser.sqlOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSnapshotOption(SQLServerStatementParser.SnapshotOptionContext ctx)
SQLServerStatementParser.snapshotOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSnapshotOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerOption(SQLServerStatementParser.ServiceBrokerOptionContext ctx)
SQLServerStatementParser.serviceBrokerOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTargetRecoveryTimeOption(SQLServerStatementParser.TargetRecoveryTimeOptionContext ctx)
SQLServerStatementParser.targetRecoveryTimeOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTargetRecoveryTimeOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTermination(SQLServerStatementParser.TerminationContext ctx)
SQLServerStatementParser.termination().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTermination in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateServiceClause(SQLServerStatementParser.CreateServiceClauseContext ctx)
SQLServerStatementParser.createServiceClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateServiceClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterServiceClause(SQLServerStatementParser.AlterServiceClauseContext ctx)
SQLServerStatementParser.alterServiceClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterServiceClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterServiceOptArg(SQLServerStatementParser.AlterServiceOptArgContext ctx)
SQLServerStatementParser.alterServiceOptArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterServiceOptArg in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSchemaNameClause(SQLServerStatementParser.SchemaNameClauseContext ctx)
SQLServerStatementParser.schemaNameClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaNameClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSchemaElement(SQLServerStatementParser.SchemaElementContext ctx)
SQLServerStatementParser.schemaElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaElement in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTableAsSelectClause(SQLServerStatementParser.CreateTableAsSelectClauseContext ctx)
SQLServerStatementParser.createTableAsSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableAsSelectClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateTableAsSelect(SQLServerStatementParser.CreateTableAsSelectContext ctx)
SQLServerStatementParser.createTableAsSelect().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableAsSelect in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateRemoteTableAsSelect(SQLServerStatementParser.CreateRemoteTableAsSelectContext ctx)
SQLServerStatementParser.createRemoteTableAsSelect().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRemoteTableAsSelect in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithDistributionOption(SQLServerStatementParser.WithDistributionOptionContext ctx)
SQLServerStatementParser.withDistributionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithDistributionOption in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOptionQueryHintClause(SQLServerStatementParser.OptionQueryHintClauseContext ctx)
SQLServerStatementParser.optionQueryHintClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionQueryHintClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsert(SQLServerStatementParser.InsertContext ctx)
SQLServerStatementParser.insert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsertDefaultValue(SQLServerStatementParser.InsertDefaultValueContext ctx)
SQLServerStatementParser.insertDefaultValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertDefaultValue in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsertValuesClause(SQLServerStatementParser.InsertValuesClauseContext ctx)
SQLServerStatementParser.insertValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitInsertSelectClause(SQLServerStatementParser.InsertSelectClauseContext ctx)
SQLServerStatementParser.insertSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSelectClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUpdate(SQLServerStatementParser.UpdateContext ctx)
SQLServerStatementParser.update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssignment(SQLServerStatementParser.AssignmentContext ctx)
SQLServerStatementParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetAssignmentsClause(SQLServerStatementParser.SetAssignmentsClauseContext ctx)
SQLServerStatementParser.setAssignmentsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAssignmentsClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValues(SQLServerStatementParser.AssignmentValuesContext ctx)
SQLServerStatementParser.assignmentValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValues in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValue(SQLServerStatementParser.AssignmentValueContext ctx)
SQLServerStatementParser.assignmentValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValue in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDelete(SQLServerStatementParser.DeleteContext ctx)
SQLServerStatementParser.delete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSingleTableClause(SQLServerStatementParser.SingleTableClauseContext ctx)
SQLServerStatementParser.singleTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleTableClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMultipleTablesClause(SQLServerStatementParser.MultipleTablesClauseContext ctx)
SQLServerStatementParser.multipleTablesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTablesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitMultipleTableNames(SQLServerStatementParser.MultipleTableNamesContext ctx)
SQLServerStatementParser.multipleTableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTableNames in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSelect(SQLServerStatementParser.SelectContext ctx)
SQLServerStatementParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAggregationClause(SQLServerStatementParser.AggregationClauseContext ctx)
SQLServerStatementParser.aggregationClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSelectClause(SQLServerStatementParser.SelectClauseContext ctx)
SQLServerStatementParser.selectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDuplicateSpecification(SQLServerStatementParser.DuplicateSpecificationContext ctx)
SQLServerStatementParser.duplicateSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProjections(SQLServerStatementParser.ProjectionsContext ctx)
SQLServerStatementParser.projections().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjections in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitProjection(SQLServerStatementParser.ProjectionContext ctx)
SQLServerStatementParser.projection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjection in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTop(SQLServerStatementParser.TopContext ctx)
SQLServerStatementParser.top().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTop in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTopNum(SQLServerStatementParser.TopNumContext ctx)
SQLServerStatementParser.topNum().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTopNum in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUnqualifiedShorthand(SQLServerStatementParser.UnqualifiedShorthandContext ctx)
SQLServerStatementParser.unqualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnqualifiedShorthand in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQualifiedShorthand(SQLServerStatementParser.QualifiedShorthandContext ctx)
SQLServerStatementParser.qualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedShorthand in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFromClause(SQLServerStatementParser.FromClauseContext ctx)
SQLServerStatementParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableReferences(SQLServerStatementParser.TableReferencesContext ctx)
SQLServerStatementParser.tableReferences().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReferences in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableReference(SQLServerStatementParser.TableReferenceContext ctx)
SQLServerStatementParser.tableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReference in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTableFactor(SQLServerStatementParser.TableFactorContext ctx)
SQLServerStatementParser.tableFactor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFactor in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitJoinedTable(SQLServerStatementParser.JoinedTableContext ctx)
SQLServerStatementParser.joinedTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinedTable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitJoinSpecification(SQLServerStatementParser.JoinSpecificationContext ctx)
SQLServerStatementParser.joinSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinSpecification in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWhereClause(SQLServerStatementParser.WhereClauseContext ctx)
SQLServerStatementParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGroupByClause(SQLServerStatementParser.GroupByClauseContext ctx)
SQLServerStatementParser.groupByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHavingClause(SQLServerStatementParser.HavingClauseContext ctx)
SQLServerStatementParser.havingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHavingClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSubquery(SQLServerStatementParser.SubqueryContext ctx)
SQLServerStatementParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWithClause(SQLServerStatementParser.WithClauseContext ctx)
SQLServerStatementParser.withClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCteClause(SQLServerStatementParser.CteClauseContext ctx)
SQLServerStatementParser.cteClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCteClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputClause(SQLServerStatementParser.OutputClauseContext ctx)
SQLServerStatementParser.outputClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputWithColumns(SQLServerStatementParser.OutputWithColumnsContext ctx)
SQLServerStatementParser.outputWithColumns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputWithColumns in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputWithColumn(SQLServerStatementParser.OutputWithColumnContext ctx)
SQLServerStatementParser.outputWithColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputWithColumn in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputWithAaterisk(SQLServerStatementParser.OutputWithAateriskContext ctx)
SQLServerStatementParser.outputWithAaterisk().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputWithAaterisk in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOutputTableName(SQLServerStatementParser.OutputTableNameContext ctx)
SQLServerStatementParser.outputTableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutputTableName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitQueryHint(SQLServerStatementParser.QueryHintContext ctx)
SQLServerStatementParser.queryHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryHint in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUseHitName(SQLServerStatementParser.UseHitNameContext ctx)
SQLServerStatementParser.useHitName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUseHitName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGrant(SQLServerStatementParser.GrantContext ctx)
SQLServerStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrant in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGrantClassPrivilegesClause(SQLServerStatementParser.GrantClassPrivilegesClauseContext ctx)
SQLServerStatementParser.grantClassPrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantClassPrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitGrantClassTypePrivilegesClause(SQLServerStatementParser.GrantClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.grantClassTypePrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantClassTypePrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassPrivileges(SQLServerStatementParser.ClassPrivilegesContext ctx)
SQLServerStatementParser.classPrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassPrivileges in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnClassClause(SQLServerStatementParser.OnClassClauseContext ctx)
SQLServerStatementParser.onClassClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnClassClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassTypePrivileges(SQLServerStatementParser.ClassTypePrivilegesContext ctx)
SQLServerStatementParser.classTypePrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassTypePrivileges in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOnClassTypeClause(SQLServerStatementParser.OnClassTypeClauseContext ctx)
SQLServerStatementParser.onClassTypeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnClassTypeClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSecurable(SQLServerStatementParser.SecurableContext ctx)
SQLServerStatementParser.securable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSecurable in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrincipal(SQLServerStatementParser.PrincipalContext ctx)
SQLServerStatementParser.principal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrincipal in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRevoke(SQLServerStatementParser.RevokeContext ctx)
SQLServerStatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevoke in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRevokeClassPrivilegesClause(SQLServerStatementParser.RevokeClassPrivilegesClauseContext ctx)
SQLServerStatementParser.revokeClassPrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeClassPrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRevokeClassTypePrivilegesClause(SQLServerStatementParser.RevokeClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.revokeClassTypePrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeClassTypePrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDeny(SQLServerStatementParser.DenyContext ctx)
SQLServerStatementParser.deny().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeny in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDenyClassPrivilegesClause(SQLServerStatementParser.DenyClassPrivilegesClauseContext ctx)
SQLServerStatementParser.denyClassPrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDenyClassPrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDenyClassTypePrivilegesClause(SQLServerStatementParser.DenyClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.denyClassTypePrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDenyClassTypePrivilegesClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOptionForClause(SQLServerStatementParser.OptionForClauseContext ctx)
SQLServerStatementParser.optionForClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionForClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitPrivilegeType(SQLServerStatementParser.PrivilegeTypeContext ctx)
SQLServerStatementParser.privilegeType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeType in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitObjectPermission(SQLServerStatementParser.ObjectPermissionContext ctx)
SQLServerStatementParser.objectPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServerPermission(SQLServerStatementParser.ServerPermissionContext ctx)
SQLServerStatementParser.serverPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServerPrincipalPermission(SQLServerStatementParser.ServerPrincipalPermissionContext ctx)
SQLServerStatementParser.serverPrincipalPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerPrincipalPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabasePermission(SQLServerStatementParser.DatabasePermissionContext ctx)
SQLServerStatementParser.databasePermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabasePermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabasePrincipalPermission(SQLServerStatementParser.DatabasePrincipalPermissionContext ctx)
SQLServerStatementParser.databasePrincipalPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabasePrincipalPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseUserPermission(SQLServerStatementParser.DatabaseUserPermissionContext ctx)
SQLServerStatementParser.databaseUserPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseUserPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseRolePermission(SQLServerStatementParser.DatabaseRolePermissionContext ctx)
SQLServerStatementParser.databaseRolePermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseRolePermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitApplicationRolePermission(SQLServerStatementParser.ApplicationRolePermissionContext ctx)
SQLServerStatementParser.applicationRolePermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitApplicationRolePermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDatabaseScopedCredentialPermission(SQLServerStatementParser.DatabaseScopedCredentialPermissionContext ctx)
SQLServerStatementParser.databaseScopedCredentialPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseScopedCredentialPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSchemaPermission(SQLServerStatementParser.SchemaPermissionContext ctx)
SQLServerStatementParser.schemaPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSearchPropertyListPermission(SQLServerStatementParser.SearchPropertyListPermissionContext ctx)
SQLServerStatementParser.searchPropertyListPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchPropertyListPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerPermission(SQLServerStatementParser.ServiceBrokerPermissionContext ctx)
SQLServerStatementParser.serviceBrokerPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerContractsPermission(SQLServerStatementParser.ServiceBrokerContractsPermissionContext ctx)
SQLServerStatementParser.serviceBrokerContractsPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerContractsPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerMessageTypesPermission(SQLServerStatementParser.ServiceBrokerMessageTypesPermissionContext ctx)
SQLServerStatementParser.serviceBrokerMessageTypesPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerMessageTypesPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerRemoteServiceBindingsPermission(SQLServerStatementParser.ServiceBrokerRemoteServiceBindingsPermissionContext ctx)
SQLServerStatementParser.serviceBrokerRemoteServiceBindingsPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerRemoteServiceBindingsPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerRoutesPermission(SQLServerStatementParser.ServiceBrokerRoutesPermissionContext ctx)
SQLServerStatementParser.serviceBrokerRoutesPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerRoutesPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitServiceBrokerServicesPermission(SQLServerStatementParser.ServiceBrokerServicesPermissionContext ctx)
SQLServerStatementParser.serviceBrokerServicesPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServiceBrokerServicesPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitEndpointPermission(SQLServerStatementParser.EndpointPermissionContext ctx)
SQLServerStatementParser.endpointPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEndpointPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCertificatePermission(SQLServerStatementParser.CertificatePermissionContext ctx)
SQLServerStatementParser.certificatePermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCertificatePermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSymmetricKeyPermission(SQLServerStatementParser.SymmetricKeyPermissionContext ctx)
SQLServerStatementParser.symmetricKeyPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSymmetricKeyPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAsymmetricKeyPermission(SQLServerStatementParser.AsymmetricKeyPermissionContext ctx)
SQLServerStatementParser.asymmetricKeyPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAsymmetricKeyPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAssemblyPermission(SQLServerStatementParser.AssemblyPermissionContext ctx)
SQLServerStatementParser.assemblyPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssemblyPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAvailabilityGroupPermission(SQLServerStatementParser.AvailabilityGroupPermissionContext ctx)
SQLServerStatementParser.availabilityGroupPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAvailabilityGroupPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFullTextPermission(SQLServerStatementParser.FullTextPermissionContext ctx)
SQLServerStatementParser.fullTextPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullTextPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFullTextCatalogPermission(SQLServerStatementParser.FullTextCatalogPermissionContext ctx)
SQLServerStatementParser.fullTextCatalogPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullTextCatalogPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitFullTextStoplistPermission(SQLServerStatementParser.FullTextStoplistPermissionContext ctx)
SQLServerStatementParser.fullTextStoplistPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullTextStoplistPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitTypePermission(SQLServerStatementParser.TypePermissionContext ctx)
SQLServerStatementParser.typePermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypePermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitXmlSchemaCollectionPermission(SQLServerStatementParser.XmlSchemaCollectionPermissionContext ctx)
SQLServerStatementParser.xmlSchemaCollectionPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXmlSchemaCollectionPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSystemObjectPermission(SQLServerStatementParser.SystemObjectPermissionContext ctx)
SQLServerStatementParser.systemObjectPermission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSystemObjectPermission in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClass_(SQLServerStatementParser.Class_Context ctx)
SQLServerStatementParser.class_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClass_ in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassItem(SQLServerStatementParser.ClassItemContext ctx)
SQLServerStatementParser.classItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassItem in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassType(SQLServerStatementParser.ClassTypeContext ctx)
SQLServerStatementParser.classType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassType in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitRoleClause(SQLServerStatementParser.RoleClauseContext ctx)
SQLServerStatementParser.roleClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetUser(SQLServerStatementParser.SetUserContext ctx)
SQLServerStatementParser.setUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetUser in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUser(SQLServerStatementParser.CreateUserContext ctx)
SQLServerStatementParser.createUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUser in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUserLoginClause(SQLServerStatementParser.CreateUserLoginClauseContext ctx)
SQLServerStatementParser.createUserLoginClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserLoginClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUserWindowsPrincipalClause(SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext ctx)
SQLServerStatementParser.createUserWindowsPrincipalClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserWindowsPrincipalClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUserLoginWindowsPrincipalClause(SQLServerStatementParser.CreateUserLoginWindowsPrincipalClauseContext ctx)
SQLServerStatementParser.createUserLoginWindowsPrincipalClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserLoginWindowsPrincipalClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUserWithoutLoginClause(SQLServerStatementParser.CreateUserWithoutLoginClauseContext ctx)
SQLServerStatementParser.createUserWithoutLoginClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserWithoutLoginClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOptionsList(SQLServerStatementParser.OptionsListContext ctx)
SQLServerStatementParser.optionsList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionsList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitLimitedOptionsList(SQLServerStatementParser.LimitedOptionsListContext ctx)
SQLServerStatementParser.limitedOptionsList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitedOptionsList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUserFromExternalProviderClause(SQLServerStatementParser.CreateUserFromExternalProviderClauseContext ctx)
SQLServerStatementParser.createUserFromExternalProviderClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserFromExternalProviderClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUserWithDefaultSchema(SQLServerStatementParser.CreateUserWithDefaultSchemaContext ctx)
SQLServerStatementParser.createUserWithDefaultSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserWithDefaultSchema in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateUserWithAzureActiveDirectoryPrincipalClause(SQLServerStatementParser.CreateUserWithAzureActiveDirectoryPrincipalClauseContext ctx)
SQLServerStatementParser.createUserWithAzureActiveDirectoryPrincipalClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserWithAzureActiveDirectoryPrincipalClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowsPrincipal(SQLServerStatementParser.WindowsPrincipalContext ctx)
SQLServerStatementParser.windowsPrincipal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowsPrincipal in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAzureActiveDirectoryPrincipal(SQLServerStatementParser.AzureActiveDirectoryPrincipalContext ctx)
SQLServerStatementParser.azureActiveDirectoryPrincipal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAzureActiveDirectoryPrincipal in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitUserName(SQLServerStatementParser.UserNameContext ctx)
SQLServerStatementParser.userName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserName in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitIgnoredNameIdentifier(SQLServerStatementParser.IgnoredNameIdentifierContext ctx)
SQLServerStatementParser.ignoredNameIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredNameIdentifier in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropUser(SQLServerStatementParser.DropUserContext ctx)
SQLServerStatementParser.dropUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropUser in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterUser(SQLServerStatementParser.AlterUserContext ctx)
SQLServerStatementParser.alterUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUser in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSetItem(SQLServerStatementParser.SetItemContext ctx)
SQLServerStatementParser.setItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetItem in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateRole(SQLServerStatementParser.CreateRoleContext ctx)
SQLServerStatementParser.createRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRole in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropRole(SQLServerStatementParser.DropRoleContext ctx)
SQLServerStatementParser.dropRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRole in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterRole(SQLServerStatementParser.AlterRoleContext ctx)
SQLServerStatementParser.alterRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterRole in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLogin(SQLServerStatementParser.CreateLoginContext ctx)
SQLServerStatementParser.createLogin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLogin in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForSQLServerClause(SQLServerStatementParser.CreateLoginForSQLServerClauseContext ctx)
SQLServerStatementParser.createLoginForSQLServerClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForSQLServerClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForSQLServerOptionList(SQLServerStatementParser.CreateLoginForSQLServerOptionListContext ctx)
SQLServerStatementParser.createLoginForSQLServerOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForSQLServerOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForSQLServerOptionListClause(SQLServerStatementParser.CreateLoginForSQLServerOptionListClauseContext ctx)
SQLServerStatementParser.createLoginForSQLServerOptionListClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForSQLServerOptionListClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitHashedPassword(SQLServerStatementParser.HashedPasswordContext ctx)
SQLServerStatementParser.hashedPassword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHashedPassword in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSid(SQLServerStatementParser.SidContext ctx)
SQLServerStatementParser.sid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSid in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitSources(SQLServerStatementParser.SourcesContext ctx)
SQLServerStatementParser.sources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSources in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitWindowsOptions(SQLServerStatementParser.WindowsOptionsContext ctx)
SQLServerStatementParser.windowsOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowsOptions in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAzureSQLDatabaseClause(SQLServerStatementParser.CreateLoginForAzureSQLDatabaseClauseContext ctx)
SQLServerStatementParser.createLoginForAzureSQLDatabaseClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAzureSQLDatabaseClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAzureSQLDatabaseOptionList(SQLServerStatementParser.CreateLoginForAzureSQLDatabaseOptionListContext ctx)
SQLServerStatementParser.createLoginForAzureSQLDatabaseOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAzureSQLDatabaseOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAzureManagedInstanceClause(SQLServerStatementParser.CreateLoginForAzureManagedInstanceClauseContext ctx)
SQLServerStatementParser.createLoginForAzureManagedInstanceClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAzureManagedInstanceClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAzureManagedInstanceOptionList(SQLServerStatementParser.AzureManagedInstanceOptionListContext ctx)
SQLServerStatementParser.azureManagedInstanceOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAzureManagedInstanceOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAzureSynapseAnalyticsClause(SQLServerStatementParser.CreateLoginForAzureSynapseAnalyticsClauseContext ctx)
SQLServerStatementParser.createLoginForAzureSynapseAnalyticsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAzureSynapseAnalyticsClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAzureSynapseAnalyticsOptionList(SQLServerStatementParser.CreateLoginForAzureSynapseAnalyticsOptionListContext ctx)
SQLServerStatementParser.createLoginForAzureSynapseAnalyticsOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAzureSynapseAnalyticsOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAnalyticsPlatformSystemClause(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemClauseContext ctx)
SQLServerStatementParser.createLoginForAnalyticsPlatformSystemClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAnalyticsPlatformSystemClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAnalyticsPlatformSystemOptionList(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListContext ctx)
SQLServerStatementParser.createLoginForAnalyticsPlatformSystemOptionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAnalyticsPlatformSystemOptionList in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitCreateLoginForAnalyticsPlatformSystemOptionListClause(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListClauseContext ctx)
SQLServerStatementParser.createLoginForAnalyticsPlatformSystemOptionListClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoginForAnalyticsPlatformSystemOptionListClause in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitDropLogin(SQLServerStatementParser.DropLoginContext ctx)
SQLServerStatementParser.dropLogin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropLogin in interface SQLServerStatementVisitor<T>ctx - the parse treepublic T visitAlterLogin(SQLServerStatementParser.AlterLoginContext ctx)
SQLServerStatementParser.alterLogin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLogin in interface SQLServerStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.