T - The return type of the visit operation. Use Void for
operations with no return type.public class MySqlParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements MySqlParserVisitor<T>
MySqlParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
MySqlParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRoot(MySqlParser.RootContext ctx)
MySqlParser.root().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoot in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSqlStatements(MySqlParser.SqlStatementsContext ctx)
MySqlParser.sqlStatements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlStatements in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSqlStatement(MySqlParser.SqlStatementContext ctx)
MySqlParser.sqlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitEmptyStatement(MySqlParser.EmptyStatementContext ctx)
MySqlParser.emptyStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEmptyStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDdlStatement(MySqlParser.DdlStatementContext ctx)
MySqlParser.ddlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDdlStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDmlStatement(MySqlParser.DmlStatementContext ctx)
MySqlParser.dmlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDmlStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTransactionStatement(MySqlParser.TransactionStatementContext ctx)
MySqlParser.transactionStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReplicationStatement(MySqlParser.ReplicationStatementContext ctx)
MySqlParser.replicationStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplicationStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPreparedStatement(MySqlParser.PreparedStatementContext ctx)
MySqlParser.preparedStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreparedStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCompoundStatement(MySqlParser.CompoundStatementContext ctx)
MySqlParser.compoundStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompoundStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAdministrationStatement(MySqlParser.AdministrationStatementContext ctx)
MySqlParser.administrationStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAdministrationStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUtilityStatement(MySqlParser.UtilityStatementContext ctx)
MySqlParser.utilityStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUtilityStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateDatabase(MySqlParser.CreateDatabaseContext ctx)
MySqlParser.createDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateEvent(MySqlParser.CreateEventContext ctx)
MySqlParser.createEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateEvent in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateIndex(MySqlParser.CreateIndexContext ctx)
MySqlParser.createIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndex in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateLogfileGroup(MySqlParser.CreateLogfileGroupContext ctx)
MySqlParser.createLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLogfileGroup in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateProcedure(MySqlParser.CreateProcedureContext ctx)
MySqlParser.createProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateProcedure in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateFunction(MySqlParser.CreateFunctionContext ctx)
MySqlParser.createFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateFunction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateServer(MySqlParser.CreateServerContext ctx)
MySqlParser.createServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateServer in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCopyCreateTable(MySqlParser.CopyCreateTableContext ctx)
copyCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopyCreateTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitQueryCreateTable(MySqlParser.QueryCreateTableContext ctx)
queryCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryCreateTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitColumnCreateTable(MySqlParser.ColumnCreateTableContext ctx)
columnCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnCreateTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateTablespaceInnodb(MySqlParser.CreateTablespaceInnodbContext ctx)
MySqlParser.createTablespaceInnodb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespaceInnodb in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateTablespaceNdb(MySqlParser.CreateTablespaceNdbContext ctx)
MySqlParser.createTablespaceNdb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespaceNdb in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateTrigger(MySqlParser.CreateTriggerContext ctx)
MySqlParser.createTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTrigger in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateView(MySqlParser.CreateViewContext ctx)
MySqlParser.createView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateView in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateDatabaseOption(MySqlParser.CreateDatabaseOptionContext ctx)
MySqlParser.createDatabaseOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitOwnerStatement(MySqlParser.OwnerStatementContext ctx)
MySqlParser.ownerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwnerStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPreciseSchedule(MySqlParser.PreciseScheduleContext ctx)
preciseSchedule
labeled alternative in MySqlParser.scheduleExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreciseSchedule in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIntervalSchedule(MySqlParser.IntervalScheduleContext ctx)
intervalSchedule
labeled alternative in MySqlParser.scheduleExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalSchedule in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTimestampValue(MySqlParser.TimestampValueContext ctx)
MySqlParser.timestampValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimestampValue in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIntervalExpr(MySqlParser.IntervalExprContext ctx)
MySqlParser.intervalExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalExpr in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIntervalType(MySqlParser.IntervalTypeContext ctx)
MySqlParser.intervalType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitEnableType(MySqlParser.EnableTypeContext ctx)
MySqlParser.enableType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIndexType(MySqlParser.IndexTypeContext ctx)
MySqlParser.indexType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIndexOption(MySqlParser.IndexOptionContext ctx)
MySqlParser.indexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitProcedureParameter(MySqlParser.ProcedureParameterContext ctx)
MySqlParser.procedureParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcedureParameter in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFunctionParameter(MySqlParser.FunctionParameterContext ctx)
MySqlParser.functionParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionParameter in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRoutineComment(MySqlParser.RoutineCommentContext ctx)
routineComment
labeled alternative in MySqlParser.routineOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineComment in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRoutineLanguage(MySqlParser.RoutineLanguageContext ctx)
routineLanguage
labeled alternative in MySqlParser.routineOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineLanguage in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRoutineBehavior(MySqlParser.RoutineBehaviorContext ctx)
routineBehavior
labeled alternative in MySqlParser.routineOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineBehavior in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRoutineData(MySqlParser.RoutineDataContext ctx)
routineData
labeled alternative in MySqlParser.routineOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineData in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRoutineSecurity(MySqlParser.RoutineSecurityContext ctx)
routineSecurity
labeled alternative in MySqlParser.routineOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineSecurity in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitServerOption(MySqlParser.ServerOptionContext ctx)
MySqlParser.serverOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateDefinitions(MySqlParser.CreateDefinitionsContext ctx)
MySqlParser.createDefinitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinitions in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
columnDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDeclaration in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitConstraintDeclaration(MySqlParser.ConstraintDeclarationContext ctx)
constraintDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintDeclaration in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIndexDeclaration(MySqlParser.IndexDeclarationContext ctx)
indexDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexDeclaration in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitColumnDefinition(MySqlParser.ColumnDefinitionContext ctx)
MySqlParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNullColumnConstraint(MySqlParser.NullColumnConstraintContext ctx)
nullColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDefaultColumnConstraint(MySqlParser.DefaultColumnConstraintContext ctx)
defaultColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAutoIncrementColumnConstraint(MySqlParser.AutoIncrementColumnConstraintContext ctx)
autoIncrementColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAutoIncrementColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPrimaryKeyColumnConstraint(MySqlParser.PrimaryKeyColumnConstraintContext ctx)
primaryKeyColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUniqueKeyColumnConstraint(MySqlParser.UniqueKeyColumnConstraintContext ctx)
uniqueKeyColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUniqueKeyColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCommentColumnConstraint(MySqlParser.CommentColumnConstraintContext ctx)
commentColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommentColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFormatColumnConstraint(MySqlParser.FormatColumnConstraintContext ctx)
formatColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormatColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStorageColumnConstraint(MySqlParser.StorageColumnConstraintContext ctx)
storageColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorageColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReferenceColumnConstraint(MySqlParser.ReferenceColumnConstraintContext ctx)
referenceColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCollateColumnConstraint(MySqlParser.CollateColumnConstraintContext ctx)
collateColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollateColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGeneratedColumnConstraint(MySqlParser.GeneratedColumnConstraintContext ctx)
generatedColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSerialDefaultColumnConstraint(MySqlParser.SerialDefaultColumnConstraintContext ctx)
serialDefaultColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSerialDefaultColumnConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPrimaryKeyTableConstraint(MySqlParser.PrimaryKeyTableConstraintContext ctx)
primaryKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimaryKeyTableConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUniqueKeyTableConstraint(MySqlParser.UniqueKeyTableConstraintContext ctx)
uniqueKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUniqueKeyTableConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitForeignKeyTableConstraint(MySqlParser.ForeignKeyTableConstraintContext ctx)
foreignKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeignKeyTableConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCheckTableConstraint(MySqlParser.CheckTableConstraintContext ctx)
checkTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckTableConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReferenceDefinition(MySqlParser.ReferenceDefinitionContext ctx)
MySqlParser.referenceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceDefinition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReferenceAction(MySqlParser.ReferenceActionContext ctx)
MySqlParser.referenceAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceAction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReferenceControlType(MySqlParser.ReferenceControlTypeContext ctx)
MySqlParser.referenceControlType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceControlType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleIndexDeclaration(MySqlParser.SimpleIndexDeclarationContext ctx)
simpleIndexDeclaration
labeled alternative in MySqlParser.indexColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleIndexDeclaration in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSpecialIndexDeclaration(MySqlParser.SpecialIndexDeclarationContext ctx)
specialIndexDeclaration
labeled alternative in MySqlParser.indexColumnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialIndexDeclaration in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionEngine(MySqlParser.TableOptionEngineContext ctx)
tableOptionEngine
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionEngine in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionAutoIncrement(MySqlParser.TableOptionAutoIncrementContext ctx)
tableOptionAutoIncrement
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionAutoIncrement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionAverage(MySqlParser.TableOptionAverageContext ctx)
tableOptionAverage
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionAverage in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionCharset(MySqlParser.TableOptionCharsetContext ctx)
tableOptionCharset
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionCharset in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionChecksum(MySqlParser.TableOptionChecksumContext ctx)
tableOptionChecksum
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionChecksum in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionCollate(MySqlParser.TableOptionCollateContext ctx)
tableOptionCollate
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionCollate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionComment(MySqlParser.TableOptionCommentContext ctx)
tableOptionComment
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionComment in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionCompression(MySqlParser.TableOptionCompressionContext ctx)
tableOptionCompression
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionCompression in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionConnection(MySqlParser.TableOptionConnectionContext ctx)
tableOptionConnection
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionConnection in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionDataDirectory(MySqlParser.TableOptionDataDirectoryContext ctx)
tableOptionDataDirectory
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionDataDirectory in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionDelay(MySqlParser.TableOptionDelayContext ctx)
tableOptionDelay
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionDelay in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionEncryption(MySqlParser.TableOptionEncryptionContext ctx)
tableOptionEncryption
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionEncryption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionIndexDirectory(MySqlParser.TableOptionIndexDirectoryContext ctx)
tableOptionIndexDirectory
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionIndexDirectory in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionInsertMethod(MySqlParser.TableOptionInsertMethodContext ctx)
tableOptionInsertMethod
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionInsertMethod in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionKeyBlockSize(MySqlParser.TableOptionKeyBlockSizeContext ctx)
tableOptionKeyBlockSize
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionKeyBlockSize in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionMaxRows(MySqlParser.TableOptionMaxRowsContext ctx)
tableOptionMaxRows
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionMaxRows in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionMinRows(MySqlParser.TableOptionMinRowsContext ctx)
tableOptionMinRows
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionMinRows in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionPackKeys(MySqlParser.TableOptionPackKeysContext ctx)
tableOptionPackKeys
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionPackKeys in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionPassword(MySqlParser.TableOptionPasswordContext ctx)
tableOptionPassword
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionPassword in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionRowFormat(MySqlParser.TableOptionRowFormatContext ctx)
tableOptionRowFormat
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionRowFormat in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionRecalculation(MySqlParser.TableOptionRecalculationContext ctx)
tableOptionRecalculation
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionRecalculation in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionPersistent(MySqlParser.TableOptionPersistentContext ctx)
tableOptionPersistent
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionPersistent in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionSamplePage(MySqlParser.TableOptionSamplePageContext ctx)
tableOptionSamplePage
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionSamplePage in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionTablespace(MySqlParser.TableOptionTablespaceContext ctx)
tableOptionTablespace
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionTablespace in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableOptionUnion(MySqlParser.TableOptionUnionContext ctx)
tableOptionUnion
labeled alternative in MySqlParser.tableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOptionUnion in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTablespaceStorage(MySqlParser.TablespaceStorageContext ctx)
MySqlParser.tablespaceStorage().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablespaceStorage in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionDefinitions(MySqlParser.PartitionDefinitionsContext ctx)
MySqlParser.partitionDefinitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinitions in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionFunctionHash(MySqlParser.PartitionFunctionHashContext ctx)
partitionFunctionHash
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionFunctionHash in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionFunctionKey(MySqlParser.PartitionFunctionKeyContext ctx)
partitionFunctionKey
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionFunctionKey in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionFunctionRange(MySqlParser.PartitionFunctionRangeContext ctx)
partitionFunctionRange
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionFunctionRange in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionFunctionList(MySqlParser.PartitionFunctionListContext ctx)
partitionFunctionList
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionFunctionList in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubPartitionFunctionHash(MySqlParser.SubPartitionFunctionHashContext ctx)
subPartitionFunctionHash
labeled alternative in MySqlParser.subpartitionFunctionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubPartitionFunctionHash in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubPartitionFunctionKey(MySqlParser.SubPartitionFunctionKeyContext ctx)
subPartitionFunctionKey
labeled alternative in MySqlParser.subpartitionFunctionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubPartitionFunctionKey in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionComparision(MySqlParser.PartitionComparisionContext ctx)
partitionComparision
labeled alternative in MySqlParser.partitionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionComparision in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionListAtom(MySqlParser.PartitionListAtomContext ctx)
partitionListAtom
labeled alternative in MySqlParser.partitionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionListAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionListVector(MySqlParser.PartitionListVectorContext ctx)
partitionListVector
labeled alternative in MySqlParser.partitionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionListVector in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionSimple(MySqlParser.PartitionSimpleContext ctx)
partitionSimple
labeled alternative in MySqlParser.partitionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionSimple in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionDefinerAtom(MySqlParser.PartitionDefinerAtomContext ctx)
MySqlParser.partitionDefinerAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinerAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionDefinerVector(MySqlParser.PartitionDefinerVectorContext ctx)
MySqlParser.partitionDefinerVector().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinerVector in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubpartitionDefinition(MySqlParser.SubpartitionDefinitionContext ctx)
MySqlParser.subpartitionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubpartitionDefinition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionEngine(MySqlParser.PartitionOptionEngineContext ctx)
partitionOptionEngine
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionEngine in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionComment(MySqlParser.PartitionOptionCommentContext ctx)
partitionOptionComment
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionComment in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionDataDirectory(MySqlParser.PartitionOptionDataDirectoryContext ctx)
partitionOptionDataDirectory
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionDataDirectory in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionIndexDirectory(MySqlParser.PartitionOptionIndexDirectoryContext ctx)
partitionOptionIndexDirectory
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionIndexDirectory in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionMaxRows(MySqlParser.PartitionOptionMaxRowsContext ctx)
partitionOptionMaxRows
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionMaxRows in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionMinRows(MySqlParser.PartitionOptionMinRowsContext ctx)
partitionOptionMinRows
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionMinRows in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionTablespace(MySqlParser.PartitionOptionTablespaceContext ctx)
partitionOptionTablespace
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionTablespace in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPartitionOptionNodeGroup(MySqlParser.PartitionOptionNodeGroupContext ctx)
partitionOptionNodeGroup
labeled alternative in MySqlParser.partitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionOptionNodeGroup in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterSimpleDatabase(MySqlParser.AlterSimpleDatabaseContext ctx)
alterSimpleDatabase
labeled alternative in MySqlParser.alterDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSimpleDatabase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterUpgradeName(MySqlParser.AlterUpgradeNameContext ctx)
alterUpgradeName
labeled alternative in MySqlParser.alterDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUpgradeName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterEvent(MySqlParser.AlterEventContext ctx)
MySqlParser.alterEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEvent in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterFunction(MySqlParser.AlterFunctionContext ctx)
MySqlParser.alterFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterFunction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterInstance(MySqlParser.AlterInstanceContext ctx)
MySqlParser.alterInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterInstance in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterLogfileGroup(MySqlParser.AlterLogfileGroupContext ctx)
MySqlParser.alterLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLogfileGroup in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterProcedure(MySqlParser.AlterProcedureContext ctx)
MySqlParser.alterProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterProcedure in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterServer(MySqlParser.AlterServerContext ctx)
MySqlParser.alterServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterServer in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterTable(MySqlParser.AlterTableContext ctx)
MySqlParser.alterTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterTablespace(MySqlParser.AlterTablespaceContext ctx)
MySqlParser.alterTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespace in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterView(MySqlParser.AlterViewContext ctx)
MySqlParser.alterView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterView in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByTableOption(MySqlParser.AlterByTableOptionContext ctx)
alterByTableOption
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByTableOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddColumn(MySqlParser.AlterByAddColumnContext ctx)
alterByAddColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddColumn in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddColumns(MySqlParser.AlterByAddColumnsContext ctx)
alterByAddColumns
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddColumns in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddIndex(MySqlParser.AlterByAddIndexContext ctx)
alterByAddIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddIndex in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddPrimaryKey(MySqlParser.AlterByAddPrimaryKeyContext ctx)
alterByAddPrimaryKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddPrimaryKey in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddUniqueKey(MySqlParser.AlterByAddUniqueKeyContext ctx)
alterByAddUniqueKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddUniqueKey in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddSpecialIndex(MySqlParser.AlterByAddSpecialIndexContext ctx)
alterByAddSpecialIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddSpecialIndex in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddForeignKey(MySqlParser.AlterByAddForeignKeyContext ctx)
alterByAddForeignKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddForeignKey in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddCheckTableConstraint(MySqlParser.AlterByAddCheckTableConstraintContext ctx)
alterByAddCheckTableConstraint
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddCheckTableConstraint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterBySetAlgorithm(MySqlParser.AlterBySetAlgorithmContext ctx)
alterBySetAlgorithm
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterBySetAlgorithm in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByChangeDefault(MySqlParser.AlterByChangeDefaultContext ctx)
alterByChangeDefault
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByChangeDefault in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByChangeColumn(MySqlParser.AlterByChangeColumnContext ctx)
alterByChangeColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByChangeColumn in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByRenameColumn(MySqlParser.AlterByRenameColumnContext ctx)
alterByRenameColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByRenameColumn in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByLock(MySqlParser.AlterByLockContext ctx)
alterByLock
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByLock in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByModifyColumn(MySqlParser.AlterByModifyColumnContext ctx)
alterByModifyColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByModifyColumn in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDropColumn(MySqlParser.AlterByDropColumnContext ctx)
alterByDropColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDropColumn in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDropPrimaryKey(MySqlParser.AlterByDropPrimaryKeyContext ctx)
alterByDropPrimaryKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDropPrimaryKey in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByRenameIndex(MySqlParser.AlterByRenameIndexContext ctx)
alterByRenameIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByRenameIndex in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDropIndex(MySqlParser.AlterByDropIndexContext ctx)
alterByDropIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDropIndex in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDropForeignKey(MySqlParser.AlterByDropForeignKeyContext ctx)
alterByDropForeignKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDropForeignKey in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDisableKeys(MySqlParser.AlterByDisableKeysContext ctx)
alterByDisableKeys
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDisableKeys in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByEnableKeys(MySqlParser.AlterByEnableKeysContext ctx)
alterByEnableKeys
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByEnableKeys in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByRename(MySqlParser.AlterByRenameContext ctx)
alterByRename
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByRename in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByOrder(MySqlParser.AlterByOrderContext ctx)
alterByOrder
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByOrder in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByConvertCharset(MySqlParser.AlterByConvertCharsetContext ctx)
alterByConvertCharset
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByConvertCharset in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDefaultCharset(MySqlParser.AlterByDefaultCharsetContext ctx)
alterByDefaultCharset
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDefaultCharset in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDiscardTablespace(MySqlParser.AlterByDiscardTablespaceContext ctx)
alterByDiscardTablespace
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDiscardTablespace in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByImportTablespace(MySqlParser.AlterByImportTablespaceContext ctx)
alterByImportTablespace
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByImportTablespace in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByForce(MySqlParser.AlterByForceContext ctx)
alterByForce
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByForce in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByValidate(MySqlParser.AlterByValidateContext ctx)
alterByValidate
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByValidate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAddPartition(MySqlParser.AlterByAddPartitionContext ctx)
alterByAddPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAddPartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDropPartition(MySqlParser.AlterByDropPartitionContext ctx)
alterByDropPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDropPartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByDiscardPartition(MySqlParser.AlterByDiscardPartitionContext ctx)
alterByDiscardPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByDiscardPartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByImportPartition(MySqlParser.AlterByImportPartitionContext ctx)
alterByImportPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByImportPartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByTruncatePartition(MySqlParser.AlterByTruncatePartitionContext ctx)
alterByTruncatePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByTruncatePartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByCoalescePartition(MySqlParser.AlterByCoalescePartitionContext ctx)
alterByCoalescePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByCoalescePartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByReorganizePartition(MySqlParser.AlterByReorganizePartitionContext ctx)
alterByReorganizePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByReorganizePartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByExchangePartition(MySqlParser.AlterByExchangePartitionContext ctx)
alterByExchangePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByExchangePartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByAnalyzePartition(MySqlParser.AlterByAnalyzePartitionContext ctx)
alterByAnalyzePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByAnalyzePartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByCheckPartition(MySqlParser.AlterByCheckPartitionContext ctx)
alterByCheckPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByCheckPartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByOptimizePartition(MySqlParser.AlterByOptimizePartitionContext ctx)
alterByOptimizePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByOptimizePartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByRebuildPartition(MySqlParser.AlterByRebuildPartitionContext ctx)
alterByRebuildPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByRebuildPartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByRepairPartition(MySqlParser.AlterByRepairPartitionContext ctx)
alterByRepairPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByRepairPartition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByRemovePartitioning(MySqlParser.AlterByRemovePartitioningContext ctx)
alterByRemovePartitioning
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByRemovePartitioning in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterByUpgradePartitioning(MySqlParser.AlterByUpgradePartitioningContext ctx)
alterByUpgradePartitioning
labeled alternative in MySqlParser.alterSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterByUpgradePartitioning in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropDatabase(MySqlParser.DropDatabaseContext ctx)
MySqlParser.dropDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropEvent(MySqlParser.DropEventContext ctx)
MySqlParser.dropEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropEvent in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropIndex(MySqlParser.DropIndexContext ctx)
MySqlParser.dropIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndex in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropLogfileGroup(MySqlParser.DropLogfileGroupContext ctx)
MySqlParser.dropLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropLogfileGroup in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropProcedure(MySqlParser.DropProcedureContext ctx)
MySqlParser.dropProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropProcedure in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropFunction(MySqlParser.DropFunctionContext ctx)
MySqlParser.dropFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropFunction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropServer(MySqlParser.DropServerContext ctx)
MySqlParser.dropServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropServer in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropTable(MySqlParser.DropTableContext ctx)
MySqlParser.dropTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropTablespace(MySqlParser.DropTablespaceContext ctx)
MySqlParser.dropTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTablespace in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropTrigger(MySqlParser.DropTriggerContext ctx)
MySqlParser.dropTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTrigger in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropView(MySqlParser.DropViewContext ctx)
MySqlParser.dropView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropView in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRenameTable(MySqlParser.RenameTableContext ctx)
MySqlParser.renameTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRenameTableClause(MySqlParser.RenameTableClauseContext ctx)
MySqlParser.renameTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameTableClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTruncateTable(MySqlParser.TruncateTableContext ctx)
MySqlParser.truncateTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTruncateTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCallStatement(MySqlParser.CallStatementContext ctx)
MySqlParser.callStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCallStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDeleteStatement(MySqlParser.DeleteStatementContext ctx)
MySqlParser.deleteStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeleteStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDoStatement(MySqlParser.DoStatementContext ctx)
MySqlParser.doStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerStatement(MySqlParser.HandlerStatementContext ctx)
MySqlParser.handlerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitInsertStatement(MySqlParser.InsertStatementContext ctx)
MySqlParser.insertStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLoadDataStatement(MySqlParser.LoadDataStatementContext ctx)
MySqlParser.loadDataStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadDataStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLoadXmlStatement(MySqlParser.LoadXmlStatementContext ctx)
MySqlParser.loadXmlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadXmlStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReplaceStatement(MySqlParser.ReplaceStatementContext ctx)
MySqlParser.replaceStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplaceStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleSelect(MySqlParser.SimpleSelectContext ctx)
simpleSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleSelect in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitParenthesisSelect(MySqlParser.ParenthesisSelectContext ctx)
parenthesisSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenthesisSelect in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnionSelect(MySqlParser.UnionSelectContext ctx)
unionSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionSelect in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnionParenthesisSelect(MySqlParser.UnionParenthesisSelectContext ctx)
unionParenthesisSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionParenthesisSelect in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUpdateStatement(MySqlParser.UpdateStatementContext ctx)
MySqlParser.updateStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdateStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitInsertStatementValue(MySqlParser.InsertStatementValueContext ctx)
MySqlParser.insertStatementValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertStatementValue in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUpdatedElement(MySqlParser.UpdatedElementContext ctx)
MySqlParser.updatedElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdatedElement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAssignmentField(MySqlParser.AssignmentFieldContext ctx)
MySqlParser.assignmentField().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentField in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLockClause(MySqlParser.LockClauseContext ctx)
MySqlParser.lockClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSingleDeleteStatement(MySqlParser.SingleDeleteStatementContext ctx)
MySqlParser.singleDeleteStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleDeleteStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMultipleDeleteStatement(MySqlParser.MultipleDeleteStatementContext ctx)
MySqlParser.multipleDeleteStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleDeleteStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerOpenStatement(MySqlParser.HandlerOpenStatementContext ctx)
MySqlParser.handlerOpenStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerOpenStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerReadIndexStatement(MySqlParser.HandlerReadIndexStatementContext ctx)
MySqlParser.handlerReadIndexStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerReadIndexStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerReadStatement(MySqlParser.HandlerReadStatementContext ctx)
MySqlParser.handlerReadStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerReadStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerCloseStatement(MySqlParser.HandlerCloseStatementContext ctx)
MySqlParser.handlerCloseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerCloseStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSingleUpdateStatement(MySqlParser.SingleUpdateStatementContext ctx)
MySqlParser.singleUpdateStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleUpdateStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMultipleUpdateStatement(MySqlParser.MultipleUpdateStatementContext ctx)
MySqlParser.multipleUpdateStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleUpdateStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitOrderByClause(MySqlParser.OrderByClauseContext ctx)
MySqlParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitOrderByExpression(MySqlParser.OrderByExpressionContext ctx)
MySqlParser.orderByExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByExpression in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableSources(MySqlParser.TableSourcesContext ctx)
MySqlParser.tableSources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableSources in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableSourceBase(MySqlParser.TableSourceBaseContext ctx)
tableSourceBase
labeled alternative in MySqlParser.tableSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableSourceBase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableSourceNested(MySqlParser.TableSourceNestedContext ctx)
tableSourceNested
labeled alternative in MySqlParser.tableSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableSourceNested in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAtomTableItem(MySqlParser.AtomTableItemContext ctx)
atomTableItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAtomTableItem in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubqueryTableItem(MySqlParser.SubqueryTableItemContext ctx)
subqueryTableItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryTableItem in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableSourcesItem(MySqlParser.TableSourcesItemContext ctx)
tableSourcesItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableSourcesItem in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIndexHint(MySqlParser.IndexHintContext ctx)
MySqlParser.indexHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexHint in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIndexHintType(MySqlParser.IndexHintTypeContext ctx)
MySqlParser.indexHintType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexHintType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitInnerJoin(MySqlParser.InnerJoinContext ctx)
innerJoin
labeled alternative in MySqlParser.joinPart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInnerJoin in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStraightJoin(MySqlParser.StraightJoinContext ctx)
straightJoin
labeled alternative in MySqlParser.joinPart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStraightJoin in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitOuterJoin(MySqlParser.OuterJoinContext ctx)
outerJoin
labeled alternative in MySqlParser.joinPart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOuterJoin in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNaturalJoin(MySqlParser.NaturalJoinContext ctx)
naturalJoin
labeled alternative in MySqlParser.joinPart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNaturalJoin in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitQueryExpression(MySqlParser.QueryExpressionContext ctx)
MySqlParser.queryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpression in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitQueryExpressionNointo(MySqlParser.QueryExpressionNointoContext ctx)
MySqlParser.queryExpressionNointo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpressionNointo in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitQuerySpecification(MySqlParser.QuerySpecificationContext ctx)
MySqlParser.querySpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuerySpecification in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitQuerySpecificationNointo(MySqlParser.QuerySpecificationNointoContext ctx)
MySqlParser.querySpecificationNointo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuerySpecificationNointo in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnionParenthesis(MySqlParser.UnionParenthesisContext ctx)
MySqlParser.unionParenthesis().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionParenthesis in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnionStatement(MySqlParser.UnionStatementContext ctx)
MySqlParser.unionStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnionStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectSpec(MySqlParser.SelectSpecContext ctx)
MySqlParser.selectSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectSpec in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectElements(MySqlParser.SelectElementsContext ctx)
MySqlParser.selectElements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectElements in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectStarElement(MySqlParser.SelectStarElementContext ctx)
selectStarElement
labeled alternative in MySqlParser.selectElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectStarElement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectColumnElement(MySqlParser.SelectColumnElementContext ctx)
selectColumnElement
labeled alternative in MySqlParser.selectElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectColumnElement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectFunctionElement(MySqlParser.SelectFunctionElementContext ctx)
selectFunctionElement
labeled alternative in MySqlParser.selectElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectFunctionElement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectExpressionElement(MySqlParser.SelectExpressionElementContext ctx)
selectExpressionElement
labeled alternative in MySqlParser.selectElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectExpressionElement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectIntoVariables(MySqlParser.SelectIntoVariablesContext ctx)
selectIntoVariables
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectIntoVariables in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectIntoDumpFile(MySqlParser.SelectIntoDumpFileContext ctx)
selectIntoDumpFile
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectIntoDumpFile in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectIntoTextFile(MySqlParser.SelectIntoTextFileContext ctx)
selectIntoTextFile
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectIntoTextFile in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectFieldsInto(MySqlParser.SelectFieldsIntoContext ctx)
MySqlParser.selectFieldsInto().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectFieldsInto in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSelectLinesInto(MySqlParser.SelectLinesIntoContext ctx)
MySqlParser.selectLinesInto().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectLinesInto in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFromClause(MySqlParser.FromClauseContext ctx)
MySqlParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGroupByItem(MySqlParser.GroupByItemContext ctx)
MySqlParser.groupByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByItem in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLimitClause(MySqlParser.LimitClauseContext ctx)
MySqlParser.limitClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLimitClauseAtom(MySqlParser.LimitClauseAtomContext ctx)
MySqlParser.limitClauseAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitClauseAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStartTransaction(MySqlParser.StartTransactionContext ctx)
MySqlParser.startTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartTransaction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBeginWork(MySqlParser.BeginWorkContext ctx)
MySqlParser.beginWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginWork in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCommitWork(MySqlParser.CommitWorkContext ctx)
MySqlParser.commitWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommitWork in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRollbackWork(MySqlParser.RollbackWorkContext ctx)
MySqlParser.rollbackWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollbackWork in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSavepointStatement(MySqlParser.SavepointStatementContext ctx)
MySqlParser.savepointStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSavepointStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRollbackStatement(MySqlParser.RollbackStatementContext ctx)
MySqlParser.rollbackStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollbackStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReleaseStatement(MySqlParser.ReleaseStatementContext ctx)
MySqlParser.releaseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReleaseStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLockTables(MySqlParser.LockTablesContext ctx)
MySqlParser.lockTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockTables in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnlockTables(MySqlParser.UnlockTablesContext ctx)
MySqlParser.unlockTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlockTables in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetAutocommitStatement(MySqlParser.SetAutocommitStatementContext ctx)
MySqlParser.setAutocommitStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAutocommitStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetTransactionStatement(MySqlParser.SetTransactionStatementContext ctx)
MySqlParser.setTransactionStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTransactionStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTransactionMode(MySqlParser.TransactionModeContext ctx)
MySqlParser.transactionMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionMode in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLockTableElement(MySqlParser.LockTableElementContext ctx)
MySqlParser.lockTableElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockTableElement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLockAction(MySqlParser.LockActionContext ctx)
MySqlParser.lockAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockAction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTransactionOption(MySqlParser.TransactionOptionContext ctx)
MySqlParser.transactionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTransactionLevel(MySqlParser.TransactionLevelContext ctx)
MySqlParser.transactionLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionLevel in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitChangeMaster(MySqlParser.ChangeMasterContext ctx)
MySqlParser.changeMaster().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeMaster in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitChangeReplicationFilter(MySqlParser.ChangeReplicationFilterContext ctx)
MySqlParser.changeReplicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeReplicationFilter in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPurgeBinaryLogs(MySqlParser.PurgeBinaryLogsContext ctx)
MySqlParser.purgeBinaryLogs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPurgeBinaryLogs in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitResetMaster(MySqlParser.ResetMasterContext ctx)
MySqlParser.resetMaster().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetMaster in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitResetSlave(MySqlParser.ResetSlaveContext ctx)
MySqlParser.resetSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetSlave in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStartSlave(MySqlParser.StartSlaveContext ctx)
MySqlParser.startSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartSlave in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStopSlave(MySqlParser.StopSlaveContext ctx)
MySqlParser.stopSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopSlave in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStartGroupReplication(MySqlParser.StartGroupReplicationContext ctx)
MySqlParser.startGroupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartGroupReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStopGroupReplication(MySqlParser.StopGroupReplicationContext ctx)
MySqlParser.stopGroupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopGroupReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMasterStringOption(MySqlParser.MasterStringOptionContext ctx)
masterStringOption
labeled alternative in MySqlParser.masterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterStringOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMasterDecimalOption(MySqlParser.MasterDecimalOptionContext ctx)
masterDecimalOption
labeled alternative in MySqlParser.masterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterDecimalOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMasterBoolOption(MySqlParser.MasterBoolOptionContext ctx)
masterBoolOption
labeled alternative in MySqlParser.masterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterBoolOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMasterRealOption(MySqlParser.MasterRealOptionContext ctx)
masterRealOption
labeled alternative in MySqlParser.masterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterRealOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMasterUidListOption(MySqlParser.MasterUidListOptionContext ctx)
masterUidListOption
labeled alternative in MySqlParser.masterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterUidListOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStringMasterOption(MySqlParser.StringMasterOptionContext ctx)
MySqlParser.stringMasterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringMasterOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDecimalMasterOption(MySqlParser.DecimalMasterOptionContext ctx)
MySqlParser.decimalMasterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDecimalMasterOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBoolMasterOption(MySqlParser.BoolMasterOptionContext ctx)
MySqlParser.boolMasterOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolMasterOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitChannelOption(MySqlParser.ChannelOptionContext ctx)
MySqlParser.channelOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannelOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDoDbReplication(MySqlParser.DoDbReplicationContext ctx)
doDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoDbReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIgnoreDbReplication(MySqlParser.IgnoreDbReplicationContext ctx)
ignoreDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreDbReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDoTableReplication(MySqlParser.DoTableReplicationContext ctx)
doTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoTableReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIgnoreTableReplication(MySqlParser.IgnoreTableReplicationContext ctx)
ignoreTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreTableReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitWildDoTableReplication(MySqlParser.WildDoTableReplicationContext ctx)
wildDoTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWildDoTableReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitWildIgnoreTableReplication(MySqlParser.WildIgnoreTableReplicationContext ctx)
wildIgnoreTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWildIgnoreTableReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRewriteDbReplication(MySqlParser.RewriteDbReplicationContext ctx)
rewriteDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRewriteDbReplication in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTablePair(MySqlParser.TablePairContext ctx)
MySqlParser.tablePair().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablePair in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitThreadType(MySqlParser.ThreadTypeContext ctx)
MySqlParser.threadType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitThreadType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGtidsUntilOption(MySqlParser.GtidsUntilOptionContext ctx)
gtidsUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGtidsUntilOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMasterLogUntilOption(MySqlParser.MasterLogUntilOptionContext ctx)
masterLogUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterLogUntilOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRelayLogUntilOption(MySqlParser.RelayLogUntilOptionContext ctx)
relayLogUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelayLogUntilOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSqlGapsUntilOption(MySqlParser.SqlGapsUntilOptionContext ctx)
sqlGapsUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlGapsUntilOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUserConnectionOption(MySqlParser.UserConnectionOptionContext ctx)
userConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserConnectionOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPasswordConnectionOption(MySqlParser.PasswordConnectionOptionContext ctx)
passwordConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPasswordConnectionOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDefaultAuthConnectionOption(MySqlParser.DefaultAuthConnectionOptionContext ctx)
defaultAuthConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultAuthConnectionOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPluginDirConnectionOption(MySqlParser.PluginDirConnectionOptionContext ctx)
pluginDirConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPluginDirConnectionOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGtuidSet(MySqlParser.GtuidSetContext ctx)
MySqlParser.gtuidSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGtuidSet in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXaStartTransaction(MySqlParser.XaStartTransactionContext ctx)
MySqlParser.xaStartTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXaStartTransaction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXaEndTransaction(MySqlParser.XaEndTransactionContext ctx)
MySqlParser.xaEndTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXaEndTransaction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXaPrepareStatement(MySqlParser.XaPrepareStatementContext ctx)
MySqlParser.xaPrepareStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXaPrepareStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXaCommitWork(MySqlParser.XaCommitWorkContext ctx)
MySqlParser.xaCommitWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXaCommitWork in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXaRollbackWork(MySqlParser.XaRollbackWorkContext ctx)
MySqlParser.xaRollbackWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXaRollbackWork in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXaRecoverWork(MySqlParser.XaRecoverWorkContext ctx)
MySqlParser.xaRecoverWork().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXaRecoverWork in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPrepareStatement(MySqlParser.PrepareStatementContext ctx)
MySqlParser.prepareStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepareStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExecuteStatement(MySqlParser.ExecuteStatementContext ctx)
MySqlParser.executeStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecuteStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDeallocatePrepare(MySqlParser.DeallocatePrepareContext ctx)
MySqlParser.deallocatePrepare().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeallocatePrepare in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRoutineBody(MySqlParser.RoutineBodyContext ctx)
MySqlParser.routineBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineBody in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBlockStatement(MySqlParser.BlockStatementContext ctx)
MySqlParser.blockStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBlockStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCaseStatement(MySqlParser.CaseStatementContext ctx)
MySqlParser.caseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIfStatement(MySqlParser.IfStatementContext ctx)
MySqlParser.ifStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIterateStatement(MySqlParser.IterateStatementContext ctx)
MySqlParser.iterateStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIterateStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLeaveStatement(MySqlParser.LeaveStatementContext ctx)
MySqlParser.leaveStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeaveStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLoopStatement(MySqlParser.LoopStatementContext ctx)
MySqlParser.loopStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRepeatStatement(MySqlParser.RepeatStatementContext ctx)
MySqlParser.repeatStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepeatStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitReturnStatement(MySqlParser.ReturnStatementContext ctx)
MySqlParser.returnStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReturnStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitWhileStatement(MySqlParser.WhileStatementContext ctx)
MySqlParser.whileStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhileStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCloseCursor(MySqlParser.CloseCursorContext ctx)
CloseCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloseCursor in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFetchCursor(MySqlParser.FetchCursorContext ctx)
FetchCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFetchCursor in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitOpenCursor(MySqlParser.OpenCursorContext ctx)
OpenCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOpenCursor in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDeclareVariable(MySqlParser.DeclareVariableContext ctx)
MySqlParser.declareVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareVariable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDeclareCondition(MySqlParser.DeclareConditionContext ctx)
MySqlParser.declareCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareCondition in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDeclareCursor(MySqlParser.DeclareCursorContext ctx)
MySqlParser.declareCursor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareCursor in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDeclareHandler(MySqlParser.DeclareHandlerContext ctx)
MySqlParser.declareHandler().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareHandler in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerConditionCode(MySqlParser.HandlerConditionCodeContext ctx)
handlerConditionCode
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerConditionCode in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerConditionState(MySqlParser.HandlerConditionStateContext ctx)
handlerConditionState
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerConditionState in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerConditionName(MySqlParser.HandlerConditionNameContext ctx)
handlerConditionName
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerConditionName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerConditionWarning(MySqlParser.HandlerConditionWarningContext ctx)
handlerConditionWarning
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerConditionWarning in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerConditionNotfound(MySqlParser.HandlerConditionNotfoundContext ctx)
handlerConditionNotfound
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerConditionNotfound in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHandlerConditionException(MySqlParser.HandlerConditionExceptionContext ctx)
handlerConditionException
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerConditionException in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitProcedureSqlStatement(MySqlParser.ProcedureSqlStatementContext ctx)
MySqlParser.procedureSqlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcedureSqlStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCaseAlternative(MySqlParser.CaseAlternativeContext ctx)
MySqlParser.caseAlternative().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseAlternative in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitElifAlternative(MySqlParser.ElifAlternativeContext ctx)
MySqlParser.elifAlternative().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElifAlternative in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterUserMysqlV56(MySqlParser.AlterUserMysqlV56Context ctx)
alterUserMysqlV56
labeled alternative in MySqlParser.alterUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserMysqlV56 in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAlterUserMysqlV57(MySqlParser.AlterUserMysqlV57Context ctx)
alterUserMysqlV57
labeled alternative in MySqlParser.alterUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserMysqlV57 in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateUserMysqlV56(MySqlParser.CreateUserMysqlV56Context ctx)
createUserMysqlV56
labeled alternative in MySqlParser.createUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserMysqlV56 in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateUserMysqlV57(MySqlParser.CreateUserMysqlV57Context ctx)
createUserMysqlV57
labeled alternative in MySqlParser.createUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserMysqlV57 in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDropUser(MySqlParser.DropUserContext ctx)
MySqlParser.dropUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropUser in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGrantStatement(MySqlParser.GrantStatementContext ctx)
MySqlParser.grantStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGrantProxy(MySqlParser.GrantProxyContext ctx)
MySqlParser.grantProxy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantProxy in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRenameUser(MySqlParser.RenameUserContext ctx)
MySqlParser.renameUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameUser in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDetailRevoke(MySqlParser.DetailRevokeContext ctx)
detailRevoke
labeled alternative in MySqlParser.revokeStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDetailRevoke in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShortRevoke(MySqlParser.ShortRevokeContext ctx)
shortRevoke
labeled alternative in MySqlParser.revokeStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShortRevoke in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRevokeProxy(MySqlParser.RevokeProxyContext ctx)
MySqlParser.revokeProxy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeProxy in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetPasswordStatement(MySqlParser.SetPasswordStatementContext ctx)
MySqlParser.setPasswordStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetPasswordStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUserSpecification(MySqlParser.UserSpecificationContext ctx)
MySqlParser.userSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserSpecification in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPasswordAuthOption(MySqlParser.PasswordAuthOptionContext ctx)
passwordAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPasswordAuthOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStringAuthOption(MySqlParser.StringAuthOptionContext ctx)
stringAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringAuthOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHashAuthOption(MySqlParser.HashAuthOptionContext ctx)
hashAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHashAuthOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleAuthOption(MySqlParser.SimpleAuthOptionContext ctx)
simpleAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleAuthOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTlsOption(MySqlParser.TlsOptionContext ctx)
MySqlParser.tlsOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTlsOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUserResourceOption(MySqlParser.UserResourceOptionContext ctx)
MySqlParser.userResourceOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserResourceOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUserPasswordOption(MySqlParser.UserPasswordOptionContext ctx)
MySqlParser.userPasswordOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserPasswordOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUserLockOption(MySqlParser.UserLockOptionContext ctx)
MySqlParser.userLockOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserLockOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPrivelegeClause(MySqlParser.PrivelegeClauseContext ctx)
MySqlParser.privelegeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivelegeClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPrivilege(MySqlParser.PrivilegeContext ctx)
MySqlParser.privilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilege in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCurrentSchemaPriviLevel(MySqlParser.CurrentSchemaPriviLevelContext ctx)
currentSchemaPriviLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentSchemaPriviLevel in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGlobalPrivLevel(MySqlParser.GlobalPrivLevelContext ctx)
globalPrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGlobalPrivLevel in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDefiniteSchemaPrivLevel(MySqlParser.DefiniteSchemaPrivLevelContext ctx)
definiteSchemaPrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefiniteSchemaPrivLevel in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDefiniteFullTablePrivLevel(MySqlParser.DefiniteFullTablePrivLevelContext ctx)
definiteFullTablePrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefiniteFullTablePrivLevel in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDefiniteFullTablePrivLevel2(MySqlParser.DefiniteFullTablePrivLevel2Context ctx)
definiteFullTablePrivLevel2
labeled alternative in MySqlParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefiniteFullTablePrivLevel2 in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDefiniteTablePrivLevel(MySqlParser.DefiniteTablePrivLevelContext ctx)
definiteTablePrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefiniteTablePrivLevel in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRenameUserClause(MySqlParser.RenameUserClauseContext ctx)
MySqlParser.renameUserClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameUserClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAnalyzeTable(MySqlParser.AnalyzeTableContext ctx)
MySqlParser.analyzeTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnalyzeTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCheckTable(MySqlParser.CheckTableContext ctx)
MySqlParser.checkTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitChecksumTable(MySqlParser.ChecksumTableContext ctx)
MySqlParser.checksumTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChecksumTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitOptimizeTable(MySqlParser.OptimizeTableContext ctx)
MySqlParser.optimizeTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptimizeTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRepairTable(MySqlParser.RepairTableContext ctx)
MySqlParser.repairTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepairTable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCheckTableOption(MySqlParser.CheckTableOptionContext ctx)
MySqlParser.checkTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckTableOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCreateUdfunction(MySqlParser.CreateUdfunctionContext ctx)
MySqlParser.createUdfunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUdfunction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitInstallPlugin(MySqlParser.InstallPluginContext ctx)
MySqlParser.installPlugin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstallPlugin in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUninstallPlugin(MySqlParser.UninstallPluginContext ctx)
MySqlParser.uninstallPlugin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUninstallPlugin in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetVariable(MySqlParser.SetVariableContext ctx)
setVariable
labeled alternative in MySqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetCharset(MySqlParser.SetCharsetContext ctx)
setCharset
labeled alternative in MySqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetCharset in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetNames(MySqlParser.SetNamesContext ctx)
setNames
labeled alternative in MySqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetNames in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetPassword(MySqlParser.SetPasswordContext ctx)
setPassword
labeled alternative in MySqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetPassword in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetTransaction(MySqlParser.SetTransactionContext ctx)
setTransaction
labeled alternative in MySqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTransaction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetAutocommit(MySqlParser.SetAutocommitContext ctx)
setAutocommit
labeled alternative in MySqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAutocommit in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSetNewValueInsideTrigger(MySqlParser.SetNewValueInsideTriggerContext ctx)
setNewValueInsideTrigger
labeled alternative in MySqlParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetNewValueInsideTrigger in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowMasterLogs(MySqlParser.ShowMasterLogsContext ctx)
showMasterLogs
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMasterLogs in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowLogEvents(MySqlParser.ShowLogEventsContext ctx)
showLogEvents
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowLogEvents in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowObjectFilter(MySqlParser.ShowObjectFilterContext ctx)
showObjectFilter
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowObjectFilter in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowColumns(MySqlParser.ShowColumnsContext ctx)
showColumns
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowColumns in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowCreateDb(MySqlParser.ShowCreateDbContext ctx)
showCreateDb
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateDb in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowCreateFullIdObject(MySqlParser.ShowCreateFullIdObjectContext ctx)
showCreateFullIdObject
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateFullIdObject in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowCreateUser(MySqlParser.ShowCreateUserContext ctx)
showCreateUser
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateUser in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowEngine(MySqlParser.ShowEngineContext ctx)
showEngine
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEngine in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowGlobalInfo(MySqlParser.ShowGlobalInfoContext ctx)
showGlobalInfo
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowGlobalInfo in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowErrors(MySqlParser.ShowErrorsContext ctx)
showErrors
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowErrors in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowCountErrors(MySqlParser.ShowCountErrorsContext ctx)
showCountErrors
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCountErrors in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowSchemaFilter(MySqlParser.ShowSchemaFilterContext ctx)
showSchemaFilter
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSchemaFilter in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowRoutine(MySqlParser.ShowRoutineContext ctx)
showRoutine
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRoutine in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowGrants(MySqlParser.ShowGrantsContext ctx)
showGrants
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowGrants in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowIndexes(MySqlParser.ShowIndexesContext ctx)
showIndexes
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowIndexes in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowOpenTables(MySqlParser.ShowOpenTablesContext ctx)
showOpenTables
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowOpenTables in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowProfile(MySqlParser.ShowProfileContext ctx)
showProfile
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfile in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowSlaveStatus(MySqlParser.ShowSlaveStatusContext ctx)
showSlaveStatus
labeled alternative in MySqlParser.showStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSlaveStatus in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitVariableClause(MySqlParser.VariableClauseContext ctx)
MySqlParser.variableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowCommonEntity(MySqlParser.ShowCommonEntityContext ctx)
MySqlParser.showCommonEntity().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCommonEntity in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowFilter(MySqlParser.ShowFilterContext ctx)
MySqlParser.showFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFilter in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowGlobalInfoClause(MySqlParser.ShowGlobalInfoClauseContext ctx)
MySqlParser.showGlobalInfoClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowGlobalInfoClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowSchemaEntity(MySqlParser.ShowSchemaEntityContext ctx)
MySqlParser.showSchemaEntity().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSchemaEntity in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShowProfileType(MySqlParser.ShowProfileTypeContext ctx)
MySqlParser.showProfileType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfileType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBinlogStatement(MySqlParser.BinlogStatementContext ctx)
MySqlParser.binlogStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinlogStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCacheIndexStatement(MySqlParser.CacheIndexStatementContext ctx)
MySqlParser.cacheIndexStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCacheIndexStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFlushStatement(MySqlParser.FlushStatementContext ctx)
MySqlParser.flushStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlushStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitKillStatement(MySqlParser.KillStatementContext ctx)
MySqlParser.killStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKillStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLoadIndexIntoCache(MySqlParser.LoadIndexIntoCacheContext ctx)
MySqlParser.loadIndexIntoCache().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadIndexIntoCache in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitResetStatement(MySqlParser.ResetStatementContext ctx)
MySqlParser.resetStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitShutdownStatement(MySqlParser.ShutdownStatementContext ctx)
MySqlParser.shutdownStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShutdownStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableIndexes(MySqlParser.TableIndexesContext ctx)
MySqlParser.tableIndexes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableIndexes in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleFlushOption(MySqlParser.SimpleFlushOptionContext ctx)
simpleFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleFlushOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitChannelFlushOption(MySqlParser.ChannelFlushOptionContext ctx)
channelFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannelFlushOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableFlushOption(MySqlParser.TableFlushOptionContext ctx)
tableFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFlushOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFlushTableOption(MySqlParser.FlushTableOptionContext ctx)
MySqlParser.flushTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlushTableOption in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLoadedTableIndexes(MySqlParser.LoadedTableIndexesContext ctx)
MySqlParser.loadedTableIndexes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadedTableIndexes in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleDescribeStatement(MySqlParser.SimpleDescribeStatementContext ctx)
MySqlParser.simpleDescribeStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleDescribeStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFullDescribeStatement(MySqlParser.FullDescribeStatementContext ctx)
MySqlParser.fullDescribeStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullDescribeStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHelpStatement(MySqlParser.HelpStatementContext ctx)
MySqlParser.helpStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHelpStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUseStatement(MySqlParser.UseStatementContext ctx)
MySqlParser.useStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUseStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSignalStatement(MySqlParser.SignalStatementContext ctx)
MySqlParser.signalStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignalStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitResignalStatement(MySqlParser.ResignalStatementContext ctx)
MySqlParser.resignalStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResignalStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSignalConditionInformation(MySqlParser.SignalConditionInformationContext ctx)
MySqlParser.signalConditionInformation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignalConditionInformation in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDiagnosticsStatement(MySqlParser.DiagnosticsStatementContext ctx)
MySqlParser.diagnosticsStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiagnosticsStatement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDiagnosticsConditionInformationName(MySqlParser.DiagnosticsConditionInformationNameContext ctx)
MySqlParser.diagnosticsConditionInformationName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiagnosticsConditionInformationName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDescribeStatements(MySqlParser.DescribeStatementsContext ctx)
describeStatements
labeled alternative in MySqlParser.describeObjectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescribeStatements in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDescribeConnection(MySqlParser.DescribeConnectionContext ctx)
describeConnection
labeled alternative in MySqlParser.describeObjectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescribeConnection in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFullId(MySqlParser.FullIdContext ctx)
MySqlParser.fullId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullId in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTableName(MySqlParser.TableNameContext ctx)
MySqlParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFullColumnName(MySqlParser.FullColumnNameContext ctx)
MySqlParser.fullColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullColumnName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIndexColumnName(MySqlParser.IndexColumnNameContext ctx)
MySqlParser.indexColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexColumnName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUserName(MySqlParser.UserNameContext ctx)
MySqlParser.userName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMysqlVariable(MySqlParser.MysqlVariableContext ctx)
MySqlParser.mysqlVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMysqlVariable in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCharsetName(MySqlParser.CharsetNameContext ctx)
MySqlParser.charsetName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharsetName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCollationName(MySqlParser.CollationNameContext ctx)
MySqlParser.collationName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollationName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitEngineName(MySqlParser.EngineNameContext ctx)
MySqlParser.engineName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEngineName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUuidSet(MySqlParser.UuidSetContext ctx)
MySqlParser.uuidSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUuidSet in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXid(MySqlParser.XidContext ctx)
MySqlParser.xid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXid in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitXuidStringId(MySqlParser.XuidStringIdContext ctx)
MySqlParser.xuidStringId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXuidStringId in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAuthPlugin(MySqlParser.AuthPluginContext ctx)
MySqlParser.authPlugin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAuthPlugin in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUid(MySqlParser.UidContext ctx)
MySqlParser.uid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUid in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleId(MySqlParser.SimpleIdContext ctx)
MySqlParser.simpleId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleId in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDottedId(MySqlParser.DottedIdContext ctx)
MySqlParser.dottedId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDottedId in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDecimalLiteral(MySqlParser.DecimalLiteralContext ctx)
MySqlParser.decimalLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDecimalLiteral in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFileSizeLiteral(MySqlParser.FileSizeLiteralContext ctx)
MySqlParser.fileSizeLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileSizeLiteral in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStringLiteral(MySqlParser.StringLiteralContext ctx)
MySqlParser.stringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiteral in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBooleanLiteral(MySqlParser.BooleanLiteralContext ctx)
MySqlParser.booleanLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiteral in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitHexadecimalLiteral(MySqlParser.HexadecimalLiteralContext ctx)
MySqlParser.hexadecimalLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiteral in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNullNotnull(MySqlParser.NullNotnullContext ctx)
MySqlParser.nullNotnull().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullNotnull in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitConstant(MySqlParser.ConstantContext ctx)
MySqlParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstant in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitStringDataType(MySqlParser.StringDataTypeContext ctx)
stringDataType
labeled alternative in MySqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNationalStringDataType(MySqlParser.NationalStringDataTypeContext ctx)
nationalStringDataType
labeled alternative in MySqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNationalStringDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNationalVaryingStringDataType(MySqlParser.NationalVaryingStringDataTypeContext ctx)
nationalVaryingStringDataType
labeled alternative in MySqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNationalVaryingStringDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDimensionDataType(MySqlParser.DimensionDataTypeContext ctx)
dimensionDataType
labeled alternative in MySqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDimensionDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleDataType(MySqlParser.SimpleDataTypeContext ctx)
simpleDataType
labeled alternative in MySqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCollectionDataType(MySqlParser.CollectionDataTypeContext ctx)
collectionDataType
labeled alternative in MySqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollectionDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSpatialDataType(MySqlParser.SpatialDataTypeContext ctx)
spatialDataType
labeled alternative in MySqlParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpatialDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCollectionOptions(MySqlParser.CollectionOptionsContext ctx)
MySqlParser.collectionOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollectionOptions in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitConvertedDataType(MySqlParser.ConvertedDataTypeContext ctx)
MySqlParser.convertedDataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertedDataType in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLengthOneDimension(MySqlParser.LengthOneDimensionContext ctx)
MySqlParser.lengthOneDimension().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLengthOneDimension in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLengthTwoDimension(MySqlParser.LengthTwoDimensionContext ctx)
MySqlParser.lengthTwoDimension().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLengthTwoDimension in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLengthTwoOptionalDimension(MySqlParser.LengthTwoOptionalDimensionContext ctx)
MySqlParser.lengthTwoOptionalDimension().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLengthTwoOptionalDimension in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUidList(MySqlParser.UidListContext ctx)
MySqlParser.uidList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUidList in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTables(MySqlParser.TablesContext ctx)
MySqlParser.tables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTables in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIndexColumnNames(MySqlParser.IndexColumnNamesContext ctx)
MySqlParser.indexColumnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexColumnNames in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExpressions(MySqlParser.ExpressionsContext ctx)
MySqlParser.expressions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressions in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExpressionsForUpdate(MySqlParser.ExpressionsForUpdateContext ctx)
MySqlParser.expressionsForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionsForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExpressionsWithDefaults(MySqlParser.ExpressionsWithDefaultsContext ctx)
MySqlParser.expressionsWithDefaults().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionsWithDefaults in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitConstants(MySqlParser.ConstantsContext ctx)
MySqlParser.constants().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstants in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleStrings(MySqlParser.SimpleStringsContext ctx)
MySqlParser.simpleStrings().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleStrings in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUserVariables(MySqlParser.UserVariablesContext ctx)
MySqlParser.userVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserVariables in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDefaultValue(MySqlParser.DefaultValueContext ctx)
MySqlParser.defaultValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultValue in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCurrentTimestamp(MySqlParser.CurrentTimestampContext ctx)
MySqlParser.currentTimestamp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentTimestamp in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExpressionOrDefault(MySqlParser.ExpressionOrDefaultContext ctx)
MySqlParser.expressionOrDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionOrDefault in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIfExists(MySqlParser.IfExistsContext ctx)
MySqlParser.ifExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExists in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIfNotExists(MySqlParser.IfNotExistsContext ctx)
MySqlParser.ifNotExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfNotExists in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSpecificFunctionCall(MySqlParser.SpecificFunctionCallContext ctx)
specificFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecificFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAggregateFunctionCall(MySqlParser.AggregateFunctionCallContext ctx)
aggregateFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregateFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitScalarFunctionCall(MySqlParser.ScalarFunctionCallContext ctx)
scalarFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScalarFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUdfFunctionCall(MySqlParser.UdfFunctionCallContext ctx)
udfFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUdfFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPasswordFunctionCall(MySqlParser.PasswordFunctionCallContext ctx)
passwordFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPasswordFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSimpleFunctionCall(MySqlParser.SimpleFunctionCallContext ctx)
simpleFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDataTypeFunctionCall(MySqlParser.DataTypeFunctionCallContext ctx)
dataTypeFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitValuesFunctionCall(MySqlParser.ValuesFunctionCallContext ctx)
valuesFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValuesFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCaseFunctionCall(MySqlParser.CaseFunctionCallContext ctx)
caseFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCharFunctionCall(MySqlParser.CharFunctionCallContext ctx)
charFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPositionFunctionCall(MySqlParser.PositionFunctionCallContext ctx)
positionFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubstrFunctionCall(MySqlParser.SubstrFunctionCallContext ctx)
substrFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstrFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTrimFunctionCall(MySqlParser.TrimFunctionCallContext ctx)
trimFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrimFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitWeightFunctionCall(MySqlParser.WeightFunctionCallContext ctx)
weightFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWeightFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExtractFunctionCall(MySqlParser.ExtractFunctionCallContext ctx)
extractFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtractFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitGetFormatFunctionCall(MySqlParser.GetFormatFunctionCallContext ctx)
getFormatFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGetFormatFunctionCall in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCaseFuncAlternative(MySqlParser.CaseFuncAlternativeContext ctx)
MySqlParser.caseFuncAlternative().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseFuncAlternative in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLevelWeightList(MySqlParser.LevelWeightListContext ctx)
levelWeightList
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelWeightList in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLevelWeightRange(MySqlParser.LevelWeightRangeContext ctx)
levelWeightRange
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelWeightRange in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLevelInWeightListElement(MySqlParser.LevelInWeightListElementContext ctx)
MySqlParser.levelInWeightListElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelInWeightListElement in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitAggregateWindowedFunction(MySqlParser.AggregateWindowedFunctionContext ctx)
MySqlParser.aggregateWindowedFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregateWindowedFunction in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitScalarFunctionName(MySqlParser.ScalarFunctionNameContext ctx)
MySqlParser.scalarFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScalarFunctionName in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPasswordFunctionClause(MySqlParser.PasswordFunctionClauseContext ctx)
MySqlParser.passwordFunctionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPasswordFunctionClause in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFunctionArgs(MySqlParser.FunctionArgsContext ctx)
MySqlParser.functionArgs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionArgs in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFunctionArg(MySqlParser.FunctionArgContext ctx)
MySqlParser.functionArg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionArg in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIsExpression(MySqlParser.IsExpressionContext ctx)
isExpression
labeled alternative in MySqlParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsExpression in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNotExpression(MySqlParser.NotExpressionContext ctx)
notExpression
labeled alternative in MySqlParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotExpression in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
logicalExpression
labeled alternative in MySqlParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalExpression in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPredicateExpression(MySqlParser.PredicateExpressionContext ctx)
predicateExpression
labeled alternative in MySqlParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateExpression in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSoundsLikePredicate(MySqlParser.SoundsLikePredicateContext ctx)
soundsLikePredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSoundsLikePredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExpressionAtomPredicate(MySqlParser.ExpressionAtomPredicateContext ctx)
expressionAtomPredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionAtomPredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitInPredicate(MySqlParser.InPredicateContext ctx)
inPredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInPredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubqueryComparasionPredicate(MySqlParser.SubqueryComparasionPredicateContext ctx)
subqueryComparasionPredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryComparasionPredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBetweenPredicate(MySqlParser.BetweenPredicateContext ctx)
betweenPredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBetweenPredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBinaryComparasionPredicate(MySqlParser.BinaryComparasionPredicateContext ctx)
binaryComparasionPredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryComparasionPredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIsNullPredicate(MySqlParser.IsNullPredicateContext ctx)
isNullPredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsNullPredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLikePredicate(MySqlParser.LikePredicateContext ctx)
likePredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLikePredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRegexpPredicate(MySqlParser.RegexpPredicateContext ctx)
regexpPredicate
labeled alternative in MySqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegexpPredicate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLogicalExpressionForUpdate(MySqlParser.LogicalExpressionForUpdateContext ctx)
logicalExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalExpressionForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPredicateExpressionForUpdate(MySqlParser.PredicateExpressionForUpdateContext ctx)
predicateExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateExpressionForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIsExpressionForUpdate(MySqlParser.IsExpressionForUpdateContext ctx)
isExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsExpressionForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNotExpressionForUpdate(MySqlParser.NotExpressionForUpdateContext ctx)
notExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotExpressionForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBinaryComparasionPredicateForUpdate(MySqlParser.BinaryComparasionPredicateForUpdateContext ctx)
binaryComparasionPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryComparasionPredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLikePredicateForUpdate(MySqlParser.LikePredicateForUpdateContext ctx)
likePredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLikePredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitRegexpPredicateForUpdate(MySqlParser.RegexpPredicateForUpdateContext ctx)
regexpPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegexpPredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIsNullPredicateForUpdate(MySqlParser.IsNullPredicateForUpdateContext ctx)
isNullPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsNullPredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBetweenPredicateForUpdate(MySqlParser.BetweenPredicateForUpdateContext ctx)
betweenPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBetweenPredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSoundsLikePredicateForUpdate(MySqlParser.SoundsLikePredicateForUpdateContext ctx)
soundsLikePredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSoundsLikePredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitInPredicateForUpdate(MySqlParser.InPredicateForUpdateContext ctx)
inPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInPredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubqueryComparasionPredicateForUpdate(MySqlParser.SubqueryComparasionPredicateForUpdateContext ctx)
subqueryComparasionPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryComparasionPredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExpressionAtomPredicateForUpdate(MySqlParser.ExpressionAtomPredicateForUpdateContext ctx)
expressionAtomPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionAtomPredicateForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIntervalExpressionAtomForUpdate(MySqlParser.IntervalExpressionAtomForUpdateContext ctx)
intervalExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFullColumnNameExpressionAtomForUpdate(MySqlParser.FullColumnNameExpressionAtomForUpdateContext ctx)
fullColumnNameExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullColumnNameExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMysqlVariableExpressionAtomForUpdate(MySqlParser.MysqlVariableExpressionAtomForUpdateContext ctx)
mysqlVariableExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMysqlVariableExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnaryExpressionAtomForUpdate(MySqlParser.UnaryExpressionAtomForUpdateContext ctx)
unaryExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnaryExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNestedRowExpressionAtomForUpdate(MySqlParser.NestedRowExpressionAtomForUpdateContext ctx)
nestedRowExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNestedRowExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubqueryExpessionAtomForUpdate(MySqlParser.SubqueryExpessionAtomForUpdateContext ctx)
subqueryExpessionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryExpessionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBitExpressionAtomForUpdate(MySqlParser.BitExpressionAtomForUpdateContext ctx)
bitExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMathExpressionAtomForUpdate(MySqlParser.MathExpressionAtomForUpdateContext ctx)
mathExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMathExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitConstantExpressionAtomForUpdate(MySqlParser.ConstantExpressionAtomForUpdateContext ctx)
constantExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstantExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCollateExpressionAtomForUpdate(MySqlParser.CollateExpressionAtomForUpdateContext ctx)
collateExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollateExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBinaryExpressionAtomForUpdate(MySqlParser.BinaryExpressionAtomForUpdateContext ctx)
binaryExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNestedExpressionAtomForUpdate(MySqlParser.NestedExpressionAtomForUpdateContext ctx)
nestedExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNestedExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExistsExpessionAtomForUpdate(MySqlParser.ExistsExpessionAtomForUpdateContext ctx)
existsExpessionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExistsExpessionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFunctionCallExpressionAtomForUpdate(MySqlParser.FunctionCallExpressionAtomForUpdateContext ctx)
functionCallExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCallExpressionAtomForUpdate in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnaryExpressionAtom(MySqlParser.UnaryExpressionAtomContext ctx)
unaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnaryExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCollateExpressionAtom(MySqlParser.CollateExpressionAtomContext ctx)
collateExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollateExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitSubqueryExpessionAtom(MySqlParser.SubqueryExpessionAtomContext ctx)
subqueryExpessionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryExpessionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMysqlVariableExpressionAtom(MySqlParser.MysqlVariableExpressionAtomContext ctx)
mysqlVariableExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMysqlVariableExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNestedExpressionAtom(MySqlParser.NestedExpressionAtomContext ctx)
nestedExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNestedExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitNestedRowExpressionAtom(MySqlParser.NestedRowExpressionAtomContext ctx)
nestedRowExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNestedRowExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMathExpressionAtom(MySqlParser.MathExpressionAtomContext ctx)
mathExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMathExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIntervalExpressionAtom(MySqlParser.IntervalExpressionAtomContext ctx)
intervalExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitExistsExpessionAtom(MySqlParser.ExistsExpessionAtomContext ctx)
existsExpessionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExistsExpessionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitConstantExpressionAtom(MySqlParser.ConstantExpressionAtomContext ctx)
constantExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstantExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFunctionCallExpressionAtom(MySqlParser.FunctionCallExpressionAtomContext ctx)
functionCallExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCallExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBinaryExpressionAtom(MySqlParser.BinaryExpressionAtomContext ctx)
binaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFullColumnNameExpressionAtom(MySqlParser.FullColumnNameExpressionAtomContext ctx)
fullColumnNameExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullColumnNameExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBitExpressionAtom(MySqlParser.BitExpressionAtomContext ctx)
bitExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpressionAtom in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitUnaryOperator(MySqlParser.UnaryOperatorContext ctx)
MySqlParser.unaryOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnaryOperator in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitComparisonOperator(MySqlParser.ComparisonOperatorContext ctx)
MySqlParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitLogicalOperator(MySqlParser.LogicalOperatorContext ctx)
MySqlParser.logicalOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalOperator in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitBitOperator(MySqlParser.BitOperatorContext ctx)
MySqlParser.bitOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitOperator in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitMathOperator(MySqlParser.MathOperatorContext ctx)
MySqlParser.mathOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMathOperator in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitCharsetNameBase(MySqlParser.CharsetNameBaseContext ctx)
MySqlParser.charsetNameBase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharsetNameBase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitTransactionLevelBase(MySqlParser.TransactionLevelBaseContext ctx)
MySqlParser.transactionLevelBase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionLevelBase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitPrivilegesBase(MySqlParser.PrivilegesBaseContext ctx)
MySqlParser.privilegesBase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegesBase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitIntervalTypeBase(MySqlParser.IntervalTypeBaseContext ctx)
MySqlParser.intervalTypeBase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalTypeBase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitDataTypeBase(MySqlParser.DataTypeBaseContext ctx)
MySqlParser.dataTypeBase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataTypeBase in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitKeywordsCanBeId(MySqlParser.KeywordsCanBeIdContext ctx)
MySqlParser.keywordsCanBeId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeywordsCanBeId in interface MySqlParserVisitor<T>ctx - the parse treepublic T visitFunctionNameBase(MySqlParser.FunctionNameBaseContext ctx)
MySqlParser.functionNameBase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionNameBase in interface MySqlParserVisitor<T>ctx - the parse treeCopyright © 2023 Seata. All rights reserved.