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