T - The return type of the visit operation. Use Void for
operations with no return type.public class SQL92StatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SQL92StatementVisitor<T>
SQL92StatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
SQL92StatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(SQL92StatementParser.ExecuteContext ctx)
SQL92StatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitInsert(SQL92StatementParser.InsertContext ctx)
SQL92StatementParser.insert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitInsertValuesClause(SQL92StatementParser.InsertValuesClauseContext ctx)
SQL92StatementParser.insertValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitInsertSelectClause(SQL92StatementParser.InsertSelectClauseContext ctx)
SQL92StatementParser.insertSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSelectClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitUpdate(SQL92StatementParser.UpdateContext ctx)
SQL92StatementParser.update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAssignment(SQL92StatementParser.AssignmentContext ctx)
SQL92StatementParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSetAssignmentsClause(SQL92StatementParser.SetAssignmentsClauseContext ctx)
SQL92StatementParser.setAssignmentsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAssignmentsClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAssignmentValues(SQL92StatementParser.AssignmentValuesContext ctx)
SQL92StatementParser.assignmentValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValues 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAssignmentValue(SQL92StatementParser.AssignmentValueContext ctx)
SQL92StatementParser.assignmentValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValue 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitBlobValue(SQL92StatementParser.BlobValueContext ctx)
SQL92StatementParser.blobValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBlobValue 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDelete(SQL92StatementParser.DeleteContext ctx)
SQL92StatementParser.delete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSingleTableClause(SQL92StatementParser.SingleTableClauseContext ctx)
SQL92StatementParser.singleTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleTableClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSelect(SQL92StatementParser.SelectContext ctx)
SQL92StatementParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitUnionClause(SQL92StatementParser.UnionClauseContext ctx)
SQL92StatementParser.unionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSelectClause(SQL92StatementParser.SelectClauseContext ctx)
SQL92StatementParser.selectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSelectSpecification(SQL92StatementParser.SelectSpecificationContext ctx)
SQL92StatementParser.selectSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDuplicateSpecification(SQL92StatementParser.DuplicateSpecificationContext ctx)
SQL92StatementParser.duplicateSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitProjections(SQL92StatementParser.ProjectionsContext ctx)
SQL92StatementParser.projections().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjections 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitProjection(SQL92StatementParser.ProjectionContext ctx)
SQL92StatementParser.projection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjection 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAlias(SQL92StatementParser.AliasContext ctx)
SQL92StatementParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitUnqualifiedShorthand(SQL92StatementParser.UnqualifiedShorthandContext ctx)
SQL92StatementParser.unqualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnqualifiedShorthand 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitQualifiedShorthand(SQL92StatementParser.QualifiedShorthandContext ctx)
SQL92StatementParser.qualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedShorthand 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitFromClause(SQL92StatementParser.FromClauseContext ctx)
SQL92StatementParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitTableReferences(SQL92StatementParser.TableReferencesContext ctx)
SQL92StatementParser.tableReferences().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReferences 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitEscapedTableReference(SQL92StatementParser.EscapedTableReferenceContext ctx)
SQL92StatementParser.escapedTableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEscapedTableReference 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitTableReference(SQL92StatementParser.TableReferenceContext ctx)
SQL92StatementParser.tableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReference 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitTableFactor(SQL92StatementParser.TableFactorContext ctx)
SQL92StatementParser.tableFactor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFactor 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitJoinedTable(SQL92StatementParser.JoinedTableContext ctx)
SQL92StatementParser.joinedTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinedTable 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitJoinSpecification(SQL92StatementParser.JoinSpecificationContext ctx)
SQL92StatementParser.joinSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitWhereClause(SQL92StatementParser.WhereClauseContext ctx)
SQL92StatementParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitGroupByClause(SQL92StatementParser.GroupByClauseContext ctx)
SQL92StatementParser.groupByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitHavingClause(SQL92StatementParser.HavingClauseContext ctx)
SQL92StatementParser.havingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHavingClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitLimitClause(SQL92StatementParser.LimitClauseContext ctx)
SQL92StatementParser.limitClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitLimitRowCount(SQL92StatementParser.LimitRowCountContext ctx)
SQL92StatementParser.limitRowCount().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitRowCount 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitLimitOffset(SQL92StatementParser.LimitOffsetContext ctx)
SQL92StatementParser.limitOffset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitOffset 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSubquery(SQL92StatementParser.SubqueryContext ctx)
SQL92StatementParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitParameterMarker(SQL92StatementParser.ParameterMarkerContext ctx)
SQL92StatementParser.parameterMarker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterMarker 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitLiterals(SQL92StatementParser.LiteralsContext ctx)
SQL92StatementParser.literals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitStringLiterals(SQL92StatementParser.StringLiteralsContext ctx)
SQL92StatementParser.stringLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitNumberLiterals(SQL92StatementParser.NumberLiteralsContext ctx)
SQL92StatementParser.numberLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDateTimeLiterals(SQL92StatementParser.DateTimeLiteralsContext ctx)
SQL92StatementParser.dateTimeLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateTimeLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitHexadecimalLiterals(SQL92StatementParser.HexadecimalLiteralsContext ctx)
SQL92StatementParser.hexadecimalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitBitValueLiterals(SQL92StatementParser.BitValueLiteralsContext ctx)
SQL92StatementParser.bitValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitValueLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitBooleanLiterals(SQL92StatementParser.BooleanLiteralsContext ctx)
SQL92StatementParser.booleanLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitNullValueLiterals(SQL92StatementParser.NullValueLiteralsContext ctx)
SQL92StatementParser.nullValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValueLiterals 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitIdentifier(SQL92StatementParser.IdentifierContext ctx)
SQL92StatementParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitUnreservedWord(SQL92StatementParser.UnreservedWordContext ctx)
SQL92StatementParser.unreservedWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnreservedWord 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitVariable(SQL92StatementParser.VariableContext ctx)
SQL92StatementParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSchemaName(SQL92StatementParser.SchemaNameContext ctx)
SQL92StatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitTableName(SQL92StatementParser.TableNameContext ctx)
SQL92StatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitColumnName(SQL92StatementParser.ColumnNameContext ctx)
SQL92StatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitViewName(SQL92StatementParser.ViewNameContext ctx)
SQL92StatementParser.viewName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitViewName 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitOwner(SQL92StatementParser.OwnerContext ctx)
SQL92StatementParser.owner().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwner 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitName(SQL92StatementParser.NameContext ctx)
SQL92StatementParser.name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitName 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx)
SQL92StatementParser.columnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNames 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitTableNames(SQL92StatementParser.TableNamesContext ctx)
SQL92StatementParser.tableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableNames 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCharacterSetName_(SQL92StatementParser.CharacterSetName_Context ctx)
SQL92StatementParser.characterSetName_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterSetName_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitExpr(SQL92StatementParser.ExprContext ctx)
SQL92StatementParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitLogicalOperator(SQL92StatementParser.LogicalOperatorContext ctx)
SQL92StatementParser.logicalOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalOperator 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitNotOperator_(SQL92StatementParser.NotOperator_Context ctx)
SQL92StatementParser.notOperator_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotOperator_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitBooleanPrimary(SQL92StatementParser.BooleanPrimaryContext ctx)
SQL92StatementParser.booleanPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanPrimary 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitComparisonOperator(SQL92StatementParser.ComparisonOperatorContext ctx)
SQL92StatementParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPredicate(SQL92StatementParser.PredicateContext ctx)
SQL92StatementParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitBitExpr(SQL92StatementParser.BitExprContext ctx)
SQL92StatementParser.bitExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpr 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSimpleExpr(SQL92StatementParser.SimpleExprContext ctx)
SQL92StatementParser.simpleExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleExpr 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitFunctionCall(SQL92StatementParser.FunctionCallContext ctx)
SQL92StatementParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAggregationFunction(SQL92StatementParser.AggregationFunctionContext ctx)
SQL92StatementParser.aggregationFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAggregationFunctionName(SQL92StatementParser.AggregationFunctionNameContext ctx)
SQL92StatementParser.aggregationFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunctionName 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDistinct(SQL92StatementParser.DistinctContext ctx)
SQL92StatementParser.distinct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistinct 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSpecialFunction(SQL92StatementParser.SpecialFunctionContext ctx)
SQL92StatementParser.specialFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCastFunction(SQL92StatementParser.CastFunctionContext ctx)
SQL92StatementParser.castFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitConvertFunction(SQL92StatementParser.ConvertFunctionContext ctx)
SQL92StatementParser.convertFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPositionFunction(SQL92StatementParser.PositionFunctionContext ctx)
SQL92StatementParser.positionFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSubstringFunction(SQL92StatementParser.SubstringFunctionContext ctx)
SQL92StatementParser.substringFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstringFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitExtractFunction(SQL92StatementParser.ExtractFunctionContext ctx)
SQL92StatementParser.extractFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtractFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitTrimFunction_(SQL92StatementParser.TrimFunction_Context ctx)
SQL92StatementParser.trimFunction_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrimFunction_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitRegularFunction(SQL92StatementParser.RegularFunctionContext ctx)
SQL92StatementParser.regularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitRegularFunctionName_(SQL92StatementParser.RegularFunctionName_Context ctx)
SQL92StatementParser.regularFunctionName_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunctionName_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitMatchExpression_(SQL92StatementParser.MatchExpression_Context ctx)
SQL92StatementParser.matchExpression_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchExpression_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCaseExpression(SQL92StatementParser.CaseExpressionContext ctx)
SQL92StatementParser.caseExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpression 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCaseWhen_(SQL92StatementParser.CaseWhen_Context ctx)
SQL92StatementParser.caseWhen_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseWhen_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCaseElse_(SQL92StatementParser.CaseElse_Context ctx)
SQL92StatementParser.caseElse_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseElse_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitIntervalExpression(SQL92StatementParser.IntervalExpressionContext ctx)
SQL92StatementParser.intervalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalExpression 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitIntervalUnit_(SQL92StatementParser.IntervalUnit_Context ctx)
SQL92StatementParser.intervalUnit_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalUnit_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitOrderByClause(SQL92StatementParser.OrderByClauseContext ctx)
SQL92StatementParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitOrderByItem(SQL92StatementParser.OrderByItemContext ctx)
SQL92StatementParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDataType(SQL92StatementParser.DataTypeContext ctx)
SQL92StatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDataTypeName(SQL92StatementParser.DataTypeNameContext ctx)
SQL92StatementParser.dataTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeName 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDataTypeLength(SQL92StatementParser.DataTypeLengthContext ctx)
SQL92StatementParser.dataTypeLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeLength 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCharacterSet_(SQL92StatementParser.CharacterSet_Context ctx)
SQL92StatementParser.characterSet_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterSet_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCollateClause_(SQL92StatementParser.CollateClause_Context ctx)
SQL92StatementParser.collateClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollateClause_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitIgnoredIdentifier_(SQL92StatementParser.IgnoredIdentifier_Context ctx)
SQL92StatementParser.ignoredIdentifier_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredIdentifier_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDropBehaviour_(SQL92StatementParser.DropBehaviour_Context ctx)
SQL92StatementParser.dropBehaviour_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropBehaviour_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateTable(SQL92StatementParser.CreateTableContext ctx)
SQL92StatementParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTable 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAlterTable(SQL92StatementParser.AlterTableContext ctx)
SQL92StatementParser.alterTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTable 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDropTable(SQL92StatementParser.DropTableContext ctx)
SQL92StatementParser.dropTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTable 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateDatabase(SQL92StatementParser.CreateDatabaseContext ctx)
SQL92StatementParser.createDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabase 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDropDatabase(SQL92StatementParser.DropDatabaseContext ctx)
SQL92StatementParser.dropDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabase 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateView(SQL92StatementParser.CreateViewContext ctx)
SQL92StatementParser.createView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateView 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDropView(SQL92StatementParser.DropViewContext ctx)
SQL92StatementParser.dropView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropView 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateTableSpecification_(SQL92StatementParser.CreateTableSpecification_Context ctx)
SQL92StatementParser.createTableSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableSpecification_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateDefinitionClause(SQL92StatementParser.CreateDefinitionClauseContext ctx)
SQL92StatementParser.createDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinitionClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateDatabaseSpecification_(SQL92StatementParser.CreateDatabaseSpecification_Context ctx)
SQL92StatementParser.createDatabaseSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseSpecification_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateDefinition(SQL92StatementParser.CreateDefinitionContext ctx)
SQL92StatementParser.createDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinition 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitColumnDefinition(SQL92StatementParser.ColumnDefinitionContext ctx)
SQL92StatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDataTypeOption(SQL92StatementParser.DataTypeOptionContext ctx)
SQL92StatementParser.dataTypeOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeOption 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCheckConstraintDefinition_(SQL92StatementParser.CheckConstraintDefinition_Context ctx)
SQL92StatementParser.checkConstraintDefinition_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckConstraintDefinition_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitReferenceDefinition(SQL92StatementParser.ReferenceDefinitionContext ctx)
SQL92StatementParser.referenceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceDefinition 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitReferenceOption_(SQL92StatementParser.ReferenceOption_Context ctx)
SQL92StatementParser.referenceOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceOption_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitKeyParts_(SQL92StatementParser.KeyParts_Context ctx)
SQL92StatementParser.keyParts_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyParts_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitKeyPart_(SQL92StatementParser.KeyPart_Context ctx)
SQL92StatementParser.keyPart_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyPart_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitConstraintDefinition(SQL92StatementParser.ConstraintDefinitionContext ctx)
SQL92StatementParser.constraintDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintDefinition 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyOption(SQL92StatementParser.PrimaryKeyOptionContext ctx)
SQL92StatementParser.primaryKeyOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyOption 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPrimaryKey(SQL92StatementParser.PrimaryKeyContext ctx)
SQL92StatementParser.primaryKey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKey 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitUniqueOption_(SQL92StatementParser.UniqueOption_Context ctx)
SQL92StatementParser.uniqueOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUniqueOption_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitForeignKeyOption(SQL92StatementParser.ForeignKeyOptionContext ctx)
SQL92StatementParser.foreignKeyOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignKeyOption 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCreateLikeClause_(SQL92StatementParser.CreateLikeClause_Context ctx)
SQL92StatementParser.createLikeClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLikeClause_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAlterDefinitionClause(SQL92StatementParser.AlterDefinitionClauseContext ctx)
SQL92StatementParser.alterDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefinitionClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAddColumnSpecification(SQL92StatementParser.AddColumnSpecificationContext ctx)
SQL92StatementParser.addColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddColumnSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitModifyColumnSpecification(SQL92StatementParser.ModifyColumnSpecificationContext ctx)
SQL92StatementParser.modifyColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitModifyColumnSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDropColumnSpecification(SQL92StatementParser.DropColumnSpecificationContext ctx)
SQL92StatementParser.dropColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropColumnSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitAddConstraintSpecification(SQL92StatementParser.AddConstraintSpecificationContext ctx)
SQL92StatementParser.addConstraintSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddConstraintSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitDropConstraintSpecification(SQL92StatementParser.DropConstraintSpecificationContext ctx)
SQL92StatementParser.dropConstraintSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropConstraintSpecification 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitSetTransaction(SQL92StatementParser.SetTransactionContext ctx)
SQL92StatementParser.setTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTransaction 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitCommit(SQL92StatementParser.CommitContext ctx)
SQL92StatementParser.commit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommit 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitRollback(SQL92StatementParser.RollbackContext ctx)
SQL92StatementParser.rollback().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollback 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitLevelOfIsolation_(SQL92StatementParser.LevelOfIsolation_Context ctx)
SQL92StatementParser.levelOfIsolation_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelOfIsolation_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitGrant(SQL92StatementParser.GrantContext ctx)
SQL92StatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrant 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitRevoke(SQL92StatementParser.RevokeContext ctx)
SQL92StatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevoke 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPrivilegeClause(SQL92StatementParser.PrivilegeClauseContext ctx)
SQL92StatementParser.privilegeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPrivileges_(SQL92StatementParser.Privileges_Context ctx)
SQL92StatementParser.privileges_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivileges_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPrivilegeType_(SQL92StatementParser.PrivilegeType_Context ctx)
SQL92StatementParser.privilegeType_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeType_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitGrantee_(SQL92StatementParser.Grantee_Context ctx)
SQL92StatementParser.grantee_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantee_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitOnObjectClause(SQL92StatementParser.OnObjectClauseContext ctx)
SQL92StatementParser.onObjectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnObjectClause 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitObjectType_(SQL92StatementParser.ObjectType_Context ctx)
SQL92StatementParser.objectType_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectType_ 在接口中 SQL92StatementVisitor<T>ctx - the parse treepublic T visitPrivilegeLevel(SQL92StatementParser.PrivilegeLevelContext ctx)
SQL92StatementParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeLevel 在接口中 SQL92StatementVisitor<T>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.