T - The return type of the visit operation. Use Void for
operations with no return type.public class MySQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements MySQLStatementVisitor<T>
MySQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
MySQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(MySQLStatementParser.ExecuteContext ctx)
MySQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsert(MySQLStatementParser.InsertContext ctx)
MySQLStatementParser.insert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertSpecification_(MySQLStatementParser.InsertSpecification_Context ctx)
MySQLStatementParser.insertSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertValuesClause(MySQLStatementParser.InsertValuesClauseContext ctx)
MySQLStatementParser.insertValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertSelectClause(MySQLStatementParser.InsertSelectClauseContext ctx)
MySQLStatementParser.insertSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSelectClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOnDuplicateKeyClause(MySQLStatementParser.OnDuplicateKeyClauseContext ctx)
MySQLStatementParser.onDuplicateKeyClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnDuplicateKeyClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReplace(MySQLStatementParser.ReplaceContext ctx)
MySQLStatementParser.replace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReplaceSpecification_(MySQLStatementParser.ReplaceSpecification_Context ctx)
MySQLStatementParser.replaceSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplaceSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUpdate(MySQLStatementParser.UpdateContext ctx)
MySQLStatementParser.update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUpdateSpecification_(MySQLStatementParser.UpdateSpecification_Context ctx)
MySQLStatementParser.updateSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdateSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAssignment(MySQLStatementParser.AssignmentContext ctx)
MySQLStatementParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetAssignmentsClause(MySQLStatementParser.SetAssignmentsClauseContext ctx)
MySQLStatementParser.setAssignmentsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAssignmentsClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValues(MySQLStatementParser.AssignmentValuesContext ctx)
MySQLStatementParser.assignmentValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValues 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValue(MySQLStatementParser.AssignmentValueContext ctx)
MySQLStatementParser.assignmentValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBlobValue(MySQLStatementParser.BlobValueContext ctx)
MySQLStatementParser.blobValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBlobValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDelete(MySQLStatementParser.DeleteContext ctx)
MySQLStatementParser.delete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeleteSpecification_(MySQLStatementParser.DeleteSpecification_Context ctx)
MySQLStatementParser.deleteSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeleteSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSingleTableClause(MySQLStatementParser.SingleTableClauseContext ctx)
MySQLStatementParser.singleTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleTableClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMultipleTablesClause(MySQLStatementParser.MultipleTablesClauseContext ctx)
MySQLStatementParser.multipleTablesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTablesClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMultipleTableNames(MySQLStatementParser.MultipleTableNamesContext ctx)
MySQLStatementParser.multipleTableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTableNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelect(MySQLStatementParser.SelectContext ctx)
MySQLStatementParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCall(MySQLStatementParser.CallContext ctx)
MySQLStatementParser.call().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCall 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDoStatement(MySQLStatementParser.DoStatementContext ctx)
MySQLStatementParser.doStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerStatement(MySQLStatementParser.HandlerStatementContext ctx)
MySQLStatementParser.handlerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerOpenStatement(MySQLStatementParser.HandlerOpenStatementContext ctx)
MySQLStatementParser.handlerOpenStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerOpenStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerReadIndexStatement(MySQLStatementParser.HandlerReadIndexStatementContext ctx)
MySQLStatementParser.handlerReadIndexStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerReadIndexStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerReadStatement(MySQLStatementParser.HandlerReadStatementContext ctx)
MySQLStatementParser.handlerReadStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerReadStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerCloseStatement(MySQLStatementParser.HandlerCloseStatementContext ctx)
MySQLStatementParser.handlerCloseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerCloseStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitImportStatement(MySQLStatementParser.ImportStatementContext ctx)
MySQLStatementParser.importStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadDataStatement(MySQLStatementParser.LoadDataStatementContext ctx)
MySQLStatementParser.loadDataStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadDataStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadXmlStatement(MySQLStatementParser.LoadXmlStatementContext ctx)
MySQLStatementParser.loadXmlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadXmlStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithClause_(MySQLStatementParser.WithClause_Context ctx)
MySQLStatementParser.withClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCteClause_(MySQLStatementParser.CteClause_Context ctx)
MySQLStatementParser.cteClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCteClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnionClause(MySQLStatementParser.UnionClauseContext ctx)
MySQLStatementParser.unionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectClause(MySQLStatementParser.SelectClauseContext ctx)
MySQLStatementParser.selectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectSpecification(MySQLStatementParser.SelectSpecificationContext ctx)
MySQLStatementParser.selectSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDuplicateSpecification(MySQLStatementParser.DuplicateSpecificationContext ctx)
MySQLStatementParser.duplicateSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProjections(MySQLStatementParser.ProjectionsContext ctx)
MySQLStatementParser.projections().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjections 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProjection(MySQLStatementParser.ProjectionContext ctx)
MySQLStatementParser.projection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjection 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlias(MySQLStatementParser.AliasContext ctx)
MySQLStatementParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnqualifiedShorthand(MySQLStatementParser.UnqualifiedShorthandContext ctx)
MySQLStatementParser.unqualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnqualifiedShorthand 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQualifiedShorthand(MySQLStatementParser.QualifiedShorthandContext ctx)
MySQLStatementParser.qualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedShorthand 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFromClause(MySQLStatementParser.FromClauseContext ctx)
MySQLStatementParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableReferences(MySQLStatementParser.TableReferencesContext ctx)
MySQLStatementParser.tableReferences().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReferences 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEscapedTableReference(MySQLStatementParser.EscapedTableReferenceContext ctx)
MySQLStatementParser.escapedTableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEscapedTableReference 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableReference(MySQLStatementParser.TableReferenceContext ctx)
MySQLStatementParser.tableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReference 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableFactor(MySQLStatementParser.TableFactorContext ctx)
MySQLStatementParser.tableFactor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFactor 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionNames_(MySQLStatementParser.PartitionNames_Context ctx)
MySQLStatementParser.partitionNames_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionNames_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexHintList_(MySQLStatementParser.IndexHintList_Context ctx)
MySQLStatementParser.indexHintList_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexHintList_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexHint_(MySQLStatementParser.IndexHint_Context ctx)
MySQLStatementParser.indexHint_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexHint_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitJoinedTable(MySQLStatementParser.JoinedTableContext ctx)
MySQLStatementParser.joinedTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinedTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitJoinSpecification(MySQLStatementParser.JoinSpecificationContext ctx)
MySQLStatementParser.joinSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWhereClause(MySQLStatementParser.WhereClauseContext ctx)
MySQLStatementParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupByClause(MySQLStatementParser.GroupByClauseContext ctx)
MySQLStatementParser.groupByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHavingClause(MySQLStatementParser.HavingClauseContext ctx)
MySQLStatementParser.havingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHavingClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLimitClause(MySQLStatementParser.LimitClauseContext ctx)
MySQLStatementParser.limitClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLimitRowCount(MySQLStatementParser.LimitRowCountContext ctx)
MySQLStatementParser.limitRowCount().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitRowCount 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLimitOffset(MySQLStatementParser.LimitOffsetContext ctx)
MySQLStatementParser.limitOffset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitOffset 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowClause_(MySQLStatementParser.WindowClause_Context ctx)
MySQLStatementParser.windowClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowItem_(MySQLStatementParser.WindowItem_Context ctx)
MySQLStatementParser.windowItem_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowItem_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubquery(MySQLStatementParser.SubqueryContext ctx)
MySQLStatementParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectLinesInto_(MySQLStatementParser.SelectLinesInto_Context ctx)
MySQLStatementParser.selectLinesInto_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectLinesInto_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectFieldsInto_(MySQLStatementParser.SelectFieldsInto_Context ctx)
MySQLStatementParser.selectFieldsInto_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectFieldsInto_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectIntoExpression_(MySQLStatementParser.SelectIntoExpression_Context ctx)
MySQLStatementParser.selectIntoExpression_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectIntoExpression_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockClause(MySQLStatementParser.LockClauseContext ctx)
MySQLStatementParser.lockClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitParameterMarker(MySQLStatementParser.ParameterMarkerContext ctx)
MySQLStatementParser.parameterMarker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterMarker 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLiterals(MySQLStatementParser.LiteralsContext ctx)
MySQLStatementParser.literals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStringLiterals(MySQLStatementParser.StringLiteralsContext ctx)
MySQLStatementParser.stringLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNumberLiterals(MySQLStatementParser.NumberLiteralsContext ctx)
MySQLStatementParser.numberLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDateTimeLiterals(MySQLStatementParser.DateTimeLiteralsContext ctx)
MySQLStatementParser.dateTimeLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateTimeLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHexadecimalLiterals(MySQLStatementParser.HexadecimalLiteralsContext ctx)
MySQLStatementParser.hexadecimalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBitValueLiterals(MySQLStatementParser.BitValueLiteralsContext ctx)
MySQLStatementParser.bitValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitValueLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBooleanLiterals(MySQLStatementParser.BooleanLiteralsContext ctx)
MySQLStatementParser.booleanLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNullValueLiterals(MySQLStatementParser.NullValueLiteralsContext ctx)
MySQLStatementParser.nullValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValueLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharacterSetName_(MySQLStatementParser.CharacterSetName_Context ctx)
MySQLStatementParser.characterSetName_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterSetName_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCollationName_(MySQLStatementParser.CollationName_Context ctx)
MySQLStatementParser.collationName_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollationName_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifier(MySQLStatementParser.IdentifierContext ctx)
MySQLStatementParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnreservedWord(MySQLStatementParser.UnreservedWordContext ctx)
MySQLStatementParser.unreservedWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnreservedWord 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitVariable(MySQLStatementParser.VariableContext ctx)
MySQLStatementParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(MySQLStatementParser.SchemaNameContext ctx)
MySQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(MySQLStatementParser.TableNameContext ctx)
MySQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnName(MySQLStatementParser.ColumnNameContext ctx)
MySQLStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexName(MySQLStatementParser.IndexNameContext ctx)
MySQLStatementParser.indexName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserName(MySQLStatementParser.UserNameContext ctx)
MySQLStatementParser.userName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEventName(MySQLStatementParser.EventNameContext ctx)
MySQLStatementParser.eventName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEventName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitServerName(MySQLStatementParser.ServerNameContext ctx)
MySQLStatementParser.serverName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWrapperName(MySQLStatementParser.WrapperNameContext ctx)
MySQLStatementParser.wrapperName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWrapperName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionName(MySQLStatementParser.FunctionNameContext ctx)
MySQLStatementParser.functionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitViewName(MySQLStatementParser.ViewNameContext ctx)
MySQLStatementParser.viewName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitViewName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOwner(MySQLStatementParser.OwnerContext ctx)
MySQLStatementParser.owner().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwner 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitName(MySQLStatementParser.NameContext ctx)
MySQLStatementParser.name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableNames(MySQLStatementParser.TableNamesContext ctx)
MySQLStatementParser.tableNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnNames(MySQLStatementParser.ColumnNamesContext ctx)
MySQLStatementParser.columnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupName(MySQLStatementParser.GroupNameContext ctx)
MySQLStatementParser.groupName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShardLibraryName(MySQLStatementParser.ShardLibraryNameContext ctx)
MySQLStatementParser.shardLibraryName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardLibraryName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitComponentName(MySQLStatementParser.ComponentNameContext ctx)
MySQLStatementParser.componentName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComponentName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPluginName(MySQLStatementParser.PluginNameContext ctx)
MySQLStatementParser.pluginName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPluginName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHostName(MySQLStatementParser.HostNameContext ctx)
MySQLStatementParser.hostName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHostName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPort(MySQLStatementParser.PortContext ctx)
MySQLStatementParser.port().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPort 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCloneInstance(MySQLStatementParser.CloneInstanceContext ctx)
MySQLStatementParser.cloneInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloneInstance 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCloneDir(MySQLStatementParser.CloneDirContext ctx)
MySQLStatementParser.cloneDir().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloneDir 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChannelName(MySQLStatementParser.ChannelNameContext ctx)
MySQLStatementParser.channelName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannelName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLogName(MySQLStatementParser.LogNameContext ctx)
MySQLStatementParser.logName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleName(MySQLStatementParser.RoleNameContext ctx)
MySQLStatementParser.roleName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEngineName(MySQLStatementParser.EngineNameContext ctx)
MySQLStatementParser.engineName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEngineName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerName(MySQLStatementParser.TriggerNameContext ctx)
MySQLStatementParser.triggerName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerTime(MySQLStatementParser.TriggerTimeContext ctx)
MySQLStatementParser.triggerTime().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerTime 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserOrRole(MySQLStatementParser.UserOrRoleContext ctx)
MySQLStatementParser.userOrRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserOrRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionName(MySQLStatementParser.PartitionNameContext ctx)
MySQLStatementParser.partitionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerEvent(MySQLStatementParser.TriggerEventContext ctx)
MySQLStatementParser.triggerEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerOrder(MySQLStatementParser.TriggerOrderContext ctx)
MySQLStatementParser.triggerOrder().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerOrder 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExpr(MySQLStatementParser.ExprContext ctx)
MySQLStatementParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLogicalOperator(MySQLStatementParser.LogicalOperatorContext ctx)
MySQLStatementParser.logicalOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalOperator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNotOperator_(MySQLStatementParser.NotOperator_Context ctx)
MySQLStatementParser.notOperator_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotOperator_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBooleanPrimary(MySQLStatementParser.BooleanPrimaryContext ctx)
MySQLStatementParser.booleanPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanPrimary 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitComparisonOperator(MySQLStatementParser.ComparisonOperatorContext ctx)
MySQLStatementParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPredicate(MySQLStatementParser.PredicateContext ctx)
MySQLStatementParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBitExpr(MySQLStatementParser.BitExprContext ctx)
MySQLStatementParser.bitExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleExpr(MySQLStatementParser.SimpleExprContext ctx)
MySQLStatementParser.simpleExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionCall(MySQLStatementParser.FunctionCallContext ctx)
MySQLStatementParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunction(MySQLStatementParser.AggregationFunctionContext ctx)
MySQLStatementParser.aggregationFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunctionName(MySQLStatementParser.AggregationFunctionNameContext ctx)
MySQLStatementParser.aggregationFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunctionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDistinct(MySQLStatementParser.DistinctContext ctx)
MySQLStatementParser.distinct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistinct 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOverClause_(MySQLStatementParser.OverClause_Context ctx)
MySQLStatementParser.overClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowSpecification_(MySQLStatementParser.WindowSpecification_Context ctx)
MySQLStatementParser.windowSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionClause_(MySQLStatementParser.PartitionClause_Context ctx)
MySQLStatementParser.partitionClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameClause_(MySQLStatementParser.FrameClause_Context ctx)
MySQLStatementParser.frameClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameStart_(MySQLStatementParser.FrameStart_Context ctx)
MySQLStatementParser.frameStart_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameStart_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameEnd_(MySQLStatementParser.FrameEnd_Context ctx)
MySQLStatementParser.frameEnd_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameEnd_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameBetween_(MySQLStatementParser.FrameBetween_Context ctx)
MySQLStatementParser.frameBetween_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameBetween_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSpecialFunction(MySQLStatementParser.SpecialFunctionContext ctx)
MySQLStatementParser.specialFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupConcatFunction(MySQLStatementParser.GroupConcatFunctionContext ctx)
MySQLStatementParser.groupConcatFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupConcatFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowFunction(MySQLStatementParser.WindowFunctionContext ctx)
MySQLStatementParser.windowFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCastFunction(MySQLStatementParser.CastFunctionContext ctx)
MySQLStatementParser.castFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConvertFunction(MySQLStatementParser.ConvertFunctionContext ctx)
MySQLStatementParser.convertFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPositionFunction(MySQLStatementParser.PositionFunctionContext ctx)
MySQLStatementParser.positionFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubstringFunction(MySQLStatementParser.SubstringFunctionContext ctx)
MySQLStatementParser.substringFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstringFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExtractFunction(MySQLStatementParser.ExtractFunctionContext ctx)
MySQLStatementParser.extractFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtractFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharFunction(MySQLStatementParser.CharFunctionContext ctx)
MySQLStatementParser.charFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTrimFunction_(MySQLStatementParser.TrimFunction_Context ctx)
MySQLStatementParser.trimFunction_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrimFunction_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitValuesFunction_(MySQLStatementParser.ValuesFunction_Context ctx)
MySQLStatementParser.valuesFunction_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValuesFunction_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWeightStringFunction(MySQLStatementParser.WeightStringFunctionContext ctx)
MySQLStatementParser.weightStringFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWeightStringFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLevelClause_(MySQLStatementParser.LevelClause_Context ctx)
MySQLStatementParser.levelClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLevelInWeightListElement_(MySQLStatementParser.LevelInWeightListElement_Context ctx)
MySQLStatementParser.levelInWeightListElement_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelInWeightListElement_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRegularFunction(MySQLStatementParser.RegularFunctionContext ctx)
MySQLStatementParser.regularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRegularFunctionName_(MySQLStatementParser.RegularFunctionName_Context ctx)
MySQLStatementParser.regularFunctionName_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunctionName_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMatchExpression_(MySQLStatementParser.MatchExpression_Context ctx)
MySQLStatementParser.matchExpression_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchExpression_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMatchSearchModifier_(MySQLStatementParser.MatchSearchModifier_Context ctx)
MySQLStatementParser.matchSearchModifier_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchSearchModifier_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseExpression(MySQLStatementParser.CaseExpressionContext ctx)
MySQLStatementParser.caseExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseWhen_(MySQLStatementParser.CaseWhen_Context ctx)
MySQLStatementParser.caseWhen_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseWhen_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseElse_(MySQLStatementParser.CaseElse_Context ctx)
MySQLStatementParser.caseElse_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseElse_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIntervalExpression(MySQLStatementParser.IntervalExpressionContext ctx)
MySQLStatementParser.intervalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIntervalUnit_(MySQLStatementParser.IntervalUnit_Context ctx)
MySQLStatementParser.intervalUnit_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalUnit_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOrderByClause(MySQLStatementParser.OrderByClauseContext ctx)
MySQLStatementParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOrderByItem(MySQLStatementParser.OrderByItemContext ctx)
MySQLStatementParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDataType(MySQLStatementParser.DataTypeContext ctx)
MySQLStatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDataTypeName(MySQLStatementParser.DataTypeNameContext ctx)
MySQLStatementParser.dataTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDataTypeLength(MySQLStatementParser.DataTypeLengthContext ctx)
MySQLStatementParser.dataTypeLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeLength 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCollectionOptions(MySQLStatementParser.CollectionOptionsContext ctx)
MySQLStatementParser.collectionOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollectionOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharacterSet_(MySQLStatementParser.CharacterSet_Context ctx)
MySQLStatementParser.characterSet_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterSet_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCollateClause_(MySQLStatementParser.CollateClause_Context ctx)
MySQLStatementParser.collateClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollateClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoredIdentifier_(MySQLStatementParser.IgnoredIdentifier_Context ctx)
MySQLStatementParser.ignoredIdentifier_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredIdentifier_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoredIdentifiers_(MySQLStatementParser.IgnoredIdentifiers_Context ctx)
MySQLStatementParser.ignoredIdentifiers_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoredIdentifiers_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTable(MySQLStatementParser.CreateTableContext ctx)
MySQLStatementParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTable(MySQLStatementParser.AlterTableContext ctx)
MySQLStatementParser.alterTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropTable(MySQLStatementParser.DropTableContext ctx)
MySQLStatementParser.dropTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropIndex(MySQLStatementParser.DropIndexContext ctx)
MySQLStatementParser.dropIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTruncateTable(MySQLStatementParser.TruncateTableContext ctx)
MySQLStatementParser.truncateTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTruncateTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateIndex(MySQLStatementParser.CreateIndexContext ctx)
MySQLStatementParser.createIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabase(MySQLStatementParser.CreateDatabaseContext ctx)
MySQLStatementParser.createDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabase(MySQLStatementParser.AlterDatabaseContext ctx)
MySQLStatementParser.alterDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabaseSpecification_(MySQLStatementParser.CreateDatabaseSpecification_Context ctx)
MySQLStatementParser.createDatabaseSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropDatabase(MySQLStatementParser.DropDatabaseContext ctx)
MySQLStatementParser.dropDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterInstance(MySQLStatementParser.AlterInstanceContext ctx)
MySQLStatementParser.alterInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterInstance 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstanceAction(MySQLStatementParser.InstanceActionContext ctx)
MySQLStatementParser.instanceAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstanceAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateEvent(MySQLStatementParser.CreateEventContext ctx)
MySQLStatementParser.createEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterEvent(MySQLStatementParser.AlterEventContext ctx)
MySQLStatementParser.alterEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropEvent(MySQLStatementParser.DropEventContext ctx)
MySQLStatementParser.dropEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateFunction(MySQLStatementParser.CreateFunctionContext ctx)
MySQLStatementParser.createFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterFunction(MySQLStatementParser.AlterFunctionContext ctx)
MySQLStatementParser.alterFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropFunction(MySQLStatementParser.DropFunctionContext ctx)
MySQLStatementParser.dropFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateProcedure(MySQLStatementParser.CreateProcedureContext ctx)
MySQLStatementParser.createProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterProcedure(MySQLStatementParser.AlterProcedureContext ctx)
MySQLStatementParser.alterProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropProcedure(MySQLStatementParser.DropProcedureContext ctx)
MySQLStatementParser.dropProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateServer(MySQLStatementParser.CreateServerContext ctx)
MySQLStatementParser.createServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateServer 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterServer(MySQLStatementParser.AlterServerContext ctx)
MySQLStatementParser.alterServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterServer 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropServer(MySQLStatementParser.DropServerContext ctx)
MySQLStatementParser.dropServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropServer 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateView(MySQLStatementParser.CreateViewContext ctx)
MySQLStatementParser.createView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterView(MySQLStatementParser.AlterViewContext ctx)
MySQLStatementParser.alterView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropView(MySQLStatementParser.DropViewContext ctx)
MySQLStatementParser.dropView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTablespaceInnodb(MySQLStatementParser.CreateTablespaceInnodbContext ctx)
MySQLStatementParser.createTablespaceInnodb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespaceInnodb 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTablespaceNdb(MySQLStatementParser.CreateTablespaceNdbContext ctx)
MySQLStatementParser.createTablespaceNdb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespaceNdb 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablespace(MySQLStatementParser.AlterTablespaceContext ctx)
MySQLStatementParser.alterTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropTablespace(MySQLStatementParser.DropTablespaceContext ctx)
MySQLStatementParser.dropTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTablespace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateLogfileGroup(MySQLStatementParser.CreateLogfileGroupContext ctx)
MySQLStatementParser.createLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLogfileGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterLogfileGroup(MySQLStatementParser.AlterLogfileGroupContext ctx)
MySQLStatementParser.alterLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLogfileGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropLogfileGroup(MySQLStatementParser.DropLogfileGroupContext ctx)
MySQLStatementParser.dropLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropLogfileGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTrigger(MySQLStatementParser.CreateTriggerContext ctx)
MySQLStatementParser.createTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTrigger 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableSpecification_(MySQLStatementParser.CreateTableSpecification_Context ctx)
MySQLStatementParser.createTableSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableNotExistClause_(MySQLStatementParser.TableNotExistClause_Context ctx)
MySQLStatementParser.tableNotExistClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableNotExistClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDefinitionClause(MySQLStatementParser.CreateDefinitionClauseContext ctx)
MySQLStatementParser.createDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinitionClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDefinition(MySQLStatementParser.CreateDefinitionContext ctx)
MySQLStatementParser.createDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinition(MySQLStatementParser.ColumnDefinitionContext ctx)
MySQLStatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStorageOption(MySQLStatementParser.StorageOptionContext ctx)
MySQLStatementParser.storageOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorageOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGeneratedOption(MySQLStatementParser.GeneratedOptionContext ctx)
MySQLStatementParser.generatedOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDataTypeGenericOption(MySQLStatementParser.DataTypeGenericOptionContext ctx)
MySQLStatementParser.dataTypeGenericOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeGenericOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckConstraintDefinition(MySQLStatementParser.CheckConstraintDefinitionContext ctx)
MySQLStatementParser.checkConstraintDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckConstraintDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReferenceDefinition(MySQLStatementParser.ReferenceDefinitionContext ctx)
MySQLStatementParser.referenceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReferenceOption_(MySQLStatementParser.ReferenceOption_Context ctx)
MySQLStatementParser.referenceOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexDefinition_(MySQLStatementParser.IndexDefinition_Context ctx)
MySQLStatementParser.indexDefinition_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexDefinition_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexType_(MySQLStatementParser.IndexType_Context ctx)
MySQLStatementParser.indexType_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexType_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyParts_(MySQLStatementParser.KeyParts_Context ctx)
MySQLStatementParser.keyParts_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyParts_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyPart_(MySQLStatementParser.KeyPart_Context ctx)
MySQLStatementParser.keyPart_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyPart_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexOption_(MySQLStatementParser.IndexOption_Context ctx)
MySQLStatementParser.indexOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintDefinition(MySQLStatementParser.ConstraintDefinitionContext ctx)
MySQLStatementParser.constraintDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKeyOption(MySQLStatementParser.PrimaryKeyOptionContext ctx)
MySQLStatementParser.primaryKeyOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrimaryKey(MySQLStatementParser.PrimaryKeyContext ctx)
MySQLStatementParser.primaryKey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKey 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUniqueOption_(MySQLStatementParser.UniqueOption_Context ctx)
MySQLStatementParser.uniqueOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUniqueOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitForeignKeyOption(MySQLStatementParser.ForeignKeyOptionContext ctx)
MySQLStatementParser.foreignKeyOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignKeyOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateLikeClause(MySQLStatementParser.CreateLikeClauseContext ctx)
MySQLStatementParser.createLikeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLikeClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateIndexSpecification_(MySQLStatementParser.CreateIndexSpecification_Context ctx)
MySQLStatementParser.createIndexSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndexSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDefinitionClause(MySQLStatementParser.AlterDefinitionClauseContext ctx)
MySQLStatementParser.alterDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefinitionClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterSpecification(MySQLStatementParser.AlterSpecificationContext ctx)
MySQLStatementParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableOptions_(MySQLStatementParser.TableOptions_Context ctx)
MySQLStatementParser.tableOptions_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptions_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableOption_(MySQLStatementParser.TableOption_Context ctx)
MySQLStatementParser.tableOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAddColumnSpecification(MySQLStatementParser.AddColumnSpecificationContext ctx)
MySQLStatementParser.addColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddColumnSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFirstOrAfterColumn(MySQLStatementParser.FirstOrAfterColumnContext ctx)
MySQLStatementParser.firstOrAfterColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFirstOrAfterColumn 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAddIndexSpecification(MySQLStatementParser.AddIndexSpecificationContext ctx)
MySQLStatementParser.addIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddIndexSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAddConstraintSpecification(MySQLStatementParser.AddConstraintSpecificationContext ctx)
MySQLStatementParser.addConstraintSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddConstraintSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChangeColumnSpecification(MySQLStatementParser.ChangeColumnSpecificationContext ctx)
MySQLStatementParser.changeColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeColumnSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitModifyColumnSpecification(MySQLStatementParser.ModifyColumnSpecificationContext ctx)
MySQLStatementParser.modifyColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitModifyColumnSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropColumnSpecification(MySQLStatementParser.DropColumnSpecificationContext ctx)
MySQLStatementParser.dropColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropColumnSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropIndexSpecification(MySQLStatementParser.DropIndexSpecificationContext ctx)
MySQLStatementParser.dropIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndexSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropPrimaryKeySpecification(MySQLStatementParser.DropPrimaryKeySpecificationContext ctx)
MySQLStatementParser.dropPrimaryKeySpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropPrimaryKeySpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameColumnSpecification(MySQLStatementParser.RenameColumnSpecificationContext ctx)
MySQLStatementParser.renameColumnSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameColumnSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameIndexSpecification(MySQLStatementParser.RenameIndexSpecificationContext ctx)
MySQLStatementParser.renameIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameIndexSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameTableSpecification(MySQLStatementParser.RenameTableSpecificationContext ctx)
MySQLStatementParser.renameTableSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameTableSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionDefinitions_(MySQLStatementParser.PartitionDefinitions_Context ctx)
MySQLStatementParser.partitionDefinitions_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinitions_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionDefinition_(MySQLStatementParser.PartitionDefinition_Context ctx)
MySQLStatementParser.partitionDefinition_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinition_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionLessThanValue_(MySQLStatementParser.PartitionLessThanValue_Context ctx)
MySQLStatementParser.partitionLessThanValue_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionLessThanValue_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionValueList_(MySQLStatementParser.PartitionValueList_Context ctx)
MySQLStatementParser.partitionValueList_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionValueList_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionDefinitionOption_(MySQLStatementParser.PartitionDefinitionOption_Context ctx)
MySQLStatementParser.partitionDefinitionOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinitionOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubpartitionDefinition_(MySQLStatementParser.SubpartitionDefinition_Context ctx)
MySQLStatementParser.subpartitionDefinition_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubpartitionDefinition_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropTableSpecification_(MySQLStatementParser.DropTableSpecification_Context ctx)
MySQLStatementParser.dropTableSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTableSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableExistClause_(MySQLStatementParser.TableExistClause_Context ctx)
MySQLStatementParser.tableExistClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableExistClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropIndexSpecification_(MySQLStatementParser.DropIndexSpecification_Context ctx)
MySQLStatementParser.dropIndexSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndexSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOwnerStatement(MySQLStatementParser.OwnerStatementContext ctx)
MySQLStatementParser.ownerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwnerStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitScheduleExpression_(MySQLStatementParser.ScheduleExpression_Context ctx)
MySQLStatementParser.scheduleExpression_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScheduleExpression_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTimestampValue(MySQLStatementParser.TimestampValueContext ctx)
MySQLStatementParser.timestampValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimestampValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoutineBody(MySQLStatementParser.RoutineBodyContext ctx)
MySQLStatementParser.routineBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineBody 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitServerOption_(MySQLStatementParser.ServerOption_Context ctx)
MySQLStatementParser.serverOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoutineOption_(MySQLStatementParser.RoutineOption_Context ctx)
MySQLStatementParser.routineOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProcedureParameter_(MySQLStatementParser.ProcedureParameter_Context ctx)
MySQLStatementParser.procedureParameter_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcedureParameter_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFileSizeLiteral_(MySQLStatementParser.FileSizeLiteral_Context ctx)
MySQLStatementParser.fileSizeLiteral_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileSizeLiteral_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetTransaction(MySQLStatementParser.SetTransactionContext ctx)
MySQLStatementParser.setTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTransaction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetAutoCommit(MySQLStatementParser.SetAutoCommitContext ctx)
MySQLStatementParser.setAutoCommit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAutoCommit 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitScope_(MySQLStatementParser.Scope_Context ctx)
MySQLStatementParser.scope_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScope_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAutoCommitValue(MySQLStatementParser.AutoCommitValueContext ctx)
MySQLStatementParser.autoCommitValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAutoCommitValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBeginTransaction(MySQLStatementParser.BeginTransactionContext ctx)
MySQLStatementParser.beginTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginTransaction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCommit(MySQLStatementParser.CommitContext ctx)
MySQLStatementParser.commit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommit 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRollback(MySQLStatementParser.RollbackContext ctx)
MySQLStatementParser.rollback().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollback 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSavepoint(MySQLStatementParser.SavepointContext ctx)
MySQLStatementParser.savepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSavepoint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrant(MySQLStatementParser.GrantContext ctx)
MySQLStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrant 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRevoke(MySQLStatementParser.RevokeContext ctx)
MySQLStatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevoke 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProxyClause_(MySQLStatementParser.ProxyClause_Context ctx)
MySQLStatementParser.proxyClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProxyClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrivilegeClause(MySQLStatementParser.PrivilegeClauseContext ctx)
MySQLStatementParser.privilegeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleClause_(MySQLStatementParser.RoleClause_Context ctx)
MySQLStatementParser.roleClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAllClause_(MySQLStatementParser.AllClause_Context ctx)
MySQLStatementParser.allClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAllClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrivileges_(MySQLStatementParser.Privileges_Context ctx)
MySQLStatementParser.privileges_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivileges_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrivilegeType_(MySQLStatementParser.PrivilegeType_Context ctx)
MySQLStatementParser.privilegeType_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeType_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOnObjectClause(MySQLStatementParser.OnObjectClauseContext ctx)
MySQLStatementParser.onObjectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnObjectClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitObjectType_(MySQLStatementParser.ObjectType_Context ctx)
MySQLStatementParser.objectType_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectType_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrivilegeLevel(MySQLStatementParser.PrivilegeLevelContext ctx)
MySQLStatementParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeLevel 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUser(MySQLStatementParser.CreateUserContext ctx)
MySQLStatementParser.createUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUser(MySQLStatementParser.AlterUserContext ctx)
MySQLStatementParser.alterUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropUser(MySQLStatementParser.DropUserContext ctx)
MySQLStatementParser.dropUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateRole(MySQLStatementParser.CreateRoleContext ctx)
MySQLStatementParser.createRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropRole(MySQLStatementParser.DropRoleContext ctx)
MySQLStatementParser.dropRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameUser(MySQLStatementParser.RenameUserContext ctx)
MySQLStatementParser.renameUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetDefaultRole(MySQLStatementParser.SetDefaultRoleContext ctx)
MySQLStatementParser.setDefaultRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetDefaultRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetRole(MySQLStatementParser.SetRoleContext ctx)
MySQLStatementParser.setRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetPassword(MySQLStatementParser.SetPasswordContext ctx)
MySQLStatementParser.setPassword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetPassword 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAuthOption_(MySQLStatementParser.AuthOption_Context ctx)
MySQLStatementParser.authOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAuthOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithGrantOption_(MySQLStatementParser.WithGrantOption_Context ctx)
MySQLStatementParser.withGrantOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithGrantOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserOrRoles_(MySQLStatementParser.UserOrRoles_Context ctx)
MySQLStatementParser.userOrRoles_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserOrRoles_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoles_(MySQLStatementParser.Roles_Context ctx)
MySQLStatementParser.roles_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoles_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantOption_(MySQLStatementParser.GrantOption_Context ctx)
MySQLStatementParser.grantOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserAuthOption_(MySQLStatementParser.UserAuthOption_Context ctx)
MySQLStatementParser.userAuthOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserAuthOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifiedBy_(MySQLStatementParser.IdentifiedBy_Context ctx)
MySQLStatementParser.identifiedBy_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifiedBy_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifiedWith_(MySQLStatementParser.IdentifiedWith_Context ctx)
MySQLStatementParser.identifiedWith_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifiedWith_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockOption_(MySQLStatementParser.LockOption_Context ctx)
MySQLStatementParser.lockOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPasswordOption_(MySQLStatementParser.PasswordOption_Context ctx)
MySQLStatementParser.passwordOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPasswordOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResourceOption_(MySQLStatementParser.ResourceOption_Context ctx)
MySQLStatementParser.resourceOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTlsOption_(MySQLStatementParser.TlsOption_Context ctx)
MySQLStatementParser.tlsOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTlsOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserFuncAuthOption_(MySQLStatementParser.UserFuncAuthOption_Context ctx)
MySQLStatementParser.userFuncAuthOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserFuncAuthOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUse(MySQLStatementParser.UseContext ctx)
MySQLStatementParser.use().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUse 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDesc(MySQLStatementParser.DescContext ctx)
MySQLStatementParser.desc().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDesc 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowDatabases(MySQLStatementParser.ShowDatabasesContext ctx)
MySQLStatementParser.showDatabases().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDatabases 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowTables(MySQLStatementParser.ShowTablesContext ctx)
MySQLStatementParser.showTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowTableStatus(MySQLStatementParser.ShowTableStatusContext ctx)
MySQLStatementParser.showTableStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTableStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowColumns(MySQLStatementParser.ShowColumnsContext ctx)
MySQLStatementParser.showColumns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowColumns 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowIndex(MySQLStatementParser.ShowIndexContext ctx)
MySQLStatementParser.showIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateTable(MySQLStatementParser.ShowCreateTableContext ctx)
MySQLStatementParser.showCreateTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowOther(MySQLStatementParser.ShowOtherContext ctx)
MySQLStatementParser.showOther().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowOther 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFromSchema(MySQLStatementParser.FromSchemaContext ctx)
MySQLStatementParser.fromSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromSchema 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFromTable(MySQLStatementParser.FromTableContext ctx)
MySQLStatementParser.fromTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowLike(MySQLStatementParser.ShowLikeContext ctx)
MySQLStatementParser.showLike().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowLike 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowColumnLike_(MySQLStatementParser.ShowColumnLike_Context ctx)
MySQLStatementParser.showColumnLike_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowColumnLike_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowWhereClause_(MySQLStatementParser.ShowWhereClause_Context ctx)
MySQLStatementParser.showWhereClause_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowWhereClause_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowFilter(MySQLStatementParser.ShowFilterContext ctx)
MySQLStatementParser.showFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFilter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProfileType(MySQLStatementParser.ShowProfileTypeContext ctx)
MySQLStatementParser.showProfileType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfileType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetVariable(MySQLStatementParser.SetVariableContext ctx)
MySQLStatementParser.setVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowBinaryLogs(MySQLStatementParser.ShowBinaryLogsContext ctx)
MySQLStatementParser.showBinaryLogs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowBinaryLogs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowBinlogEvents(MySQLStatementParser.ShowBinlogEventsContext ctx)
MySQLStatementParser.showBinlogEvents().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowBinlogEvents 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCharacterSet(MySQLStatementParser.ShowCharacterSetContext ctx)
MySQLStatementParser.showCharacterSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCharacterSet 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCollation(MySQLStatementParser.ShowCollationContext ctx)
MySQLStatementParser.showCollation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCollation 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateDatabase(MySQLStatementParser.ShowCreateDatabaseContext ctx)
MySQLStatementParser.showCreateDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateEvent(MySQLStatementParser.ShowCreateEventContext ctx)
MySQLStatementParser.showCreateEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateFunction(MySQLStatementParser.ShowCreateFunctionContext ctx)
MySQLStatementParser.showCreateFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateProcedure(MySQLStatementParser.ShowCreateProcedureContext ctx)
MySQLStatementParser.showCreateProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateTrigger(MySQLStatementParser.ShowCreateTriggerContext ctx)
MySQLStatementParser.showCreateTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateTrigger 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateUser(MySQLStatementParser.ShowCreateUserContext ctx)
MySQLStatementParser.showCreateUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateView(MySQLStatementParser.ShowCreateViewContext ctx)
MySQLStatementParser.showCreateView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowEngine(MySQLStatementParser.ShowEngineContext ctx)
MySQLStatementParser.showEngine().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEngine 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowEngines(MySQLStatementParser.ShowEnginesContext ctx)
MySQLStatementParser.showEngines().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEngines 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowErrors(MySQLStatementParser.ShowErrorsContext ctx)
MySQLStatementParser.showErrors().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowErrors 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowEvents(MySQLStatementParser.ShowEventsContext ctx)
MySQLStatementParser.showEvents().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEvents 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowFunctionCode(MySQLStatementParser.ShowFunctionCodeContext ctx)
MySQLStatementParser.showFunctionCode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFunctionCode 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowFunctionStatus(MySQLStatementParser.ShowFunctionStatusContext ctx)
MySQLStatementParser.showFunctionStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFunctionStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowGrant(MySQLStatementParser.ShowGrantContext ctx)
MySQLStatementParser.showGrant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowGrant 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowMasterStatus(MySQLStatementParser.ShowMasterStatusContext ctx)
MySQLStatementParser.showMasterStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMasterStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowOpenTables(MySQLStatementParser.ShowOpenTablesContext ctx)
MySQLStatementParser.showOpenTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowOpenTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowPlugins(MySQLStatementParser.ShowPluginsContext ctx)
MySQLStatementParser.showPlugins().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowPlugins 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowPrivileges(MySQLStatementParser.ShowPrivilegesContext ctx)
MySQLStatementParser.showPrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowPrivileges 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProcedureCode(MySQLStatementParser.ShowProcedureCodeContext ctx)
MySQLStatementParser.showProcedureCode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProcedureCode 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProcedureStatus(MySQLStatementParser.ShowProcedureStatusContext ctx)
MySQLStatementParser.showProcedureStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProcedureStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProcesslist(MySQLStatementParser.ShowProcesslistContext ctx)
MySQLStatementParser.showProcesslist().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProcesslist 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProfile(MySQLStatementParser.ShowProfileContext ctx)
MySQLStatementParser.showProfile().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfile 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProfiles(MySQLStatementParser.ShowProfilesContext ctx)
MySQLStatementParser.showProfiles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfiles 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowRelaylogEvent(MySQLStatementParser.ShowRelaylogEventContext ctx)
MySQLStatementParser.showRelaylogEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRelaylogEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowSlavehost(MySQLStatementParser.ShowSlavehostContext ctx)
MySQLStatementParser.showSlavehost().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSlavehost 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowSlaveStatus(MySQLStatementParser.ShowSlaveStatusContext ctx)
MySQLStatementParser.showSlaveStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSlaveStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowStatus(MySQLStatementParser.ShowStatusContext ctx)
MySQLStatementParser.showStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowTrriggers(MySQLStatementParser.ShowTrriggersContext ctx)
MySQLStatementParser.showTrriggers().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTrriggers 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowVariables(MySQLStatementParser.ShowVariablesContext ctx)
MySQLStatementParser.showVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowVariables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowWarnings(MySQLStatementParser.ShowWarningsContext ctx)
MySQLStatementParser.showWarnings().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowWarnings 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetCharacter(MySQLStatementParser.SetCharacterContext ctx)
MySQLStatementParser.setCharacter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetCharacter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetName(MySQLStatementParser.SetNameContext ctx)
MySQLStatementParser.setName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitClone(MySQLStatementParser.CloneContext ctx)
MySQLStatementParser.clone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClone 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCloneAction_(MySQLStatementParser.CloneAction_Context ctx)
MySQLStatementParser.cloneAction_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloneAction_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUdf(MySQLStatementParser.CreateUdfContext ctx)
MySQLStatementParser.createUdf().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUdf 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstallComponent(MySQLStatementParser.InstallComponentContext ctx)
MySQLStatementParser.installComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstallComponent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstallPlugin(MySQLStatementParser.InstallPluginContext ctx)
MySQLStatementParser.installPlugin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstallPlugin 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUninstallComponent(MySQLStatementParser.UninstallComponentContext ctx)
MySQLStatementParser.uninstallComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUninstallComponent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUninstallPlugin(MySQLStatementParser.UninstallPluginContext ctx)
MySQLStatementParser.uninstallPlugin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUninstallPlugin 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAnalyzeTable(MySQLStatementParser.AnalyzeTableContext ctx)
MySQLStatementParser.analyzeTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnalyzeTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckTable(MySQLStatementParser.CheckTableContext ctx)
MySQLStatementParser.checkTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckTableOption_(MySQLStatementParser.CheckTableOption_Context ctx)
MySQLStatementParser.checkTableOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckTableOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChecksumTable(MySQLStatementParser.ChecksumTableContext ctx)
MySQLStatementParser.checksumTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChecksumTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptimizeTable(MySQLStatementParser.OptimizeTableContext ctx)
MySQLStatementParser.optimizeTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptimizeTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRepairTable(MySQLStatementParser.RepairTableContext ctx)
MySQLStatementParser.repairTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepairTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterResourceGroup(MySQLStatementParser.AlterResourceGroupContext ctx)
MySQLStatementParser.alterResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitVcpuSpec_(MySQLStatementParser.VcpuSpec_Context ctx)
MySQLStatementParser.vcpuSpec_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVcpuSpec_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateResourceGroup(MySQLStatementParser.CreateResourceGroupContext ctx)
MySQLStatementParser.createResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropResourceGroup(MySQLStatementParser.DropResourceGroupContext ctx)
MySQLStatementParser.dropResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetResourceGroup(MySQLStatementParser.SetResourceGroupContext ctx)
MySQLStatementParser.setResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBinlog(MySQLStatementParser.BinlogContext ctx)
MySQLStatementParser.binlog().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinlog 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCacheIndex(MySQLStatementParser.CacheIndexContext ctx)
MySQLStatementParser.cacheIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCacheIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableIndexList(MySQLStatementParser.TableIndexListContext ctx)
MySQLStatementParser.tableIndexList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableIndexList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionList(MySQLStatementParser.PartitionListContext ctx)
MySQLStatementParser.partitionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFlush(MySQLStatementParser.FlushContext ctx)
MySQLStatementParser.flush().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlush 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFlushOption_(MySQLStatementParser.FlushOption_Context ctx)
MySQLStatementParser.flushOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlushOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTablesOption_(MySQLStatementParser.TablesOption_Context ctx)
MySQLStatementParser.tablesOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablesOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKill(MySQLStatementParser.KillContext ctx)
MySQLStatementParser.kill().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKill 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadIndexInfo(MySQLStatementParser.LoadIndexInfoContext ctx)
MySQLStatementParser.loadIndexInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadIndexInfo 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetStatement(MySQLStatementParser.ResetStatementContext ctx)
MySQLStatementParser.resetStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetOption_(MySQLStatementParser.ResetOption_Context ctx)
MySQLStatementParser.resetOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetPersist(MySQLStatementParser.ResetPersistContext ctx)
MySQLStatementParser.resetPersist().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetPersist 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRestart(MySQLStatementParser.RestartContext ctx)
MySQLStatementParser.restart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRestart 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShutdown(MySQLStatementParser.ShutdownContext ctx)
MySQLStatementParser.shutdown().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShutdown 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChangeMasterTo(MySQLStatementParser.ChangeMasterToContext ctx)
MySQLStatementParser.changeMasterTo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeMasterTo 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStartSlave(MySQLStatementParser.StartSlaveContext ctx)
MySQLStatementParser.startSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartSlave 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStopSlave(MySQLStatementParser.StopSlaveContext ctx)
MySQLStatementParser.stopSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopSlave 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitThreadTypes_(MySQLStatementParser.ThreadTypes_Context ctx)
MySQLStatementParser.threadTypes_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitThreadTypes_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitThreadType_(MySQLStatementParser.ThreadType_Context ctx)
MySQLStatementParser.threadType_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitThreadType_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUtilOption_(MySQLStatementParser.UtilOption_Context ctx)
MySQLStatementParser.utilOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUtilOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectionOptions_(MySQLStatementParser.ConnectionOptions_Context ctx)
MySQLStatementParser.connectionOptions_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectionOptions_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChannelOption_(MySQLStatementParser.ChannelOption_Context ctx)
MySQLStatementParser.channelOption_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannelOption_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.