Class SQLServerStatementBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,SQLServerStatementVisitor<T>
- Direct Known Subclasses:
SQLServerStatementVisitor
public class SQLServerStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SQLServerStatementVisitor<T>
This class provides an empty implementation ofSQLServerStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description SQLServerStatementBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitExecute
public T visitExecute(SQLServerStatementParser.ExecuteContext ctx)
Visit a parse tree produced bySQLServerStatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
public T visitSetTransaction(SQLServerStatementParser.SetTransactionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTransactionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsolationLevel
public T visitIsolationLevel(SQLServerStatementParser.IsolationLevelContext ctx)
Visit a parse tree produced bySQLServerStatementParser.isolationLevel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsolationLevelin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetImplicitTransactions
public T visitSetImplicitTransactions(SQLServerStatementParser.SetImplicitTransactionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setImplicitTransactions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetImplicitTransactionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplicitTransactionsValue
public T visitImplicitTransactionsValue(SQLServerStatementParser.ImplicitTransactionsValueContext ctx)
Visit a parse tree produced bySQLServerStatementParser.implicitTransactionsValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImplicitTransactionsValuein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeginTransaction
public T visitBeginTransaction(SQLServerStatementParser.BeginTransactionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.beginTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeginTransactionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeginDistributedTransaction
public T visitBeginDistributedTransaction(SQLServerStatementParser.BeginDistributedTransactionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.beginDistributedTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeginDistributedTransactionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommit
public T visitCommit(SQLServerStatementParser.CommitContext ctx)
Visit a parse tree produced bySQLServerStatementParser.commit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommitWork
public T visitCommitWork(SQLServerStatementParser.CommitWorkContext ctx)
Visit a parse tree produced bySQLServerStatementParser.commitWork().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitWorkin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollback
public T visitRollback(SQLServerStatementParser.RollbackContext ctx)
Visit a parse tree produced bySQLServerStatementParser.rollback().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollbackWork
public T visitRollbackWork(SQLServerStatementParser.RollbackWorkContext ctx)
Visit a parse tree produced bySQLServerStatementParser.rollbackWork().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackWorkin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepoint
public T visitSavepoint(SQLServerStatementParser.SavepointContext ctx)
Visit a parse tree produced bySQLServerStatementParser.savepoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterMarker
public T visitParameterMarker(SQLServerStatementParser.ParameterMarkerContext ctx)
Visit a parse tree produced bySQLServerStatementParser.parameterMarker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterMarkerin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiterals
public T visitLiterals(SQLServerStatementParser.LiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.literals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiterals
public T visitStringLiterals(SQLServerStatementParser.StringLiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.stringLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiterals
public T visitNumberLiterals(SQLServerStatementParser.NumberLiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.numberLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateTimeLiterals
public T visitDateTimeLiterals(SQLServerStatementParser.DateTimeLiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dateTimeLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateTimeLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexadecimalLiterals
public T visitHexadecimalLiterals(SQLServerStatementParser.HexadecimalLiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.hexadecimalLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHexadecimalLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitValueLiterals
public T visitBitValueLiterals(SQLServerStatementParser.BitValueLiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.bitValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitValueLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiterals
public T visitBooleanLiterals(SQLServerStatementParser.BooleanLiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.booleanLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullValueLiterals
public T visitNullValueLiterals(SQLServerStatementParser.NullValueLiteralsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.nullValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullValueLiteralsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public T visitIdentifier(SQLServerStatementParser.IdentifierContext ctx)
Visit a parse tree produced bySQLServerStatementParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularIdentifier
public T visitRegularIdentifier(SQLServerStatementParser.RegularIdentifierContext ctx)
Visit a parse tree produced bySQLServerStatementParser.regularIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularIdentifierin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelimitedIdentifier
public T visitDelimitedIdentifier(SQLServerStatementParser.DelimitedIdentifierContext ctx)
Visit a parse tree produced bySQLServerStatementParser.delimitedIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDelimitedIdentifierin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreservedWord
public T visitUnreservedWord(SQLServerStatementParser.UnreservedWordContext ctx)
Visit a parse tree produced bySQLServerStatementParser.unreservedWord().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnreservedWordin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
public T visitDatabaseName(SQLServerStatementParser.DatabaseNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
public T visitSchemaName(SQLServerStatementParser.SchemaNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.schemaName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionName
public T visitFunctionName(SQLServerStatementParser.FunctionNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.functionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureName
public T visitProcedureName(SQLServerStatementParser.ProcedureNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.procedureName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewName
public T visitViewName(SQLServerStatementParser.ViewNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.viewName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerName
public T visitTriggerName(SQLServerStatementParser.TriggerNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.triggerName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceName
public T visitSequenceName(SQLServerStatementParser.SequenceNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.sequenceName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSequenceNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
public T visitTableName(SQLServerStatementParser.TableNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueueName
public T visitQueueName(SQLServerStatementParser.QueueNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.queueName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueueNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContractName
public T visitContractName(SQLServerStatementParser.ContractNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.contractName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContractNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceName
public T visitServiceName(SQLServerStatementParser.ServiceNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
public T visitColumnName(SQLServerStatementParser.ColumnNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwner
public T visitOwner(SQLServerStatementParser.OwnerContext ctx)
Visit a parse tree produced bySQLServerStatementParser.owner().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOwnerin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
public T visitName(SQLServerStatementParser.NameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNames
public T visitColumnNames(SQLServerStatementParser.ColumnNamesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNamesWithSort
public T visitColumnNamesWithSort(SQLServerStatementParser.ColumnNamesWithSortContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnNamesWithSort().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamesWithSortin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableNames
public T visitTableNames(SQLServerStatementParser.TableNamesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexName
public T visitIndexName(SQLServerStatementParser.IndexNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintName
public T visitConstraintName(SQLServerStatementParser.ConstraintNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.constraintName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationName
public T visitCollationName(SQLServerStatementParser.CollationNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.collationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollationNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
public T visitAlias(SQLServerStatementParser.AliasContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeLength
public T visitDataTypeLength(SQLServerStatementParser.DataTypeLengthContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dataTypeLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeLengthin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKey
public T visitPrimaryKey(SQLServerStatementParser.PrimaryKeyContext ctx)
Visit a parse tree produced bySQLServerStatementParser.primaryKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
public T visitExpr(SQLServerStatementParser.ExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndOperator
public T visitAndOperator(SQLServerStatementParser.AndOperatorContext ctx)
Visit a parse tree produced bySQLServerStatementParser.andOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndOperatorin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrOperator
public T visitOrOperator(SQLServerStatementParser.OrOperatorContext ctx)
Visit a parse tree produced bySQLServerStatementParser.orOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrOperatorin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOperator
public T visitNotOperator(SQLServerStatementParser.NotOperatorContext ctx)
Visit a parse tree produced bySQLServerStatementParser.notOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotOperatorin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanPrimary
public T visitBooleanPrimary(SQLServerStatementParser.BooleanPrimaryContext ctx)
Visit a parse tree produced bySQLServerStatementParser.booleanPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanPrimaryin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
public T visitComparisonOperator(SQLServerStatementParser.ComparisonOperatorContext ctx)
Visit a parse tree produced bySQLServerStatementParser.comparisonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonOperatorin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
public T visitPredicate(SQLServerStatementParser.PredicateContext ctx)
Visit a parse tree produced bySQLServerStatementParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitExpr
public T visitBitExpr(SQLServerStatementParser.BitExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.bitExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExpr
public T visitSimpleExpr(SQLServerStatementParser.SimpleExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.simpleExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
public T visitFunctionCall(SQLServerStatementParser.FunctionCallContext ctx)
Visit a parse tree produced bySQLServerStatementParser.functionCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunction
public T visitAggregationFunction(SQLServerStatementParser.AggregationFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.aggregationFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunctionName
public T visitAggregationFunctionName(SQLServerStatementParser.AggregationFunctionNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.aggregationFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinct
public T visitDistinct(SQLServerStatementParser.DistinctContext ctx)
Visit a parse tree produced bySQLServerStatementParser.distinct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistinctin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialFunction
public T visitSpecialFunction(SQLServerStatementParser.SpecialFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.specialFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecialFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastFunction
public T visitCastFunction(SQLServerStatementParser.CastFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.castFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharFunction
public T visitCharFunction(SQLServerStatementParser.CharFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.charFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunction
public T visitRegularFunction(SQLServerStatementParser.RegularFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.regularFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunctionName
public T visitRegularFunctionName(SQLServerStatementParser.RegularFunctionNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.regularFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
public T visitCaseExpression(SQLServerStatementParser.CaseExpressionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.caseExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExpressionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseWhen
public T visitCaseWhen(SQLServerStatementParser.CaseWhenContext ctx)
Visit a parse tree produced bySQLServerStatementParser.caseWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseWhenin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseElse
public T visitCaseElse(SQLServerStatementParser.CaseElseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.caseElse().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseElsein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivateExprOfDb
public T visitPrivateExprOfDb(SQLServerStatementParser.PrivateExprOfDbContext ctx)
Visit a parse tree produced bySQLServerStatementParser.privateExprOfDb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivateExprOfDbin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
public T visitOrderByClause(SQLServerStatementParser.OrderByClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.orderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByItem
public T visitOrderByItem(SQLServerStatementParser.OrderByItemContext ctx)
Visit a parse tree produced bySQLServerStatementParser.orderByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByItemin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataType
public T visitDataType(SQLServerStatementParser.DataTypeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dataType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataTypeName
public T visitDataTypeName(SQLServerStatementParser.DataTypeNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dataTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypeNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtTimeZoneExpr
public T visitAtTimeZoneExpr(SQLServerStatementParser.AtTimeZoneExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.atTimeZoneExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtTimeZoneExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastExpr
public T visitCastExpr(SQLServerStatementParser.CastExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.castExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertExpr
public T visitConvertExpr(SQLServerStatementParser.ConvertExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.convertExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConvertExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowedFunction
public T visitWindowedFunction(SQLServerStatementParser.WindowedFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowedFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowedFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverClause
public T visitOverClause(SQLServerStatementParser.OverClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.overClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionByClause
public T visitPartitionByClause(SQLServerStatementParser.PartitionByClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.partitionByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionByClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowRangeClause
public T visitRowRangeClause(SQLServerStatementParser.RowRangeClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.rowRangeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowRangeClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowFrameExtent
public T visitWindowFrameExtent(SQLServerStatementParser.WindowFrameExtentContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowFrameExtent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowFrameExtentin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowFrameBetween
public T visitWindowFrameBetween(SQLServerStatementParser.WindowFrameBetweenContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowFrameBetween().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowFrameBetweenin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowFrameBound
public T visitWindowFrameBound(SQLServerStatementParser.WindowFrameBoundContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowFrameBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowFrameBoundin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowFramePreceding
public T visitWindowFramePreceding(SQLServerStatementParser.WindowFramePrecedingContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowFramePreceding().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowFramePrecedingin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowFrameFollowing
public T visitWindowFrameFollowing(SQLServerStatementParser.WindowFrameFollowingContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowFrameFollowing().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowFrameFollowingin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNameWithSort
public T visitColumnNameWithSort(SQLServerStatementParser.ColumnNameWithSortContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnNameWithSort().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNameWithSortin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOption
public T visitIndexOption(SQLServerStatementParser.IndexOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompressionOption
public T visitCompressionOption(SQLServerStatementParser.CompressionOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.compressionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompressionOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqTime
public T visitEqTime(SQLServerStatementParser.EqTimeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.eqTime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqTimein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqOnOffOption
public T visitEqOnOffOption(SQLServerStatementParser.EqOnOffOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.eqOnOffOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqOnOffOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqKey
public T visitEqKey(SQLServerStatementParser.EqKeyContext ctx)
Visit a parse tree produced bySQLServerStatementParser.eqKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqKeyin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqOnOff
public T visitEqOnOff(SQLServerStatementParser.EqOnOffContext ctx)
Visit a parse tree produced bySQLServerStatementParser.eqOnOff().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqOnOffin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnPartitionClause
public T visitOnPartitionClause(SQLServerStatementParser.OnPartitionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onPartitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnPartitionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExpressions
public T visitPartitionExpressions(SQLServerStatementParser.PartitionExpressionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.partitionExpressions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionExpressionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionExpression
public T visitPartitionExpression(SQLServerStatementParser.PartitionExpressionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.partitionExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionExpressionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberRange
public T visitNumberRange(SQLServerStatementParser.NumberRangeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.numberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberRangein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLowPriorityLockWait
public T visitLowPriorityLockWait(SQLServerStatementParser.LowPriorityLockWaitContext ctx)
Visit a parse tree produced bySQLServerStatementParser.lowPriorityLockWait().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLowPriorityLockWaitin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnLowPriorLockWait
public T visitOnLowPriorLockWait(SQLServerStatementParser.OnLowPriorLockWaitContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onLowPriorLockWait().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnLowPriorLockWaitin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifier
public T visitIgnoredIdentifier(SQLServerStatementParser.IgnoredIdentifierContext ctx)
Visit a parse tree produced bySQLServerStatementParser.ignoredIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredIdentifierin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredIdentifiers
public T visitIgnoredIdentifiers(SQLServerStatementParser.IgnoredIdentifiersContext ctx)
Visit a parse tree produced bySQLServerStatementParser.ignoredIdentifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredIdentifiersin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchNone
public T visitMatchNone(SQLServerStatementParser.MatchNoneContext ctx)
Visit a parse tree produced bySQLServerStatementParser.matchNone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchNonein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableName
public T visitVariableName(SQLServerStatementParser.VariableNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.variableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecuteAsClause
public T visitExecuteAsClause(SQLServerStatementParser.ExecuteAsClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.executeAsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecuteAsClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionName
public T visitTransactionName(SQLServerStatementParser.TransactionNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.transactionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionVariableName
public T visitTransactionVariableName(SQLServerStatementParser.TransactionVariableNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.transactionVariableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionVariableNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepointName
public T visitSavepointName(SQLServerStatementParser.SavepointNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.savepointName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepointVariableName
public T visitSavepointVariableName(SQLServerStatementParser.SavepointVariableNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.savepointVariableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointVariableNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEntityType
public T visitEntityType(SQLServerStatementParser.EntityTypeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.entityType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEntityTypein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExists
public T visitIfExists(SQLServerStatementParser.IfExistsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.ifExists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfExistsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall
public T visitCall(SQLServerStatementParser.CallContext ctx)
Visit a parse tree produced bySQLServerStatementParser.call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain
public T visitExplain(SQLServerStatementParser.ExplainContext ctx)
Visit a parse tree produced bySQLServerStatementParser.explain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainableStatement
public T visitExplainableStatement(SQLServerStatementParser.ExplainableStatementContext ctx)
Visit a parse tree produced bySQLServerStatementParser.explainableStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainableStatementin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTable
public T visitCreateTable(SQLServerStatementParser.CreateTableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableClause
public T visitCreateTableClause(SQLServerStatementParser.CreateTableClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndex
public T visitCreateIndex(SQLServerStatementParser.CreateIndexContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabase
public T visitCreateDatabase(SQLServerStatementParser.CreateDatabaseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabasein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateFunction
public T visitCreateFunction(SQLServerStatementParser.CreateFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateProcedure
public T visitCreateProcedure(SQLServerStatementParser.CreateProcedureContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateProcedurein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateView
public T visitCreateView(SQLServerStatementParser.CreateViewContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateViewin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTrigger
public T visitCreateTrigger(SQLServerStatementParser.CreateTriggerContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTriggerin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSequence
public T visitCreateSequence(SQLServerStatementParser.CreateSequenceContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSequencein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateService
public T visitCreateService(SQLServerStatementParser.CreateServiceContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createService().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateServicein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSchema
public T visitCreateSchema(SQLServerStatementParser.CreateSchemaContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSchemain interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTable
public T visitAlterTable(SQLServerStatementParser.AlterTableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndex
public T visitAlterIndex(SQLServerStatementParser.AlterIndexContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabase
public T visitAlterDatabase(SQLServerStatementParser.AlterDatabaseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabasein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterProcedure
public T visitAlterProcedure(SQLServerStatementParser.AlterProcedureContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterProcedurein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFunction
public T visitAlterFunction(SQLServerStatementParser.AlterFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterView
public T visitAlterView(SQLServerStatementParser.AlterViewContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterViewin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTrigger
public T visitAlterTrigger(SQLServerStatementParser.AlterTriggerContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTriggerin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSequence
public T visitAlterSequence(SQLServerStatementParser.AlterSequenceContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSequencein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterService
public T visitAlterService(SQLServerStatementParser.AlterServiceContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterService().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterServicein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSchema
public T visitAlterSchema(SQLServerStatementParser.AlterSchemaContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSchemain interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTable
public T visitDropTable(SQLServerStatementParser.DropTableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndex
public T visitDropIndex(SQLServerStatementParser.DropIndexContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropIndexin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDatabase
public T visitDropDatabase(SQLServerStatementParser.DropDatabaseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDatabasein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropFunction
public T visitDropFunction(SQLServerStatementParser.DropFunctionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropFunctionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropProcedure
public T visitDropProcedure(SQLServerStatementParser.DropProcedureContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropProcedurein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropView
public T visitDropView(SQLServerStatementParser.DropViewContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropViewin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTrigger
public T visitDropTrigger(SQLServerStatementParser.DropTriggerContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTriggerin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSequence
public T visitDropSequence(SQLServerStatementParser.DropSequenceContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropSequence().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSequencein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropService
public T visitDropService(SQLServerStatementParser.DropServiceContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropService().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropServicein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSchema
public T visitDropSchema(SQLServerStatementParser.DropSchemaContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSchemain interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruncateTable
public T visitTruncateTable(SQLServerStatementParser.TruncateTableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.truncateTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTruncateTablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileTableClause
public T visitFileTableClause(SQLServerStatementParser.FileTableClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fileTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileTableClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinitionClause
public T visitCreateDefinitionClause(SQLServerStatementParser.CreateDefinitionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefinitionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableDefinitions
public T visitCreateTableDefinitions(SQLServerStatementParser.CreateTableDefinitionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTableDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableDefinitionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableDefinition
public T visitCreateTableDefinition(SQLServerStatementParser.CreateTableDefinitionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTableDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableDefinitionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
public T visitColumnDefinition(SQLServerStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefinitionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinitionOption
public T visitColumnDefinitionOption(SQLServerStatementParser.ColumnDefinitionOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnDefinitionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefinitionOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptedOptions
public T visitEncryptedOptions(SQLServerStatementParser.EncryptedOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.encryptedOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEncryptedOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnConstraint
public T visitColumnConstraint(SQLServerStatementParser.ColumnConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComputedColumnConstraint
public T visitComputedColumnConstraint(SQLServerStatementParser.ComputedColumnConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.computedColumnConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComputedColumnConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComputedColumnForeignKeyConstraint
public T visitComputedColumnForeignKeyConstraint(SQLServerStatementParser.ComputedColumnForeignKeyConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.computedColumnForeignKeyConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComputedColumnForeignKeyConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComputedColumnForeignKeyOnAction
public T visitComputedColumnForeignKeyOnAction(SQLServerStatementParser.ComputedColumnForeignKeyOnActionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.computedColumnForeignKeyOnAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComputedColumnForeignKeyOnActionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKeyConstraint
public T visitPrimaryKeyConstraint(SQLServerStatementParser.PrimaryKeyConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.primaryKeyConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskTablePrimaryKeyConstraintOption
public T visitDiskTablePrimaryKeyConstraintOption(SQLServerStatementParser.DiskTablePrimaryKeyConstraintOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.diskTablePrimaryKeyConstraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskTablePrimaryKeyConstraintOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterOption
public T visitClusterOption(SQLServerStatementParser.ClusterOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.clusterOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKeyWithClause
public T visitPrimaryKeyWithClause(SQLServerStatementParser.PrimaryKeyWithClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.primaryKeyWithClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyWithClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKeyOnClause
public T visitPrimaryKeyOnClause(SQLServerStatementParser.PrimaryKeyOnClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.primaryKeyOnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyOnClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnSchemaColumn
public T visitOnSchemaColumn(SQLServerStatementParser.OnSchemaColumnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onSchemaColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnSchemaColumnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnFileGroup
public T visitOnFileGroup(SQLServerStatementParser.OnFileGroupContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onFileGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnFileGroupin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnString
public T visitOnString(SQLServerStatementParser.OnStringContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnStringin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemoryTablePrimaryKeyConstraintOption
public T visitMemoryTablePrimaryKeyConstraintOption(SQLServerStatementParser.MemoryTablePrimaryKeyConstraintOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.memoryTablePrimaryKeyConstraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemoryTablePrimaryKeyConstraintOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithBucket
public T visitWithBucket(SQLServerStatementParser.WithBucketContext ctx)
Visit a parse tree produced bySQLServerStatementParser.withBucket().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithBucketin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnForeignKeyConstraint
public T visitColumnForeignKeyConstraint(SQLServerStatementParser.ColumnForeignKeyConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnForeignKeyConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnForeignKeyConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeignKeyOnAction
public T visitForeignKeyOnAction(SQLServerStatementParser.ForeignKeyOnActionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.foreignKeyOnAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForeignKeyOnActionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeignKeyOn
public T visitForeignKeyOn(SQLServerStatementParser.ForeignKeyOnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.foreignKeyOn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForeignKeyOnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckConstraint
public T visitCheckConstraint(SQLServerStatementParser.CheckConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.checkConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnIndex
public T visitColumnIndex(SQLServerStatementParser.ColumnIndexContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnIndexin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithIndexOption
public T visitWithIndexOption(SQLServerStatementParser.WithIndexOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.withIndexOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithIndexOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOnClause
public T visitIndexOnClause(SQLServerStatementParser.IndexOnClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexOnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexOnClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnDefault
public T visitOnDefault(SQLServerStatementParser.OnDefaultContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onDefault().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnDefaultin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileStreamOn
public T visitFileStreamOn(SQLServerStatementParser.FileStreamOnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fileStreamOn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileStreamOnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnConstraints
public T visitColumnConstraints(SQLServerStatementParser.ColumnConstraintsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnConstraints().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnConstraintsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComputedColumnDefinition
public T visitComputedColumnDefinition(SQLServerStatementParser.ComputedColumnDefinitionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.computedColumnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComputedColumnDefinitionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnSetDefinition
public T visitColumnSetDefinition(SQLServerStatementParser.ColumnSetDefinitionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.columnSetDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnSetDefinitionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableConstraint
public T visitTableConstraint(SQLServerStatementParser.TableConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablePrimaryConstraint
public T visitTablePrimaryConstraint(SQLServerStatementParser.TablePrimaryConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tablePrimaryConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablePrimaryConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryKeyUnique
public T visitPrimaryKeyUnique(SQLServerStatementParser.PrimaryKeyUniqueContext ctx)
Visit a parse tree produced bySQLServerStatementParser.primaryKeyUnique().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryKeyUniquein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiskTablePrimaryConstraintOption
public T visitDiskTablePrimaryConstraintOption(SQLServerStatementParser.DiskTablePrimaryConstraintOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.diskTablePrimaryConstraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiskTablePrimaryConstraintOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemoryTablePrimaryConstraintOption
public T visitMemoryTablePrimaryConstraintOption(SQLServerStatementParser.MemoryTablePrimaryConstraintOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.memoryTablePrimaryConstraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemoryTablePrimaryConstraintOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashWithBucket
public T visitHashWithBucket(SQLServerStatementParser.HashWithBucketContext ctx)
Visit a parse tree produced bySQLServerStatementParser.hashWithBucket().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashWithBucketin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableForeignKeyConstraint
public T visitTableForeignKeyConstraint(SQLServerStatementParser.TableForeignKeyConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableForeignKeyConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableForeignKeyConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableIndex
public T visitTableIndex(SQLServerStatementParser.TableIndexContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableIndexin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexNameOption
public T visitIndexNameOption(SQLServerStatementParser.IndexNameOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexNameOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexNameOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOptions
public T visitIndexOptions(SQLServerStatementParser.IndexOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeriodClause
public T visitPeriodClause(SQLServerStatementParser.PeriodClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.periodClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPeriodClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionScheme
public T visitPartitionScheme(SQLServerStatementParser.PartitionSchemeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.partitionScheme().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionSchemein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileGroup
public T visitFileGroup(SQLServerStatementParser.FileGroupContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fileGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileGroupin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableOptions
public T visitTableOptions(SQLServerStatementParser.TableOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableOption
public T visitTableOption(SQLServerStatementParser.TableOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataDelectionOption
public T visitDataDelectionOption(SQLServerStatementParser.DataDelectionOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dataDelectionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataDelectionOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableStretchOptions
public T visitTableStretchOptions(SQLServerStatementParser.TableStretchOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableStretchOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableStretchOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableStretchOption
public T visitTableStretchOption(SQLServerStatementParser.TableStretchOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableStretchOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableStretchOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMigrationState_
public T visitMigrationState_(SQLServerStatementParser.MigrationState_Context ctx)
Visit a parse tree produced bySQLServerStatementParser.migrationState_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMigrationState_in interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableOperationOption
public T visitTableOperationOption(SQLServerStatementParser.TableOperationOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableOperationOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableOperationOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistributionOption
public T visitDistributionOption(SQLServerStatementParser.DistributionOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.distributionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistributionOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataWareHouseTableOption
public T visitDataWareHouseTableOption(SQLServerStatementParser.DataWareHouseTableOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dataWareHouseTableOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataWareHouseTableOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataWareHousePartitionOption
public T visitDataWareHousePartitionOption(SQLServerStatementParser.DataWareHousePartitionOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dataWareHousePartitionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataWareHousePartitionOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexSpecification
public T visitCreateIndexSpecification(SQLServerStatementParser.CreateIndexSpecificationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createIndexSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexSpecificationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDefinitionClause
public T visitAlterDefinitionClause(SQLServerStatementParser.AlterDefinitionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDefinitionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddColumnSpecification
public T visitAddColumnSpecification(SQLServerStatementParser.AddColumnSpecificationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.addColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddColumnSpecificationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumnSpecification
public T visitModifyColumnSpecification(SQLServerStatementParser.ModifyColumnSpecificationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.modifyColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColumnSpecificationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterColumnOperation
public T visitAlterColumnOperation(SQLServerStatementParser.AlterColumnOperationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterColumnOperation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterColumnOperationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterColumnAddOptions
public T visitAlterColumnAddOptions(SQLServerStatementParser.AlterColumnAddOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterColumnAddOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterColumnAddOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterColumnAddOption
public T visitAlterColumnAddOption(SQLServerStatementParser.AlterColumnAddOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterColumnAddOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterColumnAddOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintForColumn
public T visitConstraintForColumn(SQLServerStatementParser.ConstraintForColumnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.constraintForColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintForColumnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneratedColumnNamesClause
public T visitGeneratedColumnNamesClause(SQLServerStatementParser.GeneratedColumnNamesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.generatedColumnNamesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneratedColumnNamesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneratedColumnNameClause
public T visitGeneratedColumnNameClause(SQLServerStatementParser.GeneratedColumnNameClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.generatedColumnNameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneratedColumnNameClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneratedColumnName
public T visitGeneratedColumnName(SQLServerStatementParser.GeneratedColumnNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.generatedColumnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneratedColumnNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDrop
public T visitAlterDrop(SQLServerStatementParser.AlterDropContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterDrop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDropin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableDropConstraint
public T visitAlterTableDropConstraint(SQLServerStatementParser.AlterTableDropConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterTableDropConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableDropConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintName
public T visitDropConstraintName(SQLServerStatementParser.DropConstraintNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropConstraintName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropConstraintNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintWithClause
public T visitDropConstraintWithClause(SQLServerStatementParser.DropConstraintWithClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropConstraintWithClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropConstraintWithClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropConstraintOption
public T visitDropConstraintOption(SQLServerStatementParser.DropConstraintOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropConstraintOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropConstraintOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnOffOption
public T visitOnOffOption(SQLServerStatementParser.OnOffOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onOffOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnOffOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropColumnSpecification
public T visitDropColumnSpecification(SQLServerStatementParser.DropColumnSpecificationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropColumnSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropColumnSpecificationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndexSpecification
public T visitDropIndexSpecification(SQLServerStatementParser.DropIndexSpecificationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropIndexSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropIndexSpecificationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCheckConstraint
public T visitAlterCheckConstraint(SQLServerStatementParser.AlterCheckConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterCheckConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterCheckConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableTrigger
public T visitAlterTableTrigger(SQLServerStatementParser.AlterTableTriggerContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterTableTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableTriggerin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSwitch
public T visitAlterSwitch(SQLServerStatementParser.AlterSwitchContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterSwitch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSwitchin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSet
public T visitAlterSet(SQLServerStatementParser.AlterSetContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSetin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetFileStreamClause
public T visitSetFileStreamClause(SQLServerStatementParser.SetFileStreamClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setFileStreamClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetFileStreamClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetSystemVersionClause
public T visitSetSystemVersionClause(SQLServerStatementParser.SetSystemVersionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setSystemVersionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetSystemVersionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterSetOnClause
public T visitAlterSetOnClause(SQLServerStatementParser.AlterSetOnClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterSetOnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterSetOnClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataConsistencyCheckClause
public T visitDataConsistencyCheckClause(SQLServerStatementParser.DataConsistencyCheckClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dataConsistencyCheckClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataConsistencyCheckClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHistoryRetentionPeriodClause
public T visitHistoryRetentionPeriodClause(SQLServerStatementParser.HistoryRetentionPeriodClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.historyRetentionPeriodClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHistoryRetentionPeriodClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHistoryRetentionPeriod
public T visitHistoryRetentionPeriod(SQLServerStatementParser.HistoryRetentionPeriodContext ctx)
Visit a parse tree produced bySQLServerStatementParser.historyRetentionPeriod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHistoryRetentionPeriodin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableTableIndex
public T visitAlterTableTableIndex(SQLServerStatementParser.AlterTableTableIndexContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterTableTableIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableTableIndexin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexWithName
public T visitIndexWithName(SQLServerStatementParser.IndexWithNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexWithName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexWithNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexNonClusterClause
public T visitIndexNonClusterClause(SQLServerStatementParser.IndexNonClusterClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexNonClusterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexNonClusterClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableIndexOnClause
public T visitAlterTableIndexOnClause(SQLServerStatementParser.AlterTableIndexOnClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterTableIndexOnClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableIndexOnClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexClusterClause
public T visitIndexClusterClause(SQLServerStatementParser.IndexClusterClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.indexClusterClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexClusterClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableOption
public T visitAlterTableOption(SQLServerStatementParser.AlterTableOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterTableOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnHistoryTableClause
public T visitOnHistoryTableClause(SQLServerStatementParser.OnHistoryTableClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onHistoryTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnHistoryTableClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseClause
public T visitCreateDatabaseClause(SQLServerStatementParser.CreateDatabaseClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createDatabaseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabaseClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileDefinitionClause
public T visitFileDefinitionClause(SQLServerStatementParser.FileDefinitionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fileDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileDefinitionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseOption
public T visitDatabaseOption(SQLServerStatementParser.DatabaseOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileStreamOption
public T visitFileStreamOption(SQLServerStatementParser.FileStreamOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fileStreamOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileStreamOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileSpec
public T visitFileSpec(SQLServerStatementParser.FileSpecContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fileSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileSpecin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseFileSpecOption
public T visitDatabaseFileSpecOption(SQLServerStatementParser.DatabaseFileSpecOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseFileSpecOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseFileSpecOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseFileGroup
public T visitDatabaseFileGroup(SQLServerStatementParser.DatabaseFileGroupContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseFileGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseFileGroupin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseFileGroupContains
public T visitDatabaseFileGroupContains(SQLServerStatementParser.DatabaseFileGroupContainsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseFileGroupContains().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseFileGroupContainsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseLogOns
public T visitDatabaseLogOns(SQLServerStatementParser.DatabaseLogOnsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseLogOns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseLogOnsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclareVariable
public T visitDeclareVariable(SQLServerStatementParser.DeclareVariableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.declareVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeclareVariablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
public T visitVariable(SQLServerStatementParser.VariableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableVariable
public T visitTableVariable(SQLServerStatementParser.TableVariableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableVariablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariTableTypeDefinition
public T visitVariTableTypeDefinition(SQLServerStatementParser.VariTableTypeDefinitionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.variTableTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariTableTypeDefinitionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableVariableClause
public T visitTableVariableClause(SQLServerStatementParser.TableVariableClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableVariableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableVariableClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableTableColumnDefinition
public T visitVariableTableColumnDefinition(SQLServerStatementParser.VariableTableColumnDefinitionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.variableTableColumnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableTableColumnDefinitionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableTableColumnConstraint
public T visitVariableTableColumnConstraint(SQLServerStatementParser.VariableTableColumnConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.variableTableColumnConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableTableColumnConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableTableConstraint
public T visitVariableTableConstraint(SQLServerStatementParser.VariableTableConstraintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.variableTableConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableTableConstraintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetVariable
public T visitSetVariable(SQLServerStatementParser.SetVariableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetVariablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetVariableClause
public T visitSetVariableClause(SQLServerStatementParser.SetVariableClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setVariableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetVariableClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorVariable
public T visitCursorVariable(SQLServerStatementParser.CursorVariableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.cursorVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorVariablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorClause
public T visitCursorClause(SQLServerStatementParser.CursorClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.cursorClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundOperation
public T visitCompoundOperation(SQLServerStatementParser.CompoundOperationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.compoundOperation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundOperationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncParameters
public T visitFuncParameters(SQLServerStatementParser.FuncParametersContext ctx)
Visit a parse tree produced bySQLServerStatementParser.funcParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncParametersin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncReturns
public T visitFuncReturns(SQLServerStatementParser.FuncReturnsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.funcReturns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncReturnsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncMutiReturn
public T visitFuncMutiReturn(SQLServerStatementParser.FuncMutiReturnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.funcMutiReturn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncMutiReturnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncInlineReturn
public T visitFuncInlineReturn(SQLServerStatementParser.FuncInlineReturnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.funcInlineReturn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncInlineReturnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncScalarReturn
public T visitFuncScalarReturn(SQLServerStatementParser.FuncScalarReturnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.funcScalarReturn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncScalarReturnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableTypeDefinition
public T visitTableTypeDefinition(SQLServerStatementParser.TableTypeDefinitionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableTypeDefinitionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundStatement
public T visitCompoundStatement(SQLServerStatementParser.CompoundStatementContext ctx)
Visit a parse tree produced bySQLServerStatementParser.compoundStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundStatementin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionOption
public T visitFunctionOption(SQLServerStatementParser.FunctionOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.functionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidStatement
public T visitValidStatement(SQLServerStatementParser.ValidStatementContext ctx)
Visit a parse tree produced bySQLServerStatementParser.validStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValidStatementin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcParameters
public T visitProcParameters(SQLServerStatementParser.ProcParametersContext ctx)
Visit a parse tree produced bySQLServerStatementParser.procParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcParametersin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcParameter
public T visitProcParameter(SQLServerStatementParser.ProcParameterContext ctx)
Visit a parse tree produced bySQLServerStatementParser.procParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcParameterin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateOrAlterProcClause
public T visitCreateOrAlterProcClause(SQLServerStatementParser.CreateOrAlterProcClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createOrAlterProcClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateOrAlterProcClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithCreateProcOption
public T visitWithCreateProcOption(SQLServerStatementParser.WithCreateProcOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.withCreateProcOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithCreateProcOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcOption
public T visitProcOption(SQLServerStatementParser.ProcOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.procOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcAsClause
public T visitProcAsClause(SQLServerStatementParser.ProcAsClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.procAsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcAsClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcSetOption
public T visitProcSetOption(SQLServerStatementParser.ProcSetOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.procSetOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcSetOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateOrAlterViewClause
public T visitCreateOrAlterViewClause(SQLServerStatementParser.CreateOrAlterViewClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createOrAlterViewClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateOrAlterViewClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewAttribute
public T visitViewAttribute(SQLServerStatementParser.ViewAttributeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.viewAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewAttributein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithCommonTableExpr
public T visitWithCommonTableExpr(SQLServerStatementParser.WithCommonTableExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.withCommonTableExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithCommonTableExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommonTableExpr
public T visitCommonTableExpr(SQLServerStatementParser.CommonTableExprContext ctx)
Visit a parse tree produced bySQLServerStatementParser.commonTableExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommonTableExprin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTriggerClause
public T visitCreateTriggerClause(SQLServerStatementParser.CreateTriggerClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTriggerClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTriggerClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDmlTriggerOption
public T visitDmlTriggerOption(SQLServerStatementParser.DmlTriggerOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dmlTriggerOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDmlTriggerOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodSpecifier
public T visitMethodSpecifier(SQLServerStatementParser.MethodSpecifierContext ctx)
Visit a parse tree produced bySQLServerStatementParser.methodSpecifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodSpecifierin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerTarget
public T visitTriggerTarget(SQLServerStatementParser.TriggerTargetContext ctx)
Visit a parse tree produced bySQLServerStatementParser.triggerTarget().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerTargetin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateOrAlterSequenceClause
public T visitCreateOrAlterSequenceClause(SQLServerStatementParser.CreateOrAlterSequenceClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createOrAlterSequenceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateOrAlterSequenceClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexClause
public T visitCreateIndexClause(SQLServerStatementParser.CreateIndexClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterPredicate
public T visitFilterPredicate(SQLServerStatementParser.FilterPredicateContext ctx)
Visit a parse tree produced bySQLServerStatementParser.filterPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterPredicatein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConjunct
public T visitConjunct(SQLServerStatementParser.ConjunctContext ctx)
Visit a parse tree produced bySQLServerStatementParser.conjunct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConjunctin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndexClause
public T visitAlterIndexClause(SQLServerStatementParser.AlterIndexClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterIndexClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationalIndexOption
public T visitRelationalIndexOption(SQLServerStatementParser.RelationalIndexOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.relationalIndexOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationalIndexOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionNumberRange
public T visitPartitionNumberRange(SQLServerStatementParser.PartitionNumberRangeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.partitionNumberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionNumberRangein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReorganizeOption
public T visitReorganizeOption(SQLServerStatementParser.ReorganizeOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.reorganizeOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReorganizeOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetIndexOption
public T visitSetIndexOption(SQLServerStatementParser.SetIndexOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setIndexOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetIndexOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResumableIndexOptions
public T visitResumableIndexOptions(SQLServerStatementParser.ResumableIndexOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.resumableIndexOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResumableIndexOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseClause
public T visitAlterDatabaseClause(SQLServerStatementParser.AlterDatabaseClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterDatabaseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabaseClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddSecondaryOption
public T visitAddSecondaryOption(SQLServerStatementParser.AddSecondaryOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.addSecondaryOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddSecondaryOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEditionOptions
public T visitEditionOptions(SQLServerStatementParser.EditionOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.editionOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEditionOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceObjective
public T visitServiceObjective(SQLServerStatementParser.ServiceObjectiveContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceObjective().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceObjectivein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseOptionSpec
public T visitAlterDatabaseOptionSpec(SQLServerStatementParser.AlterDatabaseOptionSpecContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterDatabaseOptionSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabaseOptionSpecin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileAndFilegroupOptions
public T visitFileAndFilegroupOptions(SQLServerStatementParser.FileAndFilegroupOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fileAndFilegroupOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileAndFilegroupOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddOrModifyFilegroups
public T visitAddOrModifyFilegroups(SQLServerStatementParser.AddOrModifyFilegroupsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.addOrModifyFilegroups().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddOrModifyFilegroupsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilegroupUpdatabilityOption
public T visitFilegroupUpdatabilityOption(SQLServerStatementParser.FilegroupUpdatabilityOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.filegroupUpdatabilityOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilegroupUpdatabilityOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddOrModifyFiles
public T visitAddOrModifyFiles(SQLServerStatementParser.AddOrModifyFilesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.addOrModifyFiles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddOrModifyFilesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAcceleratedDatabaseRecovery
public T visitAcceleratedDatabaseRecovery(SQLServerStatementParser.AcceleratedDatabaseRecoveryContext ctx)
Visit a parse tree produced bySQLServerStatementParser.acceleratedDatabaseRecovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAcceleratedDatabaseRecoveryin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAutoOption
public T visitAutoOption(SQLServerStatementParser.AutoOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.autoOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAutoOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAutomaticTuningOption
public T visitAutomaticTuningOption(SQLServerStatementParser.AutomaticTuningOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.automaticTuningOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAutomaticTuningOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeTrackingOption
public T visitChangeTrackingOption(SQLServerStatementParser.ChangeTrackingOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.changeTrackingOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeTrackingOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeTrackingOptionList
public T visitChangeTrackingOptionList(SQLServerStatementParser.ChangeTrackingOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.changeTrackingOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeTrackingOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorOption
public T visitCursorOption(SQLServerStatementParser.CursorOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.cursorOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExternalAccessOption
public T visitExternalAccessOption(SQLServerStatementParser.ExternalAccessOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.externalAccessOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExternalAccessOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryStoreOptions
public T visitQueryStoreOptions(SQLServerStatementParser.QueryStoreOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.queryStoreOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryStoreOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryStoreOptionList
public T visitQueryStoreOptionList(SQLServerStatementParser.QueryStoreOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.queryStoreOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryStoreOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryCapturePolicyOptionList
public T visitQueryCapturePolicyOptionList(SQLServerStatementParser.QueryCapturePolicyOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.queryCapturePolicyOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryCapturePolicyOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryOption
public T visitRecoveryOption(SQLServerStatementParser.RecoveryOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.recoveryOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSqlOption
public T visitSqlOption(SQLServerStatementParser.SqlOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.sqlOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSqlOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSnapshotOption
public T visitSnapshotOption(SQLServerStatementParser.SnapshotOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.snapshotOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSnapshotOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceBrokerOption
public T visitServiceBrokerOption(SQLServerStatementParser.ServiceBrokerOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceBrokerOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceBrokerOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetRecoveryTimeOption
public T visitTargetRecoveryTimeOption(SQLServerStatementParser.TargetRecoveryTimeOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.targetRecoveryTimeOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetRecoveryTimeOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTermination
public T visitTermination(SQLServerStatementParser.TerminationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.termination().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTerminationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateServiceClause
public T visitCreateServiceClause(SQLServerStatementParser.CreateServiceClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createServiceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateServiceClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterServiceClause
public T visitAlterServiceClause(SQLServerStatementParser.AlterServiceClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterServiceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterServiceClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterServiceOptArg
public T visitAlterServiceOptArg(SQLServerStatementParser.AlterServiceOptArgContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterServiceOptArg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterServiceOptArgin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaNameClause
public T visitSchemaNameClause(SQLServerStatementParser.SchemaNameClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.schemaNameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNameClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaElement
public T visitSchemaElement(SQLServerStatementParser.SchemaElementContext ctx)
Visit a parse tree produced bySQLServerStatementParser.schemaElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaElementin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableAsSelectClause
public T visitCreateTableAsSelectClause(SQLServerStatementParser.CreateTableAsSelectClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTableAsSelectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableAsSelectClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableAsSelect
public T visitCreateTableAsSelect(SQLServerStatementParser.CreateTableAsSelectContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createTableAsSelect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableAsSelectin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRemoteTableAsSelect
public T visitCreateRemoteTableAsSelect(SQLServerStatementParser.CreateRemoteTableAsSelectContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createRemoteTableAsSelect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRemoteTableAsSelectin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithDistributionOption
public T visitWithDistributionOption(SQLServerStatementParser.WithDistributionOptionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.withDistributionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithDistributionOptionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionQueryHintClause
public T visitOptionQueryHintClause(SQLServerStatementParser.OptionQueryHintClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.optionQueryHintClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionQueryHintClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert
public T visitInsert(SQLServerStatementParser.InsertContext ctx)
Visit a parse tree produced bySQLServerStatementParser.insert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertDefaultValue
public T visitInsertDefaultValue(SQLServerStatementParser.InsertDefaultValueContext ctx)
Visit a parse tree produced bySQLServerStatementParser.insertDefaultValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertDefaultValuein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertValuesClause
public T visitInsertValuesClause(SQLServerStatementParser.InsertValuesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.insertValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertValuesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertSelectClause
public T visitInsertSelectClause(SQLServerStatementParser.InsertSelectClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.insertSelectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertSelectClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate
public T visitUpdate(SQLServerStatementParser.UpdateContext ctx)
Visit a parse tree produced bySQLServerStatementParser.update().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdatein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
public T visitAssignment(SQLServerStatementParser.AssignmentContext ctx)
Visit a parse tree produced bySQLServerStatementParser.assignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetAssignmentsClause
public T visitSetAssignmentsClause(SQLServerStatementParser.SetAssignmentsClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setAssignmentsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetAssignmentsClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValues
public T visitAssignmentValues(SQLServerStatementParser.AssignmentValuesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.assignmentValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValue
public T visitAssignmentValue(SQLServerStatementParser.AssignmentValueContext ctx)
Visit a parse tree produced bySQLServerStatementParser.assignmentValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelete
public T visitDelete(SQLServerStatementParser.DeleteContext ctx)
Visit a parse tree produced bySQLServerStatementParser.delete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeletein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleTableClause
public T visitSingleTableClause(SQLServerStatementParser.SingleTableClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.singleTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleTableClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultipleTablesClause
public T visitMultipleTablesClause(SQLServerStatementParser.MultipleTablesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.multipleTablesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultipleTablesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultipleTableNames
public T visitMultipleTableNames(SQLServerStatementParser.MultipleTableNamesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.multipleTableNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultipleTableNamesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
public T visitSelect(SQLServerStatementParser.SelectContext ctx)
Visit a parse tree produced bySQLServerStatementParser.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationClause
public T visitAggregationClause(SQLServerStatementParser.AggregationClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.aggregationClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectClause
public T visitSelectClause(SQLServerStatementParser.SelectClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.selectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuplicateSpecification
public T visitDuplicateSpecification(SQLServerStatementParser.DuplicateSpecificationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.duplicateSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDuplicateSpecificationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjections
public T visitProjections(SQLServerStatementParser.ProjectionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.projections().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProjectionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjection
public T visitProjection(SQLServerStatementParser.ProjectionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.projection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProjectionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTop
public T visitTop(SQLServerStatementParser.TopContext ctx)
Visit a parse tree produced bySQLServerStatementParser.top().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTopin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTopNum
public T visitTopNum(SQLServerStatementParser.TopNumContext ctx)
Visit a parse tree produced bySQLServerStatementParser.topNum().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTopNumin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnqualifiedShorthand
public T visitUnqualifiedShorthand(SQLServerStatementParser.UnqualifiedShorthandContext ctx)
Visit a parse tree produced bySQLServerStatementParser.unqualifiedShorthand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnqualifiedShorthandin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedShorthand
public T visitQualifiedShorthand(SQLServerStatementParser.QualifiedShorthandContext ctx)
Visit a parse tree produced bySQLServerStatementParser.qualifiedShorthand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedShorthandin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClause
public T visitFromClause(SQLServerStatementParser.FromClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fromClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReferences
public T visitTableReferences(SQLServerStatementParser.TableReferencesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableReferences().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableReferencesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReference
public T visitTableReference(SQLServerStatementParser.TableReferenceContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableReferencein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFactor
public T visitTableFactor(SQLServerStatementParser.TableFactorContext ctx)
Visit a parse tree produced bySQLServerStatementParser.tableFactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableFactorin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinedTable
public T visitJoinedTable(SQLServerStatementParser.JoinedTableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.joinedTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinedTablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinSpecification
public T visitJoinSpecification(SQLServerStatementParser.JoinSpecificationContext ctx)
Visit a parse tree produced bySQLServerStatementParser.joinSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinSpecificationin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
public T visitWhereClause(SQLServerStatementParser.WhereClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.whereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
public T visitGroupByClause(SQLServerStatementParser.GroupByClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.groupByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
public T visitHavingClause(SQLServerStatementParser.HavingClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.havingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHavingClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery
public T visitSubquery(SQLServerStatementParser.SubqueryContext ctx)
Visit a parse tree produced bySQLServerStatementParser.subquery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithClause
public T visitWithClause(SQLServerStatementParser.WithClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.withClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCteClauseSet
public T visitCteClauseSet(SQLServerStatementParser.CteClauseSetContext ctx)
Visit a parse tree produced bySQLServerStatementParser.cteClauseSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCteClauseSetin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCteClause
public T visitCteClause(SQLServerStatementParser.CteClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.cteClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCteClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputClause
public T visitOutputClause(SQLServerStatementParser.OutputClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.outputClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputWithColumns
public T visitOutputWithColumns(SQLServerStatementParser.OutputWithColumnsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.outputWithColumns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputWithColumnsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputWithColumn
public T visitOutputWithColumn(SQLServerStatementParser.OutputWithColumnContext ctx)
Visit a parse tree produced bySQLServerStatementParser.outputWithColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputWithColumnin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputWithAaterisk
public T visitOutputWithAaterisk(SQLServerStatementParser.OutputWithAateriskContext ctx)
Visit a parse tree produced bySQLServerStatementParser.outputWithAaterisk().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputWithAateriskin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputTableName
public T visitOutputTableName(SQLServerStatementParser.OutputTableNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.outputTableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputTableNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryHint
public T visitQueryHint(SQLServerStatementParser.QueryHintContext ctx)
Visit a parse tree produced bySQLServerStatementParser.queryHint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryHintin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUseHitName
public T visitUseHitName(SQLServerStatementParser.UseHitNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.useHitName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUseHitNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForClause
public T visitForClause(SQLServerStatementParser.ForClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.forClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForXmlClause
public T visitForXmlClause(SQLServerStatementParser.ForXmlClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.forXmlClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForXmlClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommonDirectivesForXml
public T visitCommonDirectivesForXml(SQLServerStatementParser.CommonDirectivesForXmlContext ctx)
Visit a parse tree produced bySQLServerStatementParser.commonDirectivesForXml().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommonDirectivesForXmlin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForJsonClause
public T visitForJsonClause(SQLServerStatementParser.ForJsonClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.forJsonClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForJsonClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectWithClause
public T visitSelectWithClause(SQLServerStatementParser.SelectWithClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.selectWithClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectWithClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNamespacesClause
public T visitXmlNamespacesClause(SQLServerStatementParser.XmlNamespacesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.xmlNamespacesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNamespacesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNamespaceDeclarationItem
public T visitXmlNamespaceDeclarationItem(SQLServerStatementParser.XmlNamespaceDeclarationItemContext ctx)
Visit a parse tree produced bySQLServerStatementParser.xmlNamespaceDeclarationItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNamespaceDeclarationItemin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNamespaceUri
public T visitXmlNamespaceUri(SQLServerStatementParser.XmlNamespaceUriContext ctx)
Visit a parse tree produced bySQLServerStatementParser.xmlNamespaceUri().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNamespaceUriin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlNamespacePrefix
public T visitXmlNamespacePrefix(SQLServerStatementParser.XmlNamespacePrefixContext ctx)
Visit a parse tree produced bySQLServerStatementParser.xmlNamespacePrefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlNamespacePrefixin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlDefaultNamespaceDeclarationItem
public T visitXmlDefaultNamespaceDeclarationItem(SQLServerStatementParser.XmlDefaultNamespaceDeclarationItemContext ctx)
Visit a parse tree produced bySQLServerStatementParser.xmlDefaultNamespaceDeclarationItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlDefaultNamespaceDeclarationItemin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrant
public T visitGrant(SQLServerStatementParser.GrantContext ctx)
Visit a parse tree produced bySQLServerStatementParser.grant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantClassPrivilegesClause
public T visitGrantClassPrivilegesClause(SQLServerStatementParser.GrantClassPrivilegesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.grantClassPrivilegesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantClassPrivilegesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantClassTypePrivilegesClause
public T visitGrantClassTypePrivilegesClause(SQLServerStatementParser.GrantClassTypePrivilegesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.grantClassTypePrivilegesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantClassTypePrivilegesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassPrivileges
public T visitClassPrivileges(SQLServerStatementParser.ClassPrivilegesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.classPrivileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassPrivilegesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnClassClause
public T visitOnClassClause(SQLServerStatementParser.OnClassClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onClassClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnClassClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassTypePrivileges
public T visitClassTypePrivileges(SQLServerStatementParser.ClassTypePrivilegesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.classTypePrivileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassTypePrivilegesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnClassTypeClause
public T visitOnClassTypeClause(SQLServerStatementParser.OnClassTypeClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.onClassTypeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnClassTypeClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurable
public T visitSecurable(SQLServerStatementParser.SecurableContext ctx)
Visit a parse tree produced bySQLServerStatementParser.securable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecurablein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrincipal
public T visitPrincipal(SQLServerStatementParser.PrincipalContext ctx)
Visit a parse tree produced bySQLServerStatementParser.principal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrincipalin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevoke
public T visitRevoke(SQLServerStatementParser.RevokeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.revoke().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokeClassPrivilegesClause
public T visitRevokeClassPrivilegesClause(SQLServerStatementParser.RevokeClassPrivilegesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.revokeClassPrivilegesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokeClassPrivilegesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokeClassTypePrivilegesClause
public T visitRevokeClassTypePrivilegesClause(SQLServerStatementParser.RevokeClassTypePrivilegesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.revokeClassTypePrivilegesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokeClassTypePrivilegesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeny
public T visitDeny(SQLServerStatementParser.DenyContext ctx)
Visit a parse tree produced bySQLServerStatementParser.deny().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDenyin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDenyClassPrivilegesClause
public T visitDenyClassPrivilegesClause(SQLServerStatementParser.DenyClassPrivilegesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.denyClassPrivilegesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDenyClassPrivilegesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDenyClassTypePrivilegesClause
public T visitDenyClassTypePrivilegesClause(SQLServerStatementParser.DenyClassTypePrivilegesClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.denyClassTypePrivilegesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDenyClassTypePrivilegesClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionForClause
public T visitOptionForClause(SQLServerStatementParser.OptionForClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.optionForClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionForClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilegeType
public T visitPrivilegeType(SQLServerStatementParser.PrivilegeTypeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.privilegeType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegeTypein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectPermission
public T visitObjectPermission(SQLServerStatementParser.ObjectPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.objectPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServerPermission
public T visitServerPermission(SQLServerStatementParser.ServerPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serverPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServerPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServerPrincipalPermission
public T visitServerPrincipalPermission(SQLServerStatementParser.ServerPrincipalPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serverPrincipalPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServerPrincipalPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabasePermission
public T visitDatabasePermission(SQLServerStatementParser.DatabasePermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databasePermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabasePermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabasePrincipalPermission
public T visitDatabasePrincipalPermission(SQLServerStatementParser.DatabasePrincipalPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databasePrincipalPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabasePrincipalPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseUserPermission
public T visitDatabaseUserPermission(SQLServerStatementParser.DatabaseUserPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseUserPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseUserPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseRolePermission
public T visitDatabaseRolePermission(SQLServerStatementParser.DatabaseRolePermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseRolePermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseRolePermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitApplicationRolePermission
public T visitApplicationRolePermission(SQLServerStatementParser.ApplicationRolePermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.applicationRolePermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitApplicationRolePermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseScopedCredentialPermission
public T visitDatabaseScopedCredentialPermission(SQLServerStatementParser.DatabaseScopedCredentialPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.databaseScopedCredentialPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatabaseScopedCredentialPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaPermission
public T visitSchemaPermission(SQLServerStatementParser.SchemaPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.schemaPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearchPropertyListPermission
public T visitSearchPropertyListPermission(SQLServerStatementParser.SearchPropertyListPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.searchPropertyListPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchPropertyListPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceBrokerPermission
public T visitServiceBrokerPermission(SQLServerStatementParser.ServiceBrokerPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceBrokerPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceBrokerPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceBrokerContractsPermission
public T visitServiceBrokerContractsPermission(SQLServerStatementParser.ServiceBrokerContractsPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceBrokerContractsPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceBrokerContractsPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceBrokerMessageTypesPermission
public T visitServiceBrokerMessageTypesPermission(SQLServerStatementParser.ServiceBrokerMessageTypesPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceBrokerMessageTypesPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceBrokerMessageTypesPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceBrokerRemoteServiceBindingsPermission
public T visitServiceBrokerRemoteServiceBindingsPermission(SQLServerStatementParser.ServiceBrokerRemoteServiceBindingsPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceBrokerRemoteServiceBindingsPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceBrokerRemoteServiceBindingsPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceBrokerRoutesPermission
public T visitServiceBrokerRoutesPermission(SQLServerStatementParser.ServiceBrokerRoutesPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceBrokerRoutesPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceBrokerRoutesPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServiceBrokerServicesPermission
public T visitServiceBrokerServicesPermission(SQLServerStatementParser.ServiceBrokerServicesPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.serviceBrokerServicesPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServiceBrokerServicesPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndpointPermission
public T visitEndpointPermission(SQLServerStatementParser.EndpointPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.endpointPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndpointPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCertificatePermission
public T visitCertificatePermission(SQLServerStatementParser.CertificatePermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.certificatePermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCertificatePermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSymmetricKeyPermission
public T visitSymmetricKeyPermission(SQLServerStatementParser.SymmetricKeyPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.symmetricKeyPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSymmetricKeyPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsymmetricKeyPermission
public T visitAsymmetricKeyPermission(SQLServerStatementParser.AsymmetricKeyPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.asymmetricKeyPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsymmetricKeyPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssemblyPermission
public T visitAssemblyPermission(SQLServerStatementParser.AssemblyPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.assemblyPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssemblyPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAvailabilityGroupPermission
public T visitAvailabilityGroupPermission(SQLServerStatementParser.AvailabilityGroupPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.availabilityGroupPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAvailabilityGroupPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullTextPermission
public T visitFullTextPermission(SQLServerStatementParser.FullTextPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fullTextPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullTextPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullTextCatalogPermission
public T visitFullTextCatalogPermission(SQLServerStatementParser.FullTextCatalogPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fullTextCatalogPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullTextCatalogPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullTextStoplistPermission
public T visitFullTextStoplistPermission(SQLServerStatementParser.FullTextStoplistPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.fullTextStoplistPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullTextStoplistPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypePermission
public T visitTypePermission(SQLServerStatementParser.TypePermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.typePermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypePermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlSchemaCollectionPermission
public T visitXmlSchemaCollectionPermission(SQLServerStatementParser.XmlSchemaCollectionPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.xmlSchemaCollectionPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlSchemaCollectionPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemObjectPermission
public T visitSystemObjectPermission(SQLServerStatementParser.SystemObjectPermissionContext ctx)
Visit a parse tree produced bySQLServerStatementParser.systemObjectPermission().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemObjectPermissionin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClass_
public T visitClass_(SQLServerStatementParser.Class_Context ctx)
Visit a parse tree produced bySQLServerStatementParser.class_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClass_in interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassItem
public T visitClassItem(SQLServerStatementParser.ClassItemContext ctx)
Visit a parse tree produced bySQLServerStatementParser.classItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassItemin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassType
public T visitClassType(SQLServerStatementParser.ClassTypeContext ctx)
Visit a parse tree produced bySQLServerStatementParser.classType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassTypein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleClause
public T visitRoleClause(SQLServerStatementParser.RoleClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.roleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetUser
public T visitSetUser(SQLServerStatementParser.SetUserContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetUserin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUser
public T visitCreateUser(SQLServerStatementParser.CreateUserContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserLoginClause
public T visitCreateUserLoginClause(SQLServerStatementParser.CreateUserLoginClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUserLoginClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserLoginClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserWindowsPrincipalClause
public T visitCreateUserWindowsPrincipalClause(SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUserWindowsPrincipalClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserWindowsPrincipalClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserLoginWindowsPrincipalClause
public T visitCreateUserLoginWindowsPrincipalClause(SQLServerStatementParser.CreateUserLoginWindowsPrincipalClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUserLoginWindowsPrincipalClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserLoginWindowsPrincipalClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserWithoutLoginClause
public T visitCreateUserWithoutLoginClause(SQLServerStatementParser.CreateUserWithoutLoginClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUserWithoutLoginClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserWithoutLoginClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionsList
public T visitOptionsList(SQLServerStatementParser.OptionsListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.optionsList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionsListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitedOptionsList
public T visitLimitedOptionsList(SQLServerStatementParser.LimitedOptionsListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.limitedOptionsList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitedOptionsListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserFromExternalProviderClause
public T visitCreateUserFromExternalProviderClause(SQLServerStatementParser.CreateUserFromExternalProviderClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUserFromExternalProviderClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserFromExternalProviderClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserWithDefaultSchema
public T visitCreateUserWithDefaultSchema(SQLServerStatementParser.CreateUserWithDefaultSchemaContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUserWithDefaultSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserWithDefaultSchemain interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserWithAzureActiveDirectoryPrincipalClause
public T visitCreateUserWithAzureActiveDirectoryPrincipalClause(SQLServerStatementParser.CreateUserWithAzureActiveDirectoryPrincipalClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createUserWithAzureActiveDirectoryPrincipalClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserWithAzureActiveDirectoryPrincipalClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowsPrincipal
public T visitWindowsPrincipal(SQLServerStatementParser.WindowsPrincipalContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowsPrincipal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowsPrincipalin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAzureActiveDirectoryPrincipal
public T visitAzureActiveDirectoryPrincipal(SQLServerStatementParser.AzureActiveDirectoryPrincipalContext ctx)
Visit a parse tree produced bySQLServerStatementParser.azureActiveDirectoryPrincipal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAzureActiveDirectoryPrincipalin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserName
public T visitUserName(SQLServerStatementParser.UserNameContext ctx)
Visit a parse tree produced bySQLServerStatementParser.userName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserNamein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoredNameIdentifier
public T visitIgnoredNameIdentifier(SQLServerStatementParser.IgnoredNameIdentifierContext ctx)
Visit a parse tree produced bySQLServerStatementParser.ignoredNameIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoredNameIdentifierin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropUser
public T visitDropUser(SQLServerStatementParser.DropUserContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropUserin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUser
public T visitAlterUser(SQLServerStatementParser.AlterUserContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetItem
public T visitSetItem(SQLServerStatementParser.SetItemContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetItemin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRole
public T visitCreateRole(SQLServerStatementParser.CreateRoleContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRolein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRole
public T visitDropRole(SQLServerStatementParser.DropRoleContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRolein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRole
public T visitAlterRole(SQLServerStatementParser.AlterRoleContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRolein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLogin
public T visitCreateLogin(SQLServerStatementParser.CreateLoginContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLogin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForSQLServerClause
public T visitCreateLoginForSQLServerClause(SQLServerStatementParser.CreateLoginForSQLServerClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForSQLServerClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForSQLServerClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForSQLServerOptionList
public T visitCreateLoginForSQLServerOptionList(SQLServerStatementParser.CreateLoginForSQLServerOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForSQLServerOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForSQLServerOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForSQLServerOptionListClause
public T visitCreateLoginForSQLServerOptionListClause(SQLServerStatementParser.CreateLoginForSQLServerOptionListClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForSQLServerOptionListClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForSQLServerOptionListClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHashedPassword
public T visitHashedPassword(SQLServerStatementParser.HashedPasswordContext ctx)
Visit a parse tree produced bySQLServerStatementParser.hashedPassword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHashedPasswordin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSid
public T visitSid(SQLServerStatementParser.SidContext ctx)
Visit a parse tree produced bySQLServerStatementParser.sid().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSidin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSources
public T visitSources(SQLServerStatementParser.SourcesContext ctx)
Visit a parse tree produced bySQLServerStatementParser.sources().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourcesin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowsOptions
public T visitWindowsOptions(SQLServerStatementParser.WindowsOptionsContext ctx)
Visit a parse tree produced bySQLServerStatementParser.windowsOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowsOptionsin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAzureSQLDatabaseClause
public T visitCreateLoginForAzureSQLDatabaseClause(SQLServerStatementParser.CreateLoginForAzureSQLDatabaseClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAzureSQLDatabaseClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAzureSQLDatabaseClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAzureSQLDatabaseOptionList
public T visitCreateLoginForAzureSQLDatabaseOptionList(SQLServerStatementParser.CreateLoginForAzureSQLDatabaseOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAzureSQLDatabaseOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAzureSQLDatabaseOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAzureManagedInstanceClause
public T visitCreateLoginForAzureManagedInstanceClause(SQLServerStatementParser.CreateLoginForAzureManagedInstanceClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAzureManagedInstanceClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAzureManagedInstanceClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAzureManagedInstanceOptionList
public T visitAzureManagedInstanceOptionList(SQLServerStatementParser.AzureManagedInstanceOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.azureManagedInstanceOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAzureManagedInstanceOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAzureSynapseAnalyticsClause
public T visitCreateLoginForAzureSynapseAnalyticsClause(SQLServerStatementParser.CreateLoginForAzureSynapseAnalyticsClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAzureSynapseAnalyticsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAzureSynapseAnalyticsClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAzureSynapseAnalyticsOptionList
public T visitCreateLoginForAzureSynapseAnalyticsOptionList(SQLServerStatementParser.CreateLoginForAzureSynapseAnalyticsOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAzureSynapseAnalyticsOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAzureSynapseAnalyticsOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAnalyticsPlatformSystemClause
public T visitCreateLoginForAnalyticsPlatformSystemClause(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAnalyticsPlatformSystemClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAnalyticsPlatformSystemClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAnalyticsPlatformSystemOptionList
public T visitCreateLoginForAnalyticsPlatformSystemOptionList(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAnalyticsPlatformSystemOptionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAnalyticsPlatformSystemOptionListin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoginForAnalyticsPlatformSystemOptionListClause
public T visitCreateLoginForAnalyticsPlatformSystemOptionListClause(SQLServerStatementParser.CreateLoginForAnalyticsPlatformSystemOptionListClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.createLoginForAnalyticsPlatformSystemOptionListClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoginForAnalyticsPlatformSystemOptionListClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLogin
public T visitDropLogin(SQLServerStatementParser.DropLoginContext ctx)
Visit a parse tree produced bySQLServerStatementParser.dropLogin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropLoginin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLogin
public T visitAlterLogin(SQLServerStatementParser.AlterLoginContext ctx)
Visit a parse tree produced bySQLServerStatementParser.alterLogin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterLoginin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatusOptionClause
public T visitStatusOptionClause(SQLServerStatementParser.StatusOptionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.statusOptionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatusOptionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetOptionClause
public T visitSetOptionClause(SQLServerStatementParser.SetOptionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.setOptionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetOptionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPasswordOptionClause
public T visitPasswordOptionClause(SQLServerStatementParser.PasswordOptionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.passwordOptionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPasswordOptionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCryptographicCredentialsOptionClause
public T visitCryptographicCredentialsOptionClause(SQLServerStatementParser.CryptographicCredentialsOptionClauseContext ctx)
Visit a parse tree produced bySQLServerStatementParser.cryptographicCredentialsOptionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCryptographicCredentialsOptionClausein interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevert
public T visitRevert(SQLServerStatementParser.RevertContext ctx)
Visit a parse tree produced bySQLServerStatementParser.revert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevertin interfaceSQLServerStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-