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 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 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 visitUnionClause(SQLServerStatementParser.UnionClauseContext ctx)
SQLServerStatementParser.unionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionClause 在接口中 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 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 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 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 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 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 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 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 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 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 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 visitLogicalOperator(SQLServerStatementParser.LogicalOperatorContext ctx)
SQLServerStatementParser.logicalOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalOperator 在接口中 SQLServerStatementVisitor<T>ctx - the parse treepublic T visitNotOperator_(SQLServerStatementParser.NotOperator_Context 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.RegularFunctionName_Context 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.CaseWhen_Context 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.CaseElse_Context 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.IgnoredIdentifier_Context 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.IgnoredIdentifiers_Context 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 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 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 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 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 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.FileTableClause_Context 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.EncryptedOptions_Context 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 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.ClusterOption_Context 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.WithIndexOption_Context 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.FileStreamOn_Context 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.IndexNameOption_Context 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.IndexOptions_Context 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.PartitionScheme_Context 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.FileGroup_Context 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 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.CreateIndexSpecification_Context 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 visitColumnNameWithSortsWithParen(SQLServerStatementParser.ColumnNameWithSortsWithParenContext ctx)
SQLServerStatementParser.columnNameWithSortsWithParen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNameWithSortsWithParen 在接口中 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.OnOffOption_Context 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 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 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.DataConsistencyCheckClause_Context 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.HistoryRetentionPeriodClause_Context 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 visitIfExist_(SQLServerStatementParser.IfExist_Context ctx)
SQLServerStatementParser.ifExist_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExist_ 在接口中 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 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 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 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 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 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 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 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 visitClassPrivilegesClause(SQLServerStatementParser.ClassPrivilegesClauseContext ctx)
SQLServerStatementParser.classPrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassPrivilegesClause 在接口中 SQLServerStatementVisitor<T>ctx - the parse treepublic T visitClassTypePrivilegesClause(SQLServerStatementParser.ClassTypePrivilegesClauseContext ctx)
SQLServerStatementParser.classTypePrivilegesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassTypePrivilegesClause 在接口中 SQLServerStatementVisitor<T>ctx - the parse treepublic T visitOptionForClause_(SQLServerStatementParser.OptionForClause_Context 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 visitClassPrivileges_(SQLServerStatementParser.ClassPrivileges_Context 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.ClassTypePrivileges_Context 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 visitPrivilegeType_(SQLServerStatementParser.PrivilegeType_Context 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 visitBasicPermission_(SQLServerStatementParser.BasicPermission_Context ctx)
SQLServerStatementParser.basicPermission_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBasicPermission_ 在接口中 SQLServerStatementVisitor<T>ctx - the parse treepublic T visitObjectPermission_(SQLServerStatementParser.ObjectPermission_Context 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.ServerPermission_Context 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.ServerPrincipalPermission_Context 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.DatabasePermission_Context 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.DatabasePrincipalPermission_Context 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 visitSchemaPermission_(SQLServerStatementParser.SchemaPermission_Context 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 visitServiceBrokerPermission_(SQLServerStatementParser.ServiceBrokerPermission_Context 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 visitEndpointPermission_(SQLServerStatementParser.EndpointPermission_Context 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.CertificatePermission_Context 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.SymmetricKeyPermission_Context 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.AsymmetricKeyPermission_Context 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.AssemblyPermission_Context 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.AvailabilityGroupPermission_Context 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.FullTextPermission_Context 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 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 visitClassType_(SQLServerStatementParser.ClassType_Context 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.RoleClause_Context 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 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 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 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 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 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 treeCopyright © 2020 The Apache Software Foundation. All rights reserved.