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.InsertSpecificationContext 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 visitValueReference(MySQLStatementParser.ValueReferenceContext ctx)
MySQLStatementParser.valueReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueReference 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDerivedColumns(MySQLStatementParser.DerivedColumnsContext ctx)
MySQLStatementParser.derivedColumns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDerivedColumns 在接口中 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.ReplaceSpecificationContext 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 visitReplaceValuesClause(MySQLStatementParser.ReplaceValuesClauseContext ctx)
MySQLStatementParser.replaceValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplaceValuesClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReplaceSelectClause(MySQLStatementParser.ReplaceSelectClauseContext ctx)
MySQLStatementParser.replaceSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplaceSelectClause 在接口中 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.DeleteSpecificationContext 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 visitSelectWithInto(MySQLStatementParser.SelectWithIntoContext ctx)
MySQLStatementParser.selectWithInto().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectWithInto 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryExpression(MySQLStatementParser.QueryExpressionContext ctx)
MySQLStatementParser.queryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryExpressionBody(MySQLStatementParser.QueryExpressionBodyContext ctx)
MySQLStatementParser.queryExpressionBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpressionBody 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryExpressionParens(MySQLStatementParser.QueryExpressionParensContext ctx)
MySQLStatementParser.queryExpressionParens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpressionParens 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryPrimary(MySQLStatementParser.QueryPrimaryContext ctx)
MySQLStatementParser.queryPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryPrimary 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQuerySpecification(MySQLStatementParser.QuerySpecificationContext ctx)
MySQLStatementParser.querySpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuerySpecification 在接口中 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 visitExplicitTable(MySQLStatementParser.ExplicitTableContext ctx)
MySQLStatementParser.explicitTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplicitTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableValueConstructor(MySQLStatementParser.TableValueConstructorContext ctx)
MySQLStatementParser.tableValueConstructor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableValueConstructor 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnDesignator(MySQLStatementParser.ColumnDesignatorContext ctx)
MySQLStatementParser.columnDesignator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDesignator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRowConstructorList(MySQLStatementParser.RowConstructorListContext ctx)
MySQLStatementParser.rowConstructorList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowConstructorList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithClause(MySQLStatementParser.WithClauseContext 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.CteClauseContext 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 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 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.PartitionNamesContext 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.IndexHintListContext 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.IndexHintContext 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.WindowClauseContext 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.WindowItemContext 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.SelectLinesIntoContext 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.SelectFieldsIntoContext 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.SelectIntoExpressionContext 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 visitLockClauseList(MySQLStatementParser.LockClauseListContext ctx)
MySQLStatementParser.lockClauseList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockClauseList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockStrength(MySQLStatementParser.LockStrengthContext ctx)
MySQLStatementParser.lockStrength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockStrength 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockedRowAction(MySQLStatementParser.LockedRowActionContext ctx)
MySQLStatementParser.lockedRowAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockedRowAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableLockingList(MySQLStatementParser.TableLockingListContext ctx)
MySQLStatementParser.tableLockingList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableLockingList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableIdentOptWild(MySQLStatementParser.TableIdentOptWildContext ctx)
MySQLStatementParser.tableIdentOptWild().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableIdentOptWild 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableAliasRefList(MySQLStatementParser.TableAliasRefListContext ctx)
MySQLStatementParser.tableAliasRefList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableAliasRefList 在接口中 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 visitCustomKeyword(MySQLStatementParser.CustomKeywordContext ctx)
MySQLStatementParser.customKeyword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCustomKeyword 在接口中 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.CharacterSetNameContext 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 visitScope(MySQLStatementParser.ScopeContext 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 visitInternalVariableName(MySQLStatementParser.InternalVariableNameContext ctx)
MySQLStatementParser.internalVariableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInternalVariableName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetExprOrDefault(MySQLStatementParser.SetExprOrDefaultContext ctx)
MySQLStatementParser.setExprOrDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetExprOrDefault 在接口中 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 visitSchemaNames(MySQLStatementParser.SchemaNamesContext ctx)
MySQLStatementParser.schemaNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaPairs(MySQLStatementParser.SchemaPairsContext ctx)
MySQLStatementParser.schemaPairs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaPairs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaPair(MySQLStatementParser.SchemaPairContext ctx)
MySQLStatementParser.schemaPair().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaPair 在接口中 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 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 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 visitViewNames(MySQLStatementParser.ViewNamesContext ctx)
MySQLStatementParser.viewNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitViewNames 在接口中 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 visitRoutineName(MySQLStatementParser.RoutineNameContext ctx)
MySQLStatementParser.routineName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineName 在接口中 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.NotOperatorContext 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.OverClauseContext 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.WindowSpecificationContext 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.PartitionClauseContext 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.FrameClauseContext 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.FrameStartContext 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.FrameEndContext 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.FrameBetweenContext 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 visitCurrentUserFunction(MySQLStatementParser.CurrentUserFunctionContext ctx)
MySQLStatementParser.currentUserFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentUserFunction 在接口中 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.TrimFunctionContext 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.ValuesFunctionContext 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.LevelClauseContext 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.LevelInWeightListElementContext 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 visitShorthandRegularFunction(MySQLStatementParser.ShorthandRegularFunctionContext ctx)
MySQLStatementParser.shorthandRegularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShorthandRegularFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCompleteRegularFunction(MySQLStatementParser.CompleteRegularFunctionContext ctx)
MySQLStatementParser.completeRegularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompleteRegularFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRegularFunctionName(MySQLStatementParser.RegularFunctionNameContext 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.MatchExpressionContext 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.MatchSearchModifierContext 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 visitDatetimeExpr(MySQLStatementParser.DatetimeExprContext ctx)
MySQLStatementParser.datetimeExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatetimeExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBinaryLogFileIndexNumber(MySQLStatementParser.BinaryLogFileIndexNumberContext ctx)
MySQLStatementParser.binaryLogFileIndexNumber().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryLogFileIndexNumber 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseWhen(MySQLStatementParser.CaseWhenContext 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.CaseElseContext 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 visitIntervalValue(MySQLStatementParser.IntervalValueContext ctx)
MySQLStatementParser.intervalValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIntervalUnit(MySQLStatementParser.IntervalUnitContext 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.CharacterSetContext 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.CollateClauseContext 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.IgnoredIdentifierContext 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.IgnoredIdentifiersContext 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 visitFieldOrVarSpec(MySQLStatementParser.FieldOrVarSpecContext ctx)
MySQLStatementParser.fieldOrVarSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldOrVarSpec 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNotExistClause(MySQLStatementParser.NotExistClauseContext ctx)
MySQLStatementParser.notExistClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotExistClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExistClause(MySQLStatementParser.ExistClauseContext ctx)
MySQLStatementParser.existClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExistClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPattern(MySQLStatementParser.PatternContext ctx)
MySQLStatementParser.pattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPattern 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectionId(MySQLStatementParser.ConnectionIdContext ctx)
MySQLStatementParser.connectionId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectionId 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLabelName(MySQLStatementParser.LabelNameContext ctx)
MySQLStatementParser.labelName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorName(MySQLStatementParser.CursorNameContext ctx)
MySQLStatementParser.cursorName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionName(MySQLStatementParser.ConditionNameContext ctx)
MySQLStatementParser.conditionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnionOption(MySQLStatementParser.UnionOptionContext ctx)
MySQLStatementParser.unionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionOption 在接口中 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 visitPartitionTypeDef(MySQLStatementParser.PartitionTypeDefContext ctx)
MySQLStatementParser.partitionTypeDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionTypeDef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubPartitions(MySQLStatementParser.SubPartitionsContext ctx)
MySQLStatementParser.subPartitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubPartitions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionKeyAlgorithm(MySQLStatementParser.PartitionKeyAlgorithmContext ctx)
MySQLStatementParser.partitionKeyAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionKeyAlgorithm 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDuplicateAsQueryExpression(MySQLStatementParser.DuplicateAsQueryExpressionContext ctx)
MySQLStatementParser.duplicateAsQueryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateAsQueryExpression 在接口中 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 visitPartitionOptions(MySQLStatementParser.PartitionOptionsContext ctx)
MySQLStatementParser.partitionOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionOption(MySQLStatementParser.PartitionOptionContext ctx)
MySQLStatementParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOption 在接口中 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 visitAlgorithmOption(MySQLStatementParser.AlgorithmOptionContext ctx)
MySQLStatementParser.algorithmOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockOption(MySQLStatementParser.LockOptionContext 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 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 visitAlterDatabaseSpecification_(MySQLStatementParser.AlterDatabaseSpecification_Context ctx)
MySQLStatementParser.alterDatabaseSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabaseSpecification_ 在接口中 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 visitChannel(MySQLStatementParser.ChannelContext ctx)
MySQLStatementParser.channel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannel 在接口中 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 visitAlterTablespaceNdb(MySQLStatementParser.AlterTablespaceNdbContext ctx)
MySQLStatementParser.alterTablespaceNdb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespaceNdb 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablespaceInnodb(MySQLStatementParser.AlterTablespaceInnodbContext ctx)
MySQLStatementParser.alterTablespaceInnodb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespaceInnodb 在接口中 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 visitDropTrigger(MySQLStatementParser.DropTriggerContext ctx)
MySQLStatementParser.dropTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTrigger 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameTable(MySQLStatementParser.RenameTableContext ctx)
MySQLStatementParser.renameTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameTable 在接口中 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.ReferenceOptionContext 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.IndexDefinitionContext 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.IndexTypeContext 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.KeyPartsContext 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.KeyPartContext 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.IndexOptionContext 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.UniqueOptionContext 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.CreateIndexSpecificationContext 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.TableOptionsContext 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.TableOptionContext 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.PartitionDefinitionsContext 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.PartitionDefinitionContext 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.PartitionLessThanValueContext 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.PartitionValueListContext 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.PartitionDefinitionOptionContext 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.SubpartitionDefinitionContext 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.DropTableSpecificationContext 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 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.ScheduleExpressionContext 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.ServerOptionContext 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.RoutineOptionContext 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.ProcedureParameterContext 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.FileSizeLiteralContext 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 visitSimpleStatement(MySQLStatementParser.SimpleStatementContext ctx)
MySQLStatementParser.simpleStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCompoundStatement(MySQLStatementParser.CompoundStatementContext ctx)
MySQLStatementParser.compoundStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompoundStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitValidStatement(MySQLStatementParser.ValidStatementContext ctx)
MySQLStatementParser.validStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValidStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBeginStatement(MySQLStatementParser.BeginStatementContext ctx)
MySQLStatementParser.beginStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeclareStatement(MySQLStatementParser.DeclareStatementContext ctx)
MySQLStatementParser.declareStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFlowControlStatement(MySQLStatementParser.FlowControlStatementContext ctx)
MySQLStatementParser.flowControlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlowControlStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseStatement(MySQLStatementParser.CaseStatementContext ctx)
MySQLStatementParser.caseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIfStatement(MySQLStatementParser.IfStatementContext ctx)
MySQLStatementParser.ifStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIterateStatement(MySQLStatementParser.IterateStatementContext ctx)
MySQLStatementParser.iterateStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIterateStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLeaveStatement(MySQLStatementParser.LeaveStatementContext ctx)
MySQLStatementParser.leaveStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeaveStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoopStatement(MySQLStatementParser.LoopStatementContext ctx)
MySQLStatementParser.loopStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRepeatStatement(MySQLStatementParser.RepeatStatementContext ctx)
MySQLStatementParser.repeatStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepeatStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReturnStatement(MySQLStatementParser.ReturnStatementContext ctx)
MySQLStatementParser.returnStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReturnStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWhileStatement(MySQLStatementParser.WhileStatementContext ctx)
MySQLStatementParser.whileStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhileStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorStatement(MySQLStatementParser.CursorStatementContext ctx)
MySQLStatementParser.cursorStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorCloseStatement(MySQLStatementParser.CursorCloseStatementContext ctx)
MySQLStatementParser.cursorCloseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorCloseStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorDeclareStatement(MySQLStatementParser.CursorDeclareStatementContext ctx)
MySQLStatementParser.cursorDeclareStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorDeclareStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorFetchStatement(MySQLStatementParser.CursorFetchStatementContext ctx)
MySQLStatementParser.cursorFetchStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorFetchStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorOpenStatement(MySQLStatementParser.CursorOpenStatementContext ctx)
MySQLStatementParser.cursorOpenStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorOpenStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionHandlingStatement(MySQLStatementParser.ConditionHandlingStatementContext ctx)
MySQLStatementParser.conditionHandlingStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionHandlingStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeclareConditionStatement(MySQLStatementParser.DeclareConditionStatementContext ctx)
MySQLStatementParser.declareConditionStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareConditionStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeclareHandlerStatement(MySQLStatementParser.DeclareHandlerStatementContext ctx)
MySQLStatementParser.declareHandlerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareHandlerStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGetDiagnosticsStatement(MySQLStatementParser.GetDiagnosticsStatementContext ctx)
MySQLStatementParser.getDiagnosticsStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGetDiagnosticsStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStatementInformationItem(MySQLStatementParser.StatementInformationItemContext ctx)
MySQLStatementParser.statementInformationItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatementInformationItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionInformationItem(MySQLStatementParser.ConditionInformationItemContext ctx)
MySQLStatementParser.conditionInformationItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionInformationItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionNumber(MySQLStatementParser.ConditionNumberContext ctx)
MySQLStatementParser.conditionNumber().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionNumber 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStatementInformationItemName(MySQLStatementParser.StatementInformationItemNameContext ctx)
MySQLStatementParser.statementInformationItemName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatementInformationItemName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionInformationItemName(MySQLStatementParser.ConditionInformationItemNameContext ctx)
MySQLStatementParser.conditionInformationItemName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionInformationItemName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerAction(MySQLStatementParser.HandlerActionContext ctx)
MySQLStatementParser.handlerAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionValue(MySQLStatementParser.ConditionValueContext ctx)
MySQLStatementParser.conditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResignalStatement(MySQLStatementParser.ResignalStatementContext ctx)
MySQLStatementParser.resignalStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResignalStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSignalStatement(MySQLStatementParser.SignalStatementContext ctx)
MySQLStatementParser.signalStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignalStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSignalInformationItem(MySQLStatementParser.SignalInformationItemContext ctx)
MySQLStatementParser.signalInformationItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignalInformationItem 在接口中 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 visitHelp(MySQLStatementParser.HelpContext ctx)
MySQLStatementParser.help().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHelp 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExplain(MySQLStatementParser.ExplainContext ctx)
MySQLStatementParser.explain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain 在接口中 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.ShowColumnLikeContext 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.ShowWhereClauseContext 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 visitVariableAssign(MySQLStatementParser.VariableAssignContext ctx)
MySQLStatementParser.variableAssign().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableAssign 在接口中 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.CloneActionContext 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.CheckTableOptionContext 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.VcpuSpecContext 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.FlushOptionContext 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.TablesOptionContext 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.ResetOptionContext 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 visitExplainType(MySQLStatementParser.ExplainTypeContext ctx)
MySQLStatementParser.explainType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExplainableStatement(MySQLStatementParser.ExplainableStatementContext ctx)
MySQLStatementParser.explainableStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainableStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFormatName(MySQLStatementParser.FormatNameContext ctx)
MySQLStatementParser.formatName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormatName 在接口中 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 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 visitBegin(MySQLStatementParser.BeginContext ctx)
MySQLStatementParser.begin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBegin 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLock(MySQLStatementParser.LockContext ctx)
MySQLStatementParser.lock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLock 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnlock(MySQLStatementParser.UnlockContext ctx)
MySQLStatementParser.unlock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlock 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReleaseSavepoint(MySQLStatementParser.ReleaseSavepointContext ctx)
MySQLStatementParser.releaseSavepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReleaseSavepoint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitXa(MySQLStatementParser.XaContext ctx)
MySQLStatementParser.xa().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXa 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionCharacteristic(MySQLStatementParser.TransactionCharacteristicContext ctx)
MySQLStatementParser.transactionCharacteristic().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionCharacteristic 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLevel(MySQLStatementParser.LevelContext ctx)
MySQLStatementParser.level().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevel 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAccessMode(MySQLStatementParser.AccessModeContext ctx)
MySQLStatementParser.accessMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAccessMode 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionWork(MySQLStatementParser.OptionWorkContext ctx)
MySQLStatementParser.optionWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionWork 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionChain(MySQLStatementParser.OptionChainContext ctx)
MySQLStatementParser.optionChain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionChain 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionRelease(MySQLStatementParser.OptionReleaseContext ctx)
MySQLStatementParser.optionRelease().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionRelease 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableLock(MySQLStatementParser.TableLockContext ctx)
MySQLStatementParser.tableLock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableLock 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitXid(MySQLStatementParser.XidContext ctx)
MySQLStatementParser.xid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXid 在接口中 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.ProxyClauseContext 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.RoleClauseContext 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.AllClauseContext 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.PrivilegesContext 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.PrivilegeTypeContext 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.ObjectTypeContext 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 visitDefaultRoleClause(MySQLStatementParser.DefaultRoleClauseContext ctx)
MySQLStatementParser.defaultRoleClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultRoleClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRequireClause(MySQLStatementParser.RequireClauseContext ctx)
MySQLStatementParser.requireClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRequireClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectOption(MySQLStatementParser.ConnectOptionContext ctx)
MySQLStatementParser.connectOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAccountLockPasswordExpireOptions(MySQLStatementParser.AccountLockPasswordExpireOptionsContext ctx)
MySQLStatementParser.accountLockPasswordExpireOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAccountLockPasswordExpireOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAccountLockPasswordExpireOption(MySQLStatementParser.AccountLockPasswordExpireOptionContext ctx)
MySQLStatementParser.accountLockPasswordExpireOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAccountLockPasswordExpireOption 在接口中 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.AuthOptionContext 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.WithGrantOptionContext 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.UserOrRolesContext 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.RolesContext 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.GrantOptionContext 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.UserAuthOptionContext 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.IdentifiedByContext 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.IdentifiedWithContext 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 visitPasswordOption(MySQLStatementParser.PasswordOptionContext 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.ResourceOptionContext 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.TlsOptionContext 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.UserFuncAuthOptionContext 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 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 visitChangeReplicationFilter(MySQLStatementParser.ChangeReplicationFilterContext ctx)
MySQLStatementParser.changeReplicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeReplicationFilter 在接口中 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 visitStartGroupReplication(MySQLStatementParser.StartGroupReplicationContext ctx)
MySQLStatementParser.startGroupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartGroupReplication 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStopGroupReplication(MySQLStatementParser.StopGroupReplicationContext ctx)
MySQLStatementParser.stopGroupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopGroupReplication 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPurgeBinaryLog(MySQLStatementParser.PurgeBinaryLogContext ctx)
MySQLStatementParser.purgeBinaryLog().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPurgeBinaryLog 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetMaster(MySQLStatementParser.ResetMasterContext ctx)
MySQLStatementParser.resetMaster().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetMaster 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetSlave(MySQLStatementParser.ResetSlaveContext ctx)
MySQLStatementParser.resetSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetSlave 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitThreadTypes(MySQLStatementParser.ThreadTypesContext 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.ThreadTypeContext 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.UtilOptionContext 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.ConnectionOptionsContext 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.ChannelOptionContext 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 treepublic T visitMasterDefs(MySQLStatementParser.MasterDefsContext ctx)
MySQLStatementParser.masterDefs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterDefs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMasterDef(MySQLStatementParser.MasterDefContext ctx)
MySQLStatementParser.masterDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterDef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoreServerIds(MySQLStatementParser.IgnoreServerIdsContext ctx)
MySQLStatementParser.ignoreServerIds().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreServerIds 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoreServerId(MySQLStatementParser.IgnoreServerIdContext ctx)
MySQLStatementParser.ignoreServerId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreServerId 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFilterDefs(MySQLStatementParser.FilterDefsContext ctx)
MySQLStatementParser.filterDefs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterDefs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFilterDef(MySQLStatementParser.FilterDefContext ctx)
MySQLStatementParser.filterDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterDef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWildTables(MySQLStatementParser.WildTablesContext ctx)
MySQLStatementParser.wildTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWildTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWildTable(MySQLStatementParser.WildTableContext ctx)
MySQLStatementParser.wildTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWildTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.