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.| Constructor and Description |
|---|
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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitFields(MySQLStatementParser.FieldsContext ctx)
MySQLStatementParser.fields().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFields in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertIdentifier(MySQLStatementParser.InsertIdentifierContext ctx)
MySQLStatementParser.insertIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertIdentifier in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableWild(MySQLStatementParser.TableWildContext ctx)
MySQLStatementParser.tableWild().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableWild in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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_ in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadStatement(MySQLStatementParser.LoadStatementContext ctx)
MySQLStatementParser.loadStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadStatement in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitInnerJoinType(MySQLStatementParser.InnerJoinTypeContext ctx)
MySQLStatementParser.innerJoinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInnerJoinType in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitOuterJoinType(MySQLStatementParser.OuterJoinTypeContext ctx)
MySQLStatementParser.outerJoinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOuterJoinType in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitNaturalJoinType(MySQLStatementParser.NaturalJoinTypeContext ctx)
MySQLStatementParser.naturalJoinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNaturalJoinType in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitString_(MySQLStatementParser.String_Context ctx)
MySQLStatementParser.string_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitString_ in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTemporalLiterals(MySQLStatementParser.TemporalLiteralsContext ctx)
MySQLStatementParser.temporalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTemporalLiterals in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCollationName(MySQLStatementParser.CollationNameContext ctx)
MySQLStatementParser.collationName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollationName in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsUnambiguous(MySQLStatementParser.IdentifierKeywordsUnambiguousContext ctx)
MySQLStatementParser.identifierKeywordsUnambiguous().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsUnambiguous in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous1RolesAndLabels(MySQLStatementParser.IdentifierKeywordsAmbiguous1RolesAndLabelsContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous1RolesAndLabels().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous1RolesAndLabels in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous2Labels(MySQLStatementParser.IdentifierKeywordsAmbiguous2LabelsContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous2Labels().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous2Labels in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous3Roles(MySQLStatementParser.IdentifierKeywordsAmbiguous3RolesContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous3Roles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous3Roles in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous4SystemVariables(MySQLStatementParser.IdentifierKeywordsAmbiguous4SystemVariablesContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous4SystemVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous4SystemVariables in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTextOrIdentifier(MySQLStatementParser.TextOrIdentifierContext ctx)
MySQLStatementParser.textOrIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextOrIdentifier in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserVariable(MySQLStatementParser.UserVariableContext ctx)
MySQLStatementParser.userVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserVariable in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitSystemVariable(MySQLStatementParser.SystemVariableContext ctx)
MySQLStatementParser.systemVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSystemVariable in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetSystemVariable(MySQLStatementParser.SetSystemVariableContext ctx)
MySQLStatementParser.setSystemVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetSystemVariable in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionType(MySQLStatementParser.OptionTypeContext ctx)
MySQLStatementParser.optionType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionType in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionCharacteristics(MySQLStatementParser.TransactionCharacteristicsContext ctx)
MySQLStatementParser.transactionCharacteristics().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionCharacteristics in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIsolationLevel(MySQLStatementParser.IsolationLevelContext ctx)
MySQLStatementParser.isolationLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsolationLevel in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIsolationTypes(MySQLStatementParser.IsolationTypesContext ctx)
MySQLStatementParser.isolationTypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsolationTypes in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionAccessMode(MySQLStatementParser.TransactionAccessModeContext ctx)
MySQLStatementParser.transactionAccessMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionAccessMode in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharsetName(MySQLStatementParser.CharsetNameContext ctx)
MySQLStatementParser.charsetName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharsetName in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintName(MySQLStatementParser.ConstraintNameContext ctx)
MySQLStatementParser.constraintName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintName in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserIdentifierOrText(MySQLStatementParser.UserIdentifierOrTextContext ctx)
MySQLStatementParser.userIdentifierOrText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserIdentifierOrText in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableList(MySQLStatementParser.TableListContext ctx)
MySQLStatementParser.tableList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableList in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleIdentifierOrText(MySQLStatementParser.RoleIdentifierOrTextContext ctx)
MySQLStatementParser.roleIdentifierOrText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleIdentifierOrText in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitEngineRef(MySQLStatementParser.EngineRefContext ctx)
MySQLStatementParser.engineRef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEngineRef in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableOrTables(MySQLStatementParser.TableOrTablesContext ctx)
MySQLStatementParser.tableOrTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOrTables in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierList(MySQLStatementParser.IdentifierListContext ctx)
MySQLStatementParser.identifierList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAllOrPartitionNameList(MySQLStatementParser.AllOrPartitionNameListContext ctx)
MySQLStatementParser.allOrPartitionNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAllOrPartitionNameList in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)
MySQLStatementParser.columnRef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnRef in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnRefList(MySQLStatementParser.ColumnRefListContext ctx)
MySQLStatementParser.columnRefList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnRefList in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowingClause(MySQLStatementParser.WindowingClauseContext ctx)
MySQLStatementParser.windowingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowingClause in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitLeadLagInfo(MySQLStatementParser.LeadLagInfoContext ctx)
MySQLStatementParser.leadLagInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeadLagInfo in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitNullTreatment(MySQLStatementParser.NullTreatmentContext ctx)
MySQLStatementParser.nullTreatment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullTreatment in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckType(MySQLStatementParser.CheckTypeContext ctx)
MySQLStatementParser.checkType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckType in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRepairType(MySQLStatementParser.RepairTypeContext ctx)
MySQLStatementParser.repairType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepairType in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCastType(MySQLStatementParser.CastTypeContext ctx)
MySQLStatementParser.castType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastType in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitNchar(MySQLStatementParser.NcharContext ctx)
MySQLStatementParser.nchar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNchar in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStringList(MySQLStatementParser.StringListContext ctx)
MySQLStatementParser.stringList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTextString(MySQLStatementParser.TextStringContext ctx)
MySQLStatementParser.textString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextString in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTextStringHash(MySQLStatementParser.TextStringHashContext ctx)
MySQLStatementParser.textStringHash().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextStringHash in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitFieldOptions(MySQLStatementParser.FieldOptionsContext ctx)
MySQLStatementParser.fieldOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldOptions in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrecision(MySQLStatementParser.PrecisionContext ctx)
MySQLStatementParser.precision().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrecision in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTypeDatetimePrecision(MySQLStatementParser.TypeDatetimePrecisionContext ctx)
MySQLStatementParser.typeDatetimePrecision().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeDatetimePrecision in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharsetWithOptBinary(MySQLStatementParser.CharsetWithOptBinaryContext ctx)
MySQLStatementParser.charsetWithOptBinary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharsetWithOptBinary in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAscii(MySQLStatementParser.AsciiContext ctx)
MySQLStatementParser.ascii().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAscii in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnicode(MySQLStatementParser.UnicodeContext ctx)
MySQLStatementParser.unicode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnicode in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharset(MySQLStatementParser.CharsetContext ctx)
MySQLStatementParser.charset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharset in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultCollation(MySQLStatementParser.DefaultCollationContext ctx)
MySQLStatementParser.defaultCollation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultCollation in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultEncryption(MySQLStatementParser.DefaultEncryptionContext ctx)
MySQLStatementParser.defaultEncryption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultEncryption in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultCharset(MySQLStatementParser.DefaultCharsetContext ctx)
MySQLStatementParser.defaultCharset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultCharset in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitSignedLiteral(MySQLStatementParser.SignedLiteralContext ctx)
MySQLStatementParser.signedLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignedLiteral in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitNow(MySQLStatementParser.NowContext ctx)
MySQLStatementParser.now().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNow in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnFormat(MySQLStatementParser.ColumnFormatContext ctx)
MySQLStatementParser.columnFormat().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnFormat in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStorageMedia(MySQLStatementParser.StorageMediaContext ctx)
MySQLStatementParser.storageMedia().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorageMedia in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitDirection(MySQLStatementParser.DirectionContext ctx)
MySQLStatementParser.direction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDirection in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyOrIndex(MySQLStatementParser.KeyOrIndexContext ctx)
MySQLStatementParser.keyOrIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyOrIndex in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitFieldLength(MySQLStatementParser.FieldLengthContext ctx)
MySQLStatementParser.fieldLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldLength in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitNoWriteToBinLog(MySQLStatementParser.NoWriteToBinLogContext ctx)
MySQLStatementParser.noWriteToBinLog().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNoWriteToBinLog in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitPreparedStatement(MySQLStatementParser.PreparedStatementContext ctx)
MySQLStatementParser.preparedStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreparedStatement in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitExecuteStatement(MySQLStatementParser.ExecuteStatementContext ctx)
MySQLStatementParser.executeStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecuteStatement in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitExecuteVarList(MySQLStatementParser.ExecuteVarListContext ctx)
MySQLStatementParser.executeVarList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecuteVarList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterStatement(MySQLStatementParser.AlterStatementContext ctx)
MySQLStatementParser.alterStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterStatement in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStandaloneAlterTableAction(MySQLStatementParser.StandaloneAlterTableActionContext ctx)
MySQLStatementParser.standaloneAlterTableAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandaloneAlterTableAction in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableActions(MySQLStatementParser.AlterTableActionsContext ctx)
MySQLStatementParser.alterTableActions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableActions in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablePartitionOptions(MySQLStatementParser.AlterTablePartitionOptionsContext ctx)
MySQLStatementParser.alterTablePartitionOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablePartitionOptions in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCommandList(MySQLStatementParser.AlterCommandListContext ctx)
MySQLStatementParser.alterCommandList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCommandList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterList(MySQLStatementParser.AlterListContext ctx)
MySQLStatementParser.alterList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableOptionsSpaceSeparated(MySQLStatementParser.CreateTableOptionsSpaceSeparatedContext ctx)
MySQLStatementParser.createTableOptionsSpaceSeparated().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableOptionsSpaceSeparated in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAddColumn(MySQLStatementParser.AddColumnContext ctx)
addColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddColumn in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAddTableConstraint(MySQLStatementParser.AddTableConstraintContext ctx)
addTableConstraint
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddTableConstraint in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitChangeColumn(MySQLStatementParser.ChangeColumnContext ctx)
changeColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeColumn in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitModifyColumn(MySQLStatementParser.ModifyColumnContext ctx)
modifyColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitModifyColumn in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableDrop(MySQLStatementParser.AlterTableDropContext ctx)
alterTableDrop
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableDrop in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitDisableKeys(MySQLStatementParser.DisableKeysContext ctx)
disableKeys
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableKeys in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitEnableKeys(MySQLStatementParser.EnableKeysContext ctx)
enableKeys
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableKeys in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterColumn(MySQLStatementParser.AlterColumnContext ctx)
alterColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumn in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterIndex(MySQLStatementParser.AlterIndexContext ctx)
alterIndex
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterIndex in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCheck(MySQLStatementParser.AlterCheckContext ctx)
alterCheck
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCheck in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterConstraint(MySQLStatementParser.AlterConstraintContext ctx)
alterConstraint
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterConstraint in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameColumn(MySQLStatementParser.RenameColumnContext ctx)
renameColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameColumn in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterRenameTable(MySQLStatementParser.AlterRenameTableContext ctx)
alterRenameTable
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterRenameTable in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameIndex(MySQLStatementParser.RenameIndexContext ctx)
renameIndex
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameIndex in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterConvert(MySQLStatementParser.AlterConvertContext ctx)
alterConvert
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterConvert in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableForce(MySQLStatementParser.AlterTableForceContext ctx)
alterTableForce
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableForce in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableOrder(MySQLStatementParser.AlterTableOrderContext ctx)
alterTableOrder
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableOrder in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOrderList(MySQLStatementParser.AlterOrderListContext ctx)
MySQLStatementParser.alterOrderList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOrderList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableConstraintDef(MySQLStatementParser.TableConstraintDefContext ctx)
MySQLStatementParser.tableConstraintDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableConstraintDef in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCommandsModifierList(MySQLStatementParser.AlterCommandsModifierListContext ctx)
MySQLStatementParser.alterCommandsModifierList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCommandsModifierList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCommandsModifier(MySQLStatementParser.AlterCommandsModifierContext ctx)
MySQLStatementParser.alterCommandsModifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCommandsModifier in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithValidation(MySQLStatementParser.WithValidationContext ctx)
MySQLStatementParser.withValidation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithValidation in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStandaloneAlterCommands(MySQLStatementParser.StandaloneAlterCommandsContext ctx)
MySQLStatementParser.standaloneAlterCommands().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandaloneAlterCommands in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterPartition(MySQLStatementParser.AlterPartitionContext ctx)
MySQLStatementParser.alterPartition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterPartition in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintClause(MySQLStatementParser.ConstraintClauseContext ctx)
MySQLStatementParser.constraintClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintClause in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableElementList(MySQLStatementParser.TableElementListContext ctx)
MySQLStatementParser.tableElementList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableElementList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableElement(MySQLStatementParser.TableElementContext ctx)
MySQLStatementParser.tableElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableElement in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRestrict(MySQLStatementParser.RestrictContext ctx)
MySQLStatementParser.restrict().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRestrict in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitFulltextIndexOption(MySQLStatementParser.FulltextIndexOptionContext ctx)
MySQLStatementParser.fulltextIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFulltextIndexOption in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterAlgorithmOption(MySQLStatementParser.AlterAlgorithmOptionContext ctx)
MySQLStatementParser.alterAlgorithmOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterAlgorithmOption in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterLockOption(MySQLStatementParser.AlterLockOptionContext ctx)
MySQLStatementParser.alterLockOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLockOption in interface 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 in interface 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 in interface 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 in interface 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 in interface 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_ in interface 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_ in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTablespace(MySQLStatementParser.CreateTablespaceContext ctx)
MySQLStatementParser.createTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespace in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablespace(MySQLStatementParser.AlterTablespaceContext ctx)
MySQLStatementParser.alterTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespace in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitFieldDefinition(MySQLStatementParser.FieldDefinitionContext ctx)
MySQLStatementParser.fieldDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldDefinition in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnAttribute(MySQLStatementParser.ColumnAttributeContext ctx)
MySQLStatementParser.columnAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnAttribute in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckConstraint(MySQLStatementParser.CheckConstraintContext ctx)
MySQLStatementParser.checkConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckConstraint in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintEnforcement(MySQLStatementParser.ConstraintEnforcementContext ctx)
MySQLStatementParser.constraintEnforcement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintEnforcement in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitOnUpdateDelete(MySQLStatementParser.OnUpdateDeleteContext ctx)
MySQLStatementParser.onUpdateDelete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnUpdateDelete in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexNameAndType(MySQLStatementParser.IndexNameAndTypeContext ctx)
MySQLStatementParser.indexNameAndType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexNameAndType in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexTypeClause(MySQLStatementParser.IndexTypeClauseContext ctx)
MySQLStatementParser.indexTypeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexTypeClause in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyPartWithExpression(MySQLStatementParser.KeyPartWithExpressionContext ctx)
MySQLStatementParser.keyPartWithExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyPartWithExpression in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyListWithExpression(MySQLStatementParser.KeyListWithExpressionContext ctx)
MySQLStatementParser.keyListWithExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyListWithExpression in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCommonIndexOption(MySQLStatementParser.CommonIndexOptionContext ctx)
MySQLStatementParser.commonIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommonIndexOption in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitVisibility(MySQLStatementParser.VisibilityContext ctx)
MySQLStatementParser.visibility().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVisibility in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableOptions(MySQLStatementParser.CreateTableOptionsContext ctx)
MySQLStatementParser.createTableOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableOptions in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableOption(MySQLStatementParser.CreateTableOptionContext ctx)
MySQLStatementParser.createTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableOption in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateSRSStatement(MySQLStatementParser.CreateSRSStatementContext ctx)
MySQLStatementParser.createSRSStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSRSStatement in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropSRSStatement(MySQLStatementParser.DropSRSStatementContext ctx)
MySQLStatementParser.dropSRSStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSRSStatement in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitSrsAttribute(MySQLStatementParser.SrsAttributeContext ctx)
MySQLStatementParser.srsAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSrsAttribute in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitPlace(MySQLStatementParser.PlaceContext ctx)
MySQLStatementParser.place().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlace in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionValueList(MySQLStatementParser.OptionValueListContext ctx)
MySQLStatementParser.optionValueList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionValueList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionValueNoOptionType(MySQLStatementParser.OptionValueNoOptionTypeContext ctx)
MySQLStatementParser.optionValueNoOptionType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionValueNoOptionType in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionValue(MySQLStatementParser.OptionValueContext ctx)
MySQLStatementParser.optionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionValue in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCharset(MySQLStatementParser.ShowCharsetContext ctx)
MySQLStatementParser.showCharset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCharset in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateLoadableFunction(MySQLStatementParser.CreateLoadableFunctionContext ctx)
MySQLStatementParser.createLoadableFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoadableFunction in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstall(MySQLStatementParser.InstallContext ctx)
MySQLStatementParser.install().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstall in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitUninstall(MySQLStatementParser.UninstallContext ctx)
MySQLStatementParser.uninstall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUninstall in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitHistogram(MySQLStatementParser.HistogramContext ctx)
MySQLStatementParser.histogram().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHistogram in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitShow(MySQLStatementParser.ShowContext ctx)
MySQLStatementParser.show().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShow in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantRoleOrPrivilegeTo(MySQLStatementParser.GrantRoleOrPrivilegeToContext ctx)
grantRoleOrPrivilegeTo
labeled alternative in MySQLStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantRoleOrPrivilegeTo in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantRoleOrPrivilegeOnTo(MySQLStatementParser.GrantRoleOrPrivilegeOnToContext ctx)
grantRoleOrPrivilegeOnTo
labeled alternative in MySQLStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantRoleOrPrivilegeOnTo in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantProxy(MySQLStatementParser.GrantProxyContext ctx)
grantProxy
labeled alternative in MySQLStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantProxy in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRevokeFrom(MySQLStatementParser.RevokeFromContext ctx)
revokeFrom
labeled alternative in MySQLStatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeFrom in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRevokeOnFrom(MySQLStatementParser.RevokeOnFromContext ctx)
revokeOnFrom
labeled alternative in MySQLStatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeOnFrom in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserList(MySQLStatementParser.UserListContext ctx)
MySQLStatementParser.userList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserList in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleOrPrivileges(MySQLStatementParser.RoleOrPrivilegesContext ctx)
MySQLStatementParser.roleOrPrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleOrPrivileges in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleOrDynamicPrivilege(MySQLStatementParser.RoleOrDynamicPrivilegeContext ctx)
roleOrDynamicPrivilege
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleOrDynamicPrivilege in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleAtHost(MySQLStatementParser.RoleAtHostContext ctx)
roleAtHost
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleAtHost in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeSelect(MySQLStatementParser.StaticPrivilegeSelectContext ctx)
staticPrivilegeSelect
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeSelect in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeInsert(MySQLStatementParser.StaticPrivilegeInsertContext ctx)
staticPrivilegeInsert
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeInsert in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeUpdate(MySQLStatementParser.StaticPrivilegeUpdateContext ctx)
staticPrivilegeUpdate
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeUpdate in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReferences(MySQLStatementParser.StaticPrivilegeReferencesContext ctx)
staticPrivilegeReferences
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReferences in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeDelete(MySQLStatementParser.StaticPrivilegeDeleteContext ctx)
staticPrivilegeDelete
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeDelete in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeUsage(MySQLStatementParser.StaticPrivilegeUsageContext ctx)
staticPrivilegeUsage
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeUsage in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeIndex(MySQLStatementParser.StaticPrivilegeIndexContext ctx)
staticPrivilegeIndex
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeIndex in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeAlter(MySQLStatementParser.StaticPrivilegeAlterContext ctx)
staticPrivilegeAlter
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeAlter in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreate(MySQLStatementParser.StaticPrivilegeCreateContext ctx)
staticPrivilegeCreate
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreate in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeDrop(MySQLStatementParser.StaticPrivilegeDropContext ctx)
staticPrivilegeDrop
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeDrop in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeExecute(MySQLStatementParser.StaticPrivilegeExecuteContext ctx)
staticPrivilegeExecute
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeExecute in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReload(MySQLStatementParser.StaticPrivilegeReloadContext ctx)
staticPrivilegeReload
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReload in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeShutdown(MySQLStatementParser.StaticPrivilegeShutdownContext ctx)
staticPrivilegeShutdown
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeShutdown in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeProcess(MySQLStatementParser.StaticPrivilegeProcessContext ctx)
staticPrivilegeProcess
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeProcess in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeFile(MySQLStatementParser.StaticPrivilegeFileContext ctx)
staticPrivilegeFile
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeFile in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeGrant(MySQLStatementParser.StaticPrivilegeGrantContext ctx)
staticPrivilegeGrant
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeGrant in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeShowDatabases(MySQLStatementParser.StaticPrivilegeShowDatabasesContext ctx)
staticPrivilegeShowDatabases
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeShowDatabases in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeSuper(MySQLStatementParser.StaticPrivilegeSuperContext ctx)
staticPrivilegeSuper
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeSuper in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateTemporaryTables(MySQLStatementParser.StaticPrivilegeCreateTemporaryTablesContext ctx)
staticPrivilegeCreateTemporaryTables
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateTemporaryTables in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeLockTables(MySQLStatementParser.StaticPrivilegeLockTablesContext ctx)
staticPrivilegeLockTables
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeLockTables in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReplicationSlave(MySQLStatementParser.StaticPrivilegeReplicationSlaveContext ctx)
staticPrivilegeReplicationSlave
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReplicationSlave in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReplicationClient(MySQLStatementParser.StaticPrivilegeReplicationClientContext ctx)
staticPrivilegeReplicationClient
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReplicationClient in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateView(MySQLStatementParser.StaticPrivilegeCreateViewContext ctx)
staticPrivilegeCreateView
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateView in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeShowView(MySQLStatementParser.StaticPrivilegeShowViewContext ctx)
staticPrivilegeShowView
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeShowView in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateRoutine(MySQLStatementParser.StaticPrivilegeCreateRoutineContext ctx)
staticPrivilegeCreateRoutine
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateRoutine in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeAlterRoutine(MySQLStatementParser.StaticPrivilegeAlterRoutineContext ctx)
staticPrivilegeAlterRoutine
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeAlterRoutine in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateUser(MySQLStatementParser.StaticPrivilegeCreateUserContext ctx)
staticPrivilegeCreateUser
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateUser in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeEvent(MySQLStatementParser.StaticPrivilegeEventContext ctx)
staticPrivilegeEvent
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeEvent in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeTrigger(MySQLStatementParser.StaticPrivilegeTriggerContext ctx)
staticPrivilegeTrigger
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeTrigger in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateTablespace(MySQLStatementParser.StaticPrivilegeCreateTablespaceContext ctx)
staticPrivilegeCreateTablespace
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateTablespace in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateRole(MySQLStatementParser.StaticPrivilegeCreateRoleContext ctx)
staticPrivilegeCreateRole
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateRole in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeDropRole(MySQLStatementParser.StaticPrivilegeDropRoleContext ctx)
staticPrivilegeDropRole
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeDropRole in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAclType(MySQLStatementParser.AclTypeContext ctx)
MySQLStatementParser.aclType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAclType in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantLevelGlobal(MySQLStatementParser.GrantLevelGlobalContext ctx)
grantLevelGlobal
labeled alternative in MySQLStatementParser.grantIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantLevelGlobal in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantLevelSchemaGlobal(MySQLStatementParser.GrantLevelSchemaGlobalContext ctx)
grantLevelSchemaGlobal
labeled alternative in MySQLStatementParser.grantIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantLevelSchemaGlobal in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantLevelTable(MySQLStatementParser.GrantLevelTableContext ctx)
grantLevelTable
labeled alternative in MySQLStatementParser.grantIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantLevelTable in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserEntryNoOption(MySQLStatementParser.CreateUserEntryNoOptionContext ctx)
createUserEntryNoOption
labeled alternative in MySQLStatementParser.createUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserEntryNoOption in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserEntryIdentifiedBy(MySQLStatementParser.CreateUserEntryIdentifiedByContext ctx)
createUserEntryIdentifiedBy
labeled alternative in MySQLStatementParser.createUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserEntryIdentifiedBy in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserEntryIdentifiedWith(MySQLStatementParser.CreateUserEntryIdentifiedWithContext ctx)
createUserEntryIdentifiedWith
labeled alternative in MySQLStatementParser.createUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserEntryIdentifiedWith in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserList(MySQLStatementParser.CreateUserListContext ctx)
MySQLStatementParser.createUserList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserList in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectOptions(MySQLStatementParser.ConnectOptionsContext ctx)
MySQLStatementParser.connectOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectOptions in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUserEntry(MySQLStatementParser.AlterUserEntryContext ctx)
MySQLStatementParser.alterUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserEntry in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUserList(MySQLStatementParser.AlterUserListContext ctx)
MySQLStatementParser.alterUserList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserList in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantAs(MySQLStatementParser.GrantAsContext ctx)
MySQLStatementParser.grantAs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantAs in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithRoles(MySQLStatementParser.WithRolesContext ctx)
MySQLStatementParser.withRoles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithRoles in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitChange(MySQLStatementParser.ChangeContext ctx)
MySQLStatementParser.change().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChange in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupReplication(MySQLStatementParser.GroupReplicationContext ctx)
MySQLStatementParser.groupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupReplication in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface MySQLStatementVisitor<T>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.