Interface MySqlParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
MySqlParserBaseListener
public interface MySqlParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byMySqlParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterRoot
void enterRoot(MySqlParser.RootContext ctx)
Enter a parse tree produced byMySqlParser.root().- Parameters:
ctx- the parse tree
-
exitRoot
void exitRoot(MySqlParser.RootContext ctx)
Exit a parse tree produced byMySqlParser.root().- Parameters:
ctx- the parse tree
-
enterSqlStatements
void enterSqlStatements(MySqlParser.SqlStatementsContext ctx)
Enter a parse tree produced byMySqlParser.sqlStatements().- Parameters:
ctx- the parse tree
-
exitSqlStatements
void exitSqlStatements(MySqlParser.SqlStatementsContext ctx)
Exit a parse tree produced byMySqlParser.sqlStatements().- Parameters:
ctx- the parse tree
-
enterSqlStatement
void enterSqlStatement(MySqlParser.SqlStatementContext ctx)
Enter a parse tree produced byMySqlParser.sqlStatement().- Parameters:
ctx- the parse tree
-
exitSqlStatement
void exitSqlStatement(MySqlParser.SqlStatementContext ctx)
Exit a parse tree produced byMySqlParser.sqlStatement().- Parameters:
ctx- the parse tree
-
enterEmptyStatement
void enterEmptyStatement(MySqlParser.EmptyStatementContext ctx)
Enter a parse tree produced byMySqlParser.emptyStatement().- Parameters:
ctx- the parse tree
-
exitEmptyStatement
void exitEmptyStatement(MySqlParser.EmptyStatementContext ctx)
Exit a parse tree produced byMySqlParser.emptyStatement().- Parameters:
ctx- the parse tree
-
enterDdlStatement
void enterDdlStatement(MySqlParser.DdlStatementContext ctx)
Enter a parse tree produced byMySqlParser.ddlStatement().- Parameters:
ctx- the parse tree
-
exitDdlStatement
void exitDdlStatement(MySqlParser.DdlStatementContext ctx)
Exit a parse tree produced byMySqlParser.ddlStatement().- Parameters:
ctx- the parse tree
-
enterDmlStatement
void enterDmlStatement(MySqlParser.DmlStatementContext ctx)
Enter a parse tree produced byMySqlParser.dmlStatement().- Parameters:
ctx- the parse tree
-
exitDmlStatement
void exitDmlStatement(MySqlParser.DmlStatementContext ctx)
Exit a parse tree produced byMySqlParser.dmlStatement().- Parameters:
ctx- the parse tree
-
enterTransactionStatement
void enterTransactionStatement(MySqlParser.TransactionStatementContext ctx)
Enter a parse tree produced byMySqlParser.transactionStatement().- Parameters:
ctx- the parse tree
-
exitTransactionStatement
void exitTransactionStatement(MySqlParser.TransactionStatementContext ctx)
Exit a parse tree produced byMySqlParser.transactionStatement().- Parameters:
ctx- the parse tree
-
enterReplicationStatement
void enterReplicationStatement(MySqlParser.ReplicationStatementContext ctx)
Enter a parse tree produced byMySqlParser.replicationStatement().- Parameters:
ctx- the parse tree
-
exitReplicationStatement
void exitReplicationStatement(MySqlParser.ReplicationStatementContext ctx)
Exit a parse tree produced byMySqlParser.replicationStatement().- Parameters:
ctx- the parse tree
-
enterPreparedStatement
void enterPreparedStatement(MySqlParser.PreparedStatementContext ctx)
Enter a parse tree produced byMySqlParser.preparedStatement().- Parameters:
ctx- the parse tree
-
exitPreparedStatement
void exitPreparedStatement(MySqlParser.PreparedStatementContext ctx)
Exit a parse tree produced byMySqlParser.preparedStatement().- Parameters:
ctx- the parse tree
-
enterCompoundStatement
void enterCompoundStatement(MySqlParser.CompoundStatementContext ctx)
Enter a parse tree produced byMySqlParser.compoundStatement().- Parameters:
ctx- the parse tree
-
exitCompoundStatement
void exitCompoundStatement(MySqlParser.CompoundStatementContext ctx)
Exit a parse tree produced byMySqlParser.compoundStatement().- Parameters:
ctx- the parse tree
-
enterAdministrationStatement
void enterAdministrationStatement(MySqlParser.AdministrationStatementContext ctx)
Enter a parse tree produced byMySqlParser.administrationStatement().- Parameters:
ctx- the parse tree
-
exitAdministrationStatement
void exitAdministrationStatement(MySqlParser.AdministrationStatementContext ctx)
Exit a parse tree produced byMySqlParser.administrationStatement().- Parameters:
ctx- the parse tree
-
enterUtilityStatement
void enterUtilityStatement(MySqlParser.UtilityStatementContext ctx)
Enter a parse tree produced byMySqlParser.utilityStatement().- Parameters:
ctx- the parse tree
-
exitUtilityStatement
void exitUtilityStatement(MySqlParser.UtilityStatementContext ctx)
Exit a parse tree produced byMySqlParser.utilityStatement().- Parameters:
ctx- the parse tree
-
enterCreateDatabase
void enterCreateDatabase(MySqlParser.CreateDatabaseContext ctx)
Enter a parse tree produced byMySqlParser.createDatabase().- Parameters:
ctx- the parse tree
-
exitCreateDatabase
void exitCreateDatabase(MySqlParser.CreateDatabaseContext ctx)
Exit a parse tree produced byMySqlParser.createDatabase().- Parameters:
ctx- the parse tree
-
enterCreateEvent
void enterCreateEvent(MySqlParser.CreateEventContext ctx)
Enter a parse tree produced byMySqlParser.createEvent().- Parameters:
ctx- the parse tree
-
exitCreateEvent
void exitCreateEvent(MySqlParser.CreateEventContext ctx)
Exit a parse tree produced byMySqlParser.createEvent().- Parameters:
ctx- the parse tree
-
enterCreateIndex
void enterCreateIndex(MySqlParser.CreateIndexContext ctx)
Enter a parse tree produced byMySqlParser.createIndex().- Parameters:
ctx- the parse tree
-
exitCreateIndex
void exitCreateIndex(MySqlParser.CreateIndexContext ctx)
Exit a parse tree produced byMySqlParser.createIndex().- Parameters:
ctx- the parse tree
-
enterCreateLogfileGroup
void enterCreateLogfileGroup(MySqlParser.CreateLogfileGroupContext ctx)
Enter a parse tree produced byMySqlParser.createLogfileGroup().- Parameters:
ctx- the parse tree
-
exitCreateLogfileGroup
void exitCreateLogfileGroup(MySqlParser.CreateLogfileGroupContext ctx)
Exit a parse tree produced byMySqlParser.createLogfileGroup().- Parameters:
ctx- the parse tree
-
enterCreateProcedure
void enterCreateProcedure(MySqlParser.CreateProcedureContext ctx)
Enter a parse tree produced byMySqlParser.createProcedure().- Parameters:
ctx- the parse tree
-
exitCreateProcedure
void exitCreateProcedure(MySqlParser.CreateProcedureContext ctx)
Exit a parse tree produced byMySqlParser.createProcedure().- Parameters:
ctx- the parse tree
-
enterCreateFunction
void enterCreateFunction(MySqlParser.CreateFunctionContext ctx)
Enter a parse tree produced byMySqlParser.createFunction().- Parameters:
ctx- the parse tree
-
exitCreateFunction
void exitCreateFunction(MySqlParser.CreateFunctionContext ctx)
Exit a parse tree produced byMySqlParser.createFunction().- Parameters:
ctx- the parse tree
-
enterCreateRole
void enterCreateRole(MySqlParser.CreateRoleContext ctx)
Enter a parse tree produced byMySqlParser.createRole().- Parameters:
ctx- the parse tree
-
exitCreateRole
void exitCreateRole(MySqlParser.CreateRoleContext ctx)
Exit a parse tree produced byMySqlParser.createRole().- Parameters:
ctx- the parse tree
-
enterCreateServer
void enterCreateServer(MySqlParser.CreateServerContext ctx)
Enter a parse tree produced byMySqlParser.createServer().- Parameters:
ctx- the parse tree
-
exitCreateServer
void exitCreateServer(MySqlParser.CreateServerContext ctx)
Exit a parse tree produced byMySqlParser.createServer().- Parameters:
ctx- the parse tree
-
enterCopyCreateTable
void enterCopyCreateTable(MySqlParser.CopyCreateTableContext ctx)
Enter a parse tree produced by thecopyCreateTablelabeled alternative inMySqlParser.createTable().- Parameters:
ctx- the parse tree
-
exitCopyCreateTable
void exitCopyCreateTable(MySqlParser.CopyCreateTableContext ctx)
Exit a parse tree produced by thecopyCreateTablelabeled alternative inMySqlParser.createTable().- Parameters:
ctx- the parse tree
-
enterQueryCreateTable
void enterQueryCreateTable(MySqlParser.QueryCreateTableContext ctx)
Enter a parse tree produced by thequeryCreateTablelabeled alternative inMySqlParser.createTable().- Parameters:
ctx- the parse tree
-
exitQueryCreateTable
void exitQueryCreateTable(MySqlParser.QueryCreateTableContext ctx)
Exit a parse tree produced by thequeryCreateTablelabeled alternative inMySqlParser.createTable().- Parameters:
ctx- the parse tree
-
enterColumnCreateTable
void enterColumnCreateTable(MySqlParser.ColumnCreateTableContext ctx)
Enter a parse tree produced by thecolumnCreateTablelabeled alternative inMySqlParser.createTable().- Parameters:
ctx- the parse tree
-
exitColumnCreateTable
void exitColumnCreateTable(MySqlParser.ColumnCreateTableContext ctx)
Exit a parse tree produced by thecolumnCreateTablelabeled alternative inMySqlParser.createTable().- Parameters:
ctx- the parse tree
-
enterCreateTablespaceInnodb
void enterCreateTablespaceInnodb(MySqlParser.CreateTablespaceInnodbContext ctx)
Enter a parse tree produced byMySqlParser.createTablespaceInnodb().- Parameters:
ctx- the parse tree
-
exitCreateTablespaceInnodb
void exitCreateTablespaceInnodb(MySqlParser.CreateTablespaceInnodbContext ctx)
Exit a parse tree produced byMySqlParser.createTablespaceInnodb().- Parameters:
ctx- the parse tree
-
enterCreateTablespaceNdb
void enterCreateTablespaceNdb(MySqlParser.CreateTablespaceNdbContext ctx)
Enter a parse tree produced byMySqlParser.createTablespaceNdb().- Parameters:
ctx- the parse tree
-
exitCreateTablespaceNdb
void exitCreateTablespaceNdb(MySqlParser.CreateTablespaceNdbContext ctx)
Exit a parse tree produced byMySqlParser.createTablespaceNdb().- Parameters:
ctx- the parse tree
-
enterCreateTrigger
void enterCreateTrigger(MySqlParser.CreateTriggerContext ctx)
Enter a parse tree produced byMySqlParser.createTrigger().- Parameters:
ctx- the parse tree
-
exitCreateTrigger
void exitCreateTrigger(MySqlParser.CreateTriggerContext ctx)
Exit a parse tree produced byMySqlParser.createTrigger().- Parameters:
ctx- the parse tree
-
enterCreateView
void enterCreateView(MySqlParser.CreateViewContext ctx)
Enter a parse tree produced byMySqlParser.createView().- Parameters:
ctx- the parse tree
-
exitCreateView
void exitCreateView(MySqlParser.CreateViewContext ctx)
Exit a parse tree produced byMySqlParser.createView().- Parameters:
ctx- the parse tree
-
enterCreateDatabaseOption
void enterCreateDatabaseOption(MySqlParser.CreateDatabaseOptionContext ctx)
Enter a parse tree produced byMySqlParser.createDatabaseOption().- Parameters:
ctx- the parse tree
-
exitCreateDatabaseOption
void exitCreateDatabaseOption(MySqlParser.CreateDatabaseOptionContext ctx)
Exit a parse tree produced byMySqlParser.createDatabaseOption().- Parameters:
ctx- the parse tree
-
enterOwnerStatement
void enterOwnerStatement(MySqlParser.OwnerStatementContext ctx)
Enter a parse tree produced byMySqlParser.ownerStatement().- Parameters:
ctx- the parse tree
-
exitOwnerStatement
void exitOwnerStatement(MySqlParser.OwnerStatementContext ctx)
Exit a parse tree produced byMySqlParser.ownerStatement().- Parameters:
ctx- the parse tree
-
enterPreciseSchedule
void enterPreciseSchedule(MySqlParser.PreciseScheduleContext ctx)
Enter a parse tree produced by thepreciseSchedulelabeled alternative inMySqlParser.scheduleExpression().- Parameters:
ctx- the parse tree
-
exitPreciseSchedule
void exitPreciseSchedule(MySqlParser.PreciseScheduleContext ctx)
Exit a parse tree produced by thepreciseSchedulelabeled alternative inMySqlParser.scheduleExpression().- Parameters:
ctx- the parse tree
-
enterIntervalSchedule
void enterIntervalSchedule(MySqlParser.IntervalScheduleContext ctx)
Enter a parse tree produced by theintervalSchedulelabeled alternative inMySqlParser.scheduleExpression().- Parameters:
ctx- the parse tree
-
exitIntervalSchedule
void exitIntervalSchedule(MySqlParser.IntervalScheduleContext ctx)
Exit a parse tree produced by theintervalSchedulelabeled alternative inMySqlParser.scheduleExpression().- Parameters:
ctx- the parse tree
-
enterTimestampValue
void enterTimestampValue(MySqlParser.TimestampValueContext ctx)
Enter a parse tree produced byMySqlParser.timestampValue().- Parameters:
ctx- the parse tree
-
exitTimestampValue
void exitTimestampValue(MySqlParser.TimestampValueContext ctx)
Exit a parse tree produced byMySqlParser.timestampValue().- Parameters:
ctx- the parse tree
-
enterIntervalExpr
void enterIntervalExpr(MySqlParser.IntervalExprContext ctx)
Enter a parse tree produced byMySqlParser.intervalExpr().- Parameters:
ctx- the parse tree
-
exitIntervalExpr
void exitIntervalExpr(MySqlParser.IntervalExprContext ctx)
Exit a parse tree produced byMySqlParser.intervalExpr().- Parameters:
ctx- the parse tree
-
enterIntervalType
void enterIntervalType(MySqlParser.IntervalTypeContext ctx)
Enter a parse tree produced byMySqlParser.intervalType().- Parameters:
ctx- the parse tree
-
exitIntervalType
void exitIntervalType(MySqlParser.IntervalTypeContext ctx)
Exit a parse tree produced byMySqlParser.intervalType().- Parameters:
ctx- the parse tree
-
enterEnableType
void enterEnableType(MySqlParser.EnableTypeContext ctx)
Enter a parse tree produced byMySqlParser.enableType().- Parameters:
ctx- the parse tree
-
exitEnableType
void exitEnableType(MySqlParser.EnableTypeContext ctx)
Exit a parse tree produced byMySqlParser.enableType().- Parameters:
ctx- the parse tree
-
enterIndexType
void enterIndexType(MySqlParser.IndexTypeContext ctx)
Enter a parse tree produced byMySqlParser.indexType().- Parameters:
ctx- the parse tree
-
exitIndexType
void exitIndexType(MySqlParser.IndexTypeContext ctx)
Exit a parse tree produced byMySqlParser.indexType().- Parameters:
ctx- the parse tree
-
enterIndexOption
void enterIndexOption(MySqlParser.IndexOptionContext ctx)
Enter a parse tree produced byMySqlParser.indexOption().- Parameters:
ctx- the parse tree
-
exitIndexOption
void exitIndexOption(MySqlParser.IndexOptionContext ctx)
Exit a parse tree produced byMySqlParser.indexOption().- Parameters:
ctx- the parse tree
-
enterProcedureParameter
void enterProcedureParameter(MySqlParser.ProcedureParameterContext ctx)
Enter a parse tree produced byMySqlParser.procedureParameter().- Parameters:
ctx- the parse tree
-
exitProcedureParameter
void exitProcedureParameter(MySqlParser.ProcedureParameterContext ctx)
Exit a parse tree produced byMySqlParser.procedureParameter().- Parameters:
ctx- the parse tree
-
enterFunctionParameter
void enterFunctionParameter(MySqlParser.FunctionParameterContext ctx)
Enter a parse tree produced byMySqlParser.functionParameter().- Parameters:
ctx- the parse tree
-
exitFunctionParameter
void exitFunctionParameter(MySqlParser.FunctionParameterContext ctx)
Exit a parse tree produced byMySqlParser.functionParameter().- Parameters:
ctx- the parse tree
-
enterRoutineComment
void enterRoutineComment(MySqlParser.RoutineCommentContext ctx)
Enter a parse tree produced by theroutineCommentlabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
exitRoutineComment
void exitRoutineComment(MySqlParser.RoutineCommentContext ctx)
Exit a parse tree produced by theroutineCommentlabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
enterRoutineLanguage
void enterRoutineLanguage(MySqlParser.RoutineLanguageContext ctx)
Enter a parse tree produced by theroutineLanguagelabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
exitRoutineLanguage
void exitRoutineLanguage(MySqlParser.RoutineLanguageContext ctx)
Exit a parse tree produced by theroutineLanguagelabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
enterRoutineBehavior
void enterRoutineBehavior(MySqlParser.RoutineBehaviorContext ctx)
Enter a parse tree produced by theroutineBehaviorlabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
exitRoutineBehavior
void exitRoutineBehavior(MySqlParser.RoutineBehaviorContext ctx)
Exit a parse tree produced by theroutineBehaviorlabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
enterRoutineData
void enterRoutineData(MySqlParser.RoutineDataContext ctx)
Enter a parse tree produced by theroutineDatalabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
exitRoutineData
void exitRoutineData(MySqlParser.RoutineDataContext ctx)
Exit a parse tree produced by theroutineDatalabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
enterRoutineSecurity
void enterRoutineSecurity(MySqlParser.RoutineSecurityContext ctx)
Enter a parse tree produced by theroutineSecuritylabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
exitRoutineSecurity
void exitRoutineSecurity(MySqlParser.RoutineSecurityContext ctx)
Exit a parse tree produced by theroutineSecuritylabeled alternative inMySqlParser.routineOption().- Parameters:
ctx- the parse tree
-
enterServerOption
void enterServerOption(MySqlParser.ServerOptionContext ctx)
Enter a parse tree produced byMySqlParser.serverOption().- Parameters:
ctx- the parse tree
-
exitServerOption
void exitServerOption(MySqlParser.ServerOptionContext ctx)
Exit a parse tree produced byMySqlParser.serverOption().- Parameters:
ctx- the parse tree
-
enterCreateDefinitions
void enterCreateDefinitions(MySqlParser.CreateDefinitionsContext ctx)
Enter a parse tree produced byMySqlParser.createDefinitions().- Parameters:
ctx- the parse tree
-
exitCreateDefinitions
void exitCreateDefinitions(MySqlParser.CreateDefinitionsContext ctx)
Exit a parse tree produced byMySqlParser.createDefinitions().- Parameters:
ctx- the parse tree
-
enterColumnDeclaration
void enterColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Enter a parse tree produced by thecolumnDeclarationlabeled alternative inMySqlParser.createDefinition().- Parameters:
ctx- the parse tree
-
exitColumnDeclaration
void exitColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Exit a parse tree produced by thecolumnDeclarationlabeled alternative inMySqlParser.createDefinition().- Parameters:
ctx- the parse tree
-
enterConstraintDeclaration
void enterConstraintDeclaration(MySqlParser.ConstraintDeclarationContext ctx)
Enter a parse tree produced by theconstraintDeclarationlabeled alternative inMySqlParser.createDefinition().- Parameters:
ctx- the parse tree
-
exitConstraintDeclaration
void exitConstraintDeclaration(MySqlParser.ConstraintDeclarationContext ctx)
Exit a parse tree produced by theconstraintDeclarationlabeled alternative inMySqlParser.createDefinition().- Parameters:
ctx- the parse tree
-
enterIndexDeclaration
void enterIndexDeclaration(MySqlParser.IndexDeclarationContext ctx)
Enter a parse tree produced by theindexDeclarationlabeled alternative inMySqlParser.createDefinition().- Parameters:
ctx- the parse tree
-
exitIndexDeclaration
void exitIndexDeclaration(MySqlParser.IndexDeclarationContext ctx)
Exit a parse tree produced by theindexDeclarationlabeled alternative inMySqlParser.createDefinition().- Parameters:
ctx- the parse tree
-
enterColumnDefinition
void enterColumnDefinition(MySqlParser.ColumnDefinitionContext ctx)
Enter a parse tree produced byMySqlParser.columnDefinition().- Parameters:
ctx- the parse tree
-
exitColumnDefinition
void exitColumnDefinition(MySqlParser.ColumnDefinitionContext ctx)
Exit a parse tree produced byMySqlParser.columnDefinition().- Parameters:
ctx- the parse tree
-
enterNullColumnConstraint
void enterNullColumnConstraint(MySqlParser.NullColumnConstraintContext ctx)
Enter a parse tree produced by thenullColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitNullColumnConstraint
void exitNullColumnConstraint(MySqlParser.NullColumnConstraintContext ctx)
Exit a parse tree produced by thenullColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterDefaultColumnConstraint
void enterDefaultColumnConstraint(MySqlParser.DefaultColumnConstraintContext ctx)
Enter a parse tree produced by thedefaultColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitDefaultColumnConstraint
void exitDefaultColumnConstraint(MySqlParser.DefaultColumnConstraintContext ctx)
Exit a parse tree produced by thedefaultColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterInvisibleColumnConstraint
void enterInvisibleColumnConstraint(MySqlParser.InvisibleColumnConstraintContext ctx)
Enter a parse tree produced by theinvisibleColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitInvisibleColumnConstraint
void exitInvisibleColumnConstraint(MySqlParser.InvisibleColumnConstraintContext ctx)
Exit a parse tree produced by theinvisibleColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterAutoIncrementColumnConstraint
void enterAutoIncrementColumnConstraint(MySqlParser.AutoIncrementColumnConstraintContext ctx)
Enter a parse tree produced by theautoIncrementColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitAutoIncrementColumnConstraint
void exitAutoIncrementColumnConstraint(MySqlParser.AutoIncrementColumnConstraintContext ctx)
Exit a parse tree produced by theautoIncrementColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterPrimaryKeyColumnConstraint
void enterPrimaryKeyColumnConstraint(MySqlParser.PrimaryKeyColumnConstraintContext ctx)
Enter a parse tree produced by theprimaryKeyColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitPrimaryKeyColumnConstraint
void exitPrimaryKeyColumnConstraint(MySqlParser.PrimaryKeyColumnConstraintContext ctx)
Exit a parse tree produced by theprimaryKeyColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterUniqueKeyColumnConstraint
void enterUniqueKeyColumnConstraint(MySqlParser.UniqueKeyColumnConstraintContext ctx)
Enter a parse tree produced by theuniqueKeyColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitUniqueKeyColumnConstraint
void exitUniqueKeyColumnConstraint(MySqlParser.UniqueKeyColumnConstraintContext ctx)
Exit a parse tree produced by theuniqueKeyColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterCommentColumnConstraint
void enterCommentColumnConstraint(MySqlParser.CommentColumnConstraintContext ctx)
Enter a parse tree produced by thecommentColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitCommentColumnConstraint
void exitCommentColumnConstraint(MySqlParser.CommentColumnConstraintContext ctx)
Exit a parse tree produced by thecommentColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterFormatColumnConstraint
void enterFormatColumnConstraint(MySqlParser.FormatColumnConstraintContext ctx)
Enter a parse tree produced by theformatColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitFormatColumnConstraint
void exitFormatColumnConstraint(MySqlParser.FormatColumnConstraintContext ctx)
Exit a parse tree produced by theformatColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterStorageColumnConstraint
void enterStorageColumnConstraint(MySqlParser.StorageColumnConstraintContext ctx)
Enter a parse tree produced by thestorageColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitStorageColumnConstraint
void exitStorageColumnConstraint(MySqlParser.StorageColumnConstraintContext ctx)
Exit a parse tree produced by thestorageColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterReferenceColumnConstraint
void enterReferenceColumnConstraint(MySqlParser.ReferenceColumnConstraintContext ctx)
Enter a parse tree produced by thereferenceColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitReferenceColumnConstraint
void exitReferenceColumnConstraint(MySqlParser.ReferenceColumnConstraintContext ctx)
Exit a parse tree produced by thereferenceColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterCollateColumnConstraint
void enterCollateColumnConstraint(MySqlParser.CollateColumnConstraintContext ctx)
Enter a parse tree produced by thecollateColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitCollateColumnConstraint
void exitCollateColumnConstraint(MySqlParser.CollateColumnConstraintContext ctx)
Exit a parse tree produced by thecollateColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterGeneratedColumnConstraint
void enterGeneratedColumnConstraint(MySqlParser.GeneratedColumnConstraintContext ctx)
Enter a parse tree produced by thegeneratedColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitGeneratedColumnConstraint
void exitGeneratedColumnConstraint(MySqlParser.GeneratedColumnConstraintContext ctx)
Exit a parse tree produced by thegeneratedColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterSerialDefaultColumnConstraint
void enterSerialDefaultColumnConstraint(MySqlParser.SerialDefaultColumnConstraintContext ctx)
Enter a parse tree produced by theserialDefaultColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitSerialDefaultColumnConstraint
void exitSerialDefaultColumnConstraint(MySqlParser.SerialDefaultColumnConstraintContext ctx)
Exit a parse tree produced by theserialDefaultColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterCheckColumnConstraint
void enterCheckColumnConstraint(MySqlParser.CheckColumnConstraintContext ctx)
Enter a parse tree produced by thecheckColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
exitCheckColumnConstraint
void exitCheckColumnConstraint(MySqlParser.CheckColumnConstraintContext ctx)
Exit a parse tree produced by thecheckColumnConstraintlabeled alternative inMySqlParser.columnConstraint().- Parameters:
ctx- the parse tree
-
enterPrimaryKeyTableConstraint
void enterPrimaryKeyTableConstraint(MySqlParser.PrimaryKeyTableConstraintContext ctx)
Enter a parse tree produced by theprimaryKeyTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
exitPrimaryKeyTableConstraint
void exitPrimaryKeyTableConstraint(MySqlParser.PrimaryKeyTableConstraintContext ctx)
Exit a parse tree produced by theprimaryKeyTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
enterUniqueKeyTableConstraint
void enterUniqueKeyTableConstraint(MySqlParser.UniqueKeyTableConstraintContext ctx)
Enter a parse tree produced by theuniqueKeyTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
exitUniqueKeyTableConstraint
void exitUniqueKeyTableConstraint(MySqlParser.UniqueKeyTableConstraintContext ctx)
Exit a parse tree produced by theuniqueKeyTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
enterForeignKeyTableConstraint
void enterForeignKeyTableConstraint(MySqlParser.ForeignKeyTableConstraintContext ctx)
Enter a parse tree produced by theforeignKeyTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
exitForeignKeyTableConstraint
void exitForeignKeyTableConstraint(MySqlParser.ForeignKeyTableConstraintContext ctx)
Exit a parse tree produced by theforeignKeyTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
enterCheckTableConstraint
void enterCheckTableConstraint(MySqlParser.CheckTableConstraintContext ctx)
Enter a parse tree produced by thecheckTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
exitCheckTableConstraint
void exitCheckTableConstraint(MySqlParser.CheckTableConstraintContext ctx)
Exit a parse tree produced by thecheckTableConstraintlabeled alternative inMySqlParser.tableConstraint().- Parameters:
ctx- the parse tree
-
enterReferenceDefinition
void enterReferenceDefinition(MySqlParser.ReferenceDefinitionContext ctx)
Enter a parse tree produced byMySqlParser.referenceDefinition().- Parameters:
ctx- the parse tree
-
exitReferenceDefinition
void exitReferenceDefinition(MySqlParser.ReferenceDefinitionContext ctx)
Exit a parse tree produced byMySqlParser.referenceDefinition().- Parameters:
ctx- the parse tree
-
enterReferenceAction
void enterReferenceAction(MySqlParser.ReferenceActionContext ctx)
Enter a parse tree produced byMySqlParser.referenceAction().- Parameters:
ctx- the parse tree
-
exitReferenceAction
void exitReferenceAction(MySqlParser.ReferenceActionContext ctx)
Exit a parse tree produced byMySqlParser.referenceAction().- Parameters:
ctx- the parse tree
-
enterReferenceControlType
void enterReferenceControlType(MySqlParser.ReferenceControlTypeContext ctx)
Enter a parse tree produced byMySqlParser.referenceControlType().- Parameters:
ctx- the parse tree
-
exitReferenceControlType
void exitReferenceControlType(MySqlParser.ReferenceControlTypeContext ctx)
Exit a parse tree produced byMySqlParser.referenceControlType().- Parameters:
ctx- the parse tree
-
enterSimpleIndexDeclaration
void enterSimpleIndexDeclaration(MySqlParser.SimpleIndexDeclarationContext ctx)
Enter a parse tree produced by thesimpleIndexDeclarationlabeled alternative inMySqlParser.indexColumnDefinition().- Parameters:
ctx- the parse tree
-
exitSimpleIndexDeclaration
void exitSimpleIndexDeclaration(MySqlParser.SimpleIndexDeclarationContext ctx)
Exit a parse tree produced by thesimpleIndexDeclarationlabeled alternative inMySqlParser.indexColumnDefinition().- Parameters:
ctx- the parse tree
-
enterSpecialIndexDeclaration
void enterSpecialIndexDeclaration(MySqlParser.SpecialIndexDeclarationContext ctx)
Enter a parse tree produced by thespecialIndexDeclarationlabeled alternative inMySqlParser.indexColumnDefinition().- Parameters:
ctx- the parse tree
-
exitSpecialIndexDeclaration
void exitSpecialIndexDeclaration(MySqlParser.SpecialIndexDeclarationContext ctx)
Exit a parse tree produced by thespecialIndexDeclarationlabeled alternative inMySqlParser.indexColumnDefinition().- Parameters:
ctx- the parse tree
-
enterTableOptionEngine
void enterTableOptionEngine(MySqlParser.TableOptionEngineContext ctx)
Enter a parse tree produced by thetableOptionEnginelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionEngine
void exitTableOptionEngine(MySqlParser.TableOptionEngineContext ctx)
Exit a parse tree produced by thetableOptionEnginelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionAutoIncrement
void enterTableOptionAutoIncrement(MySqlParser.TableOptionAutoIncrementContext ctx)
Enter a parse tree produced by thetableOptionAutoIncrementlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionAutoIncrement
void exitTableOptionAutoIncrement(MySqlParser.TableOptionAutoIncrementContext ctx)
Exit a parse tree produced by thetableOptionAutoIncrementlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionAverage
void enterTableOptionAverage(MySqlParser.TableOptionAverageContext ctx)
Enter a parse tree produced by thetableOptionAveragelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionAverage
void exitTableOptionAverage(MySqlParser.TableOptionAverageContext ctx)
Exit a parse tree produced by thetableOptionAveragelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionCharset
void enterTableOptionCharset(MySqlParser.TableOptionCharsetContext ctx)
Enter a parse tree produced by thetableOptionCharsetlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionCharset
void exitTableOptionCharset(MySqlParser.TableOptionCharsetContext ctx)
Exit a parse tree produced by thetableOptionCharsetlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionChecksum
void enterTableOptionChecksum(MySqlParser.TableOptionChecksumContext ctx)
Enter a parse tree produced by thetableOptionChecksumlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionChecksum
void exitTableOptionChecksum(MySqlParser.TableOptionChecksumContext ctx)
Exit a parse tree produced by thetableOptionChecksumlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionCollate
void enterTableOptionCollate(MySqlParser.TableOptionCollateContext ctx)
Enter a parse tree produced by thetableOptionCollatelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionCollate
void exitTableOptionCollate(MySqlParser.TableOptionCollateContext ctx)
Exit a parse tree produced by thetableOptionCollatelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionComment
void enterTableOptionComment(MySqlParser.TableOptionCommentContext ctx)
Enter a parse tree produced by thetableOptionCommentlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionComment
void exitTableOptionComment(MySqlParser.TableOptionCommentContext ctx)
Exit a parse tree produced by thetableOptionCommentlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionCompression
void enterTableOptionCompression(MySqlParser.TableOptionCompressionContext ctx)
Enter a parse tree produced by thetableOptionCompressionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionCompression
void exitTableOptionCompression(MySqlParser.TableOptionCompressionContext ctx)
Exit a parse tree produced by thetableOptionCompressionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionConnection
void enterTableOptionConnection(MySqlParser.TableOptionConnectionContext ctx)
Enter a parse tree produced by thetableOptionConnectionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionConnection
void exitTableOptionConnection(MySqlParser.TableOptionConnectionContext ctx)
Exit a parse tree produced by thetableOptionConnectionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionDataDirectory
void enterTableOptionDataDirectory(MySqlParser.TableOptionDataDirectoryContext ctx)
Enter a parse tree produced by thetableOptionDataDirectorylabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionDataDirectory
void exitTableOptionDataDirectory(MySqlParser.TableOptionDataDirectoryContext ctx)
Exit a parse tree produced by thetableOptionDataDirectorylabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionDelay
void enterTableOptionDelay(MySqlParser.TableOptionDelayContext ctx)
Enter a parse tree produced by thetableOptionDelaylabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionDelay
void exitTableOptionDelay(MySqlParser.TableOptionDelayContext ctx)
Exit a parse tree produced by thetableOptionDelaylabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionEncryption
void enterTableOptionEncryption(MySqlParser.TableOptionEncryptionContext ctx)
Enter a parse tree produced by thetableOptionEncryptionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionEncryption
void exitTableOptionEncryption(MySqlParser.TableOptionEncryptionContext ctx)
Exit a parse tree produced by thetableOptionEncryptionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionIndexDirectory
void enterTableOptionIndexDirectory(MySqlParser.TableOptionIndexDirectoryContext ctx)
Enter a parse tree produced by thetableOptionIndexDirectorylabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionIndexDirectory
void exitTableOptionIndexDirectory(MySqlParser.TableOptionIndexDirectoryContext ctx)
Exit a parse tree produced by thetableOptionIndexDirectorylabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionInsertMethod
void enterTableOptionInsertMethod(MySqlParser.TableOptionInsertMethodContext ctx)
Enter a parse tree produced by thetableOptionInsertMethodlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionInsertMethod
void exitTableOptionInsertMethod(MySqlParser.TableOptionInsertMethodContext ctx)
Exit a parse tree produced by thetableOptionInsertMethodlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionKeyBlockSize
void enterTableOptionKeyBlockSize(MySqlParser.TableOptionKeyBlockSizeContext ctx)
Enter a parse tree produced by thetableOptionKeyBlockSizelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionKeyBlockSize
void exitTableOptionKeyBlockSize(MySqlParser.TableOptionKeyBlockSizeContext ctx)
Exit a parse tree produced by thetableOptionKeyBlockSizelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionMaxRows
void enterTableOptionMaxRows(MySqlParser.TableOptionMaxRowsContext ctx)
Enter a parse tree produced by thetableOptionMaxRowslabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionMaxRows
void exitTableOptionMaxRows(MySqlParser.TableOptionMaxRowsContext ctx)
Exit a parse tree produced by thetableOptionMaxRowslabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionMinRows
void enterTableOptionMinRows(MySqlParser.TableOptionMinRowsContext ctx)
Enter a parse tree produced by thetableOptionMinRowslabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionMinRows
void exitTableOptionMinRows(MySqlParser.TableOptionMinRowsContext ctx)
Exit a parse tree produced by thetableOptionMinRowslabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionPackKeys
void enterTableOptionPackKeys(MySqlParser.TableOptionPackKeysContext ctx)
Enter a parse tree produced by thetableOptionPackKeyslabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionPackKeys
void exitTableOptionPackKeys(MySqlParser.TableOptionPackKeysContext ctx)
Exit a parse tree produced by thetableOptionPackKeyslabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionPassword
void enterTableOptionPassword(MySqlParser.TableOptionPasswordContext ctx)
Enter a parse tree produced by thetableOptionPasswordlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionPassword
void exitTableOptionPassword(MySqlParser.TableOptionPasswordContext ctx)
Exit a parse tree produced by thetableOptionPasswordlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionRowFormat
void enterTableOptionRowFormat(MySqlParser.TableOptionRowFormatContext ctx)
Enter a parse tree produced by thetableOptionRowFormatlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionRowFormat
void exitTableOptionRowFormat(MySqlParser.TableOptionRowFormatContext ctx)
Exit a parse tree produced by thetableOptionRowFormatlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionRecalculation
void enterTableOptionRecalculation(MySqlParser.TableOptionRecalculationContext ctx)
Enter a parse tree produced by thetableOptionRecalculationlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionRecalculation
void exitTableOptionRecalculation(MySqlParser.TableOptionRecalculationContext ctx)
Exit a parse tree produced by thetableOptionRecalculationlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionPersistent
void enterTableOptionPersistent(MySqlParser.TableOptionPersistentContext ctx)
Enter a parse tree produced by thetableOptionPersistentlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionPersistent
void exitTableOptionPersistent(MySqlParser.TableOptionPersistentContext ctx)
Exit a parse tree produced by thetableOptionPersistentlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionSamplePage
void enterTableOptionSamplePage(MySqlParser.TableOptionSamplePageContext ctx)
Enter a parse tree produced by thetableOptionSamplePagelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionSamplePage
void exitTableOptionSamplePage(MySqlParser.TableOptionSamplePageContext ctx)
Exit a parse tree produced by thetableOptionSamplePagelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionTablespace
void enterTableOptionTablespace(MySqlParser.TableOptionTablespaceContext ctx)
Enter a parse tree produced by thetableOptionTablespacelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionTablespace
void exitTableOptionTablespace(MySqlParser.TableOptionTablespaceContext ctx)
Exit a parse tree produced by thetableOptionTablespacelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionTableType
void enterTableOptionTableType(MySqlParser.TableOptionTableTypeContext ctx)
Enter a parse tree produced by thetableOptionTableTypelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionTableType
void exitTableOptionTableType(MySqlParser.TableOptionTableTypeContext ctx)
Exit a parse tree produced by thetableOptionTableTypelabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionTransactional
void enterTableOptionTransactional(MySqlParser.TableOptionTransactionalContext ctx)
Enter a parse tree produced by thetableOptionTransactionallabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionTransactional
void exitTableOptionTransactional(MySqlParser.TableOptionTransactionalContext ctx)
Exit a parse tree produced by thetableOptionTransactionallabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableOptionUnion
void enterTableOptionUnion(MySqlParser.TableOptionUnionContext ctx)
Enter a parse tree produced by thetableOptionUnionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
exitTableOptionUnion
void exitTableOptionUnion(MySqlParser.TableOptionUnionContext ctx)
Exit a parse tree produced by thetableOptionUnionlabeled alternative inMySqlParser.tableOption().- Parameters:
ctx- the parse tree
-
enterTableType
void enterTableType(MySqlParser.TableTypeContext ctx)
Enter a parse tree produced byMySqlParser.tableType().- Parameters:
ctx- the parse tree
-
exitTableType
void exitTableType(MySqlParser.TableTypeContext ctx)
Exit a parse tree produced byMySqlParser.tableType().- Parameters:
ctx- the parse tree
-
enterTablespaceStorage
void enterTablespaceStorage(MySqlParser.TablespaceStorageContext ctx)
Enter a parse tree produced byMySqlParser.tablespaceStorage().- Parameters:
ctx- the parse tree
-
exitTablespaceStorage
void exitTablespaceStorage(MySqlParser.TablespaceStorageContext ctx)
Exit a parse tree produced byMySqlParser.tablespaceStorage().- Parameters:
ctx- the parse tree
-
enterPartitionDefinitions
void enterPartitionDefinitions(MySqlParser.PartitionDefinitionsContext ctx)
Enter a parse tree produced byMySqlParser.partitionDefinitions().- Parameters:
ctx- the parse tree
-
exitPartitionDefinitions
void exitPartitionDefinitions(MySqlParser.PartitionDefinitionsContext ctx)
Exit a parse tree produced byMySqlParser.partitionDefinitions().- Parameters:
ctx- the parse tree
-
enterPartitionFunctionHash
void enterPartitionFunctionHash(MySqlParser.PartitionFunctionHashContext ctx)
Enter a parse tree produced by thepartitionFunctionHashlabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionFunctionHash
void exitPartitionFunctionHash(MySqlParser.PartitionFunctionHashContext ctx)
Exit a parse tree produced by thepartitionFunctionHashlabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionFunctionKey
void enterPartitionFunctionKey(MySqlParser.PartitionFunctionKeyContext ctx)
Enter a parse tree produced by thepartitionFunctionKeylabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionFunctionKey
void exitPartitionFunctionKey(MySqlParser.PartitionFunctionKeyContext ctx)
Exit a parse tree produced by thepartitionFunctionKeylabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionFunctionRange
void enterPartitionFunctionRange(MySqlParser.PartitionFunctionRangeContext ctx)
Enter a parse tree produced by thepartitionFunctionRangelabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionFunctionRange
void exitPartitionFunctionRange(MySqlParser.PartitionFunctionRangeContext ctx)
Exit a parse tree produced by thepartitionFunctionRangelabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionFunctionList
void enterPartitionFunctionList(MySqlParser.PartitionFunctionListContext ctx)
Enter a parse tree produced by thepartitionFunctionListlabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionFunctionList
void exitPartitionFunctionList(MySqlParser.PartitionFunctionListContext ctx)
Exit a parse tree produced by thepartitionFunctionListlabeled alternative inMySqlParser.partitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
enterSubPartitionFunctionHash
void enterSubPartitionFunctionHash(MySqlParser.SubPartitionFunctionHashContext ctx)
Enter a parse tree produced by thesubPartitionFunctionHashlabeled alternative inMySqlParser.subpartitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
exitSubPartitionFunctionHash
void exitSubPartitionFunctionHash(MySqlParser.SubPartitionFunctionHashContext ctx)
Exit a parse tree produced by thesubPartitionFunctionHashlabeled alternative inMySqlParser.subpartitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
enterSubPartitionFunctionKey
void enterSubPartitionFunctionKey(MySqlParser.SubPartitionFunctionKeyContext ctx)
Enter a parse tree produced by thesubPartitionFunctionKeylabeled alternative inMySqlParser.subpartitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
exitSubPartitionFunctionKey
void exitSubPartitionFunctionKey(MySqlParser.SubPartitionFunctionKeyContext ctx)
Exit a parse tree produced by thesubPartitionFunctionKeylabeled alternative inMySqlParser.subpartitionFunctionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionComparision
void enterPartitionComparision(MySqlParser.PartitionComparisionContext ctx)
Enter a parse tree produced by thepartitionComparisionlabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionComparision
void exitPartitionComparision(MySqlParser.PartitionComparisionContext ctx)
Exit a parse tree produced by thepartitionComparisionlabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionListAtom
void enterPartitionListAtom(MySqlParser.PartitionListAtomContext ctx)
Enter a parse tree produced by thepartitionListAtomlabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionListAtom
void exitPartitionListAtom(MySqlParser.PartitionListAtomContext ctx)
Exit a parse tree produced by thepartitionListAtomlabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionListVector
void enterPartitionListVector(MySqlParser.PartitionListVectorContext ctx)
Enter a parse tree produced by thepartitionListVectorlabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionListVector
void exitPartitionListVector(MySqlParser.PartitionListVectorContext ctx)
Exit a parse tree produced by thepartitionListVectorlabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionSimple
void enterPartitionSimple(MySqlParser.PartitionSimpleContext ctx)
Enter a parse tree produced by thepartitionSimplelabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
exitPartitionSimple
void exitPartitionSimple(MySqlParser.PartitionSimpleContext ctx)
Exit a parse tree produced by thepartitionSimplelabeled alternative inMySqlParser.partitionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionDefinerAtom
void enterPartitionDefinerAtom(MySqlParser.PartitionDefinerAtomContext ctx)
Enter a parse tree produced byMySqlParser.partitionDefinerAtom().- Parameters:
ctx- the parse tree
-
exitPartitionDefinerAtom
void exitPartitionDefinerAtom(MySqlParser.PartitionDefinerAtomContext ctx)
Exit a parse tree produced byMySqlParser.partitionDefinerAtom().- Parameters:
ctx- the parse tree
-
enterPartitionDefinerVector
void enterPartitionDefinerVector(MySqlParser.PartitionDefinerVectorContext ctx)
Enter a parse tree produced byMySqlParser.partitionDefinerVector().- Parameters:
ctx- the parse tree
-
exitPartitionDefinerVector
void exitPartitionDefinerVector(MySqlParser.PartitionDefinerVectorContext ctx)
Exit a parse tree produced byMySqlParser.partitionDefinerVector().- Parameters:
ctx- the parse tree
-
enterSubpartitionDefinition
void enterSubpartitionDefinition(MySqlParser.SubpartitionDefinitionContext ctx)
Enter a parse tree produced byMySqlParser.subpartitionDefinition().- Parameters:
ctx- the parse tree
-
exitSubpartitionDefinition
void exitSubpartitionDefinition(MySqlParser.SubpartitionDefinitionContext ctx)
Exit a parse tree produced byMySqlParser.subpartitionDefinition().- Parameters:
ctx- the parse tree
-
enterPartitionOptionEngine
void enterPartitionOptionEngine(MySqlParser.PartitionOptionEngineContext ctx)
Enter a parse tree produced by thepartitionOptionEnginelabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionEngine
void exitPartitionOptionEngine(MySqlParser.PartitionOptionEngineContext ctx)
Exit a parse tree produced by thepartitionOptionEnginelabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterPartitionOptionComment
void enterPartitionOptionComment(MySqlParser.PartitionOptionCommentContext ctx)
Enter a parse tree produced by thepartitionOptionCommentlabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionComment
void exitPartitionOptionComment(MySqlParser.PartitionOptionCommentContext ctx)
Exit a parse tree produced by thepartitionOptionCommentlabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterPartitionOptionDataDirectory
void enterPartitionOptionDataDirectory(MySqlParser.PartitionOptionDataDirectoryContext ctx)
Enter a parse tree produced by thepartitionOptionDataDirectorylabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionDataDirectory
void exitPartitionOptionDataDirectory(MySqlParser.PartitionOptionDataDirectoryContext ctx)
Exit a parse tree produced by thepartitionOptionDataDirectorylabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterPartitionOptionIndexDirectory
void enterPartitionOptionIndexDirectory(MySqlParser.PartitionOptionIndexDirectoryContext ctx)
Enter a parse tree produced by thepartitionOptionIndexDirectorylabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionIndexDirectory
void exitPartitionOptionIndexDirectory(MySqlParser.PartitionOptionIndexDirectoryContext ctx)
Exit a parse tree produced by thepartitionOptionIndexDirectorylabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterPartitionOptionMaxRows
void enterPartitionOptionMaxRows(MySqlParser.PartitionOptionMaxRowsContext ctx)
Enter a parse tree produced by thepartitionOptionMaxRowslabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionMaxRows
void exitPartitionOptionMaxRows(MySqlParser.PartitionOptionMaxRowsContext ctx)
Exit a parse tree produced by thepartitionOptionMaxRowslabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterPartitionOptionMinRows
void enterPartitionOptionMinRows(MySqlParser.PartitionOptionMinRowsContext ctx)
Enter a parse tree produced by thepartitionOptionMinRowslabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionMinRows
void exitPartitionOptionMinRows(MySqlParser.PartitionOptionMinRowsContext ctx)
Exit a parse tree produced by thepartitionOptionMinRowslabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterPartitionOptionTablespace
void enterPartitionOptionTablespace(MySqlParser.PartitionOptionTablespaceContext ctx)
Enter a parse tree produced by thepartitionOptionTablespacelabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionTablespace
void exitPartitionOptionTablespace(MySqlParser.PartitionOptionTablespaceContext ctx)
Exit a parse tree produced by thepartitionOptionTablespacelabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterPartitionOptionNodeGroup
void enterPartitionOptionNodeGroup(MySqlParser.PartitionOptionNodeGroupContext ctx)
Enter a parse tree produced by thepartitionOptionNodeGrouplabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
exitPartitionOptionNodeGroup
void exitPartitionOptionNodeGroup(MySqlParser.PartitionOptionNodeGroupContext ctx)
Exit a parse tree produced by thepartitionOptionNodeGrouplabeled alternative inMySqlParser.partitionOption().- Parameters:
ctx- the parse tree
-
enterAlterSimpleDatabase
void enterAlterSimpleDatabase(MySqlParser.AlterSimpleDatabaseContext ctx)
Enter a parse tree produced by thealterSimpleDatabaselabeled alternative inMySqlParser.alterDatabase().- Parameters:
ctx- the parse tree
-
exitAlterSimpleDatabase
void exitAlterSimpleDatabase(MySqlParser.AlterSimpleDatabaseContext ctx)
Exit a parse tree produced by thealterSimpleDatabaselabeled alternative inMySqlParser.alterDatabase().- Parameters:
ctx- the parse tree
-
enterAlterUpgradeName
void enterAlterUpgradeName(MySqlParser.AlterUpgradeNameContext ctx)
Enter a parse tree produced by thealterUpgradeNamelabeled alternative inMySqlParser.alterDatabase().- Parameters:
ctx- the parse tree
-
exitAlterUpgradeName
void exitAlterUpgradeName(MySqlParser.AlterUpgradeNameContext ctx)
Exit a parse tree produced by thealterUpgradeNamelabeled alternative inMySqlParser.alterDatabase().- Parameters:
ctx- the parse tree
-
enterAlterEvent
void enterAlterEvent(MySqlParser.AlterEventContext ctx)
Enter a parse tree produced byMySqlParser.alterEvent().- Parameters:
ctx- the parse tree
-
exitAlterEvent
void exitAlterEvent(MySqlParser.AlterEventContext ctx)
Exit a parse tree produced byMySqlParser.alterEvent().- Parameters:
ctx- the parse tree
-
enterAlterFunction
void enterAlterFunction(MySqlParser.AlterFunctionContext ctx)
Enter a parse tree produced byMySqlParser.alterFunction().- Parameters:
ctx- the parse tree
-
exitAlterFunction
void exitAlterFunction(MySqlParser.AlterFunctionContext ctx)
Exit a parse tree produced byMySqlParser.alterFunction().- Parameters:
ctx- the parse tree
-
enterAlterInstance
void enterAlterInstance(MySqlParser.AlterInstanceContext ctx)
Enter a parse tree produced byMySqlParser.alterInstance().- Parameters:
ctx- the parse tree
-
exitAlterInstance
void exitAlterInstance(MySqlParser.AlterInstanceContext ctx)
Exit a parse tree produced byMySqlParser.alterInstance().- Parameters:
ctx- the parse tree
-
enterAlterLogfileGroup
void enterAlterLogfileGroup(MySqlParser.AlterLogfileGroupContext ctx)
Enter a parse tree produced byMySqlParser.alterLogfileGroup().- Parameters:
ctx- the parse tree
-
exitAlterLogfileGroup
void exitAlterLogfileGroup(MySqlParser.AlterLogfileGroupContext ctx)
Exit a parse tree produced byMySqlParser.alterLogfileGroup().- Parameters:
ctx- the parse tree
-
enterAlterProcedure
void enterAlterProcedure(MySqlParser.AlterProcedureContext ctx)
Enter a parse tree produced byMySqlParser.alterProcedure().- Parameters:
ctx- the parse tree
-
exitAlterProcedure
void exitAlterProcedure(MySqlParser.AlterProcedureContext ctx)
Exit a parse tree produced byMySqlParser.alterProcedure().- Parameters:
ctx- the parse tree
-
enterAlterServer
void enterAlterServer(MySqlParser.AlterServerContext ctx)
Enter a parse tree produced byMySqlParser.alterServer().- Parameters:
ctx- the parse tree
-
exitAlterServer
void exitAlterServer(MySqlParser.AlterServerContext ctx)
Exit a parse tree produced byMySqlParser.alterServer().- Parameters:
ctx- the parse tree
-
enterAlterTable
void enterAlterTable(MySqlParser.AlterTableContext ctx)
Enter a parse tree produced byMySqlParser.alterTable().- Parameters:
ctx- the parse tree
-
exitAlterTable
void exitAlterTable(MySqlParser.AlterTableContext ctx)
Exit a parse tree produced byMySqlParser.alterTable().- Parameters:
ctx- the parse tree
-
enterAlterTablespace
void enterAlterTablespace(MySqlParser.AlterTablespaceContext ctx)
Enter a parse tree produced byMySqlParser.alterTablespace().- Parameters:
ctx- the parse tree
-
exitAlterTablespace
void exitAlterTablespace(MySqlParser.AlterTablespaceContext ctx)
Exit a parse tree produced byMySqlParser.alterTablespace().- Parameters:
ctx- the parse tree
-
enterAlterView
void enterAlterView(MySqlParser.AlterViewContext ctx)
Enter a parse tree produced byMySqlParser.alterView().- Parameters:
ctx- the parse tree
-
exitAlterView
void exitAlterView(MySqlParser.AlterViewContext ctx)
Exit a parse tree produced byMySqlParser.alterView().- Parameters:
ctx- the parse tree
-
enterAlterByTableOption
void enterAlterByTableOption(MySqlParser.AlterByTableOptionContext ctx)
Enter a parse tree produced by thealterByTableOptionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByTableOption
void exitAlterByTableOption(MySqlParser.AlterByTableOptionContext ctx)
Exit a parse tree produced by thealterByTableOptionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddColumn
void enterAlterByAddColumn(MySqlParser.AlterByAddColumnContext ctx)
Enter a parse tree produced by thealterByAddColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddColumn
void exitAlterByAddColumn(MySqlParser.AlterByAddColumnContext ctx)
Exit a parse tree produced by thealterByAddColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddColumns
void enterAlterByAddColumns(MySqlParser.AlterByAddColumnsContext ctx)
Enter a parse tree produced by thealterByAddColumnslabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddColumns
void exitAlterByAddColumns(MySqlParser.AlterByAddColumnsContext ctx)
Exit a parse tree produced by thealterByAddColumnslabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddIndex
void enterAlterByAddIndex(MySqlParser.AlterByAddIndexContext ctx)
Enter a parse tree produced by thealterByAddIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddIndex
void exitAlterByAddIndex(MySqlParser.AlterByAddIndexContext ctx)
Exit a parse tree produced by thealterByAddIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddPrimaryKey
void enterAlterByAddPrimaryKey(MySqlParser.AlterByAddPrimaryKeyContext ctx)
Enter a parse tree produced by thealterByAddPrimaryKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddPrimaryKey
void exitAlterByAddPrimaryKey(MySqlParser.AlterByAddPrimaryKeyContext ctx)
Exit a parse tree produced by thealterByAddPrimaryKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddUniqueKey
void enterAlterByAddUniqueKey(MySqlParser.AlterByAddUniqueKeyContext ctx)
Enter a parse tree produced by thealterByAddUniqueKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddUniqueKey
void exitAlterByAddUniqueKey(MySqlParser.AlterByAddUniqueKeyContext ctx)
Exit a parse tree produced by thealterByAddUniqueKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddSpecialIndex
void enterAlterByAddSpecialIndex(MySqlParser.AlterByAddSpecialIndexContext ctx)
Enter a parse tree produced by thealterByAddSpecialIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddSpecialIndex
void exitAlterByAddSpecialIndex(MySqlParser.AlterByAddSpecialIndexContext ctx)
Exit a parse tree produced by thealterByAddSpecialIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddForeignKey
void enterAlterByAddForeignKey(MySqlParser.AlterByAddForeignKeyContext ctx)
Enter a parse tree produced by thealterByAddForeignKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddForeignKey
void exitAlterByAddForeignKey(MySqlParser.AlterByAddForeignKeyContext ctx)
Exit a parse tree produced by thealterByAddForeignKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddCheckTableConstraint
void enterAlterByAddCheckTableConstraint(MySqlParser.AlterByAddCheckTableConstraintContext ctx)
Enter a parse tree produced by thealterByAddCheckTableConstraintlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddCheckTableConstraint
void exitAlterByAddCheckTableConstraint(MySqlParser.AlterByAddCheckTableConstraintContext ctx)
Exit a parse tree produced by thealterByAddCheckTableConstraintlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterBySetAlgorithm
void enterAlterBySetAlgorithm(MySqlParser.AlterBySetAlgorithmContext ctx)
Enter a parse tree produced by thealterBySetAlgorithmlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterBySetAlgorithm
void exitAlterBySetAlgorithm(MySqlParser.AlterBySetAlgorithmContext ctx)
Exit a parse tree produced by thealterBySetAlgorithmlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByChangeDefault
void enterAlterByChangeDefault(MySqlParser.AlterByChangeDefaultContext ctx)
Enter a parse tree produced by thealterByChangeDefaultlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByChangeDefault
void exitAlterByChangeDefault(MySqlParser.AlterByChangeDefaultContext ctx)
Exit a parse tree produced by thealterByChangeDefaultlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByChangeColumn
void enterAlterByChangeColumn(MySqlParser.AlterByChangeColumnContext ctx)
Enter a parse tree produced by thealterByChangeColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByChangeColumn
void exitAlterByChangeColumn(MySqlParser.AlterByChangeColumnContext ctx)
Exit a parse tree produced by thealterByChangeColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByRenameColumn
void enterAlterByRenameColumn(MySqlParser.AlterByRenameColumnContext ctx)
Enter a parse tree produced by thealterByRenameColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByRenameColumn
void exitAlterByRenameColumn(MySqlParser.AlterByRenameColumnContext ctx)
Exit a parse tree produced by thealterByRenameColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByLock
void enterAlterByLock(MySqlParser.AlterByLockContext ctx)
Enter a parse tree produced by thealterByLocklabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByLock
void exitAlterByLock(MySqlParser.AlterByLockContext ctx)
Exit a parse tree produced by thealterByLocklabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByModifyColumn
void enterAlterByModifyColumn(MySqlParser.AlterByModifyColumnContext ctx)
Enter a parse tree produced by thealterByModifyColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByModifyColumn
void exitAlterByModifyColumn(MySqlParser.AlterByModifyColumnContext ctx)
Exit a parse tree produced by thealterByModifyColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDropColumn
void enterAlterByDropColumn(MySqlParser.AlterByDropColumnContext ctx)
Enter a parse tree produced by thealterByDropColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDropColumn
void exitAlterByDropColumn(MySqlParser.AlterByDropColumnContext ctx)
Exit a parse tree produced by thealterByDropColumnlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDropConstraintCheck
void enterAlterByDropConstraintCheck(MySqlParser.AlterByDropConstraintCheckContext ctx)
Enter a parse tree produced by thealterByDropConstraintChecklabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDropConstraintCheck
void exitAlterByDropConstraintCheck(MySqlParser.AlterByDropConstraintCheckContext ctx)
Exit a parse tree produced by thealterByDropConstraintChecklabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDropPrimaryKey
void enterAlterByDropPrimaryKey(MySqlParser.AlterByDropPrimaryKeyContext ctx)
Enter a parse tree produced by thealterByDropPrimaryKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDropPrimaryKey
void exitAlterByDropPrimaryKey(MySqlParser.AlterByDropPrimaryKeyContext ctx)
Exit a parse tree produced by thealterByDropPrimaryKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDropIndex
void enterAlterByDropIndex(MySqlParser.AlterByDropIndexContext ctx)
Enter a parse tree produced by thealterByDropIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDropIndex
void exitAlterByDropIndex(MySqlParser.AlterByDropIndexContext ctx)
Exit a parse tree produced by thealterByDropIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByRenameIndex
void enterAlterByRenameIndex(MySqlParser.AlterByRenameIndexContext ctx)
Enter a parse tree produced by thealterByRenameIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByRenameIndex
void exitAlterByRenameIndex(MySqlParser.AlterByRenameIndexContext ctx)
Exit a parse tree produced by thealterByRenameIndexlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAlterIndexVisibility
void enterAlterByAlterIndexVisibility(MySqlParser.AlterByAlterIndexVisibilityContext ctx)
Enter a parse tree produced by thealterByAlterIndexVisibilitylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAlterIndexVisibility
void exitAlterByAlterIndexVisibility(MySqlParser.AlterByAlterIndexVisibilityContext ctx)
Exit a parse tree produced by thealterByAlterIndexVisibilitylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDropForeignKey
void enterAlterByDropForeignKey(MySqlParser.AlterByDropForeignKeyContext ctx)
Enter a parse tree produced by thealterByDropForeignKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDropForeignKey
void exitAlterByDropForeignKey(MySqlParser.AlterByDropForeignKeyContext ctx)
Exit a parse tree produced by thealterByDropForeignKeylabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDisableKeys
void enterAlterByDisableKeys(MySqlParser.AlterByDisableKeysContext ctx)
Enter a parse tree produced by thealterByDisableKeyslabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDisableKeys
void exitAlterByDisableKeys(MySqlParser.AlterByDisableKeysContext ctx)
Exit a parse tree produced by thealterByDisableKeyslabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByEnableKeys
void enterAlterByEnableKeys(MySqlParser.AlterByEnableKeysContext ctx)
Enter a parse tree produced by thealterByEnableKeyslabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByEnableKeys
void exitAlterByEnableKeys(MySqlParser.AlterByEnableKeysContext ctx)
Exit a parse tree produced by thealterByEnableKeyslabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByRename
void enterAlterByRename(MySqlParser.AlterByRenameContext ctx)
Enter a parse tree produced by thealterByRenamelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByRename
void exitAlterByRename(MySqlParser.AlterByRenameContext ctx)
Exit a parse tree produced by thealterByRenamelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByOrder
void enterAlterByOrder(MySqlParser.AlterByOrderContext ctx)
Enter a parse tree produced by thealterByOrderlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByOrder
void exitAlterByOrder(MySqlParser.AlterByOrderContext ctx)
Exit a parse tree produced by thealterByOrderlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByConvertCharset
void enterAlterByConvertCharset(MySqlParser.AlterByConvertCharsetContext ctx)
Enter a parse tree produced by thealterByConvertCharsetlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByConvertCharset
void exitAlterByConvertCharset(MySqlParser.AlterByConvertCharsetContext ctx)
Exit a parse tree produced by thealterByConvertCharsetlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDefaultCharset
void enterAlterByDefaultCharset(MySqlParser.AlterByDefaultCharsetContext ctx)
Enter a parse tree produced by thealterByDefaultCharsetlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDefaultCharset
void exitAlterByDefaultCharset(MySqlParser.AlterByDefaultCharsetContext ctx)
Exit a parse tree produced by thealterByDefaultCharsetlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDiscardTablespace
void enterAlterByDiscardTablespace(MySqlParser.AlterByDiscardTablespaceContext ctx)
Enter a parse tree produced by thealterByDiscardTablespacelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDiscardTablespace
void exitAlterByDiscardTablespace(MySqlParser.AlterByDiscardTablespaceContext ctx)
Exit a parse tree produced by thealterByDiscardTablespacelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByImportTablespace
void enterAlterByImportTablespace(MySqlParser.AlterByImportTablespaceContext ctx)
Enter a parse tree produced by thealterByImportTablespacelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByImportTablespace
void exitAlterByImportTablespace(MySqlParser.AlterByImportTablespaceContext ctx)
Exit a parse tree produced by thealterByImportTablespacelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByForce
void enterAlterByForce(MySqlParser.AlterByForceContext ctx)
Enter a parse tree produced by thealterByForcelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByForce
void exitAlterByForce(MySqlParser.AlterByForceContext ctx)
Exit a parse tree produced by thealterByForcelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByValidate
void enterAlterByValidate(MySqlParser.AlterByValidateContext ctx)
Enter a parse tree produced by thealterByValidatelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByValidate
void exitAlterByValidate(MySqlParser.AlterByValidateContext ctx)
Exit a parse tree produced by thealterByValidatelabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAddPartition
void enterAlterByAddPartition(MySqlParser.AlterByAddPartitionContext ctx)
Enter a parse tree produced by thealterByAddPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAddPartition
void exitAlterByAddPartition(MySqlParser.AlterByAddPartitionContext ctx)
Exit a parse tree produced by thealterByAddPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDropPartition
void enterAlterByDropPartition(MySqlParser.AlterByDropPartitionContext ctx)
Enter a parse tree produced by thealterByDropPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDropPartition
void exitAlterByDropPartition(MySqlParser.AlterByDropPartitionContext ctx)
Exit a parse tree produced by thealterByDropPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByDiscardPartition
void enterAlterByDiscardPartition(MySqlParser.AlterByDiscardPartitionContext ctx)
Enter a parse tree produced by thealterByDiscardPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByDiscardPartition
void exitAlterByDiscardPartition(MySqlParser.AlterByDiscardPartitionContext ctx)
Exit a parse tree produced by thealterByDiscardPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByImportPartition
void enterAlterByImportPartition(MySqlParser.AlterByImportPartitionContext ctx)
Enter a parse tree produced by thealterByImportPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByImportPartition
void exitAlterByImportPartition(MySqlParser.AlterByImportPartitionContext ctx)
Exit a parse tree produced by thealterByImportPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByTruncatePartition
void enterAlterByTruncatePartition(MySqlParser.AlterByTruncatePartitionContext ctx)
Enter a parse tree produced by thealterByTruncatePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByTruncatePartition
void exitAlterByTruncatePartition(MySqlParser.AlterByTruncatePartitionContext ctx)
Exit a parse tree produced by thealterByTruncatePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByCoalescePartition
void enterAlterByCoalescePartition(MySqlParser.AlterByCoalescePartitionContext ctx)
Enter a parse tree produced by thealterByCoalescePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByCoalescePartition
void exitAlterByCoalescePartition(MySqlParser.AlterByCoalescePartitionContext ctx)
Exit a parse tree produced by thealterByCoalescePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByReorganizePartition
void enterAlterByReorganizePartition(MySqlParser.AlterByReorganizePartitionContext ctx)
Enter a parse tree produced by thealterByReorganizePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByReorganizePartition
void exitAlterByReorganizePartition(MySqlParser.AlterByReorganizePartitionContext ctx)
Exit a parse tree produced by thealterByReorganizePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByExchangePartition
void enterAlterByExchangePartition(MySqlParser.AlterByExchangePartitionContext ctx)
Enter a parse tree produced by thealterByExchangePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByExchangePartition
void exitAlterByExchangePartition(MySqlParser.AlterByExchangePartitionContext ctx)
Exit a parse tree produced by thealterByExchangePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByAnalyzePartition
void enterAlterByAnalyzePartition(MySqlParser.AlterByAnalyzePartitionContext ctx)
Enter a parse tree produced by thealterByAnalyzePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByAnalyzePartition
void exitAlterByAnalyzePartition(MySqlParser.AlterByAnalyzePartitionContext ctx)
Exit a parse tree produced by thealterByAnalyzePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByCheckPartition
void enterAlterByCheckPartition(MySqlParser.AlterByCheckPartitionContext ctx)
Enter a parse tree produced by thealterByCheckPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByCheckPartition
void exitAlterByCheckPartition(MySqlParser.AlterByCheckPartitionContext ctx)
Exit a parse tree produced by thealterByCheckPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByOptimizePartition
void enterAlterByOptimizePartition(MySqlParser.AlterByOptimizePartitionContext ctx)
Enter a parse tree produced by thealterByOptimizePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByOptimizePartition
void exitAlterByOptimizePartition(MySqlParser.AlterByOptimizePartitionContext ctx)
Exit a parse tree produced by thealterByOptimizePartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByRebuildPartition
void enterAlterByRebuildPartition(MySqlParser.AlterByRebuildPartitionContext ctx)
Enter a parse tree produced by thealterByRebuildPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByRebuildPartition
void exitAlterByRebuildPartition(MySqlParser.AlterByRebuildPartitionContext ctx)
Exit a parse tree produced by thealterByRebuildPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByRepairPartition
void enterAlterByRepairPartition(MySqlParser.AlterByRepairPartitionContext ctx)
Enter a parse tree produced by thealterByRepairPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByRepairPartition
void exitAlterByRepairPartition(MySqlParser.AlterByRepairPartitionContext ctx)
Exit a parse tree produced by thealterByRepairPartitionlabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByRemovePartitioning
void enterAlterByRemovePartitioning(MySqlParser.AlterByRemovePartitioningContext ctx)
Enter a parse tree produced by thealterByRemovePartitioninglabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByRemovePartitioning
void exitAlterByRemovePartitioning(MySqlParser.AlterByRemovePartitioningContext ctx)
Exit a parse tree produced by thealterByRemovePartitioninglabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterAlterByUpgradePartitioning
void enterAlterByUpgradePartitioning(MySqlParser.AlterByUpgradePartitioningContext ctx)
Enter a parse tree produced by thealterByUpgradePartitioninglabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
exitAlterByUpgradePartitioning
void exitAlterByUpgradePartitioning(MySqlParser.AlterByUpgradePartitioningContext ctx)
Exit a parse tree produced by thealterByUpgradePartitioninglabeled alternative inMySqlParser.alterSpecification().- Parameters:
ctx- the parse tree
-
enterDropDatabase
void enterDropDatabase(MySqlParser.DropDatabaseContext ctx)
Enter a parse tree produced byMySqlParser.dropDatabase().- Parameters:
ctx- the parse tree
-
exitDropDatabase
void exitDropDatabase(MySqlParser.DropDatabaseContext ctx)
Exit a parse tree produced byMySqlParser.dropDatabase().- Parameters:
ctx- the parse tree
-
enterDropEvent
void enterDropEvent(MySqlParser.DropEventContext ctx)
Enter a parse tree produced byMySqlParser.dropEvent().- Parameters:
ctx- the parse tree
-
exitDropEvent
void exitDropEvent(MySqlParser.DropEventContext ctx)
Exit a parse tree produced byMySqlParser.dropEvent().- Parameters:
ctx- the parse tree
-
enterDropIndex
void enterDropIndex(MySqlParser.DropIndexContext ctx)
Enter a parse tree produced byMySqlParser.dropIndex().- Parameters:
ctx- the parse tree
-
exitDropIndex
void exitDropIndex(MySqlParser.DropIndexContext ctx)
Exit a parse tree produced byMySqlParser.dropIndex().- Parameters:
ctx- the parse tree
-
enterDropLogfileGroup
void enterDropLogfileGroup(MySqlParser.DropLogfileGroupContext ctx)
Enter a parse tree produced byMySqlParser.dropLogfileGroup().- Parameters:
ctx- the parse tree
-
exitDropLogfileGroup
void exitDropLogfileGroup(MySqlParser.DropLogfileGroupContext ctx)
Exit a parse tree produced byMySqlParser.dropLogfileGroup().- Parameters:
ctx- the parse tree
-
enterDropProcedure
void enterDropProcedure(MySqlParser.DropProcedureContext ctx)
Enter a parse tree produced byMySqlParser.dropProcedure().- Parameters:
ctx- the parse tree
-
exitDropProcedure
void exitDropProcedure(MySqlParser.DropProcedureContext ctx)
Exit a parse tree produced byMySqlParser.dropProcedure().- Parameters:
ctx- the parse tree
-
enterDropFunction
void enterDropFunction(MySqlParser.DropFunctionContext ctx)
Enter a parse tree produced byMySqlParser.dropFunction().- Parameters:
ctx- the parse tree
-
exitDropFunction
void exitDropFunction(MySqlParser.DropFunctionContext ctx)
Exit a parse tree produced byMySqlParser.dropFunction().- Parameters:
ctx- the parse tree
-
enterDropServer
void enterDropServer(MySqlParser.DropServerContext ctx)
Enter a parse tree produced byMySqlParser.dropServer().- Parameters:
ctx- the parse tree
-
exitDropServer
void exitDropServer(MySqlParser.DropServerContext ctx)
Exit a parse tree produced byMySqlParser.dropServer().- Parameters:
ctx- the parse tree
-
enterDropTable
void enterDropTable(MySqlParser.DropTableContext ctx)
Enter a parse tree produced byMySqlParser.dropTable().- Parameters:
ctx- the parse tree
-
exitDropTable
void exitDropTable(MySqlParser.DropTableContext ctx)
Exit a parse tree produced byMySqlParser.dropTable().- Parameters:
ctx- the parse tree
-
enterDropTablespace
void enterDropTablespace(MySqlParser.DropTablespaceContext ctx)
Enter a parse tree produced byMySqlParser.dropTablespace().- Parameters:
ctx- the parse tree
-
exitDropTablespace
void exitDropTablespace(MySqlParser.DropTablespaceContext ctx)
Exit a parse tree produced byMySqlParser.dropTablespace().- Parameters:
ctx- the parse tree
-
enterDropTrigger
void enterDropTrigger(MySqlParser.DropTriggerContext ctx)
Enter a parse tree produced byMySqlParser.dropTrigger().- Parameters:
ctx- the parse tree
-
exitDropTrigger
void exitDropTrigger(MySqlParser.DropTriggerContext ctx)
Exit a parse tree produced byMySqlParser.dropTrigger().- Parameters:
ctx- the parse tree
-
enterDropView
void enterDropView(MySqlParser.DropViewContext ctx)
Enter a parse tree produced byMySqlParser.dropView().- Parameters:
ctx- the parse tree
-
exitDropView
void exitDropView(MySqlParser.DropViewContext ctx)
Exit a parse tree produced byMySqlParser.dropView().- Parameters:
ctx- the parse tree
-
enterRenameTable
void enterRenameTable(MySqlParser.RenameTableContext ctx)
Enter a parse tree produced byMySqlParser.renameTable().- Parameters:
ctx- the parse tree
-
exitRenameTable
void exitRenameTable(MySqlParser.RenameTableContext ctx)
Exit a parse tree produced byMySqlParser.renameTable().- Parameters:
ctx- the parse tree
-
enterRenameTableClause
void enterRenameTableClause(MySqlParser.RenameTableClauseContext ctx)
Enter a parse tree produced byMySqlParser.renameTableClause().- Parameters:
ctx- the parse tree
-
exitRenameTableClause
void exitRenameTableClause(MySqlParser.RenameTableClauseContext ctx)
Exit a parse tree produced byMySqlParser.renameTableClause().- Parameters:
ctx- the parse tree
-
enterTruncateTable
void enterTruncateTable(MySqlParser.TruncateTableContext ctx)
Enter a parse tree produced byMySqlParser.truncateTable().- Parameters:
ctx- the parse tree
-
exitTruncateTable
void exitTruncateTable(MySqlParser.TruncateTableContext ctx)
Exit a parse tree produced byMySqlParser.truncateTable().- Parameters:
ctx- the parse tree
-
enterCallStatement
void enterCallStatement(MySqlParser.CallStatementContext ctx)
Enter a parse tree produced byMySqlParser.callStatement().- Parameters:
ctx- the parse tree
-
exitCallStatement
void exitCallStatement(MySqlParser.CallStatementContext ctx)
Exit a parse tree produced byMySqlParser.callStatement().- Parameters:
ctx- the parse tree
-
enterDeleteStatement
void enterDeleteStatement(MySqlParser.DeleteStatementContext ctx)
Enter a parse tree produced byMySqlParser.deleteStatement().- Parameters:
ctx- the parse tree
-
exitDeleteStatement
void exitDeleteStatement(MySqlParser.DeleteStatementContext ctx)
Exit a parse tree produced byMySqlParser.deleteStatement().- Parameters:
ctx- the parse tree
-
enterDoStatement
void enterDoStatement(MySqlParser.DoStatementContext ctx)
Enter a parse tree produced byMySqlParser.doStatement().- Parameters:
ctx- the parse tree
-
exitDoStatement
void exitDoStatement(MySqlParser.DoStatementContext ctx)
Exit a parse tree produced byMySqlParser.doStatement().- Parameters:
ctx- the parse tree
-
enterHandlerStatement
void enterHandlerStatement(MySqlParser.HandlerStatementContext ctx)
Enter a parse tree produced byMySqlParser.handlerStatement().- Parameters:
ctx- the parse tree
-
exitHandlerStatement
void exitHandlerStatement(MySqlParser.HandlerStatementContext ctx)
Exit a parse tree produced byMySqlParser.handlerStatement().- Parameters:
ctx- the parse tree
-
enterInsertStatement
void enterInsertStatement(MySqlParser.InsertStatementContext ctx)
Enter a parse tree produced byMySqlParser.insertStatement().- Parameters:
ctx- the parse tree
-
exitInsertStatement
void exitInsertStatement(MySqlParser.InsertStatementContext ctx)
Exit a parse tree produced byMySqlParser.insertStatement().- Parameters:
ctx- the parse tree
-
enterLoadDataStatement
void enterLoadDataStatement(MySqlParser.LoadDataStatementContext ctx)
Enter a parse tree produced byMySqlParser.loadDataStatement().- Parameters:
ctx- the parse tree
-
exitLoadDataStatement
void exitLoadDataStatement(MySqlParser.LoadDataStatementContext ctx)
Exit a parse tree produced byMySqlParser.loadDataStatement().- Parameters:
ctx- the parse tree
-
enterLoadXmlStatement
void enterLoadXmlStatement(MySqlParser.LoadXmlStatementContext ctx)
Enter a parse tree produced byMySqlParser.loadXmlStatement().- Parameters:
ctx- the parse tree
-
exitLoadXmlStatement
void exitLoadXmlStatement(MySqlParser.LoadXmlStatementContext ctx)
Exit a parse tree produced byMySqlParser.loadXmlStatement().- Parameters:
ctx- the parse tree
-
enterReplaceStatement
void enterReplaceStatement(MySqlParser.ReplaceStatementContext ctx)
Enter a parse tree produced byMySqlParser.replaceStatement().- Parameters:
ctx- the parse tree
-
exitReplaceStatement
void exitReplaceStatement(MySqlParser.ReplaceStatementContext ctx)
Exit a parse tree produced byMySqlParser.replaceStatement().- Parameters:
ctx- the parse tree
-
enterSimpleSelect
void enterSimpleSelect(MySqlParser.SimpleSelectContext ctx)
Enter a parse tree produced by thesimpleSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
exitSimpleSelect
void exitSimpleSelect(MySqlParser.SimpleSelectContext ctx)
Exit a parse tree produced by thesimpleSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
enterParenthesisSelect
void enterParenthesisSelect(MySqlParser.ParenthesisSelectContext ctx)
Enter a parse tree produced by theparenthesisSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
exitParenthesisSelect
void exitParenthesisSelect(MySqlParser.ParenthesisSelectContext ctx)
Exit a parse tree produced by theparenthesisSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
enterUnionSelect
void enterUnionSelect(MySqlParser.UnionSelectContext ctx)
Enter a parse tree produced by theunionSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
exitUnionSelect
void exitUnionSelect(MySqlParser.UnionSelectContext ctx)
Exit a parse tree produced by theunionSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
enterUnionParenthesisSelect
void enterUnionParenthesisSelect(MySqlParser.UnionParenthesisSelectContext ctx)
Enter a parse tree produced by theunionParenthesisSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
exitUnionParenthesisSelect
void exitUnionParenthesisSelect(MySqlParser.UnionParenthesisSelectContext ctx)
Exit a parse tree produced by theunionParenthesisSelectlabeled alternative inMySqlParser.selectStatement().- Parameters:
ctx- the parse tree
-
enterUpdateStatement
void enterUpdateStatement(MySqlParser.UpdateStatementContext ctx)
Enter a parse tree produced byMySqlParser.updateStatement().- Parameters:
ctx- the parse tree
-
exitUpdateStatement
void exitUpdateStatement(MySqlParser.UpdateStatementContext ctx)
Exit a parse tree produced byMySqlParser.updateStatement().- Parameters:
ctx- the parse tree
-
enterInsertStatementValue
void enterInsertStatementValue(MySqlParser.InsertStatementValueContext ctx)
Enter a parse tree produced byMySqlParser.insertStatementValue().- Parameters:
ctx- the parse tree
-
exitInsertStatementValue
void exitInsertStatementValue(MySqlParser.InsertStatementValueContext ctx)
Exit a parse tree produced byMySqlParser.insertStatementValue().- Parameters:
ctx- the parse tree
-
enterUpdatedElement
void enterUpdatedElement(MySqlParser.UpdatedElementContext ctx)
Enter a parse tree produced byMySqlParser.updatedElement().- Parameters:
ctx- the parse tree
-
exitUpdatedElement
void exitUpdatedElement(MySqlParser.UpdatedElementContext ctx)
Exit a parse tree produced byMySqlParser.updatedElement().- Parameters:
ctx- the parse tree
-
enterAssignmentField
void enterAssignmentField(MySqlParser.AssignmentFieldContext ctx)
Enter a parse tree produced byMySqlParser.assignmentField().- Parameters:
ctx- the parse tree
-
exitAssignmentField
void exitAssignmentField(MySqlParser.AssignmentFieldContext ctx)
Exit a parse tree produced byMySqlParser.assignmentField().- Parameters:
ctx- the parse tree
-
enterLockClause
void enterLockClause(MySqlParser.LockClauseContext ctx)
Enter a parse tree produced byMySqlParser.lockClause().- Parameters:
ctx- the parse tree
-
exitLockClause
void exitLockClause(MySqlParser.LockClauseContext ctx)
Exit a parse tree produced byMySqlParser.lockClause().- Parameters:
ctx- the parse tree
-
enterSingleDeleteStatement
void enterSingleDeleteStatement(MySqlParser.SingleDeleteStatementContext ctx)
Enter a parse tree produced byMySqlParser.singleDeleteStatement().- Parameters:
ctx- the parse tree
-
exitSingleDeleteStatement
void exitSingleDeleteStatement(MySqlParser.SingleDeleteStatementContext ctx)
Exit a parse tree produced byMySqlParser.singleDeleteStatement().- Parameters:
ctx- the parse tree
-
enterMultipleDeleteStatement
void enterMultipleDeleteStatement(MySqlParser.MultipleDeleteStatementContext ctx)
Enter a parse tree produced byMySqlParser.multipleDeleteStatement().- Parameters:
ctx- the parse tree
-
exitMultipleDeleteStatement
void exitMultipleDeleteStatement(MySqlParser.MultipleDeleteStatementContext ctx)
Exit a parse tree produced byMySqlParser.multipleDeleteStatement().- Parameters:
ctx- the parse tree
-
enterHandlerOpenStatement
void enterHandlerOpenStatement(MySqlParser.HandlerOpenStatementContext ctx)
Enter a parse tree produced byMySqlParser.handlerOpenStatement().- Parameters:
ctx- the parse tree
-
exitHandlerOpenStatement
void exitHandlerOpenStatement(MySqlParser.HandlerOpenStatementContext ctx)
Exit a parse tree produced byMySqlParser.handlerOpenStatement().- Parameters:
ctx- the parse tree
-
enterHandlerReadIndexStatement
void enterHandlerReadIndexStatement(MySqlParser.HandlerReadIndexStatementContext ctx)
Enter a parse tree produced byMySqlParser.handlerReadIndexStatement().- Parameters:
ctx- the parse tree
-
exitHandlerReadIndexStatement
void exitHandlerReadIndexStatement(MySqlParser.HandlerReadIndexStatementContext ctx)
Exit a parse tree produced byMySqlParser.handlerReadIndexStatement().- Parameters:
ctx- the parse tree
-
enterHandlerReadStatement
void enterHandlerReadStatement(MySqlParser.HandlerReadStatementContext ctx)
Enter a parse tree produced byMySqlParser.handlerReadStatement().- Parameters:
ctx- the parse tree
-
exitHandlerReadStatement
void exitHandlerReadStatement(MySqlParser.HandlerReadStatementContext ctx)
Exit a parse tree produced byMySqlParser.handlerReadStatement().- Parameters:
ctx- the parse tree
-
enterHandlerCloseStatement
void enterHandlerCloseStatement(MySqlParser.HandlerCloseStatementContext ctx)
Enter a parse tree produced byMySqlParser.handlerCloseStatement().- Parameters:
ctx- the parse tree
-
exitHandlerCloseStatement
void exitHandlerCloseStatement(MySqlParser.HandlerCloseStatementContext ctx)
Exit a parse tree produced byMySqlParser.handlerCloseStatement().- Parameters:
ctx- the parse tree
-
enterSingleUpdateStatement
void enterSingleUpdateStatement(MySqlParser.SingleUpdateStatementContext ctx)
Enter a parse tree produced byMySqlParser.singleUpdateStatement().- Parameters:
ctx- the parse tree
-
exitSingleUpdateStatement
void exitSingleUpdateStatement(MySqlParser.SingleUpdateStatementContext ctx)
Exit a parse tree produced byMySqlParser.singleUpdateStatement().- Parameters:
ctx- the parse tree
-
enterMultipleUpdateStatement
void enterMultipleUpdateStatement(MySqlParser.MultipleUpdateStatementContext ctx)
Enter a parse tree produced byMySqlParser.multipleUpdateStatement().- Parameters:
ctx- the parse tree
-
exitMultipleUpdateStatement
void exitMultipleUpdateStatement(MySqlParser.MultipleUpdateStatementContext ctx)
Exit a parse tree produced byMySqlParser.multipleUpdateStatement().- Parameters:
ctx- the parse tree
-
enterOrderByClause
void enterOrderByClause(MySqlParser.OrderByClauseContext ctx)
Enter a parse tree produced byMySqlParser.orderByClause().- Parameters:
ctx- the parse tree
-
exitOrderByClause
void exitOrderByClause(MySqlParser.OrderByClauseContext ctx)
Exit a parse tree produced byMySqlParser.orderByClause().- Parameters:
ctx- the parse tree
-
enterOrderByExpression
void enterOrderByExpression(MySqlParser.OrderByExpressionContext ctx)
Enter a parse tree produced byMySqlParser.orderByExpression().- Parameters:
ctx- the parse tree
-
exitOrderByExpression
void exitOrderByExpression(MySqlParser.OrderByExpressionContext ctx)
Exit a parse tree produced byMySqlParser.orderByExpression().- Parameters:
ctx- the parse tree
-
enterTableSources
void enterTableSources(MySqlParser.TableSourcesContext ctx)
Enter a parse tree produced byMySqlParser.tableSources().- Parameters:
ctx- the parse tree
-
exitTableSources
void exitTableSources(MySqlParser.TableSourcesContext ctx)
Exit a parse tree produced byMySqlParser.tableSources().- Parameters:
ctx- the parse tree
-
enterTableSourceBase
void enterTableSourceBase(MySqlParser.TableSourceBaseContext ctx)
Enter a parse tree produced by thetableSourceBaselabeled alternative inMySqlParser.tableSource().- Parameters:
ctx- the parse tree
-
exitTableSourceBase
void exitTableSourceBase(MySqlParser.TableSourceBaseContext ctx)
Exit a parse tree produced by thetableSourceBaselabeled alternative inMySqlParser.tableSource().- Parameters:
ctx- the parse tree
-
enterTableSourceNested
void enterTableSourceNested(MySqlParser.TableSourceNestedContext ctx)
Enter a parse tree produced by thetableSourceNestedlabeled alternative inMySqlParser.tableSource().- Parameters:
ctx- the parse tree
-
exitTableSourceNested
void exitTableSourceNested(MySqlParser.TableSourceNestedContext ctx)
Exit a parse tree produced by thetableSourceNestedlabeled alternative inMySqlParser.tableSource().- Parameters:
ctx- the parse tree
-
enterAtomTableItem
void enterAtomTableItem(MySqlParser.AtomTableItemContext ctx)
Enter a parse tree produced by theatomTableItemlabeled alternative inMySqlParser.tableSourceItem().- Parameters:
ctx- the parse tree
-
exitAtomTableItem
void exitAtomTableItem(MySqlParser.AtomTableItemContext ctx)
Exit a parse tree produced by theatomTableItemlabeled alternative inMySqlParser.tableSourceItem().- Parameters:
ctx- the parse tree
-
enterSubqueryTableItem
void enterSubqueryTableItem(MySqlParser.SubqueryTableItemContext ctx)
Enter a parse tree produced by thesubqueryTableItemlabeled alternative inMySqlParser.tableSourceItem().- Parameters:
ctx- the parse tree
-
exitSubqueryTableItem
void exitSubqueryTableItem(MySqlParser.SubqueryTableItemContext ctx)
Exit a parse tree produced by thesubqueryTableItemlabeled alternative inMySqlParser.tableSourceItem().- Parameters:
ctx- the parse tree
-
enterTableSourcesItem
void enterTableSourcesItem(MySqlParser.TableSourcesItemContext ctx)
Enter a parse tree produced by thetableSourcesItemlabeled alternative inMySqlParser.tableSourceItem().- Parameters:
ctx- the parse tree
-
exitTableSourcesItem
void exitTableSourcesItem(MySqlParser.TableSourcesItemContext ctx)
Exit a parse tree produced by thetableSourcesItemlabeled alternative inMySqlParser.tableSourceItem().- Parameters:
ctx- the parse tree
-
enterIndexHint
void enterIndexHint(MySqlParser.IndexHintContext ctx)
Enter a parse tree produced byMySqlParser.indexHint().- Parameters:
ctx- the parse tree
-
exitIndexHint
void exitIndexHint(MySqlParser.IndexHintContext ctx)
Exit a parse tree produced byMySqlParser.indexHint().- Parameters:
ctx- the parse tree
-
enterIndexHintType
void enterIndexHintType(MySqlParser.IndexHintTypeContext ctx)
Enter a parse tree produced byMySqlParser.indexHintType().- Parameters:
ctx- the parse tree
-
exitIndexHintType
void exitIndexHintType(MySqlParser.IndexHintTypeContext ctx)
Exit a parse tree produced byMySqlParser.indexHintType().- Parameters:
ctx- the parse tree
-
enterInnerJoin
void enterInnerJoin(MySqlParser.InnerJoinContext ctx)
Enter a parse tree produced by theinnerJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
exitInnerJoin
void exitInnerJoin(MySqlParser.InnerJoinContext ctx)
Exit a parse tree produced by theinnerJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
enterStraightJoin
void enterStraightJoin(MySqlParser.StraightJoinContext ctx)
Enter a parse tree produced by thestraightJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
exitStraightJoin
void exitStraightJoin(MySqlParser.StraightJoinContext ctx)
Exit a parse tree produced by thestraightJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
enterOuterJoin
void enterOuterJoin(MySqlParser.OuterJoinContext ctx)
Enter a parse tree produced by theouterJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
exitOuterJoin
void exitOuterJoin(MySqlParser.OuterJoinContext ctx)
Exit a parse tree produced by theouterJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
enterNaturalJoin
void enterNaturalJoin(MySqlParser.NaturalJoinContext ctx)
Enter a parse tree produced by thenaturalJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
exitNaturalJoin
void exitNaturalJoin(MySqlParser.NaturalJoinContext ctx)
Exit a parse tree produced by thenaturalJoinlabeled alternative inMySqlParser.joinPart().- Parameters:
ctx- the parse tree
-
enterQueryExpression
void enterQueryExpression(MySqlParser.QueryExpressionContext ctx)
Enter a parse tree produced byMySqlParser.queryExpression().- Parameters:
ctx- the parse tree
-
exitQueryExpression
void exitQueryExpression(MySqlParser.QueryExpressionContext ctx)
Exit a parse tree produced byMySqlParser.queryExpression().- Parameters:
ctx- the parse tree
-
enterQueryExpressionNointo
void enterQueryExpressionNointo(MySqlParser.QueryExpressionNointoContext ctx)
Enter a parse tree produced byMySqlParser.queryExpressionNointo().- Parameters:
ctx- the parse tree
-
exitQueryExpressionNointo
void exitQueryExpressionNointo(MySqlParser.QueryExpressionNointoContext ctx)
Exit a parse tree produced byMySqlParser.queryExpressionNointo().- Parameters:
ctx- the parse tree
-
enterQuerySpecification
void enterQuerySpecification(MySqlParser.QuerySpecificationContext ctx)
Enter a parse tree produced byMySqlParser.querySpecification().- Parameters:
ctx- the parse tree
-
exitQuerySpecification
void exitQuerySpecification(MySqlParser.QuerySpecificationContext ctx)
Exit a parse tree produced byMySqlParser.querySpecification().- Parameters:
ctx- the parse tree
-
enterQuerySpecificationNointo
void enterQuerySpecificationNointo(MySqlParser.QuerySpecificationNointoContext ctx)
Enter a parse tree produced byMySqlParser.querySpecificationNointo().- Parameters:
ctx- the parse tree
-
exitQuerySpecificationNointo
void exitQuerySpecificationNointo(MySqlParser.QuerySpecificationNointoContext ctx)
Exit a parse tree produced byMySqlParser.querySpecificationNointo().- Parameters:
ctx- the parse tree
-
enterUnionParenthesis
void enterUnionParenthesis(MySqlParser.UnionParenthesisContext ctx)
Enter a parse tree produced byMySqlParser.unionParenthesis().- Parameters:
ctx- the parse tree
-
exitUnionParenthesis
void exitUnionParenthesis(MySqlParser.UnionParenthesisContext ctx)
Exit a parse tree produced byMySqlParser.unionParenthesis().- Parameters:
ctx- the parse tree
-
enterUnionStatement
void enterUnionStatement(MySqlParser.UnionStatementContext ctx)
Enter a parse tree produced byMySqlParser.unionStatement().- Parameters:
ctx- the parse tree
-
exitUnionStatement
void exitUnionStatement(MySqlParser.UnionStatementContext ctx)
Exit a parse tree produced byMySqlParser.unionStatement().- Parameters:
ctx- the parse tree
-
enterSelectSpec
void enterSelectSpec(MySqlParser.SelectSpecContext ctx)
Enter a parse tree produced byMySqlParser.selectSpec().- Parameters:
ctx- the parse tree
-
exitSelectSpec
void exitSelectSpec(MySqlParser.SelectSpecContext ctx)
Exit a parse tree produced byMySqlParser.selectSpec().- Parameters:
ctx- the parse tree
-
enterSelectElements
void enterSelectElements(MySqlParser.SelectElementsContext ctx)
Enter a parse tree produced byMySqlParser.selectElements().- Parameters:
ctx- the parse tree
-
exitSelectElements
void exitSelectElements(MySqlParser.SelectElementsContext ctx)
Exit a parse tree produced byMySqlParser.selectElements().- Parameters:
ctx- the parse tree
-
enterSelectStarElement
void enterSelectStarElement(MySqlParser.SelectStarElementContext ctx)
Enter a parse tree produced by theselectStarElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
exitSelectStarElement
void exitSelectStarElement(MySqlParser.SelectStarElementContext ctx)
Exit a parse tree produced by theselectStarElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
enterSelectColumnElement
void enterSelectColumnElement(MySqlParser.SelectColumnElementContext ctx)
Enter a parse tree produced by theselectColumnElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
exitSelectColumnElement
void exitSelectColumnElement(MySqlParser.SelectColumnElementContext ctx)
Exit a parse tree produced by theselectColumnElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
enterSelectFunctionElement
void enterSelectFunctionElement(MySqlParser.SelectFunctionElementContext ctx)
Enter a parse tree produced by theselectFunctionElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
exitSelectFunctionElement
void exitSelectFunctionElement(MySqlParser.SelectFunctionElementContext ctx)
Exit a parse tree produced by theselectFunctionElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
enterSelectExpressionElement
void enterSelectExpressionElement(MySqlParser.SelectExpressionElementContext ctx)
Enter a parse tree produced by theselectExpressionElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
exitSelectExpressionElement
void exitSelectExpressionElement(MySqlParser.SelectExpressionElementContext ctx)
Exit a parse tree produced by theselectExpressionElementlabeled alternative inMySqlParser.selectElement().- Parameters:
ctx- the parse tree
-
enterSelectIntoVariables
void enterSelectIntoVariables(MySqlParser.SelectIntoVariablesContext ctx)
Enter a parse tree produced by theselectIntoVariableslabeled alternative inMySqlParser.selectIntoExpression().- Parameters:
ctx- the parse tree
-
exitSelectIntoVariables
void exitSelectIntoVariables(MySqlParser.SelectIntoVariablesContext ctx)
Exit a parse tree produced by theselectIntoVariableslabeled alternative inMySqlParser.selectIntoExpression().- Parameters:
ctx- the parse tree
-
enterSelectIntoDumpFile
void enterSelectIntoDumpFile(MySqlParser.SelectIntoDumpFileContext ctx)
Enter a parse tree produced by theselectIntoDumpFilelabeled alternative inMySqlParser.selectIntoExpression().- Parameters:
ctx- the parse tree
-
exitSelectIntoDumpFile
void exitSelectIntoDumpFile(MySqlParser.SelectIntoDumpFileContext ctx)
Exit a parse tree produced by theselectIntoDumpFilelabeled alternative inMySqlParser.selectIntoExpression().- Parameters:
ctx- the parse tree
-
enterSelectIntoTextFile
void enterSelectIntoTextFile(MySqlParser.SelectIntoTextFileContext ctx)
Enter a parse tree produced by theselectIntoTextFilelabeled alternative inMySqlParser.selectIntoExpression().- Parameters:
ctx- the parse tree
-
exitSelectIntoTextFile
void exitSelectIntoTextFile(MySqlParser.SelectIntoTextFileContext ctx)
Exit a parse tree produced by theselectIntoTextFilelabeled alternative inMySqlParser.selectIntoExpression().- Parameters:
ctx- the parse tree
-
enterSelectFieldsInto
void enterSelectFieldsInto(MySqlParser.SelectFieldsIntoContext ctx)
Enter a parse tree produced byMySqlParser.selectFieldsInto().- Parameters:
ctx- the parse tree
-
exitSelectFieldsInto
void exitSelectFieldsInto(MySqlParser.SelectFieldsIntoContext ctx)
Exit a parse tree produced byMySqlParser.selectFieldsInto().- Parameters:
ctx- the parse tree
-
enterSelectLinesInto
void enterSelectLinesInto(MySqlParser.SelectLinesIntoContext ctx)
Enter a parse tree produced byMySqlParser.selectLinesInto().- Parameters:
ctx- the parse tree
-
exitSelectLinesInto
void exitSelectLinesInto(MySqlParser.SelectLinesIntoContext ctx)
Exit a parse tree produced byMySqlParser.selectLinesInto().- Parameters:
ctx- the parse tree
-
enterFromClause
void enterFromClause(MySqlParser.FromClauseContext ctx)
Enter a parse tree produced byMySqlParser.fromClause().- Parameters:
ctx- the parse tree
-
exitFromClause
void exitFromClause(MySqlParser.FromClauseContext ctx)
Exit a parse tree produced byMySqlParser.fromClause().- Parameters:
ctx- the parse tree
-
enterGroupByItem
void enterGroupByItem(MySqlParser.GroupByItemContext ctx)
Enter a parse tree produced byMySqlParser.groupByItem().- Parameters:
ctx- the parse tree
-
exitGroupByItem
void exitGroupByItem(MySqlParser.GroupByItemContext ctx)
Exit a parse tree produced byMySqlParser.groupByItem().- Parameters:
ctx- the parse tree
-
enterLimitClause
void enterLimitClause(MySqlParser.LimitClauseContext ctx)
Enter a parse tree produced byMySqlParser.limitClause().- Parameters:
ctx- the parse tree
-
exitLimitClause
void exitLimitClause(MySqlParser.LimitClauseContext ctx)
Exit a parse tree produced byMySqlParser.limitClause().- Parameters:
ctx- the parse tree
-
enterLimitClauseAtom
void enterLimitClauseAtom(MySqlParser.LimitClauseAtomContext ctx)
Enter a parse tree produced byMySqlParser.limitClauseAtom().- Parameters:
ctx- the parse tree
-
exitLimitClauseAtom
void exitLimitClauseAtom(MySqlParser.LimitClauseAtomContext ctx)
Exit a parse tree produced byMySqlParser.limitClauseAtom().- Parameters:
ctx- the parse tree
-
enterStartTransaction
void enterStartTransaction(MySqlParser.StartTransactionContext ctx)
Enter a parse tree produced byMySqlParser.startTransaction().- Parameters:
ctx- the parse tree
-
exitStartTransaction
void exitStartTransaction(MySqlParser.StartTransactionContext ctx)
Exit a parse tree produced byMySqlParser.startTransaction().- Parameters:
ctx- the parse tree
-
enterBeginWork
void enterBeginWork(MySqlParser.BeginWorkContext ctx)
Enter a parse tree produced byMySqlParser.beginWork().- Parameters:
ctx- the parse tree
-
exitBeginWork
void exitBeginWork(MySqlParser.BeginWorkContext ctx)
Exit a parse tree produced byMySqlParser.beginWork().- Parameters:
ctx- the parse tree
-
enterCommitWork
void enterCommitWork(MySqlParser.CommitWorkContext ctx)
Enter a parse tree produced byMySqlParser.commitWork().- Parameters:
ctx- the parse tree
-
exitCommitWork
void exitCommitWork(MySqlParser.CommitWorkContext ctx)
Exit a parse tree produced byMySqlParser.commitWork().- Parameters:
ctx- the parse tree
-
enterRollbackWork
void enterRollbackWork(MySqlParser.RollbackWorkContext ctx)
Enter a parse tree produced byMySqlParser.rollbackWork().- Parameters:
ctx- the parse tree
-
exitRollbackWork
void exitRollbackWork(MySqlParser.RollbackWorkContext ctx)
Exit a parse tree produced byMySqlParser.rollbackWork().- Parameters:
ctx- the parse tree
-
enterSavepointStatement
void enterSavepointStatement(MySqlParser.SavepointStatementContext ctx)
Enter a parse tree produced byMySqlParser.savepointStatement().- Parameters:
ctx- the parse tree
-
exitSavepointStatement
void exitSavepointStatement(MySqlParser.SavepointStatementContext ctx)
Exit a parse tree produced byMySqlParser.savepointStatement().- Parameters:
ctx- the parse tree
-
enterRollbackStatement
void enterRollbackStatement(MySqlParser.RollbackStatementContext ctx)
Enter a parse tree produced byMySqlParser.rollbackStatement().- Parameters:
ctx- the parse tree
-
exitRollbackStatement
void exitRollbackStatement(MySqlParser.RollbackStatementContext ctx)
Exit a parse tree produced byMySqlParser.rollbackStatement().- Parameters:
ctx- the parse tree
-
enterReleaseStatement
void enterReleaseStatement(MySqlParser.ReleaseStatementContext ctx)
Enter a parse tree produced byMySqlParser.releaseStatement().- Parameters:
ctx- the parse tree
-
exitReleaseStatement
void exitReleaseStatement(MySqlParser.ReleaseStatementContext ctx)
Exit a parse tree produced byMySqlParser.releaseStatement().- Parameters:
ctx- the parse tree
-
enterLockTables
void enterLockTables(MySqlParser.LockTablesContext ctx)
Enter a parse tree produced byMySqlParser.lockTables().- Parameters:
ctx- the parse tree
-
exitLockTables
void exitLockTables(MySqlParser.LockTablesContext ctx)
Exit a parse tree produced byMySqlParser.lockTables().- Parameters:
ctx- the parse tree
-
enterUnlockTables
void enterUnlockTables(MySqlParser.UnlockTablesContext ctx)
Enter a parse tree produced byMySqlParser.unlockTables().- Parameters:
ctx- the parse tree
-
exitUnlockTables
void exitUnlockTables(MySqlParser.UnlockTablesContext ctx)
Exit a parse tree produced byMySqlParser.unlockTables().- Parameters:
ctx- the parse tree
-
enterSetAutocommitStatement
void enterSetAutocommitStatement(MySqlParser.SetAutocommitStatementContext ctx)
Enter a parse tree produced byMySqlParser.setAutocommitStatement().- Parameters:
ctx- the parse tree
-
exitSetAutocommitStatement
void exitSetAutocommitStatement(MySqlParser.SetAutocommitStatementContext ctx)
Exit a parse tree produced byMySqlParser.setAutocommitStatement().- Parameters:
ctx- the parse tree
-
enterSetTransactionStatement
void enterSetTransactionStatement(MySqlParser.SetTransactionStatementContext ctx)
Enter a parse tree produced byMySqlParser.setTransactionStatement().- Parameters:
ctx- the parse tree
-
exitSetTransactionStatement
void exitSetTransactionStatement(MySqlParser.SetTransactionStatementContext ctx)
Exit a parse tree produced byMySqlParser.setTransactionStatement().- Parameters:
ctx- the parse tree
-
enterTransactionMode
void enterTransactionMode(MySqlParser.TransactionModeContext ctx)
Enter a parse tree produced byMySqlParser.transactionMode().- Parameters:
ctx- the parse tree
-
exitTransactionMode
void exitTransactionMode(MySqlParser.TransactionModeContext ctx)
Exit a parse tree produced byMySqlParser.transactionMode().- Parameters:
ctx- the parse tree
-
enterLockTableElement
void enterLockTableElement(MySqlParser.LockTableElementContext ctx)
Enter a parse tree produced byMySqlParser.lockTableElement().- Parameters:
ctx- the parse tree
-
exitLockTableElement
void exitLockTableElement(MySqlParser.LockTableElementContext ctx)
Exit a parse tree produced byMySqlParser.lockTableElement().- Parameters:
ctx- the parse tree
-
enterLockAction
void enterLockAction(MySqlParser.LockActionContext ctx)
Enter a parse tree produced byMySqlParser.lockAction().- Parameters:
ctx- the parse tree
-
exitLockAction
void exitLockAction(MySqlParser.LockActionContext ctx)
Exit a parse tree produced byMySqlParser.lockAction().- Parameters:
ctx- the parse tree
-
enterTransactionOption
void enterTransactionOption(MySqlParser.TransactionOptionContext ctx)
Enter a parse tree produced byMySqlParser.transactionOption().- Parameters:
ctx- the parse tree
-
exitTransactionOption
void exitTransactionOption(MySqlParser.TransactionOptionContext ctx)
Exit a parse tree produced byMySqlParser.transactionOption().- Parameters:
ctx- the parse tree
-
enterTransactionLevel
void enterTransactionLevel(MySqlParser.TransactionLevelContext ctx)
Enter a parse tree produced byMySqlParser.transactionLevel().- Parameters:
ctx- the parse tree
-
exitTransactionLevel
void exitTransactionLevel(MySqlParser.TransactionLevelContext ctx)
Exit a parse tree produced byMySqlParser.transactionLevel().- Parameters:
ctx- the parse tree
-
enterChangeMaster
void enterChangeMaster(MySqlParser.ChangeMasterContext ctx)
Enter a parse tree produced byMySqlParser.changeMaster().- Parameters:
ctx- the parse tree
-
exitChangeMaster
void exitChangeMaster(MySqlParser.ChangeMasterContext ctx)
Exit a parse tree produced byMySqlParser.changeMaster().- Parameters:
ctx- the parse tree
-
enterChangeReplicationFilter
void enterChangeReplicationFilter(MySqlParser.ChangeReplicationFilterContext ctx)
Enter a parse tree produced byMySqlParser.changeReplicationFilter().- Parameters:
ctx- the parse tree
-
exitChangeReplicationFilter
void exitChangeReplicationFilter(MySqlParser.ChangeReplicationFilterContext ctx)
Exit a parse tree produced byMySqlParser.changeReplicationFilter().- Parameters:
ctx- the parse tree
-
enterPurgeBinaryLogs
void enterPurgeBinaryLogs(MySqlParser.PurgeBinaryLogsContext ctx)
Enter a parse tree produced byMySqlParser.purgeBinaryLogs().- Parameters:
ctx- the parse tree
-
exitPurgeBinaryLogs
void exitPurgeBinaryLogs(MySqlParser.PurgeBinaryLogsContext ctx)
Exit a parse tree produced byMySqlParser.purgeBinaryLogs().- Parameters:
ctx- the parse tree
-
enterResetMaster
void enterResetMaster(MySqlParser.ResetMasterContext ctx)
Enter a parse tree produced byMySqlParser.resetMaster().- Parameters:
ctx- the parse tree
-
exitResetMaster
void exitResetMaster(MySqlParser.ResetMasterContext ctx)
Exit a parse tree produced byMySqlParser.resetMaster().- Parameters:
ctx- the parse tree
-
enterResetSlave
void enterResetSlave(MySqlParser.ResetSlaveContext ctx)
Enter a parse tree produced byMySqlParser.resetSlave().- Parameters:
ctx- the parse tree
-
exitResetSlave
void exitResetSlave(MySqlParser.ResetSlaveContext ctx)
Exit a parse tree produced byMySqlParser.resetSlave().- Parameters:
ctx- the parse tree
-
enterStartSlave
void enterStartSlave(MySqlParser.StartSlaveContext ctx)
Enter a parse tree produced byMySqlParser.startSlave().- Parameters:
ctx- the parse tree
-
exitStartSlave
void exitStartSlave(MySqlParser.StartSlaveContext ctx)
Exit a parse tree produced byMySqlParser.startSlave().- Parameters:
ctx- the parse tree
-
enterStopSlave
void enterStopSlave(MySqlParser.StopSlaveContext ctx)
Enter a parse tree produced byMySqlParser.stopSlave().- Parameters:
ctx- the parse tree
-
exitStopSlave
void exitStopSlave(MySqlParser.StopSlaveContext ctx)
Exit a parse tree produced byMySqlParser.stopSlave().- Parameters:
ctx- the parse tree
-
enterStartGroupReplication
void enterStartGroupReplication(MySqlParser.StartGroupReplicationContext ctx)
Enter a parse tree produced byMySqlParser.startGroupReplication().- Parameters:
ctx- the parse tree
-
exitStartGroupReplication
void exitStartGroupReplication(MySqlParser.StartGroupReplicationContext ctx)
Exit a parse tree produced byMySqlParser.startGroupReplication().- Parameters:
ctx- the parse tree
-
enterStopGroupReplication
void enterStopGroupReplication(MySqlParser.StopGroupReplicationContext ctx)
Enter a parse tree produced byMySqlParser.stopGroupReplication().- Parameters:
ctx- the parse tree
-
exitStopGroupReplication
void exitStopGroupReplication(MySqlParser.StopGroupReplicationContext ctx)
Exit a parse tree produced byMySqlParser.stopGroupReplication().- Parameters:
ctx- the parse tree
-
enterMasterStringOption
void enterMasterStringOption(MySqlParser.MasterStringOptionContext ctx)
Enter a parse tree produced by themasterStringOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
exitMasterStringOption
void exitMasterStringOption(MySqlParser.MasterStringOptionContext ctx)
Exit a parse tree produced by themasterStringOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
enterMasterDecimalOption
void enterMasterDecimalOption(MySqlParser.MasterDecimalOptionContext ctx)
Enter a parse tree produced by themasterDecimalOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
exitMasterDecimalOption
void exitMasterDecimalOption(MySqlParser.MasterDecimalOptionContext ctx)
Exit a parse tree produced by themasterDecimalOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
enterMasterBoolOption
void enterMasterBoolOption(MySqlParser.MasterBoolOptionContext ctx)
Enter a parse tree produced by themasterBoolOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
exitMasterBoolOption
void exitMasterBoolOption(MySqlParser.MasterBoolOptionContext ctx)
Exit a parse tree produced by themasterBoolOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
enterMasterRealOption
void enterMasterRealOption(MySqlParser.MasterRealOptionContext ctx)
Enter a parse tree produced by themasterRealOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
exitMasterRealOption
void exitMasterRealOption(MySqlParser.MasterRealOptionContext ctx)
Exit a parse tree produced by themasterRealOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
enterMasterUidListOption
void enterMasterUidListOption(MySqlParser.MasterUidListOptionContext ctx)
Enter a parse tree produced by themasterUidListOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
exitMasterUidListOption
void exitMasterUidListOption(MySqlParser.MasterUidListOptionContext ctx)
Exit a parse tree produced by themasterUidListOptionlabeled alternative inMySqlParser.masterOption().- Parameters:
ctx- the parse tree
-
enterStringMasterOption
void enterStringMasterOption(MySqlParser.StringMasterOptionContext ctx)
Enter a parse tree produced byMySqlParser.stringMasterOption().- Parameters:
ctx- the parse tree
-
exitStringMasterOption
void exitStringMasterOption(MySqlParser.StringMasterOptionContext ctx)
Exit a parse tree produced byMySqlParser.stringMasterOption().- Parameters:
ctx- the parse tree
-
enterDecimalMasterOption
void enterDecimalMasterOption(MySqlParser.DecimalMasterOptionContext ctx)
Enter a parse tree produced byMySqlParser.decimalMasterOption().- Parameters:
ctx- the parse tree
-
exitDecimalMasterOption
void exitDecimalMasterOption(MySqlParser.DecimalMasterOptionContext ctx)
Exit a parse tree produced byMySqlParser.decimalMasterOption().- Parameters:
ctx- the parse tree
-
enterBoolMasterOption
void enterBoolMasterOption(MySqlParser.BoolMasterOptionContext ctx)
Enter a parse tree produced byMySqlParser.boolMasterOption().- Parameters:
ctx- the parse tree
-
exitBoolMasterOption
void exitBoolMasterOption(MySqlParser.BoolMasterOptionContext ctx)
Exit a parse tree produced byMySqlParser.boolMasterOption().- Parameters:
ctx- the parse tree
-
enterChannelOption
void enterChannelOption(MySqlParser.ChannelOptionContext ctx)
Enter a parse tree produced byMySqlParser.channelOption().- Parameters:
ctx- the parse tree
-
exitChannelOption
void exitChannelOption(MySqlParser.ChannelOptionContext ctx)
Exit a parse tree produced byMySqlParser.channelOption().- Parameters:
ctx- the parse tree
-
enterDoDbReplication
void enterDoDbReplication(MySqlParser.DoDbReplicationContext ctx)
Enter a parse tree produced by thedoDbReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
exitDoDbReplication
void exitDoDbReplication(MySqlParser.DoDbReplicationContext ctx)
Exit a parse tree produced by thedoDbReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
enterIgnoreDbReplication
void enterIgnoreDbReplication(MySqlParser.IgnoreDbReplicationContext ctx)
Enter a parse tree produced by theignoreDbReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
exitIgnoreDbReplication
void exitIgnoreDbReplication(MySqlParser.IgnoreDbReplicationContext ctx)
Exit a parse tree produced by theignoreDbReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
enterDoTableReplication
void enterDoTableReplication(MySqlParser.DoTableReplicationContext ctx)
Enter a parse tree produced by thedoTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
exitDoTableReplication
void exitDoTableReplication(MySqlParser.DoTableReplicationContext ctx)
Exit a parse tree produced by thedoTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
enterIgnoreTableReplication
void enterIgnoreTableReplication(MySqlParser.IgnoreTableReplicationContext ctx)
Enter a parse tree produced by theignoreTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
exitIgnoreTableReplication
void exitIgnoreTableReplication(MySqlParser.IgnoreTableReplicationContext ctx)
Exit a parse tree produced by theignoreTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
enterWildDoTableReplication
void enterWildDoTableReplication(MySqlParser.WildDoTableReplicationContext ctx)
Enter a parse tree produced by thewildDoTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
exitWildDoTableReplication
void exitWildDoTableReplication(MySqlParser.WildDoTableReplicationContext ctx)
Exit a parse tree produced by thewildDoTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
enterWildIgnoreTableReplication
void enterWildIgnoreTableReplication(MySqlParser.WildIgnoreTableReplicationContext ctx)
Enter a parse tree produced by thewildIgnoreTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
exitWildIgnoreTableReplication
void exitWildIgnoreTableReplication(MySqlParser.WildIgnoreTableReplicationContext ctx)
Exit a parse tree produced by thewildIgnoreTableReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
enterRewriteDbReplication
void enterRewriteDbReplication(MySqlParser.RewriteDbReplicationContext ctx)
Enter a parse tree produced by therewriteDbReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
exitRewriteDbReplication
void exitRewriteDbReplication(MySqlParser.RewriteDbReplicationContext ctx)
Exit a parse tree produced by therewriteDbReplicationlabeled alternative inMySqlParser.replicationFilter().- Parameters:
ctx- the parse tree
-
enterTablePair
void enterTablePair(MySqlParser.TablePairContext ctx)
Enter a parse tree produced byMySqlParser.tablePair().- Parameters:
ctx- the parse tree
-
exitTablePair
void exitTablePair(MySqlParser.TablePairContext ctx)
Exit a parse tree produced byMySqlParser.tablePair().- Parameters:
ctx- the parse tree
-
enterThreadType
void enterThreadType(MySqlParser.ThreadTypeContext ctx)
Enter a parse tree produced byMySqlParser.threadType().- Parameters:
ctx- the parse tree
-
exitThreadType
void exitThreadType(MySqlParser.ThreadTypeContext ctx)
Exit a parse tree produced byMySqlParser.threadType().- Parameters:
ctx- the parse tree
-
enterGtidsUntilOption
void enterGtidsUntilOption(MySqlParser.GtidsUntilOptionContext ctx)
Enter a parse tree produced by thegtidsUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
exitGtidsUntilOption
void exitGtidsUntilOption(MySqlParser.GtidsUntilOptionContext ctx)
Exit a parse tree produced by thegtidsUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
enterMasterLogUntilOption
void enterMasterLogUntilOption(MySqlParser.MasterLogUntilOptionContext ctx)
Enter a parse tree produced by themasterLogUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
exitMasterLogUntilOption
void exitMasterLogUntilOption(MySqlParser.MasterLogUntilOptionContext ctx)
Exit a parse tree produced by themasterLogUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
enterRelayLogUntilOption
void enterRelayLogUntilOption(MySqlParser.RelayLogUntilOptionContext ctx)
Enter a parse tree produced by therelayLogUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
exitRelayLogUntilOption
void exitRelayLogUntilOption(MySqlParser.RelayLogUntilOptionContext ctx)
Exit a parse tree produced by therelayLogUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
enterSqlGapsUntilOption
void enterSqlGapsUntilOption(MySqlParser.SqlGapsUntilOptionContext ctx)
Enter a parse tree produced by thesqlGapsUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
exitSqlGapsUntilOption
void exitSqlGapsUntilOption(MySqlParser.SqlGapsUntilOptionContext ctx)
Exit a parse tree produced by thesqlGapsUntilOptionlabeled alternative inMySqlParser.untilOption().- Parameters:
ctx- the parse tree
-
enterUserConnectionOption
void enterUserConnectionOption(MySqlParser.UserConnectionOptionContext ctx)
Enter a parse tree produced by theuserConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
exitUserConnectionOption
void exitUserConnectionOption(MySqlParser.UserConnectionOptionContext ctx)
Exit a parse tree produced by theuserConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
enterPasswordConnectionOption
void enterPasswordConnectionOption(MySqlParser.PasswordConnectionOptionContext ctx)
Enter a parse tree produced by thepasswordConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
exitPasswordConnectionOption
void exitPasswordConnectionOption(MySqlParser.PasswordConnectionOptionContext ctx)
Exit a parse tree produced by thepasswordConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
enterDefaultAuthConnectionOption
void enterDefaultAuthConnectionOption(MySqlParser.DefaultAuthConnectionOptionContext ctx)
Enter a parse tree produced by thedefaultAuthConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
exitDefaultAuthConnectionOption
void exitDefaultAuthConnectionOption(MySqlParser.DefaultAuthConnectionOptionContext ctx)
Exit a parse tree produced by thedefaultAuthConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
enterPluginDirConnectionOption
void enterPluginDirConnectionOption(MySqlParser.PluginDirConnectionOptionContext ctx)
Enter a parse tree produced by thepluginDirConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
exitPluginDirConnectionOption
void exitPluginDirConnectionOption(MySqlParser.PluginDirConnectionOptionContext ctx)
Exit a parse tree produced by thepluginDirConnectionOptionlabeled alternative inMySqlParser.connectionOption().- Parameters:
ctx- the parse tree
-
enterGtuidSet
void enterGtuidSet(MySqlParser.GtuidSetContext ctx)
Enter a parse tree produced byMySqlParser.gtuidSet().- Parameters:
ctx- the parse tree
-
exitGtuidSet
void exitGtuidSet(MySqlParser.GtuidSetContext ctx)
Exit a parse tree produced byMySqlParser.gtuidSet().- Parameters:
ctx- the parse tree
-
enterXaStartTransaction
void enterXaStartTransaction(MySqlParser.XaStartTransactionContext ctx)
Enter a parse tree produced byMySqlParser.xaStartTransaction().- Parameters:
ctx- the parse tree
-
exitXaStartTransaction
void exitXaStartTransaction(MySqlParser.XaStartTransactionContext ctx)
Exit a parse tree produced byMySqlParser.xaStartTransaction().- Parameters:
ctx- the parse tree
-
enterXaEndTransaction
void enterXaEndTransaction(MySqlParser.XaEndTransactionContext ctx)
Enter a parse tree produced byMySqlParser.xaEndTransaction().- Parameters:
ctx- the parse tree
-
exitXaEndTransaction
void exitXaEndTransaction(MySqlParser.XaEndTransactionContext ctx)
Exit a parse tree produced byMySqlParser.xaEndTransaction().- Parameters:
ctx- the parse tree
-
enterXaPrepareStatement
void enterXaPrepareStatement(MySqlParser.XaPrepareStatementContext ctx)
Enter a parse tree produced byMySqlParser.xaPrepareStatement().- Parameters:
ctx- the parse tree
-
exitXaPrepareStatement
void exitXaPrepareStatement(MySqlParser.XaPrepareStatementContext ctx)
Exit a parse tree produced byMySqlParser.xaPrepareStatement().- Parameters:
ctx- the parse tree
-
enterXaCommitWork
void enterXaCommitWork(MySqlParser.XaCommitWorkContext ctx)
Enter a parse tree produced byMySqlParser.xaCommitWork().- Parameters:
ctx- the parse tree
-
exitXaCommitWork
void exitXaCommitWork(MySqlParser.XaCommitWorkContext ctx)
Exit a parse tree produced byMySqlParser.xaCommitWork().- Parameters:
ctx- the parse tree
-
enterXaRollbackWork
void enterXaRollbackWork(MySqlParser.XaRollbackWorkContext ctx)
Enter a parse tree produced byMySqlParser.xaRollbackWork().- Parameters:
ctx- the parse tree
-
exitXaRollbackWork
void exitXaRollbackWork(MySqlParser.XaRollbackWorkContext ctx)
Exit a parse tree produced byMySqlParser.xaRollbackWork().- Parameters:
ctx- the parse tree
-
enterXaRecoverWork
void enterXaRecoverWork(MySqlParser.XaRecoverWorkContext ctx)
Enter a parse tree produced byMySqlParser.xaRecoverWork().- Parameters:
ctx- the parse tree
-
exitXaRecoverWork
void exitXaRecoverWork(MySqlParser.XaRecoverWorkContext ctx)
Exit a parse tree produced byMySqlParser.xaRecoverWork().- Parameters:
ctx- the parse tree
-
enterPrepareStatement
void enterPrepareStatement(MySqlParser.PrepareStatementContext ctx)
Enter a parse tree produced byMySqlParser.prepareStatement().- Parameters:
ctx- the parse tree
-
exitPrepareStatement
void exitPrepareStatement(MySqlParser.PrepareStatementContext ctx)
Exit a parse tree produced byMySqlParser.prepareStatement().- Parameters:
ctx- the parse tree
-
enterExecuteStatement
void enterExecuteStatement(MySqlParser.ExecuteStatementContext ctx)
Enter a parse tree produced byMySqlParser.executeStatement().- Parameters:
ctx- the parse tree
-
exitExecuteStatement
void exitExecuteStatement(MySqlParser.ExecuteStatementContext ctx)
Exit a parse tree produced byMySqlParser.executeStatement().- Parameters:
ctx- the parse tree
-
enterDeallocatePrepare
void enterDeallocatePrepare(MySqlParser.DeallocatePrepareContext ctx)
Enter a parse tree produced byMySqlParser.deallocatePrepare().- Parameters:
ctx- the parse tree
-
exitDeallocatePrepare
void exitDeallocatePrepare(MySqlParser.DeallocatePrepareContext ctx)
Exit a parse tree produced byMySqlParser.deallocatePrepare().- Parameters:
ctx- the parse tree
-
enterRoutineBody
void enterRoutineBody(MySqlParser.RoutineBodyContext ctx)
Enter a parse tree produced byMySqlParser.routineBody().- Parameters:
ctx- the parse tree
-
exitRoutineBody
void exitRoutineBody(MySqlParser.RoutineBodyContext ctx)
Exit a parse tree produced byMySqlParser.routineBody().- Parameters:
ctx- the parse tree
-
enterBlockStatement
void enterBlockStatement(MySqlParser.BlockStatementContext ctx)
Enter a parse tree produced byMySqlParser.blockStatement().- Parameters:
ctx- the parse tree
-
exitBlockStatement
void exitBlockStatement(MySqlParser.BlockStatementContext ctx)
Exit a parse tree produced byMySqlParser.blockStatement().- Parameters:
ctx- the parse tree
-
enterCaseStatement
void enterCaseStatement(MySqlParser.CaseStatementContext ctx)
Enter a parse tree produced byMySqlParser.caseStatement().- Parameters:
ctx- the parse tree
-
exitCaseStatement
void exitCaseStatement(MySqlParser.CaseStatementContext ctx)
Exit a parse tree produced byMySqlParser.caseStatement().- Parameters:
ctx- the parse tree
-
enterIfStatement
void enterIfStatement(MySqlParser.IfStatementContext ctx)
Enter a parse tree produced byMySqlParser.ifStatement().- Parameters:
ctx- the parse tree
-
exitIfStatement
void exitIfStatement(MySqlParser.IfStatementContext ctx)
Exit a parse tree produced byMySqlParser.ifStatement().- Parameters:
ctx- the parse tree
-
enterIterateStatement
void enterIterateStatement(MySqlParser.IterateStatementContext ctx)
Enter a parse tree produced byMySqlParser.iterateStatement().- Parameters:
ctx- the parse tree
-
exitIterateStatement
void exitIterateStatement(MySqlParser.IterateStatementContext ctx)
Exit a parse tree produced byMySqlParser.iterateStatement().- Parameters:
ctx- the parse tree
-
enterLeaveStatement
void enterLeaveStatement(MySqlParser.LeaveStatementContext ctx)
Enter a parse tree produced byMySqlParser.leaveStatement().- Parameters:
ctx- the parse tree
-
exitLeaveStatement
void exitLeaveStatement(MySqlParser.LeaveStatementContext ctx)
Exit a parse tree produced byMySqlParser.leaveStatement().- Parameters:
ctx- the parse tree
-
enterLoopStatement
void enterLoopStatement(MySqlParser.LoopStatementContext ctx)
Enter a parse tree produced byMySqlParser.loopStatement().- Parameters:
ctx- the parse tree
-
exitLoopStatement
void exitLoopStatement(MySqlParser.LoopStatementContext ctx)
Exit a parse tree produced byMySqlParser.loopStatement().- Parameters:
ctx- the parse tree
-
enterRepeatStatement
void enterRepeatStatement(MySqlParser.RepeatStatementContext ctx)
Enter a parse tree produced byMySqlParser.repeatStatement().- Parameters:
ctx- the parse tree
-
exitRepeatStatement
void exitRepeatStatement(MySqlParser.RepeatStatementContext ctx)
Exit a parse tree produced byMySqlParser.repeatStatement().- Parameters:
ctx- the parse tree
-
enterReturnStatement
void enterReturnStatement(MySqlParser.ReturnStatementContext ctx)
Enter a parse tree produced byMySqlParser.returnStatement().- Parameters:
ctx- the parse tree
-
exitReturnStatement
void exitReturnStatement(MySqlParser.ReturnStatementContext ctx)
Exit a parse tree produced byMySqlParser.returnStatement().- Parameters:
ctx- the parse tree
-
enterWhileStatement
void enterWhileStatement(MySqlParser.WhileStatementContext ctx)
Enter a parse tree produced byMySqlParser.whileStatement().- Parameters:
ctx- the parse tree
-
exitWhileStatement
void exitWhileStatement(MySqlParser.WhileStatementContext ctx)
Exit a parse tree produced byMySqlParser.whileStatement().- Parameters:
ctx- the parse tree
-
enterCloseCursor
void enterCloseCursor(MySqlParser.CloseCursorContext ctx)
Enter a parse tree produced by theCloseCursorlabeled alternative inMySqlParser.cursorStatement().- Parameters:
ctx- the parse tree
-
exitCloseCursor
void exitCloseCursor(MySqlParser.CloseCursorContext ctx)
Exit a parse tree produced by theCloseCursorlabeled alternative inMySqlParser.cursorStatement().- Parameters:
ctx- the parse tree
-
enterFetchCursor
void enterFetchCursor(MySqlParser.FetchCursorContext ctx)
Enter a parse tree produced by theFetchCursorlabeled alternative inMySqlParser.cursorStatement().- Parameters:
ctx- the parse tree
-
exitFetchCursor
void exitFetchCursor(MySqlParser.FetchCursorContext ctx)
Exit a parse tree produced by theFetchCursorlabeled alternative inMySqlParser.cursorStatement().- Parameters:
ctx- the parse tree
-
enterOpenCursor
void enterOpenCursor(MySqlParser.OpenCursorContext ctx)
Enter a parse tree produced by theOpenCursorlabeled alternative inMySqlParser.cursorStatement().- Parameters:
ctx- the parse tree
-
exitOpenCursor
void exitOpenCursor(MySqlParser.OpenCursorContext ctx)
Exit a parse tree produced by theOpenCursorlabeled alternative inMySqlParser.cursorStatement().- Parameters:
ctx- the parse tree
-
enterDeclareVariable
void enterDeclareVariable(MySqlParser.DeclareVariableContext ctx)
Enter a parse tree produced byMySqlParser.declareVariable().- Parameters:
ctx- the parse tree
-
exitDeclareVariable
void exitDeclareVariable(MySqlParser.DeclareVariableContext ctx)
Exit a parse tree produced byMySqlParser.declareVariable().- Parameters:
ctx- the parse tree
-
enterDeclareCondition
void enterDeclareCondition(MySqlParser.DeclareConditionContext ctx)
Enter a parse tree produced byMySqlParser.declareCondition().- Parameters:
ctx- the parse tree
-
exitDeclareCondition
void exitDeclareCondition(MySqlParser.DeclareConditionContext ctx)
Exit a parse tree produced byMySqlParser.declareCondition().- Parameters:
ctx- the parse tree
-
enterDeclareCursor
void enterDeclareCursor(MySqlParser.DeclareCursorContext ctx)
Enter a parse tree produced byMySqlParser.declareCursor().- Parameters:
ctx- the parse tree
-
exitDeclareCursor
void exitDeclareCursor(MySqlParser.DeclareCursorContext ctx)
Exit a parse tree produced byMySqlParser.declareCursor().- Parameters:
ctx- the parse tree
-
enterDeclareHandler
void enterDeclareHandler(MySqlParser.DeclareHandlerContext ctx)
Enter a parse tree produced byMySqlParser.declareHandler().- Parameters:
ctx- the parse tree
-
exitDeclareHandler
void exitDeclareHandler(MySqlParser.DeclareHandlerContext ctx)
Exit a parse tree produced byMySqlParser.declareHandler().- Parameters:
ctx- the parse tree
-
enterHandlerConditionCode
void enterHandlerConditionCode(MySqlParser.HandlerConditionCodeContext ctx)
Enter a parse tree produced by thehandlerConditionCodelabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
exitHandlerConditionCode
void exitHandlerConditionCode(MySqlParser.HandlerConditionCodeContext ctx)
Exit a parse tree produced by thehandlerConditionCodelabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
enterHandlerConditionState
void enterHandlerConditionState(MySqlParser.HandlerConditionStateContext ctx)
Enter a parse tree produced by thehandlerConditionStatelabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
exitHandlerConditionState
void exitHandlerConditionState(MySqlParser.HandlerConditionStateContext ctx)
Exit a parse tree produced by thehandlerConditionStatelabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
enterHandlerConditionName
void enterHandlerConditionName(MySqlParser.HandlerConditionNameContext ctx)
Enter a parse tree produced by thehandlerConditionNamelabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
exitHandlerConditionName
void exitHandlerConditionName(MySqlParser.HandlerConditionNameContext ctx)
Exit a parse tree produced by thehandlerConditionNamelabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
enterHandlerConditionWarning
void enterHandlerConditionWarning(MySqlParser.HandlerConditionWarningContext ctx)
Enter a parse tree produced by thehandlerConditionWarninglabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
exitHandlerConditionWarning
void exitHandlerConditionWarning(MySqlParser.HandlerConditionWarningContext ctx)
Exit a parse tree produced by thehandlerConditionWarninglabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
enterHandlerConditionNotfound
void enterHandlerConditionNotfound(MySqlParser.HandlerConditionNotfoundContext ctx)
Enter a parse tree produced by thehandlerConditionNotfoundlabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
exitHandlerConditionNotfound
void exitHandlerConditionNotfound(MySqlParser.HandlerConditionNotfoundContext ctx)
Exit a parse tree produced by thehandlerConditionNotfoundlabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
enterHandlerConditionException
void enterHandlerConditionException(MySqlParser.HandlerConditionExceptionContext ctx)
Enter a parse tree produced by thehandlerConditionExceptionlabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
exitHandlerConditionException
void exitHandlerConditionException(MySqlParser.HandlerConditionExceptionContext ctx)
Exit a parse tree produced by thehandlerConditionExceptionlabeled alternative inMySqlParser.handlerConditionValue().- Parameters:
ctx- the parse tree
-
enterProcedureSqlStatement
void enterProcedureSqlStatement(MySqlParser.ProcedureSqlStatementContext ctx)
Enter a parse tree produced byMySqlParser.procedureSqlStatement().- Parameters:
ctx- the parse tree
-
exitProcedureSqlStatement
void exitProcedureSqlStatement(MySqlParser.ProcedureSqlStatementContext ctx)
Exit a parse tree produced byMySqlParser.procedureSqlStatement().- Parameters:
ctx- the parse tree
-
enterCaseAlternative
void enterCaseAlternative(MySqlParser.CaseAlternativeContext ctx)
Enter a parse tree produced byMySqlParser.caseAlternative().- Parameters:
ctx- the parse tree
-
exitCaseAlternative
void exitCaseAlternative(MySqlParser.CaseAlternativeContext ctx)
Exit a parse tree produced byMySqlParser.caseAlternative().- Parameters:
ctx- the parse tree
-
enterElifAlternative
void enterElifAlternative(MySqlParser.ElifAlternativeContext ctx)
Enter a parse tree produced byMySqlParser.elifAlternative().- Parameters:
ctx- the parse tree
-
exitElifAlternative
void exitElifAlternative(MySqlParser.ElifAlternativeContext ctx)
Exit a parse tree produced byMySqlParser.elifAlternative().- Parameters:
ctx- the parse tree
-
enterAlterUserMysqlV56
void enterAlterUserMysqlV56(MySqlParser.AlterUserMysqlV56Context ctx)
Enter a parse tree produced by thealterUserMysqlV56labeled alternative inMySqlParser.alterUser().- Parameters:
ctx- the parse tree
-
exitAlterUserMysqlV56
void exitAlterUserMysqlV56(MySqlParser.AlterUserMysqlV56Context ctx)
Exit a parse tree produced by thealterUserMysqlV56labeled alternative inMySqlParser.alterUser().- Parameters:
ctx- the parse tree
-
enterAlterUserMysqlV57
void enterAlterUserMysqlV57(MySqlParser.AlterUserMysqlV57Context ctx)
Enter a parse tree produced by thealterUserMysqlV57labeled alternative inMySqlParser.alterUser().- Parameters:
ctx- the parse tree
-
exitAlterUserMysqlV57
void exitAlterUserMysqlV57(MySqlParser.AlterUserMysqlV57Context ctx)
Exit a parse tree produced by thealterUserMysqlV57labeled alternative inMySqlParser.alterUser().- Parameters:
ctx- the parse tree
-
enterCreateUserMysqlV56
void enterCreateUserMysqlV56(MySqlParser.CreateUserMysqlV56Context ctx)
Enter a parse tree produced by thecreateUserMysqlV56labeled alternative inMySqlParser.createUser().- Parameters:
ctx- the parse tree
-
exitCreateUserMysqlV56
void exitCreateUserMysqlV56(MySqlParser.CreateUserMysqlV56Context ctx)
Exit a parse tree produced by thecreateUserMysqlV56labeled alternative inMySqlParser.createUser().- Parameters:
ctx- the parse tree
-
enterCreateUserMysqlV57
void enterCreateUserMysqlV57(MySqlParser.CreateUserMysqlV57Context ctx)
Enter a parse tree produced by thecreateUserMysqlV57labeled alternative inMySqlParser.createUser().- Parameters:
ctx- the parse tree
-
exitCreateUserMysqlV57
void exitCreateUserMysqlV57(MySqlParser.CreateUserMysqlV57Context ctx)
Exit a parse tree produced by thecreateUserMysqlV57labeled alternative inMySqlParser.createUser().- Parameters:
ctx- the parse tree
-
enterDropUser
void enterDropUser(MySqlParser.DropUserContext ctx)
Enter a parse tree produced byMySqlParser.dropUser().- Parameters:
ctx- the parse tree
-
exitDropUser
void exitDropUser(MySqlParser.DropUserContext ctx)
Exit a parse tree produced byMySqlParser.dropUser().- Parameters:
ctx- the parse tree
-
enterGrantStatement
void enterGrantStatement(MySqlParser.GrantStatementContext ctx)
Enter a parse tree produced byMySqlParser.grantStatement().- Parameters:
ctx- the parse tree
-
exitGrantStatement
void exitGrantStatement(MySqlParser.GrantStatementContext ctx)
Exit a parse tree produced byMySqlParser.grantStatement().- Parameters:
ctx- the parse tree
-
enterRoleOption
void enterRoleOption(MySqlParser.RoleOptionContext ctx)
Enter a parse tree produced byMySqlParser.roleOption().- Parameters:
ctx- the parse tree
-
exitRoleOption
void exitRoleOption(MySqlParser.RoleOptionContext ctx)
Exit a parse tree produced byMySqlParser.roleOption().- Parameters:
ctx- the parse tree
-
enterGrantProxy
void enterGrantProxy(MySqlParser.GrantProxyContext ctx)
Enter a parse tree produced byMySqlParser.grantProxy().- Parameters:
ctx- the parse tree
-
exitGrantProxy
void exitGrantProxy(MySqlParser.GrantProxyContext ctx)
Exit a parse tree produced byMySqlParser.grantProxy().- Parameters:
ctx- the parse tree
-
enterRenameUser
void enterRenameUser(MySqlParser.RenameUserContext ctx)
Enter a parse tree produced byMySqlParser.renameUser().- Parameters:
ctx- the parse tree
-
exitRenameUser
void exitRenameUser(MySqlParser.RenameUserContext ctx)
Exit a parse tree produced byMySqlParser.renameUser().- Parameters:
ctx- the parse tree
-
enterDetailRevoke
void enterDetailRevoke(MySqlParser.DetailRevokeContext ctx)
Enter a parse tree produced by thedetailRevokelabeled alternative inMySqlParser.revokeStatement().- Parameters:
ctx- the parse tree
-
exitDetailRevoke
void exitDetailRevoke(MySqlParser.DetailRevokeContext ctx)
Exit a parse tree produced by thedetailRevokelabeled alternative inMySqlParser.revokeStatement().- Parameters:
ctx- the parse tree
-
enterShortRevoke
void enterShortRevoke(MySqlParser.ShortRevokeContext ctx)
Enter a parse tree produced by theshortRevokelabeled alternative inMySqlParser.revokeStatement().- Parameters:
ctx- the parse tree
-
exitShortRevoke
void exitShortRevoke(MySqlParser.ShortRevokeContext ctx)
Exit a parse tree produced by theshortRevokelabeled alternative inMySqlParser.revokeStatement().- Parameters:
ctx- the parse tree
-
enterRoleRevoke
void enterRoleRevoke(MySqlParser.RoleRevokeContext ctx)
Enter a parse tree produced by theroleRevokelabeled alternative inMySqlParser.revokeStatement().- Parameters:
ctx- the parse tree
-
exitRoleRevoke
void exitRoleRevoke(MySqlParser.RoleRevokeContext ctx)
Exit a parse tree produced by theroleRevokelabeled alternative inMySqlParser.revokeStatement().- Parameters:
ctx- the parse tree
-
enterRevokeProxy
void enterRevokeProxy(MySqlParser.RevokeProxyContext ctx)
Enter a parse tree produced byMySqlParser.revokeProxy().- Parameters:
ctx- the parse tree
-
exitRevokeProxy
void exitRevokeProxy(MySqlParser.RevokeProxyContext ctx)
Exit a parse tree produced byMySqlParser.revokeProxy().- Parameters:
ctx- the parse tree
-
enterSetPasswordStatement
void enterSetPasswordStatement(MySqlParser.SetPasswordStatementContext ctx)
Enter a parse tree produced byMySqlParser.setPasswordStatement().- Parameters:
ctx- the parse tree
-
exitSetPasswordStatement
void exitSetPasswordStatement(MySqlParser.SetPasswordStatementContext ctx)
Exit a parse tree produced byMySqlParser.setPasswordStatement().- Parameters:
ctx- the parse tree
-
enterUserSpecification
void enterUserSpecification(MySqlParser.UserSpecificationContext ctx)
Enter a parse tree produced byMySqlParser.userSpecification().- Parameters:
ctx- the parse tree
-
exitUserSpecification
void exitUserSpecification(MySqlParser.UserSpecificationContext ctx)
Exit a parse tree produced byMySqlParser.userSpecification().- Parameters:
ctx- the parse tree
-
enterHashAuthOption
void enterHashAuthOption(MySqlParser.HashAuthOptionContext ctx)
Enter a parse tree produced by thehashAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
exitHashAuthOption
void exitHashAuthOption(MySqlParser.HashAuthOptionContext ctx)
Exit a parse tree produced by thehashAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
enterStringAuthOption
void enterStringAuthOption(MySqlParser.StringAuthOptionContext ctx)
Enter a parse tree produced by thestringAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
exitStringAuthOption
void exitStringAuthOption(MySqlParser.StringAuthOptionContext ctx)
Exit a parse tree produced by thestringAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
enterModuleAuthOption
void enterModuleAuthOption(MySqlParser.ModuleAuthOptionContext ctx)
Enter a parse tree produced by themoduleAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
exitModuleAuthOption
void exitModuleAuthOption(MySqlParser.ModuleAuthOptionContext ctx)
Exit a parse tree produced by themoduleAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
enterSimpleAuthOption
void enterSimpleAuthOption(MySqlParser.SimpleAuthOptionContext ctx)
Enter a parse tree produced by thesimpleAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
exitSimpleAuthOption
void exitSimpleAuthOption(MySqlParser.SimpleAuthOptionContext ctx)
Exit a parse tree produced by thesimpleAuthOptionlabeled alternative inMySqlParser.userAuthOption().- Parameters:
ctx- the parse tree
-
enterModule
void enterModule(MySqlParser.ModuleContext ctx)
Enter a parse tree produced by themodulelabeled alternative inMySqlParser.authenticationRule().- Parameters:
ctx- the parse tree
-
exitModule
void exitModule(MySqlParser.ModuleContext ctx)
Exit a parse tree produced by themodulelabeled alternative inMySqlParser.authenticationRule().- Parameters:
ctx- the parse tree
-
enterPasswordModuleOption
void enterPasswordModuleOption(MySqlParser.PasswordModuleOptionContext ctx)
Enter a parse tree produced by thepasswordModuleOptionlabeled alternative inMySqlParser.authenticationRule().- Parameters:
ctx- the parse tree
-
exitPasswordModuleOption
void exitPasswordModuleOption(MySqlParser.PasswordModuleOptionContext ctx)
Exit a parse tree produced by thepasswordModuleOptionlabeled alternative inMySqlParser.authenticationRule().- Parameters:
ctx- the parse tree
-
enterTlsOption
void enterTlsOption(MySqlParser.TlsOptionContext ctx)
Enter a parse tree produced byMySqlParser.tlsOption().- Parameters:
ctx- the parse tree
-
exitTlsOption
void exitTlsOption(MySqlParser.TlsOptionContext ctx)
Exit a parse tree produced byMySqlParser.tlsOption().- Parameters:
ctx- the parse tree
-
enterUserResourceOption
void enterUserResourceOption(MySqlParser.UserResourceOptionContext ctx)
Enter a parse tree produced byMySqlParser.userResourceOption().- Parameters:
ctx- the parse tree
-
exitUserResourceOption
void exitUserResourceOption(MySqlParser.UserResourceOptionContext ctx)
Exit a parse tree produced byMySqlParser.userResourceOption().- Parameters:
ctx- the parse tree
-
enterUserPasswordOption
void enterUserPasswordOption(MySqlParser.UserPasswordOptionContext ctx)
Enter a parse tree produced byMySqlParser.userPasswordOption().- Parameters:
ctx- the parse tree
-
exitUserPasswordOption
void exitUserPasswordOption(MySqlParser.UserPasswordOptionContext ctx)
Exit a parse tree produced byMySqlParser.userPasswordOption().- Parameters:
ctx- the parse tree
-
enterUserLockOption
void enterUserLockOption(MySqlParser.UserLockOptionContext ctx)
Enter a parse tree produced byMySqlParser.userLockOption().- Parameters:
ctx- the parse tree
-
exitUserLockOption
void exitUserLockOption(MySqlParser.UserLockOptionContext ctx)
Exit a parse tree produced byMySqlParser.userLockOption().- Parameters:
ctx- the parse tree
-
enterPrivelegeClause
void enterPrivelegeClause(MySqlParser.PrivelegeClauseContext ctx)
Enter a parse tree produced byMySqlParser.privelegeClause().- Parameters:
ctx- the parse tree
-
exitPrivelegeClause
void exitPrivelegeClause(MySqlParser.PrivelegeClauseContext ctx)
Exit a parse tree produced byMySqlParser.privelegeClause().- Parameters:
ctx- the parse tree
-
enterPrivilege
void enterPrivilege(MySqlParser.PrivilegeContext ctx)
Enter a parse tree produced byMySqlParser.privilege().- Parameters:
ctx- the parse tree
-
exitPrivilege
void exitPrivilege(MySqlParser.PrivilegeContext ctx)
Exit a parse tree produced byMySqlParser.privilege().- Parameters:
ctx- the parse tree
-
enterCurrentSchemaPriviLevel
void enterCurrentSchemaPriviLevel(MySqlParser.CurrentSchemaPriviLevelContext ctx)
Enter a parse tree produced by thecurrentSchemaPriviLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
exitCurrentSchemaPriviLevel
void exitCurrentSchemaPriviLevel(MySqlParser.CurrentSchemaPriviLevelContext ctx)
Exit a parse tree produced by thecurrentSchemaPriviLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
enterGlobalPrivLevel
void enterGlobalPrivLevel(MySqlParser.GlobalPrivLevelContext ctx)
Enter a parse tree produced by theglobalPrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
exitGlobalPrivLevel
void exitGlobalPrivLevel(MySqlParser.GlobalPrivLevelContext ctx)
Exit a parse tree produced by theglobalPrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
enterDefiniteSchemaPrivLevel
void enterDefiniteSchemaPrivLevel(MySqlParser.DefiniteSchemaPrivLevelContext ctx)
Enter a parse tree produced by thedefiniteSchemaPrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
exitDefiniteSchemaPrivLevel
void exitDefiniteSchemaPrivLevel(MySqlParser.DefiniteSchemaPrivLevelContext ctx)
Exit a parse tree produced by thedefiniteSchemaPrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
enterDefiniteFullTablePrivLevel
void enterDefiniteFullTablePrivLevel(MySqlParser.DefiniteFullTablePrivLevelContext ctx)
Enter a parse tree produced by thedefiniteFullTablePrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
exitDefiniteFullTablePrivLevel
void exitDefiniteFullTablePrivLevel(MySqlParser.DefiniteFullTablePrivLevelContext ctx)
Exit a parse tree produced by thedefiniteFullTablePrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
enterDefiniteFullTablePrivLevel2
void enterDefiniteFullTablePrivLevel2(MySqlParser.DefiniteFullTablePrivLevel2Context ctx)
Enter a parse tree produced by thedefiniteFullTablePrivLevel2labeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
exitDefiniteFullTablePrivLevel2
void exitDefiniteFullTablePrivLevel2(MySqlParser.DefiniteFullTablePrivLevel2Context ctx)
Exit a parse tree produced by thedefiniteFullTablePrivLevel2labeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
enterDefiniteTablePrivLevel
void enterDefiniteTablePrivLevel(MySqlParser.DefiniteTablePrivLevelContext ctx)
Enter a parse tree produced by thedefiniteTablePrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
exitDefiniteTablePrivLevel
void exitDefiniteTablePrivLevel(MySqlParser.DefiniteTablePrivLevelContext ctx)
Exit a parse tree produced by thedefiniteTablePrivLevellabeled alternative inMySqlParser.privilegeLevel().- Parameters:
ctx- the parse tree
-
enterRenameUserClause
void enterRenameUserClause(MySqlParser.RenameUserClauseContext ctx)
Enter a parse tree produced byMySqlParser.renameUserClause().- Parameters:
ctx- the parse tree
-
exitRenameUserClause
void exitRenameUserClause(MySqlParser.RenameUserClauseContext ctx)
Exit a parse tree produced byMySqlParser.renameUserClause().- Parameters:
ctx- the parse tree
-
enterAnalyzeTable
void enterAnalyzeTable(MySqlParser.AnalyzeTableContext ctx)
Enter a parse tree produced byMySqlParser.analyzeTable().- Parameters:
ctx- the parse tree
-
exitAnalyzeTable
void exitAnalyzeTable(MySqlParser.AnalyzeTableContext ctx)
Exit a parse tree produced byMySqlParser.analyzeTable().- Parameters:
ctx- the parse tree
-
enterCheckTable
void enterCheckTable(MySqlParser.CheckTableContext ctx)
Enter a parse tree produced byMySqlParser.checkTable().- Parameters:
ctx- the parse tree
-
exitCheckTable
void exitCheckTable(MySqlParser.CheckTableContext ctx)
Exit a parse tree produced byMySqlParser.checkTable().- Parameters:
ctx- the parse tree
-
enterChecksumTable
void enterChecksumTable(MySqlParser.ChecksumTableContext ctx)
Enter a parse tree produced byMySqlParser.checksumTable().- Parameters:
ctx- the parse tree
-
exitChecksumTable
void exitChecksumTable(MySqlParser.ChecksumTableContext ctx)
Exit a parse tree produced byMySqlParser.checksumTable().- Parameters:
ctx- the parse tree
-
enterOptimizeTable
void enterOptimizeTable(MySqlParser.OptimizeTableContext ctx)
Enter a parse tree produced byMySqlParser.optimizeTable().- Parameters:
ctx- the parse tree
-
exitOptimizeTable
void exitOptimizeTable(MySqlParser.OptimizeTableContext ctx)
Exit a parse tree produced byMySqlParser.optimizeTable().- Parameters:
ctx- the parse tree
-
enterRepairTable
void enterRepairTable(MySqlParser.RepairTableContext ctx)
Enter a parse tree produced byMySqlParser.repairTable().- Parameters:
ctx- the parse tree
-
exitRepairTable
void exitRepairTable(MySqlParser.RepairTableContext ctx)
Exit a parse tree produced byMySqlParser.repairTable().- Parameters:
ctx- the parse tree
-
enterCheckTableOption
void enterCheckTableOption(MySqlParser.CheckTableOptionContext ctx)
Enter a parse tree produced byMySqlParser.checkTableOption().- Parameters:
ctx- the parse tree
-
exitCheckTableOption
void exitCheckTableOption(MySqlParser.CheckTableOptionContext ctx)
Exit a parse tree produced byMySqlParser.checkTableOption().- Parameters:
ctx- the parse tree
-
enterCreateUdfunction
void enterCreateUdfunction(MySqlParser.CreateUdfunctionContext ctx)
Enter a parse tree produced byMySqlParser.createUdfunction().- Parameters:
ctx- the parse tree
-
exitCreateUdfunction
void exitCreateUdfunction(MySqlParser.CreateUdfunctionContext ctx)
Exit a parse tree produced byMySqlParser.createUdfunction().- Parameters:
ctx- the parse tree
-
enterInstallPlugin
void enterInstallPlugin(MySqlParser.InstallPluginContext ctx)
Enter a parse tree produced byMySqlParser.installPlugin().- Parameters:
ctx- the parse tree
-
exitInstallPlugin
void exitInstallPlugin(MySqlParser.InstallPluginContext ctx)
Exit a parse tree produced byMySqlParser.installPlugin().- Parameters:
ctx- the parse tree
-
enterUninstallPlugin
void enterUninstallPlugin(MySqlParser.UninstallPluginContext ctx)
Enter a parse tree produced byMySqlParser.uninstallPlugin().- Parameters:
ctx- the parse tree
-
exitUninstallPlugin
void exitUninstallPlugin(MySqlParser.UninstallPluginContext ctx)
Exit a parse tree produced byMySqlParser.uninstallPlugin().- Parameters:
ctx- the parse tree
-
enterSetVariable
void enterSetVariable(MySqlParser.SetVariableContext ctx)
Enter a parse tree produced by thesetVariablelabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
exitSetVariable
void exitSetVariable(MySqlParser.SetVariableContext ctx)
Exit a parse tree produced by thesetVariablelabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
enterSetCharset
void enterSetCharset(MySqlParser.SetCharsetContext ctx)
Enter a parse tree produced by thesetCharsetlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
exitSetCharset
void exitSetCharset(MySqlParser.SetCharsetContext ctx)
Exit a parse tree produced by thesetCharsetlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
enterSetNames
void enterSetNames(MySqlParser.SetNamesContext ctx)
Enter a parse tree produced by thesetNameslabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
exitSetNames
void exitSetNames(MySqlParser.SetNamesContext ctx)
Exit a parse tree produced by thesetNameslabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
enterSetPassword
void enterSetPassword(MySqlParser.SetPasswordContext ctx)
Enter a parse tree produced by thesetPasswordlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
exitSetPassword
void exitSetPassword(MySqlParser.SetPasswordContext ctx)
Exit a parse tree produced by thesetPasswordlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
enterSetTransaction
void enterSetTransaction(MySqlParser.SetTransactionContext ctx)
Enter a parse tree produced by thesetTransactionlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
exitSetTransaction
void exitSetTransaction(MySqlParser.SetTransactionContext ctx)
Exit a parse tree produced by thesetTransactionlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
enterSetAutocommit
void enterSetAutocommit(MySqlParser.SetAutocommitContext ctx)
Enter a parse tree produced by thesetAutocommitlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
exitSetAutocommit
void exitSetAutocommit(MySqlParser.SetAutocommitContext ctx)
Exit a parse tree produced by thesetAutocommitlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
enterSetNewValueInsideTrigger
void enterSetNewValueInsideTrigger(MySqlParser.SetNewValueInsideTriggerContext ctx)
Enter a parse tree produced by thesetNewValueInsideTriggerlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
exitSetNewValueInsideTrigger
void exitSetNewValueInsideTrigger(MySqlParser.SetNewValueInsideTriggerContext ctx)
Exit a parse tree produced by thesetNewValueInsideTriggerlabeled alternative inMySqlParser.setStatement().- Parameters:
ctx- the parse tree
-
enterShowMasterLogs
void enterShowMasterLogs(MySqlParser.ShowMasterLogsContext ctx)
Enter a parse tree produced by theshowMasterLogslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowMasterLogs
void exitShowMasterLogs(MySqlParser.ShowMasterLogsContext ctx)
Exit a parse tree produced by theshowMasterLogslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowLogEvents
void enterShowLogEvents(MySqlParser.ShowLogEventsContext ctx)
Enter a parse tree produced by theshowLogEventslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowLogEvents
void exitShowLogEvents(MySqlParser.ShowLogEventsContext ctx)
Exit a parse tree produced by theshowLogEventslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowObjectFilter
void enterShowObjectFilter(MySqlParser.ShowObjectFilterContext ctx)
Enter a parse tree produced by theshowObjectFilterlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowObjectFilter
void exitShowObjectFilter(MySqlParser.ShowObjectFilterContext ctx)
Exit a parse tree produced by theshowObjectFilterlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowColumns
void enterShowColumns(MySqlParser.ShowColumnsContext ctx)
Enter a parse tree produced by theshowColumnslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowColumns
void exitShowColumns(MySqlParser.ShowColumnsContext ctx)
Exit a parse tree produced by theshowColumnslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowCreateDb
void enterShowCreateDb(MySqlParser.ShowCreateDbContext ctx)
Enter a parse tree produced by theshowCreateDblabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowCreateDb
void exitShowCreateDb(MySqlParser.ShowCreateDbContext ctx)
Exit a parse tree produced by theshowCreateDblabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowCreateFullIdObject
void enterShowCreateFullIdObject(MySqlParser.ShowCreateFullIdObjectContext ctx)
Enter a parse tree produced by theshowCreateFullIdObjectlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowCreateFullIdObject
void exitShowCreateFullIdObject(MySqlParser.ShowCreateFullIdObjectContext ctx)
Exit a parse tree produced by theshowCreateFullIdObjectlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowCreateUser
void enterShowCreateUser(MySqlParser.ShowCreateUserContext ctx)
Enter a parse tree produced by theshowCreateUserlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowCreateUser
void exitShowCreateUser(MySqlParser.ShowCreateUserContext ctx)
Exit a parse tree produced by theshowCreateUserlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowEngine
void enterShowEngine(MySqlParser.ShowEngineContext ctx)
Enter a parse tree produced by theshowEnginelabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowEngine
void exitShowEngine(MySqlParser.ShowEngineContext ctx)
Exit a parse tree produced by theshowEnginelabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowGlobalInfo
void enterShowGlobalInfo(MySqlParser.ShowGlobalInfoContext ctx)
Enter a parse tree produced by theshowGlobalInfolabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowGlobalInfo
void exitShowGlobalInfo(MySqlParser.ShowGlobalInfoContext ctx)
Exit a parse tree produced by theshowGlobalInfolabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowErrors
void enterShowErrors(MySqlParser.ShowErrorsContext ctx)
Enter a parse tree produced by theshowErrorslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowErrors
void exitShowErrors(MySqlParser.ShowErrorsContext ctx)
Exit a parse tree produced by theshowErrorslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowCountErrors
void enterShowCountErrors(MySqlParser.ShowCountErrorsContext ctx)
Enter a parse tree produced by theshowCountErrorslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowCountErrors
void exitShowCountErrors(MySqlParser.ShowCountErrorsContext ctx)
Exit a parse tree produced by theshowCountErrorslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowSchemaFilter
void enterShowSchemaFilter(MySqlParser.ShowSchemaFilterContext ctx)
Enter a parse tree produced by theshowSchemaFilterlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowSchemaFilter
void exitShowSchemaFilter(MySqlParser.ShowSchemaFilterContext ctx)
Exit a parse tree produced by theshowSchemaFilterlabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowRoutine
void enterShowRoutine(MySqlParser.ShowRoutineContext ctx)
Enter a parse tree produced by theshowRoutinelabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowRoutine
void exitShowRoutine(MySqlParser.ShowRoutineContext ctx)
Exit a parse tree produced by theshowRoutinelabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowGrants
void enterShowGrants(MySqlParser.ShowGrantsContext ctx)
Enter a parse tree produced by theshowGrantslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowGrants
void exitShowGrants(MySqlParser.ShowGrantsContext ctx)
Exit a parse tree produced by theshowGrantslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowIndexes
void enterShowIndexes(MySqlParser.ShowIndexesContext ctx)
Enter a parse tree produced by theshowIndexeslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowIndexes
void exitShowIndexes(MySqlParser.ShowIndexesContext ctx)
Exit a parse tree produced by theshowIndexeslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowOpenTables
void enterShowOpenTables(MySqlParser.ShowOpenTablesContext ctx)
Enter a parse tree produced by theshowOpenTableslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowOpenTables
void exitShowOpenTables(MySqlParser.ShowOpenTablesContext ctx)
Exit a parse tree produced by theshowOpenTableslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowProfile
void enterShowProfile(MySqlParser.ShowProfileContext ctx)
Enter a parse tree produced by theshowProfilelabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowProfile
void exitShowProfile(MySqlParser.ShowProfileContext ctx)
Exit a parse tree produced by theshowProfilelabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterShowSlaveStatus
void enterShowSlaveStatus(MySqlParser.ShowSlaveStatusContext ctx)
Enter a parse tree produced by theshowSlaveStatuslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
exitShowSlaveStatus
void exitShowSlaveStatus(MySqlParser.ShowSlaveStatusContext ctx)
Exit a parse tree produced by theshowSlaveStatuslabeled alternative inMySqlParser.showStatement().- Parameters:
ctx- the parse tree
-
enterVariableClause
void enterVariableClause(MySqlParser.VariableClauseContext ctx)
Enter a parse tree produced byMySqlParser.variableClause().- Parameters:
ctx- the parse tree
-
exitVariableClause
void exitVariableClause(MySqlParser.VariableClauseContext ctx)
Exit a parse tree produced byMySqlParser.variableClause().- Parameters:
ctx- the parse tree
-
enterShowCommonEntity
void enterShowCommonEntity(MySqlParser.ShowCommonEntityContext ctx)
Enter a parse tree produced byMySqlParser.showCommonEntity().- Parameters:
ctx- the parse tree
-
exitShowCommonEntity
void exitShowCommonEntity(MySqlParser.ShowCommonEntityContext ctx)
Exit a parse tree produced byMySqlParser.showCommonEntity().- Parameters:
ctx- the parse tree
-
enterShowFilter
void enterShowFilter(MySqlParser.ShowFilterContext ctx)
Enter a parse tree produced byMySqlParser.showFilter().- Parameters:
ctx- the parse tree
-
exitShowFilter
void exitShowFilter(MySqlParser.ShowFilterContext ctx)
Exit a parse tree produced byMySqlParser.showFilter().- Parameters:
ctx- the parse tree
-
enterShowGlobalInfoClause
void enterShowGlobalInfoClause(MySqlParser.ShowGlobalInfoClauseContext ctx)
Enter a parse tree produced byMySqlParser.showGlobalInfoClause().- Parameters:
ctx- the parse tree
-
exitShowGlobalInfoClause
void exitShowGlobalInfoClause(MySqlParser.ShowGlobalInfoClauseContext ctx)
Exit a parse tree produced byMySqlParser.showGlobalInfoClause().- Parameters:
ctx- the parse tree
-
enterShowSchemaEntity
void enterShowSchemaEntity(MySqlParser.ShowSchemaEntityContext ctx)
Enter a parse tree produced byMySqlParser.showSchemaEntity().- Parameters:
ctx- the parse tree
-
exitShowSchemaEntity
void exitShowSchemaEntity(MySqlParser.ShowSchemaEntityContext ctx)
Exit a parse tree produced byMySqlParser.showSchemaEntity().- Parameters:
ctx- the parse tree
-
enterShowProfileType
void enterShowProfileType(MySqlParser.ShowProfileTypeContext ctx)
Enter a parse tree produced byMySqlParser.showProfileType().- Parameters:
ctx- the parse tree
-
exitShowProfileType
void exitShowProfileType(MySqlParser.ShowProfileTypeContext ctx)
Exit a parse tree produced byMySqlParser.showProfileType().- Parameters:
ctx- the parse tree
-
enterBinlogStatement
void enterBinlogStatement(MySqlParser.BinlogStatementContext ctx)
Enter a parse tree produced byMySqlParser.binlogStatement().- Parameters:
ctx- the parse tree
-
exitBinlogStatement
void exitBinlogStatement(MySqlParser.BinlogStatementContext ctx)
Exit a parse tree produced byMySqlParser.binlogStatement().- Parameters:
ctx- the parse tree
-
enterCacheIndexStatement
void enterCacheIndexStatement(MySqlParser.CacheIndexStatementContext ctx)
Enter a parse tree produced byMySqlParser.cacheIndexStatement().- Parameters:
ctx- the parse tree
-
exitCacheIndexStatement
void exitCacheIndexStatement(MySqlParser.CacheIndexStatementContext ctx)
Exit a parse tree produced byMySqlParser.cacheIndexStatement().- Parameters:
ctx- the parse tree
-
enterFlushStatement
void enterFlushStatement(MySqlParser.FlushStatementContext ctx)
Enter a parse tree produced byMySqlParser.flushStatement().- Parameters:
ctx- the parse tree
-
exitFlushStatement
void exitFlushStatement(MySqlParser.FlushStatementContext ctx)
Exit a parse tree produced byMySqlParser.flushStatement().- Parameters:
ctx- the parse tree
-
enterKillStatement
void enterKillStatement(MySqlParser.KillStatementContext ctx)
Enter a parse tree produced byMySqlParser.killStatement().- Parameters:
ctx- the parse tree
-
exitKillStatement
void exitKillStatement(MySqlParser.KillStatementContext ctx)
Exit a parse tree produced byMySqlParser.killStatement().- Parameters:
ctx- the parse tree
-
enterLoadIndexIntoCache
void enterLoadIndexIntoCache(MySqlParser.LoadIndexIntoCacheContext ctx)
Enter a parse tree produced byMySqlParser.loadIndexIntoCache().- Parameters:
ctx- the parse tree
-
exitLoadIndexIntoCache
void exitLoadIndexIntoCache(MySqlParser.LoadIndexIntoCacheContext ctx)
Exit a parse tree produced byMySqlParser.loadIndexIntoCache().- Parameters:
ctx- the parse tree
-
enterResetStatement
void enterResetStatement(MySqlParser.ResetStatementContext ctx)
Enter a parse tree produced byMySqlParser.resetStatement().- Parameters:
ctx- the parse tree
-
exitResetStatement
void exitResetStatement(MySqlParser.ResetStatementContext ctx)
Exit a parse tree produced byMySqlParser.resetStatement().- Parameters:
ctx- the parse tree
-
enterShutdownStatement
void enterShutdownStatement(MySqlParser.ShutdownStatementContext ctx)
Enter a parse tree produced byMySqlParser.shutdownStatement().- Parameters:
ctx- the parse tree
-
exitShutdownStatement
void exitShutdownStatement(MySqlParser.ShutdownStatementContext ctx)
Exit a parse tree produced byMySqlParser.shutdownStatement().- Parameters:
ctx- the parse tree
-
enterTableIndexes
void enterTableIndexes(MySqlParser.TableIndexesContext ctx)
Enter a parse tree produced byMySqlParser.tableIndexes().- Parameters:
ctx- the parse tree
-
exitTableIndexes
void exitTableIndexes(MySqlParser.TableIndexesContext ctx)
Exit a parse tree produced byMySqlParser.tableIndexes().- Parameters:
ctx- the parse tree
-
enterSimpleFlushOption
void enterSimpleFlushOption(MySqlParser.SimpleFlushOptionContext ctx)
Enter a parse tree produced by thesimpleFlushOptionlabeled alternative inMySqlParser.flushOption().- Parameters:
ctx- the parse tree
-
exitSimpleFlushOption
void exitSimpleFlushOption(MySqlParser.SimpleFlushOptionContext ctx)
Exit a parse tree produced by thesimpleFlushOptionlabeled alternative inMySqlParser.flushOption().- Parameters:
ctx- the parse tree
-
enterChannelFlushOption
void enterChannelFlushOption(MySqlParser.ChannelFlushOptionContext ctx)
Enter a parse tree produced by thechannelFlushOptionlabeled alternative inMySqlParser.flushOption().- Parameters:
ctx- the parse tree
-
exitChannelFlushOption
void exitChannelFlushOption(MySqlParser.ChannelFlushOptionContext ctx)
Exit a parse tree produced by thechannelFlushOptionlabeled alternative inMySqlParser.flushOption().- Parameters:
ctx- the parse tree
-
enterTableFlushOption
void enterTableFlushOption(MySqlParser.TableFlushOptionContext ctx)
Enter a parse tree produced by thetableFlushOptionlabeled alternative inMySqlParser.flushOption().- Parameters:
ctx- the parse tree
-
exitTableFlushOption
void exitTableFlushOption(MySqlParser.TableFlushOptionContext ctx)
Exit a parse tree produced by thetableFlushOptionlabeled alternative inMySqlParser.flushOption().- Parameters:
ctx- the parse tree
-
enterFlushTableOption
void enterFlushTableOption(MySqlParser.FlushTableOptionContext ctx)
Enter a parse tree produced byMySqlParser.flushTableOption().- Parameters:
ctx- the parse tree
-
exitFlushTableOption
void exitFlushTableOption(MySqlParser.FlushTableOptionContext ctx)
Exit a parse tree produced byMySqlParser.flushTableOption().- Parameters:
ctx- the parse tree
-
enterLoadedTableIndexes
void enterLoadedTableIndexes(MySqlParser.LoadedTableIndexesContext ctx)
Enter a parse tree produced byMySqlParser.loadedTableIndexes().- Parameters:
ctx- the parse tree
-
exitLoadedTableIndexes
void exitLoadedTableIndexes(MySqlParser.LoadedTableIndexesContext ctx)
Exit a parse tree produced byMySqlParser.loadedTableIndexes().- Parameters:
ctx- the parse tree
-
enterSimpleDescribeStatement
void enterSimpleDescribeStatement(MySqlParser.SimpleDescribeStatementContext ctx)
Enter a parse tree produced byMySqlParser.simpleDescribeStatement().- Parameters:
ctx- the parse tree
-
exitSimpleDescribeStatement
void exitSimpleDescribeStatement(MySqlParser.SimpleDescribeStatementContext ctx)
Exit a parse tree produced byMySqlParser.simpleDescribeStatement().- Parameters:
ctx- the parse tree
-
enterFullDescribeStatement
void enterFullDescribeStatement(MySqlParser.FullDescribeStatementContext ctx)
Enter a parse tree produced byMySqlParser.fullDescribeStatement().- Parameters:
ctx- the parse tree
-
exitFullDescribeStatement
void exitFullDescribeStatement(MySqlParser.FullDescribeStatementContext ctx)
Exit a parse tree produced byMySqlParser.fullDescribeStatement().- Parameters:
ctx- the parse tree
-
enterHelpStatement
void enterHelpStatement(MySqlParser.HelpStatementContext ctx)
Enter a parse tree produced byMySqlParser.helpStatement().- Parameters:
ctx- the parse tree
-
exitHelpStatement
void exitHelpStatement(MySqlParser.HelpStatementContext ctx)
Exit a parse tree produced byMySqlParser.helpStatement().- Parameters:
ctx- the parse tree
-
enterUseStatement
void enterUseStatement(MySqlParser.UseStatementContext ctx)
Enter a parse tree produced byMySqlParser.useStatement().- Parameters:
ctx- the parse tree
-
exitUseStatement
void exitUseStatement(MySqlParser.UseStatementContext ctx)
Exit a parse tree produced byMySqlParser.useStatement().- Parameters:
ctx- the parse tree
-
enterSignalStatement
void enterSignalStatement(MySqlParser.SignalStatementContext ctx)
Enter a parse tree produced byMySqlParser.signalStatement().- Parameters:
ctx- the parse tree
-
exitSignalStatement
void exitSignalStatement(MySqlParser.SignalStatementContext ctx)
Exit a parse tree produced byMySqlParser.signalStatement().- Parameters:
ctx- the parse tree
-
enterResignalStatement
void enterResignalStatement(MySqlParser.ResignalStatementContext ctx)
Enter a parse tree produced byMySqlParser.resignalStatement().- Parameters:
ctx- the parse tree
-
exitResignalStatement
void exitResignalStatement(MySqlParser.ResignalStatementContext ctx)
Exit a parse tree produced byMySqlParser.resignalStatement().- Parameters:
ctx- the parse tree
-
enterSignalConditionInformation
void enterSignalConditionInformation(MySqlParser.SignalConditionInformationContext ctx)
Enter a parse tree produced byMySqlParser.signalConditionInformation().- Parameters:
ctx- the parse tree
-
exitSignalConditionInformation
void exitSignalConditionInformation(MySqlParser.SignalConditionInformationContext ctx)
Exit a parse tree produced byMySqlParser.signalConditionInformation().- Parameters:
ctx- the parse tree
-
enterDiagnosticsStatement
void enterDiagnosticsStatement(MySqlParser.DiagnosticsStatementContext ctx)
Enter a parse tree produced byMySqlParser.diagnosticsStatement().- Parameters:
ctx- the parse tree
-
exitDiagnosticsStatement
void exitDiagnosticsStatement(MySqlParser.DiagnosticsStatementContext ctx)
Exit a parse tree produced byMySqlParser.diagnosticsStatement().- Parameters:
ctx- the parse tree
-
enterDiagnosticsConditionInformationName
void enterDiagnosticsConditionInformationName(MySqlParser.DiagnosticsConditionInformationNameContext ctx)
Enter a parse tree produced byMySqlParser.diagnosticsConditionInformationName().- Parameters:
ctx- the parse tree
-
exitDiagnosticsConditionInformationName
void exitDiagnosticsConditionInformationName(MySqlParser.DiagnosticsConditionInformationNameContext ctx)
Exit a parse tree produced byMySqlParser.diagnosticsConditionInformationName().- Parameters:
ctx- the parse tree
-
enterDescribeStatements
void enterDescribeStatements(MySqlParser.DescribeStatementsContext ctx)
Enter a parse tree produced by thedescribeStatementslabeled alternative inMySqlParser.describeObjectClause().- Parameters:
ctx- the parse tree
-
exitDescribeStatements
void exitDescribeStatements(MySqlParser.DescribeStatementsContext ctx)
Exit a parse tree produced by thedescribeStatementslabeled alternative inMySqlParser.describeObjectClause().- Parameters:
ctx- the parse tree
-
enterDescribeConnection
void enterDescribeConnection(MySqlParser.DescribeConnectionContext ctx)
Enter a parse tree produced by thedescribeConnectionlabeled alternative inMySqlParser.describeObjectClause().- Parameters:
ctx- the parse tree
-
exitDescribeConnection
void exitDescribeConnection(MySqlParser.DescribeConnectionContext ctx)
Exit a parse tree produced by thedescribeConnectionlabeled alternative inMySqlParser.describeObjectClause().- Parameters:
ctx- the parse tree
-
enterFullId
void enterFullId(MySqlParser.FullIdContext ctx)
Enter a parse tree produced byMySqlParser.fullId().- Parameters:
ctx- the parse tree
-
exitFullId
void exitFullId(MySqlParser.FullIdContext ctx)
Exit a parse tree produced byMySqlParser.fullId().- Parameters:
ctx- the parse tree
-
enterTableName
void enterTableName(MySqlParser.TableNameContext ctx)
Enter a parse tree produced byMySqlParser.tableName().- Parameters:
ctx- the parse tree
-
exitTableName
void exitTableName(MySqlParser.TableNameContext ctx)
Exit a parse tree produced byMySqlParser.tableName().- Parameters:
ctx- the parse tree
-
enterRoleName
void enterRoleName(MySqlParser.RoleNameContext ctx)
Enter a parse tree produced byMySqlParser.roleName().- Parameters:
ctx- the parse tree
-
exitRoleName
void exitRoleName(MySqlParser.RoleNameContext ctx)
Exit a parse tree produced byMySqlParser.roleName().- Parameters:
ctx- the parse tree
-
enterFullColumnName
void enterFullColumnName(MySqlParser.FullColumnNameContext ctx)
Enter a parse tree produced byMySqlParser.fullColumnName().- Parameters:
ctx- the parse tree
-
exitFullColumnName
void exitFullColumnName(MySqlParser.FullColumnNameContext ctx)
Exit a parse tree produced byMySqlParser.fullColumnName().- Parameters:
ctx- the parse tree
-
enterIndexColumnName
void enterIndexColumnName(MySqlParser.IndexColumnNameContext ctx)
Enter a parse tree produced byMySqlParser.indexColumnName().- Parameters:
ctx- the parse tree
-
exitIndexColumnName
void exitIndexColumnName(MySqlParser.IndexColumnNameContext ctx)
Exit a parse tree produced byMySqlParser.indexColumnName().- Parameters:
ctx- the parse tree
-
enterUserName
void enterUserName(MySqlParser.UserNameContext ctx)
Enter a parse tree produced byMySqlParser.userName().- Parameters:
ctx- the parse tree
-
exitUserName
void exitUserName(MySqlParser.UserNameContext ctx)
Exit a parse tree produced byMySqlParser.userName().- Parameters:
ctx- the parse tree
-
enterMysqlVariable
void enterMysqlVariable(MySqlParser.MysqlVariableContext ctx)
Enter a parse tree produced byMySqlParser.mysqlVariable().- Parameters:
ctx- the parse tree
-
exitMysqlVariable
void exitMysqlVariable(MySqlParser.MysqlVariableContext ctx)
Exit a parse tree produced byMySqlParser.mysqlVariable().- Parameters:
ctx- the parse tree
-
enterCharsetName
void enterCharsetName(MySqlParser.CharsetNameContext ctx)
Enter a parse tree produced byMySqlParser.charsetName().- Parameters:
ctx- the parse tree
-
exitCharsetName
void exitCharsetName(MySqlParser.CharsetNameContext ctx)
Exit a parse tree produced byMySqlParser.charsetName().- Parameters:
ctx- the parse tree
-
enterCollationName
void enterCollationName(MySqlParser.CollationNameContext ctx)
Enter a parse tree produced byMySqlParser.collationName().- Parameters:
ctx- the parse tree
-
exitCollationName
void exitCollationName(MySqlParser.CollationNameContext ctx)
Exit a parse tree produced byMySqlParser.collationName().- Parameters:
ctx- the parse tree
-
enterEngineName
void enterEngineName(MySqlParser.EngineNameContext ctx)
Enter a parse tree produced byMySqlParser.engineName().- Parameters:
ctx- the parse tree
-
exitEngineName
void exitEngineName(MySqlParser.EngineNameContext ctx)
Exit a parse tree produced byMySqlParser.engineName().- Parameters:
ctx- the parse tree
-
enterUuidSet
void enterUuidSet(MySqlParser.UuidSetContext ctx)
Enter a parse tree produced byMySqlParser.uuidSet().- Parameters:
ctx- the parse tree
-
exitUuidSet
void exitUuidSet(MySqlParser.UuidSetContext ctx)
Exit a parse tree produced byMySqlParser.uuidSet().- Parameters:
ctx- the parse tree
-
enterXid
void enterXid(MySqlParser.XidContext ctx)
Enter a parse tree produced byMySqlParser.xid().- Parameters:
ctx- the parse tree
-
exitXid
void exitXid(MySqlParser.XidContext ctx)
Exit a parse tree produced byMySqlParser.xid().- Parameters:
ctx- the parse tree
-
enterXuidStringId
void enterXuidStringId(MySqlParser.XuidStringIdContext ctx)
Enter a parse tree produced byMySqlParser.xuidStringId().- Parameters:
ctx- the parse tree
-
exitXuidStringId
void exitXuidStringId(MySqlParser.XuidStringIdContext ctx)
Exit a parse tree produced byMySqlParser.xuidStringId().- Parameters:
ctx- the parse tree
-
enterAuthPlugin
void enterAuthPlugin(MySqlParser.AuthPluginContext ctx)
Enter a parse tree produced byMySqlParser.authPlugin().- Parameters:
ctx- the parse tree
-
exitAuthPlugin
void exitAuthPlugin(MySqlParser.AuthPluginContext ctx)
Exit a parse tree produced byMySqlParser.authPlugin().- Parameters:
ctx- the parse tree
-
enterUid
void enterUid(MySqlParser.UidContext ctx)
Enter a parse tree produced byMySqlParser.uid().- Parameters:
ctx- the parse tree
-
exitUid
void exitUid(MySqlParser.UidContext ctx)
Exit a parse tree produced byMySqlParser.uid().- Parameters:
ctx- the parse tree
-
enterSimpleId
void enterSimpleId(MySqlParser.SimpleIdContext ctx)
Enter a parse tree produced byMySqlParser.simpleId().- Parameters:
ctx- the parse tree
-
exitSimpleId
void exitSimpleId(MySqlParser.SimpleIdContext ctx)
Exit a parse tree produced byMySqlParser.simpleId().- Parameters:
ctx- the parse tree
-
enterDottedId
void enterDottedId(MySqlParser.DottedIdContext ctx)
Enter a parse tree produced byMySqlParser.dottedId().- Parameters:
ctx- the parse tree
-
exitDottedId
void exitDottedId(MySqlParser.DottedIdContext ctx)
Exit a parse tree produced byMySqlParser.dottedId().- Parameters:
ctx- the parse tree
-
enterDecimalLiteral
void enterDecimalLiteral(MySqlParser.DecimalLiteralContext ctx)
Enter a parse tree produced byMySqlParser.decimalLiteral().- Parameters:
ctx- the parse tree
-
exitDecimalLiteral
void exitDecimalLiteral(MySqlParser.DecimalLiteralContext ctx)
Exit a parse tree produced byMySqlParser.decimalLiteral().- Parameters:
ctx- the parse tree
-
enterFileSizeLiteral
void enterFileSizeLiteral(MySqlParser.FileSizeLiteralContext ctx)
Enter a parse tree produced byMySqlParser.fileSizeLiteral().- Parameters:
ctx- the parse tree
-
exitFileSizeLiteral
void exitFileSizeLiteral(MySqlParser.FileSizeLiteralContext ctx)
Exit a parse tree produced byMySqlParser.fileSizeLiteral().- Parameters:
ctx- the parse tree
-
enterStringLiteral
void enterStringLiteral(MySqlParser.StringLiteralContext ctx)
Enter a parse tree produced byMySqlParser.stringLiteral().- Parameters:
ctx- the parse tree
-
exitStringLiteral
void exitStringLiteral(MySqlParser.StringLiteralContext ctx)
Exit a parse tree produced byMySqlParser.stringLiteral().- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
void enterBooleanLiteral(MySqlParser.BooleanLiteralContext ctx)
Enter a parse tree produced byMySqlParser.booleanLiteral().- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
void exitBooleanLiteral(MySqlParser.BooleanLiteralContext ctx)
Exit a parse tree produced byMySqlParser.booleanLiteral().- Parameters:
ctx- the parse tree
-
enterHexadecimalLiteral
void enterHexadecimalLiteral(MySqlParser.HexadecimalLiteralContext ctx)
Enter a parse tree produced byMySqlParser.hexadecimalLiteral().- Parameters:
ctx- the parse tree
-
exitHexadecimalLiteral
void exitHexadecimalLiteral(MySqlParser.HexadecimalLiteralContext ctx)
Exit a parse tree produced byMySqlParser.hexadecimalLiteral().- Parameters:
ctx- the parse tree
-
enterNullNotnull
void enterNullNotnull(MySqlParser.NullNotnullContext ctx)
Enter a parse tree produced byMySqlParser.nullNotnull().- Parameters:
ctx- the parse tree
-
exitNullNotnull
void exitNullNotnull(MySqlParser.NullNotnullContext ctx)
Exit a parse tree produced byMySqlParser.nullNotnull().- Parameters:
ctx- the parse tree
-
enterConstant
void enterConstant(MySqlParser.ConstantContext ctx)
Enter a parse tree produced byMySqlParser.constant().- Parameters:
ctx- the parse tree
-
exitConstant
void exitConstant(MySqlParser.ConstantContext ctx)
Exit a parse tree produced byMySqlParser.constant().- Parameters:
ctx- the parse tree
-
enterStringDataType
void enterStringDataType(MySqlParser.StringDataTypeContext ctx)
Enter a parse tree produced by thestringDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitStringDataType
void exitStringDataType(MySqlParser.StringDataTypeContext ctx)
Exit a parse tree produced by thestringDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterNationalStringDataType
void enterNationalStringDataType(MySqlParser.NationalStringDataTypeContext ctx)
Enter a parse tree produced by thenationalStringDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitNationalStringDataType
void exitNationalStringDataType(MySqlParser.NationalStringDataTypeContext ctx)
Exit a parse tree produced by thenationalStringDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterNationalVaryingStringDataType
void enterNationalVaryingStringDataType(MySqlParser.NationalVaryingStringDataTypeContext ctx)
Enter a parse tree produced by thenationalVaryingStringDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitNationalVaryingStringDataType
void exitNationalVaryingStringDataType(MySqlParser.NationalVaryingStringDataTypeContext ctx)
Exit a parse tree produced by thenationalVaryingStringDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterDimensionDataType
void enterDimensionDataType(MySqlParser.DimensionDataTypeContext ctx)
Enter a parse tree produced by thedimensionDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitDimensionDataType
void exitDimensionDataType(MySqlParser.DimensionDataTypeContext ctx)
Exit a parse tree produced by thedimensionDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterSimpleDataType
void enterSimpleDataType(MySqlParser.SimpleDataTypeContext ctx)
Enter a parse tree produced by thesimpleDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitSimpleDataType
void exitSimpleDataType(MySqlParser.SimpleDataTypeContext ctx)
Exit a parse tree produced by thesimpleDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterCollectionDataType
void enterCollectionDataType(MySqlParser.CollectionDataTypeContext ctx)
Enter a parse tree produced by thecollectionDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitCollectionDataType
void exitCollectionDataType(MySqlParser.CollectionDataTypeContext ctx)
Exit a parse tree produced by thecollectionDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterSpatialDataType
void enterSpatialDataType(MySqlParser.SpatialDataTypeContext ctx)
Enter a parse tree produced by thespatialDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitSpatialDataType
void exitSpatialDataType(MySqlParser.SpatialDataTypeContext ctx)
Exit a parse tree produced by thespatialDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterLongVarcharDataType
void enterLongVarcharDataType(MySqlParser.LongVarcharDataTypeContext ctx)
Enter a parse tree produced by thelongVarcharDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitLongVarcharDataType
void exitLongVarcharDataType(MySqlParser.LongVarcharDataTypeContext ctx)
Exit a parse tree produced by thelongVarcharDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterLongVarbinaryDataType
void enterLongVarbinaryDataType(MySqlParser.LongVarbinaryDataTypeContext ctx)
Enter a parse tree produced by thelongVarbinaryDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
exitLongVarbinaryDataType
void exitLongVarbinaryDataType(MySqlParser.LongVarbinaryDataTypeContext ctx)
Exit a parse tree produced by thelongVarbinaryDataTypelabeled alternative inMySqlParser.dataType().- Parameters:
ctx- the parse tree
-
enterCollectionOptions
void enterCollectionOptions(MySqlParser.CollectionOptionsContext ctx)
Enter a parse tree produced byMySqlParser.collectionOptions().- Parameters:
ctx- the parse tree
-
exitCollectionOptions
void exitCollectionOptions(MySqlParser.CollectionOptionsContext ctx)
Exit a parse tree produced byMySqlParser.collectionOptions().- Parameters:
ctx- the parse tree
-
enterCollectionOption
void enterCollectionOption(MySqlParser.CollectionOptionContext ctx)
Enter a parse tree produced byMySqlParser.collectionOption().- Parameters:
ctx- the parse tree
-
exitCollectionOption
void exitCollectionOption(MySqlParser.CollectionOptionContext ctx)
Exit a parse tree produced byMySqlParser.collectionOption().- Parameters:
ctx- the parse tree
-
enterConvertedDataType
void enterConvertedDataType(MySqlParser.ConvertedDataTypeContext ctx)
Enter a parse tree produced byMySqlParser.convertedDataType().- Parameters:
ctx- the parse tree
-
exitConvertedDataType
void exitConvertedDataType(MySqlParser.ConvertedDataTypeContext ctx)
Exit a parse tree produced byMySqlParser.convertedDataType().- Parameters:
ctx- the parse tree
-
enterLengthOneDimension
void enterLengthOneDimension(MySqlParser.LengthOneDimensionContext ctx)
Enter a parse tree produced byMySqlParser.lengthOneDimension().- Parameters:
ctx- the parse tree
-
exitLengthOneDimension
void exitLengthOneDimension(MySqlParser.LengthOneDimensionContext ctx)
Exit a parse tree produced byMySqlParser.lengthOneDimension().- Parameters:
ctx- the parse tree
-
enterLengthTwoDimension
void enterLengthTwoDimension(MySqlParser.LengthTwoDimensionContext ctx)
Enter a parse tree produced byMySqlParser.lengthTwoDimension().- Parameters:
ctx- the parse tree
-
exitLengthTwoDimension
void exitLengthTwoDimension(MySqlParser.LengthTwoDimensionContext ctx)
Exit a parse tree produced byMySqlParser.lengthTwoDimension().- Parameters:
ctx- the parse tree
-
enterLengthTwoOptionalDimension
void enterLengthTwoOptionalDimension(MySqlParser.LengthTwoOptionalDimensionContext ctx)
Enter a parse tree produced byMySqlParser.lengthTwoOptionalDimension().- Parameters:
ctx- the parse tree
-
exitLengthTwoOptionalDimension
void exitLengthTwoOptionalDimension(MySqlParser.LengthTwoOptionalDimensionContext ctx)
Exit a parse tree produced byMySqlParser.lengthTwoOptionalDimension().- Parameters:
ctx- the parse tree
-
enterUidList
void enterUidList(MySqlParser.UidListContext ctx)
Enter a parse tree produced byMySqlParser.uidList().- Parameters:
ctx- the parse tree
-
exitUidList
void exitUidList(MySqlParser.UidListContext ctx)
Exit a parse tree produced byMySqlParser.uidList().- Parameters:
ctx- the parse tree
-
enterTables
void enterTables(MySqlParser.TablesContext ctx)
Enter a parse tree produced byMySqlParser.tables().- Parameters:
ctx- the parse tree
-
exitTables
void exitTables(MySqlParser.TablesContext ctx)
Exit a parse tree produced byMySqlParser.tables().- Parameters:
ctx- the parse tree
-
enterIndexColumnNames
void enterIndexColumnNames(MySqlParser.IndexColumnNamesContext ctx)
Enter a parse tree produced byMySqlParser.indexColumnNames().- Parameters:
ctx- the parse tree
-
exitIndexColumnNames
void exitIndexColumnNames(MySqlParser.IndexColumnNamesContext ctx)
Exit a parse tree produced byMySqlParser.indexColumnNames().- Parameters:
ctx- the parse tree
-
enterExpressions
void enterExpressions(MySqlParser.ExpressionsContext ctx)
Enter a parse tree produced byMySqlParser.expressions().- Parameters:
ctx- the parse tree
-
exitExpressions
void exitExpressions(MySqlParser.ExpressionsContext ctx)
Exit a parse tree produced byMySqlParser.expressions().- Parameters:
ctx- the parse tree
-
enterExpressionsWithDefaults
void enterExpressionsWithDefaults(MySqlParser.ExpressionsWithDefaultsContext ctx)
Enter a parse tree produced byMySqlParser.expressionsWithDefaults().- Parameters:
ctx- the parse tree
-
exitExpressionsWithDefaults
void exitExpressionsWithDefaults(MySqlParser.ExpressionsWithDefaultsContext ctx)
Exit a parse tree produced byMySqlParser.expressionsWithDefaults().- Parameters:
ctx- the parse tree
-
enterConstants
void enterConstants(MySqlParser.ConstantsContext ctx)
Enter a parse tree produced byMySqlParser.constants().- Parameters:
ctx- the parse tree
-
exitConstants
void exitConstants(MySqlParser.ConstantsContext ctx)
Exit a parse tree produced byMySqlParser.constants().- Parameters:
ctx- the parse tree
-
enterSimpleStrings
void enterSimpleStrings(MySqlParser.SimpleStringsContext ctx)
Enter a parse tree produced byMySqlParser.simpleStrings().- Parameters:
ctx- the parse tree
-
exitSimpleStrings
void exitSimpleStrings(MySqlParser.SimpleStringsContext ctx)
Exit a parse tree produced byMySqlParser.simpleStrings().- Parameters:
ctx- the parse tree
-
enterUserVariables
void enterUserVariables(MySqlParser.UserVariablesContext ctx)
Enter a parse tree produced byMySqlParser.userVariables().- Parameters:
ctx- the parse tree
-
exitUserVariables
void exitUserVariables(MySqlParser.UserVariablesContext ctx)
Exit a parse tree produced byMySqlParser.userVariables().- Parameters:
ctx- the parse tree
-
enterDefaultValue
void enterDefaultValue(MySqlParser.DefaultValueContext ctx)
Enter a parse tree produced byMySqlParser.defaultValue().- Parameters:
ctx- the parse tree
-
exitDefaultValue
void exitDefaultValue(MySqlParser.DefaultValueContext ctx)
Exit a parse tree produced byMySqlParser.defaultValue().- Parameters:
ctx- the parse tree
-
enterCurrentTimestamp
void enterCurrentTimestamp(MySqlParser.CurrentTimestampContext ctx)
Enter a parse tree produced byMySqlParser.currentTimestamp().- Parameters:
ctx- the parse tree
-
exitCurrentTimestamp
void exitCurrentTimestamp(MySqlParser.CurrentTimestampContext ctx)
Exit a parse tree produced byMySqlParser.currentTimestamp().- Parameters:
ctx- the parse tree
-
enterExpressionOrDefault
void enterExpressionOrDefault(MySqlParser.ExpressionOrDefaultContext ctx)
Enter a parse tree produced byMySqlParser.expressionOrDefault().- Parameters:
ctx- the parse tree
-
exitExpressionOrDefault
void exitExpressionOrDefault(MySqlParser.ExpressionOrDefaultContext ctx)
Exit a parse tree produced byMySqlParser.expressionOrDefault().- Parameters:
ctx- the parse tree
-
enterIfExists
void enterIfExists(MySqlParser.IfExistsContext ctx)
Enter a parse tree produced byMySqlParser.ifExists().- Parameters:
ctx- the parse tree
-
exitIfExists
void exitIfExists(MySqlParser.IfExistsContext ctx)
Exit a parse tree produced byMySqlParser.ifExists().- Parameters:
ctx- the parse tree
-
enterIfNotExists
void enterIfNotExists(MySqlParser.IfNotExistsContext ctx)
Enter a parse tree produced byMySqlParser.ifNotExists().- Parameters:
ctx- the parse tree
-
exitIfNotExists
void exitIfNotExists(MySqlParser.IfNotExistsContext ctx)
Exit a parse tree produced byMySqlParser.ifNotExists().- Parameters:
ctx- the parse tree
-
enterSpecificFunctionCall
void enterSpecificFunctionCall(MySqlParser.SpecificFunctionCallContext ctx)
Enter a parse tree produced by thespecificFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
exitSpecificFunctionCall
void exitSpecificFunctionCall(MySqlParser.SpecificFunctionCallContext ctx)
Exit a parse tree produced by thespecificFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
enterAggregateFunctionCall
void enterAggregateFunctionCall(MySqlParser.AggregateFunctionCallContext ctx)
Enter a parse tree produced by theaggregateFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
exitAggregateFunctionCall
void exitAggregateFunctionCall(MySqlParser.AggregateFunctionCallContext ctx)
Exit a parse tree produced by theaggregateFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
enterNonAggregateFunctionCall
void enterNonAggregateFunctionCall(MySqlParser.NonAggregateFunctionCallContext ctx)
Enter a parse tree produced by thenonAggregateFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
exitNonAggregateFunctionCall
void exitNonAggregateFunctionCall(MySqlParser.NonAggregateFunctionCallContext ctx)
Exit a parse tree produced by thenonAggregateFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
enterScalarFunctionCall
void enterScalarFunctionCall(MySqlParser.ScalarFunctionCallContext ctx)
Enter a parse tree produced by thescalarFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
exitScalarFunctionCall
void exitScalarFunctionCall(MySqlParser.ScalarFunctionCallContext ctx)
Exit a parse tree produced by thescalarFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
enterUdfFunctionCall
void enterUdfFunctionCall(MySqlParser.UdfFunctionCallContext ctx)
Enter a parse tree produced by theudfFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
exitUdfFunctionCall
void exitUdfFunctionCall(MySqlParser.UdfFunctionCallContext ctx)
Exit a parse tree produced by theudfFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
enterPasswordFunctionCall
void enterPasswordFunctionCall(MySqlParser.PasswordFunctionCallContext ctx)
Enter a parse tree produced by thepasswordFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
exitPasswordFunctionCall
void exitPasswordFunctionCall(MySqlParser.PasswordFunctionCallContext ctx)
Exit a parse tree produced by thepasswordFunctionCalllabeled alternative inMySqlParser.functionCall().- Parameters:
ctx- the parse tree
-
enterSimpleFunctionCall
void enterSimpleFunctionCall(MySqlParser.SimpleFunctionCallContext ctx)
Enter a parse tree produced by thesimpleFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitSimpleFunctionCall
void exitSimpleFunctionCall(MySqlParser.SimpleFunctionCallContext ctx)
Exit a parse tree produced by thesimpleFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterDataTypeFunctionCall
void enterDataTypeFunctionCall(MySqlParser.DataTypeFunctionCallContext ctx)
Enter a parse tree produced by thedataTypeFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitDataTypeFunctionCall
void exitDataTypeFunctionCall(MySqlParser.DataTypeFunctionCallContext ctx)
Exit a parse tree produced by thedataTypeFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterValuesFunctionCall
void enterValuesFunctionCall(MySqlParser.ValuesFunctionCallContext ctx)
Enter a parse tree produced by thevaluesFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitValuesFunctionCall
void exitValuesFunctionCall(MySqlParser.ValuesFunctionCallContext ctx)
Exit a parse tree produced by thevaluesFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterCaseFunctionCall
void enterCaseFunctionCall(MySqlParser.CaseFunctionCallContext ctx)
Enter a parse tree produced by thecaseFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitCaseFunctionCall
void exitCaseFunctionCall(MySqlParser.CaseFunctionCallContext ctx)
Exit a parse tree produced by thecaseFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterCharFunctionCall
void enterCharFunctionCall(MySqlParser.CharFunctionCallContext ctx)
Enter a parse tree produced by thecharFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitCharFunctionCall
void exitCharFunctionCall(MySqlParser.CharFunctionCallContext ctx)
Exit a parse tree produced by thecharFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterPositionFunctionCall
void enterPositionFunctionCall(MySqlParser.PositionFunctionCallContext ctx)
Enter a parse tree produced by thepositionFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitPositionFunctionCall
void exitPositionFunctionCall(MySqlParser.PositionFunctionCallContext ctx)
Exit a parse tree produced by thepositionFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterSubstrFunctionCall
void enterSubstrFunctionCall(MySqlParser.SubstrFunctionCallContext ctx)
Enter a parse tree produced by thesubstrFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitSubstrFunctionCall
void exitSubstrFunctionCall(MySqlParser.SubstrFunctionCallContext ctx)
Exit a parse tree produced by thesubstrFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterTrimFunctionCall
void enterTrimFunctionCall(MySqlParser.TrimFunctionCallContext ctx)
Enter a parse tree produced by thetrimFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitTrimFunctionCall
void exitTrimFunctionCall(MySqlParser.TrimFunctionCallContext ctx)
Exit a parse tree produced by thetrimFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterWeightFunctionCall
void enterWeightFunctionCall(MySqlParser.WeightFunctionCallContext ctx)
Enter a parse tree produced by theweightFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitWeightFunctionCall
void exitWeightFunctionCall(MySqlParser.WeightFunctionCallContext ctx)
Exit a parse tree produced by theweightFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterExtractFunctionCall
void enterExtractFunctionCall(MySqlParser.ExtractFunctionCallContext ctx)
Enter a parse tree produced by theextractFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitExtractFunctionCall
void exitExtractFunctionCall(MySqlParser.ExtractFunctionCallContext ctx)
Exit a parse tree produced by theextractFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterGetFormatFunctionCall
void enterGetFormatFunctionCall(MySqlParser.GetFormatFunctionCallContext ctx)
Enter a parse tree produced by thegetFormatFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitGetFormatFunctionCall
void exitGetFormatFunctionCall(MySqlParser.GetFormatFunctionCallContext ctx)
Exit a parse tree produced by thegetFormatFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterJsonValueFunctionCall
void enterJsonValueFunctionCall(MySqlParser.JsonValueFunctionCallContext ctx)
Enter a parse tree produced by thejsonValueFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
exitJsonValueFunctionCall
void exitJsonValueFunctionCall(MySqlParser.JsonValueFunctionCallContext ctx)
Exit a parse tree produced by thejsonValueFunctionCalllabeled alternative inMySqlParser.specificFunction().- Parameters:
ctx- the parse tree
-
enterCaseFuncAlternative
void enterCaseFuncAlternative(MySqlParser.CaseFuncAlternativeContext ctx)
Enter a parse tree produced byMySqlParser.caseFuncAlternative().- Parameters:
ctx- the parse tree
-
exitCaseFuncAlternative
void exitCaseFuncAlternative(MySqlParser.CaseFuncAlternativeContext ctx)
Exit a parse tree produced byMySqlParser.caseFuncAlternative().- Parameters:
ctx- the parse tree
-
enterLevelWeightList
void enterLevelWeightList(MySqlParser.LevelWeightListContext ctx)
Enter a parse tree produced by thelevelWeightListlabeled alternative inMySqlParser.levelsInWeightString().- Parameters:
ctx- the parse tree
-
exitLevelWeightList
void exitLevelWeightList(MySqlParser.LevelWeightListContext ctx)
Exit a parse tree produced by thelevelWeightListlabeled alternative inMySqlParser.levelsInWeightString().- Parameters:
ctx- the parse tree
-
enterLevelWeightRange
void enterLevelWeightRange(MySqlParser.LevelWeightRangeContext ctx)
Enter a parse tree produced by thelevelWeightRangelabeled alternative inMySqlParser.levelsInWeightString().- Parameters:
ctx- the parse tree
-
exitLevelWeightRange
void exitLevelWeightRange(MySqlParser.LevelWeightRangeContext ctx)
Exit a parse tree produced by thelevelWeightRangelabeled alternative inMySqlParser.levelsInWeightString().- Parameters:
ctx- the parse tree
-
enterLevelInWeightListElement
void enterLevelInWeightListElement(MySqlParser.LevelInWeightListElementContext ctx)
Enter a parse tree produced byMySqlParser.levelInWeightListElement().- Parameters:
ctx- the parse tree
-
exitLevelInWeightListElement
void exitLevelInWeightListElement(MySqlParser.LevelInWeightListElementContext ctx)
Exit a parse tree produced byMySqlParser.levelInWeightListElement().- Parameters:
ctx- the parse tree
-
enterAggregateWindowedFunction
void enterAggregateWindowedFunction(MySqlParser.AggregateWindowedFunctionContext ctx)
Enter a parse tree produced byMySqlParser.aggregateWindowedFunction().- Parameters:
ctx- the parse tree
-
exitAggregateWindowedFunction
void exitAggregateWindowedFunction(MySqlParser.AggregateWindowedFunctionContext ctx)
Exit a parse tree produced byMySqlParser.aggregateWindowedFunction().- Parameters:
ctx- the parse tree
-
enterNonAggregateWindowedFunction
void enterNonAggregateWindowedFunction(MySqlParser.NonAggregateWindowedFunctionContext ctx)
Enter a parse tree produced byMySqlParser.nonAggregateWindowedFunction().- Parameters:
ctx- the parse tree
-
exitNonAggregateWindowedFunction
void exitNonAggregateWindowedFunction(MySqlParser.NonAggregateWindowedFunctionContext ctx)
Exit a parse tree produced byMySqlParser.nonAggregateWindowedFunction().- Parameters:
ctx- the parse tree
-
enterOverClause
void enterOverClause(MySqlParser.OverClauseContext ctx)
Enter a parse tree produced byMySqlParser.overClause().- Parameters:
ctx- the parse tree
-
exitOverClause
void exitOverClause(MySqlParser.OverClauseContext ctx)
Exit a parse tree produced byMySqlParser.overClause().- Parameters:
ctx- the parse tree
-
enterWindowSpec
void enterWindowSpec(MySqlParser.WindowSpecContext ctx)
Enter a parse tree produced byMySqlParser.windowSpec().- Parameters:
ctx- the parse tree
-
exitWindowSpec
void exitWindowSpec(MySqlParser.WindowSpecContext ctx)
Exit a parse tree produced byMySqlParser.windowSpec().- Parameters:
ctx- the parse tree
-
enterWindowName
void enterWindowName(MySqlParser.WindowNameContext ctx)
Enter a parse tree produced byMySqlParser.windowName().- Parameters:
ctx- the parse tree
-
exitWindowName
void exitWindowName(MySqlParser.WindowNameContext ctx)
Exit a parse tree produced byMySqlParser.windowName().- Parameters:
ctx- the parse tree
-
enterFrameClause
void enterFrameClause(MySqlParser.FrameClauseContext ctx)
Enter a parse tree produced byMySqlParser.frameClause().- Parameters:
ctx- the parse tree
-
exitFrameClause
void exitFrameClause(MySqlParser.FrameClauseContext ctx)
Exit a parse tree produced byMySqlParser.frameClause().- Parameters:
ctx- the parse tree
-
enterFrameUnits
void enterFrameUnits(MySqlParser.FrameUnitsContext ctx)
Enter a parse tree produced byMySqlParser.frameUnits().- Parameters:
ctx- the parse tree
-
exitFrameUnits
void exitFrameUnits(MySqlParser.FrameUnitsContext ctx)
Exit a parse tree produced byMySqlParser.frameUnits().- Parameters:
ctx- the parse tree
-
enterFrameExtent
void enterFrameExtent(MySqlParser.FrameExtentContext ctx)
Enter a parse tree produced byMySqlParser.frameExtent().- Parameters:
ctx- the parse tree
-
exitFrameExtent
void exitFrameExtent(MySqlParser.FrameExtentContext ctx)
Exit a parse tree produced byMySqlParser.frameExtent().- Parameters:
ctx- the parse tree
-
enterFrameBetween
void enterFrameBetween(MySqlParser.FrameBetweenContext ctx)
Enter a parse tree produced byMySqlParser.frameBetween().- Parameters:
ctx- the parse tree
-
exitFrameBetween
void exitFrameBetween(MySqlParser.FrameBetweenContext ctx)
Exit a parse tree produced byMySqlParser.frameBetween().- Parameters:
ctx- the parse tree
-
enterFrameRange
void enterFrameRange(MySqlParser.FrameRangeContext ctx)
Enter a parse tree produced byMySqlParser.frameRange().- Parameters:
ctx- the parse tree
-
exitFrameRange
void exitFrameRange(MySqlParser.FrameRangeContext ctx)
Exit a parse tree produced byMySqlParser.frameRange().- Parameters:
ctx- the parse tree
-
enterPartitionClause
void enterPartitionClause(MySqlParser.PartitionClauseContext ctx)
Enter a parse tree produced byMySqlParser.partitionClause().- Parameters:
ctx- the parse tree
-
exitPartitionClause
void exitPartitionClause(MySqlParser.PartitionClauseContext ctx)
Exit a parse tree produced byMySqlParser.partitionClause().- Parameters:
ctx- the parse tree
-
enterScalarFunctionName
void enterScalarFunctionName(MySqlParser.ScalarFunctionNameContext ctx)
Enter a parse tree produced byMySqlParser.scalarFunctionName().- Parameters:
ctx- the parse tree
-
exitScalarFunctionName
void exitScalarFunctionName(MySqlParser.ScalarFunctionNameContext ctx)
Exit a parse tree produced byMySqlParser.scalarFunctionName().- Parameters:
ctx- the parse tree
-
enterPasswordFunctionClause
void enterPasswordFunctionClause(MySqlParser.PasswordFunctionClauseContext ctx)
Enter a parse tree produced byMySqlParser.passwordFunctionClause().- Parameters:
ctx- the parse tree
-
exitPasswordFunctionClause
void exitPasswordFunctionClause(MySqlParser.PasswordFunctionClauseContext ctx)
Exit a parse tree produced byMySqlParser.passwordFunctionClause().- Parameters:
ctx- the parse tree
-
enterFunctionArgs
void enterFunctionArgs(MySqlParser.FunctionArgsContext ctx)
Enter a parse tree produced byMySqlParser.functionArgs().- Parameters:
ctx- the parse tree
-
exitFunctionArgs
void exitFunctionArgs(MySqlParser.FunctionArgsContext ctx)
Exit a parse tree produced byMySqlParser.functionArgs().- Parameters:
ctx- the parse tree
-
enterFunctionArg
void enterFunctionArg(MySqlParser.FunctionArgContext ctx)
Enter a parse tree produced byMySqlParser.functionArg().- Parameters:
ctx- the parse tree
-
exitFunctionArg
void exitFunctionArg(MySqlParser.FunctionArgContext ctx)
Exit a parse tree produced byMySqlParser.functionArg().- Parameters:
ctx- the parse tree
-
enterIsExpression
void enterIsExpression(MySqlParser.IsExpressionContext ctx)
Enter a parse tree produced by theisExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
exitIsExpression
void exitIsExpression(MySqlParser.IsExpressionContext ctx)
Exit a parse tree produced by theisExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
enterNotExpression
void enterNotExpression(MySqlParser.NotExpressionContext ctx)
Enter a parse tree produced by thenotExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
exitNotExpression
void exitNotExpression(MySqlParser.NotExpressionContext ctx)
Exit a parse tree produced by thenotExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
enterLogicalExpression
void enterLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Enter a parse tree produced by thelogicalExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
exitLogicalExpression
void exitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Exit a parse tree produced by thelogicalExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
enterPredicateExpression
void enterPredicateExpression(MySqlParser.PredicateExpressionContext ctx)
Enter a parse tree produced by thepredicateExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
exitPredicateExpression
void exitPredicateExpression(MySqlParser.PredicateExpressionContext ctx)
Exit a parse tree produced by thepredicateExpressionlabeled alternative inMySqlParser.expression().- Parameters:
ctx- the parse tree
-
enterSoundsLikePredicate
void enterSoundsLikePredicate(MySqlParser.SoundsLikePredicateContext ctx)
Enter a parse tree produced by thesoundsLikePredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitSoundsLikePredicate
void exitSoundsLikePredicate(MySqlParser.SoundsLikePredicateContext ctx)
Exit a parse tree produced by thesoundsLikePredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterExpressionAtomPredicate
void enterExpressionAtomPredicate(MySqlParser.ExpressionAtomPredicateContext ctx)
Enter a parse tree produced by theexpressionAtomPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitExpressionAtomPredicate
void exitExpressionAtomPredicate(MySqlParser.ExpressionAtomPredicateContext ctx)
Exit a parse tree produced by theexpressionAtomPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterJsonMemberOfPredicate
void enterJsonMemberOfPredicate(MySqlParser.JsonMemberOfPredicateContext ctx)
Enter a parse tree produced by thejsonMemberOfPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitJsonMemberOfPredicate
void exitJsonMemberOfPredicate(MySqlParser.JsonMemberOfPredicateContext ctx)
Exit a parse tree produced by thejsonMemberOfPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterInPredicate
void enterInPredicate(MySqlParser.InPredicateContext ctx)
Enter a parse tree produced by theinPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitInPredicate
void exitInPredicate(MySqlParser.InPredicateContext ctx)
Exit a parse tree produced by theinPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterSubqueryComparasionPredicate
void enterSubqueryComparasionPredicate(MySqlParser.SubqueryComparasionPredicateContext ctx)
Enter a parse tree produced by thesubqueryComparasionPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitSubqueryComparasionPredicate
void exitSubqueryComparasionPredicate(MySqlParser.SubqueryComparasionPredicateContext ctx)
Exit a parse tree produced by thesubqueryComparasionPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterBetweenPredicate
void enterBetweenPredicate(MySqlParser.BetweenPredicateContext ctx)
Enter a parse tree produced by thebetweenPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitBetweenPredicate
void exitBetweenPredicate(MySqlParser.BetweenPredicateContext ctx)
Exit a parse tree produced by thebetweenPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterBinaryComparasionPredicate
void enterBinaryComparasionPredicate(MySqlParser.BinaryComparasionPredicateContext ctx)
Enter a parse tree produced by thebinaryComparasionPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitBinaryComparasionPredicate
void exitBinaryComparasionPredicate(MySqlParser.BinaryComparasionPredicateContext ctx)
Exit a parse tree produced by thebinaryComparasionPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterIsNullPredicate
void enterIsNullPredicate(MySqlParser.IsNullPredicateContext ctx)
Enter a parse tree produced by theisNullPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitIsNullPredicate
void exitIsNullPredicate(MySqlParser.IsNullPredicateContext ctx)
Exit a parse tree produced by theisNullPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterLikePredicate
void enterLikePredicate(MySqlParser.LikePredicateContext ctx)
Enter a parse tree produced by thelikePredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitLikePredicate
void exitLikePredicate(MySqlParser.LikePredicateContext ctx)
Exit a parse tree produced by thelikePredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterRegexpPredicate
void enterRegexpPredicate(MySqlParser.RegexpPredicateContext ctx)
Enter a parse tree produced by theregexpPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
exitRegexpPredicate
void exitRegexpPredicate(MySqlParser.RegexpPredicateContext ctx)
Exit a parse tree produced by theregexpPredicatelabeled alternative inMySqlParser.predicate().- Parameters:
ctx- the parse tree
-
enterUnaryExpressionAtom
void enterUnaryExpressionAtom(MySqlParser.UnaryExpressionAtomContext ctx)
Enter a parse tree produced by theunaryExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitUnaryExpressionAtom
void exitUnaryExpressionAtom(MySqlParser.UnaryExpressionAtomContext ctx)
Exit a parse tree produced by theunaryExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterCollateExpressionAtom
void enterCollateExpressionAtom(MySqlParser.CollateExpressionAtomContext ctx)
Enter a parse tree produced by thecollateExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitCollateExpressionAtom
void exitCollateExpressionAtom(MySqlParser.CollateExpressionAtomContext ctx)
Exit a parse tree produced by thecollateExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterSubqueryExpessionAtom
void enterSubqueryExpessionAtom(MySqlParser.SubqueryExpessionAtomContext ctx)
Enter a parse tree produced by thesubqueryExpessionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitSubqueryExpessionAtom
void exitSubqueryExpessionAtom(MySqlParser.SubqueryExpessionAtomContext ctx)
Exit a parse tree produced by thesubqueryExpessionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterMysqlVariableExpressionAtom
void enterMysqlVariableExpressionAtom(MySqlParser.MysqlVariableExpressionAtomContext ctx)
Enter a parse tree produced by themysqlVariableExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitMysqlVariableExpressionAtom
void exitMysqlVariableExpressionAtom(MySqlParser.MysqlVariableExpressionAtomContext ctx)
Exit a parse tree produced by themysqlVariableExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterNestedExpressionAtom
void enterNestedExpressionAtom(MySqlParser.NestedExpressionAtomContext ctx)
Enter a parse tree produced by thenestedExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitNestedExpressionAtom
void exitNestedExpressionAtom(MySqlParser.NestedExpressionAtomContext ctx)
Exit a parse tree produced by thenestedExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterNestedRowExpressionAtom
void enterNestedRowExpressionAtom(MySqlParser.NestedRowExpressionAtomContext ctx)
Enter a parse tree produced by thenestedRowExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitNestedRowExpressionAtom
void exitNestedRowExpressionAtom(MySqlParser.NestedRowExpressionAtomContext ctx)
Exit a parse tree produced by thenestedRowExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterMathExpressionAtom
void enterMathExpressionAtom(MySqlParser.MathExpressionAtomContext ctx)
Enter a parse tree produced by themathExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitMathExpressionAtom
void exitMathExpressionAtom(MySqlParser.MathExpressionAtomContext ctx)
Exit a parse tree produced by themathExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterIntervalExpressionAtom
void enterIntervalExpressionAtom(MySqlParser.IntervalExpressionAtomContext ctx)
Enter a parse tree produced by theintervalExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitIntervalExpressionAtom
void exitIntervalExpressionAtom(MySqlParser.IntervalExpressionAtomContext ctx)
Exit a parse tree produced by theintervalExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterJsonExpressionAtom
void enterJsonExpressionAtom(MySqlParser.JsonExpressionAtomContext ctx)
Enter a parse tree produced by thejsonExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitJsonExpressionAtom
void exitJsonExpressionAtom(MySqlParser.JsonExpressionAtomContext ctx)
Exit a parse tree produced by thejsonExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterExistsExpessionAtom
void enterExistsExpessionAtom(MySqlParser.ExistsExpessionAtomContext ctx)
Enter a parse tree produced by theexistsExpessionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitExistsExpessionAtom
void exitExistsExpessionAtom(MySqlParser.ExistsExpessionAtomContext ctx)
Exit a parse tree produced by theexistsExpessionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterConstantExpressionAtom
void enterConstantExpressionAtom(MySqlParser.ConstantExpressionAtomContext ctx)
Enter a parse tree produced by theconstantExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitConstantExpressionAtom
void exitConstantExpressionAtom(MySqlParser.ConstantExpressionAtomContext ctx)
Exit a parse tree produced by theconstantExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterFunctionCallExpressionAtom
void enterFunctionCallExpressionAtom(MySqlParser.FunctionCallExpressionAtomContext ctx)
Enter a parse tree produced by thefunctionCallExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitFunctionCallExpressionAtom
void exitFunctionCallExpressionAtom(MySqlParser.FunctionCallExpressionAtomContext ctx)
Exit a parse tree produced by thefunctionCallExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterBinaryExpressionAtom
void enterBinaryExpressionAtom(MySqlParser.BinaryExpressionAtomContext ctx)
Enter a parse tree produced by thebinaryExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitBinaryExpressionAtom
void exitBinaryExpressionAtom(MySqlParser.BinaryExpressionAtomContext ctx)
Exit a parse tree produced by thebinaryExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterFullColumnNameExpressionAtom
void enterFullColumnNameExpressionAtom(MySqlParser.FullColumnNameExpressionAtomContext ctx)
Enter a parse tree produced by thefullColumnNameExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitFullColumnNameExpressionAtom
void exitFullColumnNameExpressionAtom(MySqlParser.FullColumnNameExpressionAtomContext ctx)
Exit a parse tree produced by thefullColumnNameExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterBitExpressionAtom
void enterBitExpressionAtom(MySqlParser.BitExpressionAtomContext ctx)
Enter a parse tree produced by thebitExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
exitBitExpressionAtom
void exitBitExpressionAtom(MySqlParser.BitExpressionAtomContext ctx)
Exit a parse tree produced by thebitExpressionAtomlabeled alternative inMySqlParser.expressionAtom().- Parameters:
ctx- the parse tree
-
enterUnaryOperator
void enterUnaryOperator(MySqlParser.UnaryOperatorContext ctx)
Enter a parse tree produced byMySqlParser.unaryOperator().- Parameters:
ctx- the parse tree
-
exitUnaryOperator
void exitUnaryOperator(MySqlParser.UnaryOperatorContext ctx)
Exit a parse tree produced byMySqlParser.unaryOperator().- Parameters:
ctx- the parse tree
-
enterComparisonOperator
void enterComparisonOperator(MySqlParser.ComparisonOperatorContext ctx)
Enter a parse tree produced byMySqlParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
exitComparisonOperator
void exitComparisonOperator(MySqlParser.ComparisonOperatorContext ctx)
Exit a parse tree produced byMySqlParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
enterLogicalOperator
void enterLogicalOperator(MySqlParser.LogicalOperatorContext ctx)
Enter a parse tree produced byMySqlParser.logicalOperator().- Parameters:
ctx- the parse tree
-
exitLogicalOperator
void exitLogicalOperator(MySqlParser.LogicalOperatorContext ctx)
Exit a parse tree produced byMySqlParser.logicalOperator().- Parameters:
ctx- the parse tree
-
enterBitOperator
void enterBitOperator(MySqlParser.BitOperatorContext ctx)
Enter a parse tree produced byMySqlParser.bitOperator().- Parameters:
ctx- the parse tree
-
exitBitOperator
void exitBitOperator(MySqlParser.BitOperatorContext ctx)
Exit a parse tree produced byMySqlParser.bitOperator().- Parameters:
ctx- the parse tree
-
enterMathOperator
void enterMathOperator(MySqlParser.MathOperatorContext ctx)
Enter a parse tree produced byMySqlParser.mathOperator().- Parameters:
ctx- the parse tree
-
exitMathOperator
void exitMathOperator(MySqlParser.MathOperatorContext ctx)
Exit a parse tree produced byMySqlParser.mathOperator().- Parameters:
ctx- the parse tree
-
enterJsonOperator
void enterJsonOperator(MySqlParser.JsonOperatorContext ctx)
Enter a parse tree produced byMySqlParser.jsonOperator().- Parameters:
ctx- the parse tree
-
exitJsonOperator
void exitJsonOperator(MySqlParser.JsonOperatorContext ctx)
Exit a parse tree produced byMySqlParser.jsonOperator().- Parameters:
ctx- the parse tree
-
enterCharsetNameBase
void enterCharsetNameBase(MySqlParser.CharsetNameBaseContext ctx)
Enter a parse tree produced byMySqlParser.charsetNameBase().- Parameters:
ctx- the parse tree
-
exitCharsetNameBase
void exitCharsetNameBase(MySqlParser.CharsetNameBaseContext ctx)
Exit a parse tree produced byMySqlParser.charsetNameBase().- Parameters:
ctx- the parse tree
-
enterTransactionLevelBase
void enterTransactionLevelBase(MySqlParser.TransactionLevelBaseContext ctx)
Enter a parse tree produced byMySqlParser.transactionLevelBase().- Parameters:
ctx- the parse tree
-
exitTransactionLevelBase
void exitTransactionLevelBase(MySqlParser.TransactionLevelBaseContext ctx)
Exit a parse tree produced byMySqlParser.transactionLevelBase().- Parameters:
ctx- the parse tree
-
enterPrivilegesBase
void enterPrivilegesBase(MySqlParser.PrivilegesBaseContext ctx)
Enter a parse tree produced byMySqlParser.privilegesBase().- Parameters:
ctx- the parse tree
-
exitPrivilegesBase
void exitPrivilegesBase(MySqlParser.PrivilegesBaseContext ctx)
Exit a parse tree produced byMySqlParser.privilegesBase().- Parameters:
ctx- the parse tree
-
enterIntervalTypeBase
void enterIntervalTypeBase(MySqlParser.IntervalTypeBaseContext ctx)
Enter a parse tree produced byMySqlParser.intervalTypeBase().- Parameters:
ctx- the parse tree
-
exitIntervalTypeBase
void exitIntervalTypeBase(MySqlParser.IntervalTypeBaseContext ctx)
Exit a parse tree produced byMySqlParser.intervalTypeBase().- Parameters:
ctx- the parse tree
-
enterDataTypeBase
void enterDataTypeBase(MySqlParser.DataTypeBaseContext ctx)
Enter a parse tree produced byMySqlParser.dataTypeBase().- Parameters:
ctx- the parse tree
-
exitDataTypeBase
void exitDataTypeBase(MySqlParser.DataTypeBaseContext ctx)
Exit a parse tree produced byMySqlParser.dataTypeBase().- Parameters:
ctx- the parse tree
-
enterKeywordsCanBeId
void enterKeywordsCanBeId(MySqlParser.KeywordsCanBeIdContext ctx)
Enter a parse tree produced byMySqlParser.keywordsCanBeId().- Parameters:
ctx- the parse tree
-
exitKeywordsCanBeId
void exitKeywordsCanBeId(MySqlParser.KeywordsCanBeIdContext ctx)
Exit a parse tree produced byMySqlParser.keywordsCanBeId().- Parameters:
ctx- the parse tree
-
enterFunctionNameBase
void enterFunctionNameBase(MySqlParser.FunctionNameBaseContext ctx)
Enter a parse tree produced byMySqlParser.functionNameBase().- Parameters:
ctx- the parse tree
-
exitFunctionNameBase
void exitFunctionNameBase(MySqlParser.FunctionNameBaseContext ctx)
Exit a parse tree produced byMySqlParser.functionNameBase().- Parameters:
ctx- the parse tree
-
-