public class MySqlParserBaseListener extends Object implements MySqlParserListener
MySqlParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
MySqlParserBaseListener() |
public void enterRoot(MySqlParser.RootContext ctx)
MySqlParser.root().
The default implementation does nothing.
enterRoot in interface MySqlParserListenerctx - the parse treepublic void exitRoot(MySqlParser.RootContext ctx)
MySqlParser.root().
The default implementation does nothing.
exitRoot in interface MySqlParserListenerctx - the parse treepublic void enterSqlStatements(MySqlParser.SqlStatementsContext ctx)
MySqlParser.sqlStatements().
The default implementation does nothing.
enterSqlStatements in interface MySqlParserListenerctx - the parse treepublic void exitSqlStatements(MySqlParser.SqlStatementsContext ctx)
MySqlParser.sqlStatements().
The default implementation does nothing.
exitSqlStatements in interface MySqlParserListenerctx - the parse treepublic void enterSqlStatement(MySqlParser.SqlStatementContext ctx)
MySqlParser.sqlStatement().
The default implementation does nothing.
enterSqlStatement in interface MySqlParserListenerctx - the parse treepublic void exitSqlStatement(MySqlParser.SqlStatementContext ctx)
MySqlParser.sqlStatement().
The default implementation does nothing.
exitSqlStatement in interface MySqlParserListenerctx - the parse treepublic void enterEmptyStatement(MySqlParser.EmptyStatementContext ctx)
MySqlParser.emptyStatement().
The default implementation does nothing.
enterEmptyStatement in interface MySqlParserListenerctx - the parse treepublic void exitEmptyStatement(MySqlParser.EmptyStatementContext ctx)
MySqlParser.emptyStatement().
The default implementation does nothing.
exitEmptyStatement in interface MySqlParserListenerctx - the parse treepublic void enterDdlStatement(MySqlParser.DdlStatementContext ctx)
MySqlParser.ddlStatement().
The default implementation does nothing.
enterDdlStatement in interface MySqlParserListenerctx - the parse treepublic void exitDdlStatement(MySqlParser.DdlStatementContext ctx)
MySqlParser.ddlStatement().
The default implementation does nothing.
exitDdlStatement in interface MySqlParserListenerctx - the parse treepublic void enterDmlStatement(MySqlParser.DmlStatementContext ctx)
MySqlParser.dmlStatement().
The default implementation does nothing.
enterDmlStatement in interface MySqlParserListenerctx - the parse treepublic void exitDmlStatement(MySqlParser.DmlStatementContext ctx)
MySqlParser.dmlStatement().
The default implementation does nothing.
exitDmlStatement in interface MySqlParserListenerctx - the parse treepublic void enterTransactionStatement(MySqlParser.TransactionStatementContext ctx)
MySqlParser.transactionStatement().
The default implementation does nothing.
enterTransactionStatement in interface MySqlParserListenerctx - the parse treepublic void exitTransactionStatement(MySqlParser.TransactionStatementContext ctx)
MySqlParser.transactionStatement().
The default implementation does nothing.
exitTransactionStatement in interface MySqlParserListenerctx - the parse treepublic void enterReplicationStatement(MySqlParser.ReplicationStatementContext ctx)
MySqlParser.replicationStatement().
The default implementation does nothing.
enterReplicationStatement in interface MySqlParserListenerctx - the parse treepublic void exitReplicationStatement(MySqlParser.ReplicationStatementContext ctx)
MySqlParser.replicationStatement().
The default implementation does nothing.
exitReplicationStatement in interface MySqlParserListenerctx - the parse treepublic void enterPreparedStatement(MySqlParser.PreparedStatementContext ctx)
MySqlParser.preparedStatement().
The default implementation does nothing.
enterPreparedStatement in interface MySqlParserListenerctx - the parse treepublic void exitPreparedStatement(MySqlParser.PreparedStatementContext ctx)
MySqlParser.preparedStatement().
The default implementation does nothing.
exitPreparedStatement in interface MySqlParserListenerctx - the parse treepublic void enterCompoundStatement(MySqlParser.CompoundStatementContext ctx)
MySqlParser.compoundStatement().
The default implementation does nothing.
enterCompoundStatement in interface MySqlParserListenerctx - the parse treepublic void exitCompoundStatement(MySqlParser.CompoundStatementContext ctx)
MySqlParser.compoundStatement().
The default implementation does nothing.
exitCompoundStatement in interface MySqlParserListenerctx - the parse treepublic void enterAdministrationStatement(MySqlParser.AdministrationStatementContext ctx)
MySqlParser.administrationStatement().
The default implementation does nothing.
enterAdministrationStatement in interface MySqlParserListenerctx - the parse treepublic void exitAdministrationStatement(MySqlParser.AdministrationStatementContext ctx)
MySqlParser.administrationStatement().
The default implementation does nothing.
exitAdministrationStatement in interface MySqlParserListenerctx - the parse treepublic void enterUtilityStatement(MySqlParser.UtilityStatementContext ctx)
MySqlParser.utilityStatement().
The default implementation does nothing.
enterUtilityStatement in interface MySqlParserListenerctx - the parse treepublic void exitUtilityStatement(MySqlParser.UtilityStatementContext ctx)
MySqlParser.utilityStatement().
The default implementation does nothing.
exitUtilityStatement in interface MySqlParserListenerctx - the parse treepublic void enterCreateDatabase(MySqlParser.CreateDatabaseContext ctx)
MySqlParser.createDatabase().
The default implementation does nothing.
enterCreateDatabase in interface MySqlParserListenerctx - the parse treepublic void exitCreateDatabase(MySqlParser.CreateDatabaseContext ctx)
MySqlParser.createDatabase().
The default implementation does nothing.
exitCreateDatabase in interface MySqlParserListenerctx - the parse treepublic void enterCreateEvent(MySqlParser.CreateEventContext ctx)
MySqlParser.createEvent().
The default implementation does nothing.
enterCreateEvent in interface MySqlParserListenerctx - the parse treepublic void exitCreateEvent(MySqlParser.CreateEventContext ctx)
MySqlParser.createEvent().
The default implementation does nothing.
exitCreateEvent in interface MySqlParserListenerctx - the parse treepublic void enterCreateIndex(MySqlParser.CreateIndexContext ctx)
MySqlParser.createIndex().
The default implementation does nothing.
enterCreateIndex in interface MySqlParserListenerctx - the parse treepublic void exitCreateIndex(MySqlParser.CreateIndexContext ctx)
MySqlParser.createIndex().
The default implementation does nothing.
exitCreateIndex in interface MySqlParserListenerctx - the parse treepublic void enterCreateLogfileGroup(MySqlParser.CreateLogfileGroupContext ctx)
MySqlParser.createLogfileGroup().
The default implementation does nothing.
enterCreateLogfileGroup in interface MySqlParserListenerctx - the parse treepublic void exitCreateLogfileGroup(MySqlParser.CreateLogfileGroupContext ctx)
MySqlParser.createLogfileGroup().
The default implementation does nothing.
exitCreateLogfileGroup in interface MySqlParserListenerctx - the parse treepublic void enterCreateProcedure(MySqlParser.CreateProcedureContext ctx)
MySqlParser.createProcedure().
The default implementation does nothing.
enterCreateProcedure in interface MySqlParserListenerctx - the parse treepublic void exitCreateProcedure(MySqlParser.CreateProcedureContext ctx)
MySqlParser.createProcedure().
The default implementation does nothing.
exitCreateProcedure in interface MySqlParserListenerctx - the parse treepublic void enterCreateFunction(MySqlParser.CreateFunctionContext ctx)
MySqlParser.createFunction().
The default implementation does nothing.
enterCreateFunction in interface MySqlParserListenerctx - the parse treepublic void exitCreateFunction(MySqlParser.CreateFunctionContext ctx)
MySqlParser.createFunction().
The default implementation does nothing.
exitCreateFunction in interface MySqlParserListenerctx - the parse treepublic void enterCreateServer(MySqlParser.CreateServerContext ctx)
MySqlParser.createServer().
The default implementation does nothing.
enterCreateServer in interface MySqlParserListenerctx - the parse treepublic void exitCreateServer(MySqlParser.CreateServerContext ctx)
MySqlParser.createServer().
The default implementation does nothing.
exitCreateServer in interface MySqlParserListenerctx - the parse treepublic void enterCopyCreateTable(MySqlParser.CopyCreateTableContext ctx)
copyCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation does nothing.
enterCopyCreateTable in interface MySqlParserListenerctx - the parse treepublic void exitCopyCreateTable(MySqlParser.CopyCreateTableContext ctx)
copyCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation does nothing.
exitCopyCreateTable in interface MySqlParserListenerctx - the parse treepublic void enterQueryCreateTable(MySqlParser.QueryCreateTableContext ctx)
queryCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation does nothing.
enterQueryCreateTable in interface MySqlParserListenerctx - the parse treepublic void exitQueryCreateTable(MySqlParser.QueryCreateTableContext ctx)
queryCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation does nothing.
exitQueryCreateTable in interface MySqlParserListenerctx - the parse treepublic void enterColumnCreateTable(MySqlParser.ColumnCreateTableContext ctx)
columnCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation does nothing.
enterColumnCreateTable in interface MySqlParserListenerctx - the parse treepublic void exitColumnCreateTable(MySqlParser.ColumnCreateTableContext ctx)
columnCreateTable
labeled alternative in MySqlParser.createTable().
The default implementation does nothing.
exitColumnCreateTable in interface MySqlParserListenerctx - the parse treepublic void enterCreateTablespaceInnodb(MySqlParser.CreateTablespaceInnodbContext ctx)
MySqlParser.createTablespaceInnodb().
The default implementation does nothing.
enterCreateTablespaceInnodb in interface MySqlParserListenerctx - the parse treepublic void exitCreateTablespaceInnodb(MySqlParser.CreateTablespaceInnodbContext ctx)
MySqlParser.createTablespaceInnodb().
The default implementation does nothing.
exitCreateTablespaceInnodb in interface MySqlParserListenerctx - the parse treepublic void enterCreateTablespaceNdb(MySqlParser.CreateTablespaceNdbContext ctx)
MySqlParser.createTablespaceNdb().
The default implementation does nothing.
enterCreateTablespaceNdb in interface MySqlParserListenerctx - the parse treepublic void exitCreateTablespaceNdb(MySqlParser.CreateTablespaceNdbContext ctx)
MySqlParser.createTablespaceNdb().
The default implementation does nothing.
exitCreateTablespaceNdb in interface MySqlParserListenerctx - the parse treepublic void enterCreateTrigger(MySqlParser.CreateTriggerContext ctx)
MySqlParser.createTrigger().
The default implementation does nothing.
enterCreateTrigger in interface MySqlParserListenerctx - the parse treepublic void exitCreateTrigger(MySqlParser.CreateTriggerContext ctx)
MySqlParser.createTrigger().
The default implementation does nothing.
exitCreateTrigger in interface MySqlParserListenerctx - the parse treepublic void enterCreateView(MySqlParser.CreateViewContext ctx)
MySqlParser.createView().
The default implementation does nothing.
enterCreateView in interface MySqlParserListenerctx - the parse treepublic void exitCreateView(MySqlParser.CreateViewContext ctx)
MySqlParser.createView().
The default implementation does nothing.
exitCreateView in interface MySqlParserListenerctx - the parse treepublic void enterCreateDatabaseOption(MySqlParser.CreateDatabaseOptionContext ctx)
MySqlParser.createDatabaseOption().
The default implementation does nothing.
enterCreateDatabaseOption in interface MySqlParserListenerctx - the parse treepublic void exitCreateDatabaseOption(MySqlParser.CreateDatabaseOptionContext ctx)
MySqlParser.createDatabaseOption().
The default implementation does nothing.
exitCreateDatabaseOption in interface MySqlParserListenerctx - the parse treepublic void enterOwnerStatement(MySqlParser.OwnerStatementContext ctx)
MySqlParser.ownerStatement().
The default implementation does nothing.
enterOwnerStatement in interface MySqlParserListenerctx - the parse treepublic void exitOwnerStatement(MySqlParser.OwnerStatementContext ctx)
MySqlParser.ownerStatement().
The default implementation does nothing.
exitOwnerStatement in interface MySqlParserListenerctx - the parse treepublic void enterPreciseSchedule(MySqlParser.PreciseScheduleContext ctx)
preciseSchedule
labeled alternative in MySqlParser.scheduleExpression().
The default implementation does nothing.
enterPreciseSchedule in interface MySqlParserListenerctx - the parse treepublic void exitPreciseSchedule(MySqlParser.PreciseScheduleContext ctx)
preciseSchedule
labeled alternative in MySqlParser.scheduleExpression().
The default implementation does nothing.
exitPreciseSchedule in interface MySqlParserListenerctx - the parse treepublic void enterIntervalSchedule(MySqlParser.IntervalScheduleContext ctx)
intervalSchedule
labeled alternative in MySqlParser.scheduleExpression().
The default implementation does nothing.
enterIntervalSchedule in interface MySqlParserListenerctx - the parse treepublic void exitIntervalSchedule(MySqlParser.IntervalScheduleContext ctx)
intervalSchedule
labeled alternative in MySqlParser.scheduleExpression().
The default implementation does nothing.
exitIntervalSchedule in interface MySqlParserListenerctx - the parse treepublic void enterTimestampValue(MySqlParser.TimestampValueContext ctx)
MySqlParser.timestampValue().
The default implementation does nothing.
enterTimestampValue in interface MySqlParserListenerctx - the parse treepublic void exitTimestampValue(MySqlParser.TimestampValueContext ctx)
MySqlParser.timestampValue().
The default implementation does nothing.
exitTimestampValue in interface MySqlParserListenerctx - the parse treepublic void enterIntervalExpr(MySqlParser.IntervalExprContext ctx)
MySqlParser.intervalExpr().
The default implementation does nothing.
enterIntervalExpr in interface MySqlParserListenerctx - the parse treepublic void exitIntervalExpr(MySqlParser.IntervalExprContext ctx)
MySqlParser.intervalExpr().
The default implementation does nothing.
exitIntervalExpr in interface MySqlParserListenerctx - the parse treepublic void enterIntervalType(MySqlParser.IntervalTypeContext ctx)
MySqlParser.intervalType().
The default implementation does nothing.
enterIntervalType in interface MySqlParserListenerctx - the parse treepublic void exitIntervalType(MySqlParser.IntervalTypeContext ctx)
MySqlParser.intervalType().
The default implementation does nothing.
exitIntervalType in interface MySqlParserListenerctx - the parse treepublic void enterEnableType(MySqlParser.EnableTypeContext ctx)
MySqlParser.enableType().
The default implementation does nothing.
enterEnableType in interface MySqlParserListenerctx - the parse treepublic void exitEnableType(MySqlParser.EnableTypeContext ctx)
MySqlParser.enableType().
The default implementation does nothing.
exitEnableType in interface MySqlParserListenerctx - the parse treepublic void enterIndexType(MySqlParser.IndexTypeContext ctx)
MySqlParser.indexType().
The default implementation does nothing.
enterIndexType in interface MySqlParserListenerctx - the parse treepublic void exitIndexType(MySqlParser.IndexTypeContext ctx)
MySqlParser.indexType().
The default implementation does nothing.
exitIndexType in interface MySqlParserListenerctx - the parse treepublic void enterIndexOption(MySqlParser.IndexOptionContext ctx)
MySqlParser.indexOption().
The default implementation does nothing.
enterIndexOption in interface MySqlParserListenerctx - the parse treepublic void exitIndexOption(MySqlParser.IndexOptionContext ctx)
MySqlParser.indexOption().
The default implementation does nothing.
exitIndexOption in interface MySqlParserListenerctx - the parse treepublic void enterProcedureParameter(MySqlParser.ProcedureParameterContext ctx)
MySqlParser.procedureParameter().
The default implementation does nothing.
enterProcedureParameter in interface MySqlParserListenerctx - the parse treepublic void exitProcedureParameter(MySqlParser.ProcedureParameterContext ctx)
MySqlParser.procedureParameter().
The default implementation does nothing.
exitProcedureParameter in interface MySqlParserListenerctx - the parse treepublic void enterFunctionParameter(MySqlParser.FunctionParameterContext ctx)
MySqlParser.functionParameter().
The default implementation does nothing.
enterFunctionParameter in interface MySqlParserListenerctx - the parse treepublic void exitFunctionParameter(MySqlParser.FunctionParameterContext ctx)
MySqlParser.functionParameter().
The default implementation does nothing.
exitFunctionParameter in interface MySqlParserListenerctx - the parse treepublic void enterRoutineComment(MySqlParser.RoutineCommentContext ctx)
routineComment
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
enterRoutineComment in interface MySqlParserListenerctx - the parse treepublic void exitRoutineComment(MySqlParser.RoutineCommentContext ctx)
routineComment
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
exitRoutineComment in interface MySqlParserListenerctx - the parse treepublic void enterRoutineLanguage(MySqlParser.RoutineLanguageContext ctx)
routineLanguage
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
enterRoutineLanguage in interface MySqlParserListenerctx - the parse treepublic void exitRoutineLanguage(MySqlParser.RoutineLanguageContext ctx)
routineLanguage
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
exitRoutineLanguage in interface MySqlParserListenerctx - the parse treepublic void enterRoutineBehavior(MySqlParser.RoutineBehaviorContext ctx)
routineBehavior
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
enterRoutineBehavior in interface MySqlParserListenerctx - the parse treepublic void exitRoutineBehavior(MySqlParser.RoutineBehaviorContext ctx)
routineBehavior
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
exitRoutineBehavior in interface MySqlParserListenerctx - the parse treepublic void enterRoutineData(MySqlParser.RoutineDataContext ctx)
routineData
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
enterRoutineData in interface MySqlParserListenerctx - the parse treepublic void exitRoutineData(MySqlParser.RoutineDataContext ctx)
routineData
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
exitRoutineData in interface MySqlParserListenerctx - the parse treepublic void enterRoutineSecurity(MySqlParser.RoutineSecurityContext ctx)
routineSecurity
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
enterRoutineSecurity in interface MySqlParserListenerctx - the parse treepublic void exitRoutineSecurity(MySqlParser.RoutineSecurityContext ctx)
routineSecurity
labeled alternative in MySqlParser.routineOption().
The default implementation does nothing.
exitRoutineSecurity in interface MySqlParserListenerctx - the parse treepublic void enterServerOption(MySqlParser.ServerOptionContext ctx)
MySqlParser.serverOption().
The default implementation does nothing.
enterServerOption in interface MySqlParserListenerctx - the parse treepublic void exitServerOption(MySqlParser.ServerOptionContext ctx)
MySqlParser.serverOption().
The default implementation does nothing.
exitServerOption in interface MySqlParserListenerctx - the parse treepublic void enterCreateDefinitions(MySqlParser.CreateDefinitionsContext ctx)
MySqlParser.createDefinitions().
The default implementation does nothing.
enterCreateDefinitions in interface MySqlParserListenerctx - the parse treepublic void exitCreateDefinitions(MySqlParser.CreateDefinitionsContext ctx)
MySqlParser.createDefinitions().
The default implementation does nothing.
exitCreateDefinitions in interface MySqlParserListenerctx - the parse treepublic void enterColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
columnDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation does nothing.
enterColumnDeclaration in interface MySqlParserListenerctx - the parse treepublic void exitColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
columnDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation does nothing.
exitColumnDeclaration in interface MySqlParserListenerctx - the parse treepublic void enterConstraintDeclaration(MySqlParser.ConstraintDeclarationContext ctx)
constraintDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation does nothing.
enterConstraintDeclaration in interface MySqlParserListenerctx - the parse treepublic void exitConstraintDeclaration(MySqlParser.ConstraintDeclarationContext ctx)
constraintDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation does nothing.
exitConstraintDeclaration in interface MySqlParserListenerctx - the parse treepublic void enterIndexDeclaration(MySqlParser.IndexDeclarationContext ctx)
indexDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation does nothing.
enterIndexDeclaration in interface MySqlParserListenerctx - the parse treepublic void exitIndexDeclaration(MySqlParser.IndexDeclarationContext ctx)
indexDeclaration
labeled alternative in MySqlParser.createDefinition().
The default implementation does nothing.
exitIndexDeclaration in interface MySqlParserListenerctx - the parse treepublic void enterColumnDefinition(MySqlParser.ColumnDefinitionContext ctx)
MySqlParser.columnDefinition().
The default implementation does nothing.
enterColumnDefinition in interface MySqlParserListenerctx - the parse treepublic void exitColumnDefinition(MySqlParser.ColumnDefinitionContext ctx)
MySqlParser.columnDefinition().
The default implementation does nothing.
exitColumnDefinition in interface MySqlParserListenerctx - the parse treepublic void enterNullColumnConstraint(MySqlParser.NullColumnConstraintContext ctx)
nullColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterNullColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitNullColumnConstraint(MySqlParser.NullColumnConstraintContext ctx)
nullColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitNullColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterDefaultColumnConstraint(MySqlParser.DefaultColumnConstraintContext ctx)
defaultColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterDefaultColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitDefaultColumnConstraint(MySqlParser.DefaultColumnConstraintContext ctx)
defaultColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitDefaultColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterAutoIncrementColumnConstraint(MySqlParser.AutoIncrementColumnConstraintContext ctx)
autoIncrementColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterAutoIncrementColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitAutoIncrementColumnConstraint(MySqlParser.AutoIncrementColumnConstraintContext ctx)
autoIncrementColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitAutoIncrementColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterPrimaryKeyColumnConstraint(MySqlParser.PrimaryKeyColumnConstraintContext ctx)
primaryKeyColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterPrimaryKeyColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitPrimaryKeyColumnConstraint(MySqlParser.PrimaryKeyColumnConstraintContext ctx)
primaryKeyColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitPrimaryKeyColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterUniqueKeyColumnConstraint(MySqlParser.UniqueKeyColumnConstraintContext ctx)
uniqueKeyColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterUniqueKeyColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitUniqueKeyColumnConstraint(MySqlParser.UniqueKeyColumnConstraintContext ctx)
uniqueKeyColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitUniqueKeyColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterCommentColumnConstraint(MySqlParser.CommentColumnConstraintContext ctx)
commentColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterCommentColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitCommentColumnConstraint(MySqlParser.CommentColumnConstraintContext ctx)
commentColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitCommentColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterFormatColumnConstraint(MySqlParser.FormatColumnConstraintContext ctx)
formatColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterFormatColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitFormatColumnConstraint(MySqlParser.FormatColumnConstraintContext ctx)
formatColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitFormatColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterStorageColumnConstraint(MySqlParser.StorageColumnConstraintContext ctx)
storageColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterStorageColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitStorageColumnConstraint(MySqlParser.StorageColumnConstraintContext ctx)
storageColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitStorageColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterReferenceColumnConstraint(MySqlParser.ReferenceColumnConstraintContext ctx)
referenceColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterReferenceColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitReferenceColumnConstraint(MySqlParser.ReferenceColumnConstraintContext ctx)
referenceColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitReferenceColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterCollateColumnConstraint(MySqlParser.CollateColumnConstraintContext ctx)
collateColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterCollateColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitCollateColumnConstraint(MySqlParser.CollateColumnConstraintContext ctx)
collateColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitCollateColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterGeneratedColumnConstraint(MySqlParser.GeneratedColumnConstraintContext ctx)
generatedColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterGeneratedColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitGeneratedColumnConstraint(MySqlParser.GeneratedColumnConstraintContext ctx)
generatedColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitGeneratedColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterSerialDefaultColumnConstraint(MySqlParser.SerialDefaultColumnConstraintContext ctx)
serialDefaultColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterSerialDefaultColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitSerialDefaultColumnConstraint(MySqlParser.SerialDefaultColumnConstraintContext ctx)
serialDefaultColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitSerialDefaultColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterCheckColumnConstraint(MySqlParser.CheckColumnConstraintContext ctx)
checkColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
enterCheckColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void exitCheckColumnConstraint(MySqlParser.CheckColumnConstraintContext ctx)
checkColumnConstraint
labeled alternative in MySqlParser.columnConstraint().
The default implementation does nothing.
exitCheckColumnConstraint in interface MySqlParserListenerctx - the parse treepublic void enterPrimaryKeyTableConstraint(MySqlParser.PrimaryKeyTableConstraintContext ctx)
primaryKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
enterPrimaryKeyTableConstraint in interface MySqlParserListenerctx - the parse treepublic void exitPrimaryKeyTableConstraint(MySqlParser.PrimaryKeyTableConstraintContext ctx)
primaryKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
exitPrimaryKeyTableConstraint in interface MySqlParserListenerctx - the parse treepublic void enterUniqueKeyTableConstraint(MySqlParser.UniqueKeyTableConstraintContext ctx)
uniqueKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
enterUniqueKeyTableConstraint in interface MySqlParserListenerctx - the parse treepublic void exitUniqueKeyTableConstraint(MySqlParser.UniqueKeyTableConstraintContext ctx)
uniqueKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
exitUniqueKeyTableConstraint in interface MySqlParserListenerctx - the parse treepublic void enterForeignKeyTableConstraint(MySqlParser.ForeignKeyTableConstraintContext ctx)
foreignKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
enterForeignKeyTableConstraint in interface MySqlParserListenerctx - the parse treepublic void exitForeignKeyTableConstraint(MySqlParser.ForeignKeyTableConstraintContext ctx)
foreignKeyTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
exitForeignKeyTableConstraint in interface MySqlParserListenerctx - the parse treepublic void enterCheckTableConstraint(MySqlParser.CheckTableConstraintContext ctx)
checkTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
enterCheckTableConstraint in interface MySqlParserListenerctx - the parse treepublic void exitCheckTableConstraint(MySqlParser.CheckTableConstraintContext ctx)
checkTableConstraint
labeled alternative in MySqlParser.tableConstraint().
The default implementation does nothing.
exitCheckTableConstraint in interface MySqlParserListenerctx - the parse treepublic void enterReferenceDefinition(MySqlParser.ReferenceDefinitionContext ctx)
MySqlParser.referenceDefinition().
The default implementation does nothing.
enterReferenceDefinition in interface MySqlParserListenerctx - the parse treepublic void exitReferenceDefinition(MySqlParser.ReferenceDefinitionContext ctx)
MySqlParser.referenceDefinition().
The default implementation does nothing.
exitReferenceDefinition in interface MySqlParserListenerctx - the parse treepublic void enterReferenceAction(MySqlParser.ReferenceActionContext ctx)
MySqlParser.referenceAction().
The default implementation does nothing.
enterReferenceAction in interface MySqlParserListenerctx - the parse treepublic void exitReferenceAction(MySqlParser.ReferenceActionContext ctx)
MySqlParser.referenceAction().
The default implementation does nothing.
exitReferenceAction in interface MySqlParserListenerctx - the parse treepublic void enterReferenceControlType(MySqlParser.ReferenceControlTypeContext ctx)
MySqlParser.referenceControlType().
The default implementation does nothing.
enterReferenceControlType in interface MySqlParserListenerctx - the parse treepublic void exitReferenceControlType(MySqlParser.ReferenceControlTypeContext ctx)
MySqlParser.referenceControlType().
The default implementation does nothing.
exitReferenceControlType in interface MySqlParserListenerctx - the parse treepublic void enterSimpleIndexDeclaration(MySqlParser.SimpleIndexDeclarationContext ctx)
simpleIndexDeclaration
labeled alternative in MySqlParser.indexColumnDefinition().
The default implementation does nothing.
enterSimpleIndexDeclaration in interface MySqlParserListenerctx - the parse treepublic void exitSimpleIndexDeclaration(MySqlParser.SimpleIndexDeclarationContext ctx)
simpleIndexDeclaration
labeled alternative in MySqlParser.indexColumnDefinition().
The default implementation does nothing.
exitSimpleIndexDeclaration in interface MySqlParserListenerctx - the parse treepublic void enterSpecialIndexDeclaration(MySqlParser.SpecialIndexDeclarationContext ctx)
specialIndexDeclaration
labeled alternative in MySqlParser.indexColumnDefinition().
The default implementation does nothing.
enterSpecialIndexDeclaration in interface MySqlParserListenerctx - the parse treepublic void exitSpecialIndexDeclaration(MySqlParser.SpecialIndexDeclarationContext ctx)
specialIndexDeclaration
labeled alternative in MySqlParser.indexColumnDefinition().
The default implementation does nothing.
exitSpecialIndexDeclaration in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionEngine(MySqlParser.TableOptionEngineContext ctx)
tableOptionEngine
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionEngine in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionEngine(MySqlParser.TableOptionEngineContext ctx)
tableOptionEngine
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionEngine in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionAutoIncrement(MySqlParser.TableOptionAutoIncrementContext ctx)
tableOptionAutoIncrement
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionAutoIncrement in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionAutoIncrement(MySqlParser.TableOptionAutoIncrementContext ctx)
tableOptionAutoIncrement
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionAutoIncrement in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionAverage(MySqlParser.TableOptionAverageContext ctx)
tableOptionAverage
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionAverage in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionAverage(MySqlParser.TableOptionAverageContext ctx)
tableOptionAverage
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionAverage in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionCharset(MySqlParser.TableOptionCharsetContext ctx)
tableOptionCharset
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionCharset in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionCharset(MySqlParser.TableOptionCharsetContext ctx)
tableOptionCharset
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionCharset in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionChecksum(MySqlParser.TableOptionChecksumContext ctx)
tableOptionChecksum
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionChecksum in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionChecksum(MySqlParser.TableOptionChecksumContext ctx)
tableOptionChecksum
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionChecksum in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionCollate(MySqlParser.TableOptionCollateContext ctx)
tableOptionCollate
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionCollate in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionCollate(MySqlParser.TableOptionCollateContext ctx)
tableOptionCollate
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionCollate in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionComment(MySqlParser.TableOptionCommentContext ctx)
tableOptionComment
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionComment in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionComment(MySqlParser.TableOptionCommentContext ctx)
tableOptionComment
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionComment in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionCompression(MySqlParser.TableOptionCompressionContext ctx)
tableOptionCompression
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionCompression in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionCompression(MySqlParser.TableOptionCompressionContext ctx)
tableOptionCompression
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionCompression in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionConnection(MySqlParser.TableOptionConnectionContext ctx)
tableOptionConnection
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionConnection in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionConnection(MySqlParser.TableOptionConnectionContext ctx)
tableOptionConnection
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionConnection in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionDataDirectory(MySqlParser.TableOptionDataDirectoryContext ctx)
tableOptionDataDirectory
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionDataDirectory in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionDataDirectory(MySqlParser.TableOptionDataDirectoryContext ctx)
tableOptionDataDirectory
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionDataDirectory in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionDelay(MySqlParser.TableOptionDelayContext ctx)
tableOptionDelay
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionDelay in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionDelay(MySqlParser.TableOptionDelayContext ctx)
tableOptionDelay
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionDelay in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionEncryption(MySqlParser.TableOptionEncryptionContext ctx)
tableOptionEncryption
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionEncryption in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionEncryption(MySqlParser.TableOptionEncryptionContext ctx)
tableOptionEncryption
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionEncryption in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionIndexDirectory(MySqlParser.TableOptionIndexDirectoryContext ctx)
tableOptionIndexDirectory
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionIndexDirectory in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionIndexDirectory(MySqlParser.TableOptionIndexDirectoryContext ctx)
tableOptionIndexDirectory
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionIndexDirectory in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionInsertMethod(MySqlParser.TableOptionInsertMethodContext ctx)
tableOptionInsertMethod
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionInsertMethod in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionInsertMethod(MySqlParser.TableOptionInsertMethodContext ctx)
tableOptionInsertMethod
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionInsertMethod in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionKeyBlockSize(MySqlParser.TableOptionKeyBlockSizeContext ctx)
tableOptionKeyBlockSize
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionKeyBlockSize in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionKeyBlockSize(MySqlParser.TableOptionKeyBlockSizeContext ctx)
tableOptionKeyBlockSize
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionKeyBlockSize in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionMaxRows(MySqlParser.TableOptionMaxRowsContext ctx)
tableOptionMaxRows
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionMaxRows in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionMaxRows(MySqlParser.TableOptionMaxRowsContext ctx)
tableOptionMaxRows
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionMaxRows in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionMinRows(MySqlParser.TableOptionMinRowsContext ctx)
tableOptionMinRows
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionMinRows in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionMinRows(MySqlParser.TableOptionMinRowsContext ctx)
tableOptionMinRows
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionMinRows in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionPackKeys(MySqlParser.TableOptionPackKeysContext ctx)
tableOptionPackKeys
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionPackKeys in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionPackKeys(MySqlParser.TableOptionPackKeysContext ctx)
tableOptionPackKeys
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionPackKeys in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionPassword(MySqlParser.TableOptionPasswordContext ctx)
tableOptionPassword
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionPassword in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionPassword(MySqlParser.TableOptionPasswordContext ctx)
tableOptionPassword
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionPassword in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionRowFormat(MySqlParser.TableOptionRowFormatContext ctx)
tableOptionRowFormat
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionRowFormat in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionRowFormat(MySqlParser.TableOptionRowFormatContext ctx)
tableOptionRowFormat
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionRowFormat in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionRecalculation(MySqlParser.TableOptionRecalculationContext ctx)
tableOptionRecalculation
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionRecalculation in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionRecalculation(MySqlParser.TableOptionRecalculationContext ctx)
tableOptionRecalculation
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionRecalculation in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionPersistent(MySqlParser.TableOptionPersistentContext ctx)
tableOptionPersistent
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionPersistent in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionPersistent(MySqlParser.TableOptionPersistentContext ctx)
tableOptionPersistent
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionPersistent in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionSamplePage(MySqlParser.TableOptionSamplePageContext ctx)
tableOptionSamplePage
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionSamplePage in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionSamplePage(MySqlParser.TableOptionSamplePageContext ctx)
tableOptionSamplePage
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionSamplePage in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionTablespace(MySqlParser.TableOptionTablespaceContext ctx)
tableOptionTablespace
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionTablespace in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionTablespace(MySqlParser.TableOptionTablespaceContext ctx)
tableOptionTablespace
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionTablespace in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionTransactional(MySqlParser.TableOptionTransactionalContext ctx)
tableOptionTransactional
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionTransactional in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionTransactional(MySqlParser.TableOptionTransactionalContext ctx)
tableOptionTransactional
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionTransactional in interface MySqlParserListenerctx - the parse treepublic void enterTableOptionUnion(MySqlParser.TableOptionUnionContext ctx)
tableOptionUnion
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
enterTableOptionUnion in interface MySqlParserListenerctx - the parse treepublic void exitTableOptionUnion(MySqlParser.TableOptionUnionContext ctx)
tableOptionUnion
labeled alternative in MySqlParser.tableOption().
The default implementation does nothing.
exitTableOptionUnion in interface MySqlParserListenerctx - the parse treepublic void enterTablespaceStorage(MySqlParser.TablespaceStorageContext ctx)
MySqlParser.tablespaceStorage().
The default implementation does nothing.
enterTablespaceStorage in interface MySqlParserListenerctx - the parse treepublic void exitTablespaceStorage(MySqlParser.TablespaceStorageContext ctx)
MySqlParser.tablespaceStorage().
The default implementation does nothing.
exitTablespaceStorage in interface MySqlParserListenerctx - the parse treepublic void enterPartitionDefinitions(MySqlParser.PartitionDefinitionsContext ctx)
MySqlParser.partitionDefinitions().
The default implementation does nothing.
enterPartitionDefinitions in interface MySqlParserListenerctx - the parse treepublic void exitPartitionDefinitions(MySqlParser.PartitionDefinitionsContext ctx)
MySqlParser.partitionDefinitions().
The default implementation does nothing.
exitPartitionDefinitions in interface MySqlParserListenerctx - the parse treepublic void enterPartitionFunctionHash(MySqlParser.PartitionFunctionHashContext ctx)
partitionFunctionHash
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
enterPartitionFunctionHash in interface MySqlParserListenerctx - the parse treepublic void exitPartitionFunctionHash(MySqlParser.PartitionFunctionHashContext ctx)
partitionFunctionHash
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
exitPartitionFunctionHash in interface MySqlParserListenerctx - the parse treepublic void enterPartitionFunctionKey(MySqlParser.PartitionFunctionKeyContext ctx)
partitionFunctionKey
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
enterPartitionFunctionKey in interface MySqlParserListenerctx - the parse treepublic void exitPartitionFunctionKey(MySqlParser.PartitionFunctionKeyContext ctx)
partitionFunctionKey
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
exitPartitionFunctionKey in interface MySqlParserListenerctx - the parse treepublic void enterPartitionFunctionRange(MySqlParser.PartitionFunctionRangeContext ctx)
partitionFunctionRange
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
enterPartitionFunctionRange in interface MySqlParserListenerctx - the parse treepublic void exitPartitionFunctionRange(MySqlParser.PartitionFunctionRangeContext ctx)
partitionFunctionRange
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
exitPartitionFunctionRange in interface MySqlParserListenerctx - the parse treepublic void enterPartitionFunctionList(MySqlParser.PartitionFunctionListContext ctx)
partitionFunctionList
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
enterPartitionFunctionList in interface MySqlParserListenerctx - the parse treepublic void exitPartitionFunctionList(MySqlParser.PartitionFunctionListContext ctx)
partitionFunctionList
labeled alternative in MySqlParser.partitionFunctionDefinition().
The default implementation does nothing.
exitPartitionFunctionList in interface MySqlParserListenerctx - the parse treepublic void enterSubPartitionFunctionHash(MySqlParser.SubPartitionFunctionHashContext ctx)
subPartitionFunctionHash
labeled alternative in MySqlParser.subpartitionFunctionDefinition().
The default implementation does nothing.
enterSubPartitionFunctionHash in interface MySqlParserListenerctx - the parse treepublic void exitSubPartitionFunctionHash(MySqlParser.SubPartitionFunctionHashContext ctx)
subPartitionFunctionHash
labeled alternative in MySqlParser.subpartitionFunctionDefinition().
The default implementation does nothing.
exitSubPartitionFunctionHash in interface MySqlParserListenerctx - the parse treepublic void enterSubPartitionFunctionKey(MySqlParser.SubPartitionFunctionKeyContext ctx)
subPartitionFunctionKey
labeled alternative in MySqlParser.subpartitionFunctionDefinition().
The default implementation does nothing.
enterSubPartitionFunctionKey in interface MySqlParserListenerctx - the parse treepublic void exitSubPartitionFunctionKey(MySqlParser.SubPartitionFunctionKeyContext ctx)
subPartitionFunctionKey
labeled alternative in MySqlParser.subpartitionFunctionDefinition().
The default implementation does nothing.
exitSubPartitionFunctionKey in interface MySqlParserListenerctx - the parse treepublic void enterPartitionComparision(MySqlParser.PartitionComparisionContext ctx)
partitionComparision
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
enterPartitionComparision in interface MySqlParserListenerctx - the parse treepublic void exitPartitionComparision(MySqlParser.PartitionComparisionContext ctx)
partitionComparision
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
exitPartitionComparision in interface MySqlParserListenerctx - the parse treepublic void enterPartitionListAtom(MySqlParser.PartitionListAtomContext ctx)
partitionListAtom
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
enterPartitionListAtom in interface MySqlParserListenerctx - the parse treepublic void exitPartitionListAtom(MySqlParser.PartitionListAtomContext ctx)
partitionListAtom
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
exitPartitionListAtom in interface MySqlParserListenerctx - the parse treepublic void enterPartitionListVector(MySqlParser.PartitionListVectorContext ctx)
partitionListVector
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
enterPartitionListVector in interface MySqlParserListenerctx - the parse treepublic void exitPartitionListVector(MySqlParser.PartitionListVectorContext ctx)
partitionListVector
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
exitPartitionListVector in interface MySqlParserListenerctx - the parse treepublic void enterPartitionSimple(MySqlParser.PartitionSimpleContext ctx)
partitionSimple
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
enterPartitionSimple in interface MySqlParserListenerctx - the parse treepublic void exitPartitionSimple(MySqlParser.PartitionSimpleContext ctx)
partitionSimple
labeled alternative in MySqlParser.partitionDefinition().
The default implementation does nothing.
exitPartitionSimple in interface MySqlParserListenerctx - the parse treepublic void enterPartitionDefinerAtom(MySqlParser.PartitionDefinerAtomContext ctx)
MySqlParser.partitionDefinerAtom().
The default implementation does nothing.
enterPartitionDefinerAtom in interface MySqlParserListenerctx - the parse treepublic void exitPartitionDefinerAtom(MySqlParser.PartitionDefinerAtomContext ctx)
MySqlParser.partitionDefinerAtom().
The default implementation does nothing.
exitPartitionDefinerAtom in interface MySqlParserListenerctx - the parse treepublic void enterPartitionDefinerVector(MySqlParser.PartitionDefinerVectorContext ctx)
MySqlParser.partitionDefinerVector().
The default implementation does nothing.
enterPartitionDefinerVector in interface MySqlParserListenerctx - the parse treepublic void exitPartitionDefinerVector(MySqlParser.PartitionDefinerVectorContext ctx)
MySqlParser.partitionDefinerVector().
The default implementation does nothing.
exitPartitionDefinerVector in interface MySqlParserListenerctx - the parse treepublic void enterSubpartitionDefinition(MySqlParser.SubpartitionDefinitionContext ctx)
MySqlParser.subpartitionDefinition().
The default implementation does nothing.
enterSubpartitionDefinition in interface MySqlParserListenerctx - the parse treepublic void exitSubpartitionDefinition(MySqlParser.SubpartitionDefinitionContext ctx)
MySqlParser.subpartitionDefinition().
The default implementation does nothing.
exitSubpartitionDefinition in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionEngine(MySqlParser.PartitionOptionEngineContext ctx)
partitionOptionEngine
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionEngine in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionEngine(MySqlParser.PartitionOptionEngineContext ctx)
partitionOptionEngine
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionEngine in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionComment(MySqlParser.PartitionOptionCommentContext ctx)
partitionOptionComment
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionComment in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionComment(MySqlParser.PartitionOptionCommentContext ctx)
partitionOptionComment
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionComment in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionDataDirectory(MySqlParser.PartitionOptionDataDirectoryContext ctx)
partitionOptionDataDirectory
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionDataDirectory in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionDataDirectory(MySqlParser.PartitionOptionDataDirectoryContext ctx)
partitionOptionDataDirectory
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionDataDirectory in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionIndexDirectory(MySqlParser.PartitionOptionIndexDirectoryContext ctx)
partitionOptionIndexDirectory
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionIndexDirectory in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionIndexDirectory(MySqlParser.PartitionOptionIndexDirectoryContext ctx)
partitionOptionIndexDirectory
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionIndexDirectory in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionMaxRows(MySqlParser.PartitionOptionMaxRowsContext ctx)
partitionOptionMaxRows
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionMaxRows in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionMaxRows(MySqlParser.PartitionOptionMaxRowsContext ctx)
partitionOptionMaxRows
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionMaxRows in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionMinRows(MySqlParser.PartitionOptionMinRowsContext ctx)
partitionOptionMinRows
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionMinRows in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionMinRows(MySqlParser.PartitionOptionMinRowsContext ctx)
partitionOptionMinRows
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionMinRows in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionTablespace(MySqlParser.PartitionOptionTablespaceContext ctx)
partitionOptionTablespace
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionTablespace in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionTablespace(MySqlParser.PartitionOptionTablespaceContext ctx)
partitionOptionTablespace
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionTablespace in interface MySqlParserListenerctx - the parse treepublic void enterPartitionOptionNodeGroup(MySqlParser.PartitionOptionNodeGroupContext ctx)
partitionOptionNodeGroup
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
enterPartitionOptionNodeGroup in interface MySqlParserListenerctx - the parse treepublic void exitPartitionOptionNodeGroup(MySqlParser.PartitionOptionNodeGroupContext ctx)
partitionOptionNodeGroup
labeled alternative in MySqlParser.partitionOption().
The default implementation does nothing.
exitPartitionOptionNodeGroup in interface MySqlParserListenerctx - the parse treepublic void enterAlterSimpleDatabase(MySqlParser.AlterSimpleDatabaseContext ctx)
alterSimpleDatabase
labeled alternative in MySqlParser.alterDatabase().
The default implementation does nothing.
enterAlterSimpleDatabase in interface MySqlParserListenerctx - the parse treepublic void exitAlterSimpleDatabase(MySqlParser.AlterSimpleDatabaseContext ctx)
alterSimpleDatabase
labeled alternative in MySqlParser.alterDatabase().
The default implementation does nothing.
exitAlterSimpleDatabase in interface MySqlParserListenerctx - the parse treepublic void enterAlterUpgradeName(MySqlParser.AlterUpgradeNameContext ctx)
alterUpgradeName
labeled alternative in MySqlParser.alterDatabase().
The default implementation does nothing.
enterAlterUpgradeName in interface MySqlParserListenerctx - the parse treepublic void exitAlterUpgradeName(MySqlParser.AlterUpgradeNameContext ctx)
alterUpgradeName
labeled alternative in MySqlParser.alterDatabase().
The default implementation does nothing.
exitAlterUpgradeName in interface MySqlParserListenerctx - the parse treepublic void enterAlterEvent(MySqlParser.AlterEventContext ctx)
MySqlParser.alterEvent().
The default implementation does nothing.
enterAlterEvent in interface MySqlParserListenerctx - the parse treepublic void exitAlterEvent(MySqlParser.AlterEventContext ctx)
MySqlParser.alterEvent().
The default implementation does nothing.
exitAlterEvent in interface MySqlParserListenerctx - the parse treepublic void enterAlterFunction(MySqlParser.AlterFunctionContext ctx)
MySqlParser.alterFunction().
The default implementation does nothing.
enterAlterFunction in interface MySqlParserListenerctx - the parse treepublic void exitAlterFunction(MySqlParser.AlterFunctionContext ctx)
MySqlParser.alterFunction().
The default implementation does nothing.
exitAlterFunction in interface MySqlParserListenerctx - the parse treepublic void enterAlterInstance(MySqlParser.AlterInstanceContext ctx)
MySqlParser.alterInstance().
The default implementation does nothing.
enterAlterInstance in interface MySqlParserListenerctx - the parse treepublic void exitAlterInstance(MySqlParser.AlterInstanceContext ctx)
MySqlParser.alterInstance().
The default implementation does nothing.
exitAlterInstance in interface MySqlParserListenerctx - the parse treepublic void enterAlterLogfileGroup(MySqlParser.AlterLogfileGroupContext ctx)
MySqlParser.alterLogfileGroup().
The default implementation does nothing.
enterAlterLogfileGroup in interface MySqlParserListenerctx - the parse treepublic void exitAlterLogfileGroup(MySqlParser.AlterLogfileGroupContext ctx)
MySqlParser.alterLogfileGroup().
The default implementation does nothing.
exitAlterLogfileGroup in interface MySqlParserListenerctx - the parse treepublic void enterAlterProcedure(MySqlParser.AlterProcedureContext ctx)
MySqlParser.alterProcedure().
The default implementation does nothing.
enterAlterProcedure in interface MySqlParserListenerctx - the parse treepublic void exitAlterProcedure(MySqlParser.AlterProcedureContext ctx)
MySqlParser.alterProcedure().
The default implementation does nothing.
exitAlterProcedure in interface MySqlParserListenerctx - the parse treepublic void enterAlterServer(MySqlParser.AlterServerContext ctx)
MySqlParser.alterServer().
The default implementation does nothing.
enterAlterServer in interface MySqlParserListenerctx - the parse treepublic void exitAlterServer(MySqlParser.AlterServerContext ctx)
MySqlParser.alterServer().
The default implementation does nothing.
exitAlterServer in interface MySqlParserListenerctx - the parse treepublic void enterAlterTable(MySqlParser.AlterTableContext ctx)
MySqlParser.alterTable().
The default implementation does nothing.
enterAlterTable in interface MySqlParserListenerctx - the parse treepublic void exitAlterTable(MySqlParser.AlterTableContext ctx)
MySqlParser.alterTable().
The default implementation does nothing.
exitAlterTable in interface MySqlParserListenerctx - the parse treepublic void enterAlterTablespace(MySqlParser.AlterTablespaceContext ctx)
MySqlParser.alterTablespace().
The default implementation does nothing.
enterAlterTablespace in interface MySqlParserListenerctx - the parse treepublic void exitAlterTablespace(MySqlParser.AlterTablespaceContext ctx)
MySqlParser.alterTablespace().
The default implementation does nothing.
exitAlterTablespace in interface MySqlParserListenerctx - the parse treepublic void enterAlterView(MySqlParser.AlterViewContext ctx)
MySqlParser.alterView().
The default implementation does nothing.
enterAlterView in interface MySqlParserListenerctx - the parse treepublic void exitAlterView(MySqlParser.AlterViewContext ctx)
MySqlParser.alterView().
The default implementation does nothing.
exitAlterView in interface MySqlParserListenerctx - the parse treepublic void enterAlterByTableOption(MySqlParser.AlterByTableOptionContext ctx)
alterByTableOption
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByTableOption in interface MySqlParserListenerctx - the parse treepublic void exitAlterByTableOption(MySqlParser.AlterByTableOptionContext ctx)
alterByTableOption
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByTableOption in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddColumn(MySqlParser.AlterByAddColumnContext ctx)
alterByAddColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddColumn in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddColumn(MySqlParser.AlterByAddColumnContext ctx)
alterByAddColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddColumn in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddColumns(MySqlParser.AlterByAddColumnsContext ctx)
alterByAddColumns
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddColumns in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddColumns(MySqlParser.AlterByAddColumnsContext ctx)
alterByAddColumns
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddColumns in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddIndex(MySqlParser.AlterByAddIndexContext ctx)
alterByAddIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddIndex in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddIndex(MySqlParser.AlterByAddIndexContext ctx)
alterByAddIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddIndex in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddPrimaryKey(MySqlParser.AlterByAddPrimaryKeyContext ctx)
alterByAddPrimaryKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddPrimaryKey in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddPrimaryKey(MySqlParser.AlterByAddPrimaryKeyContext ctx)
alterByAddPrimaryKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddPrimaryKey in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddUniqueKey(MySqlParser.AlterByAddUniqueKeyContext ctx)
alterByAddUniqueKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddUniqueKey in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddUniqueKey(MySqlParser.AlterByAddUniqueKeyContext ctx)
alterByAddUniqueKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddUniqueKey in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddSpecialIndex(MySqlParser.AlterByAddSpecialIndexContext ctx)
alterByAddSpecialIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddSpecialIndex in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddSpecialIndex(MySqlParser.AlterByAddSpecialIndexContext ctx)
alterByAddSpecialIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddSpecialIndex in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddForeignKey(MySqlParser.AlterByAddForeignKeyContext ctx)
alterByAddForeignKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddForeignKey in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddForeignKey(MySqlParser.AlterByAddForeignKeyContext ctx)
alterByAddForeignKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddForeignKey in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddCheckTableConstraint(MySqlParser.AlterByAddCheckTableConstraintContext ctx)
alterByAddCheckTableConstraint
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddCheckTableConstraint in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddCheckTableConstraint(MySqlParser.AlterByAddCheckTableConstraintContext ctx)
alterByAddCheckTableConstraint
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddCheckTableConstraint in interface MySqlParserListenerctx - the parse treepublic void enterAlterBySetAlgorithm(MySqlParser.AlterBySetAlgorithmContext ctx)
alterBySetAlgorithm
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterBySetAlgorithm in interface MySqlParserListenerctx - the parse treepublic void exitAlterBySetAlgorithm(MySqlParser.AlterBySetAlgorithmContext ctx)
alterBySetAlgorithm
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterBySetAlgorithm in interface MySqlParserListenerctx - the parse treepublic void enterAlterByChangeDefault(MySqlParser.AlterByChangeDefaultContext ctx)
alterByChangeDefault
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByChangeDefault in interface MySqlParserListenerctx - the parse treepublic void exitAlterByChangeDefault(MySqlParser.AlterByChangeDefaultContext ctx)
alterByChangeDefault
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByChangeDefault in interface MySqlParserListenerctx - the parse treepublic void enterAlterByChangeColumn(MySqlParser.AlterByChangeColumnContext ctx)
alterByChangeColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByChangeColumn in interface MySqlParserListenerctx - the parse treepublic void exitAlterByChangeColumn(MySqlParser.AlterByChangeColumnContext ctx)
alterByChangeColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByChangeColumn in interface MySqlParserListenerctx - the parse treepublic void enterAlterByRenameColumn(MySqlParser.AlterByRenameColumnContext ctx)
alterByRenameColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByRenameColumn in interface MySqlParserListenerctx - the parse treepublic void exitAlterByRenameColumn(MySqlParser.AlterByRenameColumnContext ctx)
alterByRenameColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByRenameColumn in interface MySqlParserListenerctx - the parse treepublic void enterAlterByLock(MySqlParser.AlterByLockContext ctx)
alterByLock
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByLock in interface MySqlParserListenerctx - the parse treepublic void exitAlterByLock(MySqlParser.AlterByLockContext ctx)
alterByLock
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByLock in interface MySqlParserListenerctx - the parse treepublic void enterAlterByModifyColumn(MySqlParser.AlterByModifyColumnContext ctx)
alterByModifyColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByModifyColumn in interface MySqlParserListenerctx - the parse treepublic void exitAlterByModifyColumn(MySqlParser.AlterByModifyColumnContext ctx)
alterByModifyColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByModifyColumn in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDropColumn(MySqlParser.AlterByDropColumnContext ctx)
alterByDropColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDropColumn in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDropColumn(MySqlParser.AlterByDropColumnContext ctx)
alterByDropColumn
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDropColumn in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDropConstraintCheck(MySqlParser.AlterByDropConstraintCheckContext ctx)
alterByDropConstraintCheck
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDropConstraintCheck in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDropConstraintCheck(MySqlParser.AlterByDropConstraintCheckContext ctx)
alterByDropConstraintCheck
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDropConstraintCheck in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDropPrimaryKey(MySqlParser.AlterByDropPrimaryKeyContext ctx)
alterByDropPrimaryKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDropPrimaryKey in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDropPrimaryKey(MySqlParser.AlterByDropPrimaryKeyContext ctx)
alterByDropPrimaryKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDropPrimaryKey in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDropIndex(MySqlParser.AlterByDropIndexContext ctx)
alterByDropIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDropIndex in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDropIndex(MySqlParser.AlterByDropIndexContext ctx)
alterByDropIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDropIndex in interface MySqlParserListenerctx - the parse treepublic void enterAlterByRenameIndex(MySqlParser.AlterByRenameIndexContext ctx)
alterByRenameIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByRenameIndex in interface MySqlParserListenerctx - the parse treepublic void exitAlterByRenameIndex(MySqlParser.AlterByRenameIndexContext ctx)
alterByRenameIndex
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByRenameIndex in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAlterIndexVisibility(MySqlParser.AlterByAlterIndexVisibilityContext ctx)
alterByAlterIndexVisibility
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAlterIndexVisibility in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAlterIndexVisibility(MySqlParser.AlterByAlterIndexVisibilityContext ctx)
alterByAlterIndexVisibility
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAlterIndexVisibility in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDropForeignKey(MySqlParser.AlterByDropForeignKeyContext ctx)
alterByDropForeignKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDropForeignKey in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDropForeignKey(MySqlParser.AlterByDropForeignKeyContext ctx)
alterByDropForeignKey
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDropForeignKey in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDisableKeys(MySqlParser.AlterByDisableKeysContext ctx)
alterByDisableKeys
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDisableKeys in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDisableKeys(MySqlParser.AlterByDisableKeysContext ctx)
alterByDisableKeys
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDisableKeys in interface MySqlParserListenerctx - the parse treepublic void enterAlterByEnableKeys(MySqlParser.AlterByEnableKeysContext ctx)
alterByEnableKeys
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByEnableKeys in interface MySqlParserListenerctx - the parse treepublic void exitAlterByEnableKeys(MySqlParser.AlterByEnableKeysContext ctx)
alterByEnableKeys
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByEnableKeys in interface MySqlParserListenerctx - the parse treepublic void enterAlterByRename(MySqlParser.AlterByRenameContext ctx)
alterByRename
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByRename in interface MySqlParserListenerctx - the parse treepublic void exitAlterByRename(MySqlParser.AlterByRenameContext ctx)
alterByRename
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByRename in interface MySqlParserListenerctx - the parse treepublic void enterAlterByOrder(MySqlParser.AlterByOrderContext ctx)
alterByOrder
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByOrder in interface MySqlParserListenerctx - the parse treepublic void exitAlterByOrder(MySqlParser.AlterByOrderContext ctx)
alterByOrder
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByOrder in interface MySqlParserListenerctx - the parse treepublic void enterAlterByConvertCharset(MySqlParser.AlterByConvertCharsetContext ctx)
alterByConvertCharset
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByConvertCharset in interface MySqlParserListenerctx - the parse treepublic void exitAlterByConvertCharset(MySqlParser.AlterByConvertCharsetContext ctx)
alterByConvertCharset
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByConvertCharset in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDefaultCharset(MySqlParser.AlterByDefaultCharsetContext ctx)
alterByDefaultCharset
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDefaultCharset in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDefaultCharset(MySqlParser.AlterByDefaultCharsetContext ctx)
alterByDefaultCharset
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDefaultCharset in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDiscardTablespace(MySqlParser.AlterByDiscardTablespaceContext ctx)
alterByDiscardTablespace
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDiscardTablespace in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDiscardTablespace(MySqlParser.AlterByDiscardTablespaceContext ctx)
alterByDiscardTablespace
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDiscardTablespace in interface MySqlParserListenerctx - the parse treepublic void enterAlterByImportTablespace(MySqlParser.AlterByImportTablespaceContext ctx)
alterByImportTablespace
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByImportTablespace in interface MySqlParserListenerctx - the parse treepublic void exitAlterByImportTablespace(MySqlParser.AlterByImportTablespaceContext ctx)
alterByImportTablespace
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByImportTablespace in interface MySqlParserListenerctx - the parse treepublic void enterAlterByForce(MySqlParser.AlterByForceContext ctx)
alterByForce
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByForce in interface MySqlParserListenerctx - the parse treepublic void exitAlterByForce(MySqlParser.AlterByForceContext ctx)
alterByForce
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByForce in interface MySqlParserListenerctx - the parse treepublic void enterAlterByValidate(MySqlParser.AlterByValidateContext ctx)
alterByValidate
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByValidate in interface MySqlParserListenerctx - the parse treepublic void exitAlterByValidate(MySqlParser.AlterByValidateContext ctx)
alterByValidate
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByValidate in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAddPartition(MySqlParser.AlterByAddPartitionContext ctx)
alterByAddPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAddPartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAddPartition(MySqlParser.AlterByAddPartitionContext ctx)
alterByAddPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAddPartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDropPartition(MySqlParser.AlterByDropPartitionContext ctx)
alterByDropPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDropPartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDropPartition(MySqlParser.AlterByDropPartitionContext ctx)
alterByDropPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDropPartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByDiscardPartition(MySqlParser.AlterByDiscardPartitionContext ctx)
alterByDiscardPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByDiscardPartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByDiscardPartition(MySqlParser.AlterByDiscardPartitionContext ctx)
alterByDiscardPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByDiscardPartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByImportPartition(MySqlParser.AlterByImportPartitionContext ctx)
alterByImportPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByImportPartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByImportPartition(MySqlParser.AlterByImportPartitionContext ctx)
alterByImportPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByImportPartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByTruncatePartition(MySqlParser.AlterByTruncatePartitionContext ctx)
alterByTruncatePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByTruncatePartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByTruncatePartition(MySqlParser.AlterByTruncatePartitionContext ctx)
alterByTruncatePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByTruncatePartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByCoalescePartition(MySqlParser.AlterByCoalescePartitionContext ctx)
alterByCoalescePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByCoalescePartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByCoalescePartition(MySqlParser.AlterByCoalescePartitionContext ctx)
alterByCoalescePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByCoalescePartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByReorganizePartition(MySqlParser.AlterByReorganizePartitionContext ctx)
alterByReorganizePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByReorganizePartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByReorganizePartition(MySqlParser.AlterByReorganizePartitionContext ctx)
alterByReorganizePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByReorganizePartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByExchangePartition(MySqlParser.AlterByExchangePartitionContext ctx)
alterByExchangePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByExchangePartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByExchangePartition(MySqlParser.AlterByExchangePartitionContext ctx)
alterByExchangePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByExchangePartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByAnalyzePartition(MySqlParser.AlterByAnalyzePartitionContext ctx)
alterByAnalyzePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByAnalyzePartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByAnalyzePartition(MySqlParser.AlterByAnalyzePartitionContext ctx)
alterByAnalyzePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByAnalyzePartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByCheckPartition(MySqlParser.AlterByCheckPartitionContext ctx)
alterByCheckPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByCheckPartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByCheckPartition(MySqlParser.AlterByCheckPartitionContext ctx)
alterByCheckPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByCheckPartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByOptimizePartition(MySqlParser.AlterByOptimizePartitionContext ctx)
alterByOptimizePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByOptimizePartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByOptimizePartition(MySqlParser.AlterByOptimizePartitionContext ctx)
alterByOptimizePartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByOptimizePartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByRebuildPartition(MySqlParser.AlterByRebuildPartitionContext ctx)
alterByRebuildPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByRebuildPartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByRebuildPartition(MySqlParser.AlterByRebuildPartitionContext ctx)
alterByRebuildPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByRebuildPartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByRepairPartition(MySqlParser.AlterByRepairPartitionContext ctx)
alterByRepairPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByRepairPartition in interface MySqlParserListenerctx - the parse treepublic void exitAlterByRepairPartition(MySqlParser.AlterByRepairPartitionContext ctx)
alterByRepairPartition
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByRepairPartition in interface MySqlParserListenerctx - the parse treepublic void enterAlterByRemovePartitioning(MySqlParser.AlterByRemovePartitioningContext ctx)
alterByRemovePartitioning
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByRemovePartitioning in interface MySqlParserListenerctx - the parse treepublic void exitAlterByRemovePartitioning(MySqlParser.AlterByRemovePartitioningContext ctx)
alterByRemovePartitioning
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByRemovePartitioning in interface MySqlParserListenerctx - the parse treepublic void enterAlterByUpgradePartitioning(MySqlParser.AlterByUpgradePartitioningContext ctx)
alterByUpgradePartitioning
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
enterAlterByUpgradePartitioning in interface MySqlParserListenerctx - the parse treepublic void exitAlterByUpgradePartitioning(MySqlParser.AlterByUpgradePartitioningContext ctx)
alterByUpgradePartitioning
labeled alternative in MySqlParser.alterSpecification().
The default implementation does nothing.
exitAlterByUpgradePartitioning in interface MySqlParserListenerctx - the parse treepublic void enterDropDatabase(MySqlParser.DropDatabaseContext ctx)
MySqlParser.dropDatabase().
The default implementation does nothing.
enterDropDatabase in interface MySqlParserListenerctx - the parse treepublic void exitDropDatabase(MySqlParser.DropDatabaseContext ctx)
MySqlParser.dropDatabase().
The default implementation does nothing.
exitDropDatabase in interface MySqlParserListenerctx - the parse treepublic void enterDropEvent(MySqlParser.DropEventContext ctx)
MySqlParser.dropEvent().
The default implementation does nothing.
enterDropEvent in interface MySqlParserListenerctx - the parse treepublic void exitDropEvent(MySqlParser.DropEventContext ctx)
MySqlParser.dropEvent().
The default implementation does nothing.
exitDropEvent in interface MySqlParserListenerctx - the parse treepublic void enterDropIndex(MySqlParser.DropIndexContext ctx)
MySqlParser.dropIndex().
The default implementation does nothing.
enterDropIndex in interface MySqlParserListenerctx - the parse treepublic void exitDropIndex(MySqlParser.DropIndexContext ctx)
MySqlParser.dropIndex().
The default implementation does nothing.
exitDropIndex in interface MySqlParserListenerctx - the parse treepublic void enterDropLogfileGroup(MySqlParser.DropLogfileGroupContext ctx)
MySqlParser.dropLogfileGroup().
The default implementation does nothing.
enterDropLogfileGroup in interface MySqlParserListenerctx - the parse treepublic void exitDropLogfileGroup(MySqlParser.DropLogfileGroupContext ctx)
MySqlParser.dropLogfileGroup().
The default implementation does nothing.
exitDropLogfileGroup in interface MySqlParserListenerctx - the parse treepublic void enterDropProcedure(MySqlParser.DropProcedureContext ctx)
MySqlParser.dropProcedure().
The default implementation does nothing.
enterDropProcedure in interface MySqlParserListenerctx - the parse treepublic void exitDropProcedure(MySqlParser.DropProcedureContext ctx)
MySqlParser.dropProcedure().
The default implementation does nothing.
exitDropProcedure in interface MySqlParserListenerctx - the parse treepublic void enterDropFunction(MySqlParser.DropFunctionContext ctx)
MySqlParser.dropFunction().
The default implementation does nothing.
enterDropFunction in interface MySqlParserListenerctx - the parse treepublic void exitDropFunction(MySqlParser.DropFunctionContext ctx)
MySqlParser.dropFunction().
The default implementation does nothing.
exitDropFunction in interface MySqlParserListenerctx - the parse treepublic void enterDropServer(MySqlParser.DropServerContext ctx)
MySqlParser.dropServer().
The default implementation does nothing.
enterDropServer in interface MySqlParserListenerctx - the parse treepublic void exitDropServer(MySqlParser.DropServerContext ctx)
MySqlParser.dropServer().
The default implementation does nothing.
exitDropServer in interface MySqlParserListenerctx - the parse treepublic void enterDropTable(MySqlParser.DropTableContext ctx)
MySqlParser.dropTable().
The default implementation does nothing.
enterDropTable in interface MySqlParserListenerctx - the parse treepublic void exitDropTable(MySqlParser.DropTableContext ctx)
MySqlParser.dropTable().
The default implementation does nothing.
exitDropTable in interface MySqlParserListenerctx - the parse treepublic void enterDropTablespace(MySqlParser.DropTablespaceContext ctx)
MySqlParser.dropTablespace().
The default implementation does nothing.
enterDropTablespace in interface MySqlParserListenerctx - the parse treepublic void exitDropTablespace(MySqlParser.DropTablespaceContext ctx)
MySqlParser.dropTablespace().
The default implementation does nothing.
exitDropTablespace in interface MySqlParserListenerctx - the parse treepublic void enterDropTrigger(MySqlParser.DropTriggerContext ctx)
MySqlParser.dropTrigger().
The default implementation does nothing.
enterDropTrigger in interface MySqlParserListenerctx - the parse treepublic void exitDropTrigger(MySqlParser.DropTriggerContext ctx)
MySqlParser.dropTrigger().
The default implementation does nothing.
exitDropTrigger in interface MySqlParserListenerctx - the parse treepublic void enterDropView(MySqlParser.DropViewContext ctx)
MySqlParser.dropView().
The default implementation does nothing.
enterDropView in interface MySqlParserListenerctx - the parse treepublic void exitDropView(MySqlParser.DropViewContext ctx)
MySqlParser.dropView().
The default implementation does nothing.
exitDropView in interface MySqlParserListenerctx - the parse treepublic void enterRenameTable(MySqlParser.RenameTableContext ctx)
MySqlParser.renameTable().
The default implementation does nothing.
enterRenameTable in interface MySqlParserListenerctx - the parse treepublic void exitRenameTable(MySqlParser.RenameTableContext ctx)
MySqlParser.renameTable().
The default implementation does nothing.
exitRenameTable in interface MySqlParserListenerctx - the parse treepublic void enterRenameTableClause(MySqlParser.RenameTableClauseContext ctx)
MySqlParser.renameTableClause().
The default implementation does nothing.
enterRenameTableClause in interface MySqlParserListenerctx - the parse treepublic void exitRenameTableClause(MySqlParser.RenameTableClauseContext ctx)
MySqlParser.renameTableClause().
The default implementation does nothing.
exitRenameTableClause in interface MySqlParserListenerctx - the parse treepublic void enterTruncateTable(MySqlParser.TruncateTableContext ctx)
MySqlParser.truncateTable().
The default implementation does nothing.
enterTruncateTable in interface MySqlParserListenerctx - the parse treepublic void exitTruncateTable(MySqlParser.TruncateTableContext ctx)
MySqlParser.truncateTable().
The default implementation does nothing.
exitTruncateTable in interface MySqlParserListenerctx - the parse treepublic void enterCallStatement(MySqlParser.CallStatementContext ctx)
MySqlParser.callStatement().
The default implementation does nothing.
enterCallStatement in interface MySqlParserListenerctx - the parse treepublic void exitCallStatement(MySqlParser.CallStatementContext ctx)
MySqlParser.callStatement().
The default implementation does nothing.
exitCallStatement in interface MySqlParserListenerctx - the parse treepublic void enterDeleteStatement(MySqlParser.DeleteStatementContext ctx)
MySqlParser.deleteStatement().
The default implementation does nothing.
enterDeleteStatement in interface MySqlParserListenerctx - the parse treepublic void exitDeleteStatement(MySqlParser.DeleteStatementContext ctx)
MySqlParser.deleteStatement().
The default implementation does nothing.
exitDeleteStatement in interface MySqlParserListenerctx - the parse treepublic void enterDoStatement(MySqlParser.DoStatementContext ctx)
MySqlParser.doStatement().
The default implementation does nothing.
enterDoStatement in interface MySqlParserListenerctx - the parse treepublic void exitDoStatement(MySqlParser.DoStatementContext ctx)
MySqlParser.doStatement().
The default implementation does nothing.
exitDoStatement in interface MySqlParserListenerctx - the parse treepublic void enterHandlerStatement(MySqlParser.HandlerStatementContext ctx)
MySqlParser.handlerStatement().
The default implementation does nothing.
enterHandlerStatement in interface MySqlParserListenerctx - the parse treepublic void exitHandlerStatement(MySqlParser.HandlerStatementContext ctx)
MySqlParser.handlerStatement().
The default implementation does nothing.
exitHandlerStatement in interface MySqlParserListenerctx - the parse treepublic void enterInsertStatement(MySqlParser.InsertStatementContext ctx)
MySqlParser.insertStatement().
The default implementation does nothing.
enterInsertStatement in interface MySqlParserListenerctx - the parse treepublic void exitInsertStatement(MySqlParser.InsertStatementContext ctx)
MySqlParser.insertStatement().
The default implementation does nothing.
exitInsertStatement in interface MySqlParserListenerctx - the parse treepublic void enterLoadDataStatement(MySqlParser.LoadDataStatementContext ctx)
MySqlParser.loadDataStatement().
The default implementation does nothing.
enterLoadDataStatement in interface MySqlParserListenerctx - the parse treepublic void exitLoadDataStatement(MySqlParser.LoadDataStatementContext ctx)
MySqlParser.loadDataStatement().
The default implementation does nothing.
exitLoadDataStatement in interface MySqlParserListenerctx - the parse treepublic void enterLoadXmlStatement(MySqlParser.LoadXmlStatementContext ctx)
MySqlParser.loadXmlStatement().
The default implementation does nothing.
enterLoadXmlStatement in interface MySqlParserListenerctx - the parse treepublic void exitLoadXmlStatement(MySqlParser.LoadXmlStatementContext ctx)
MySqlParser.loadXmlStatement().
The default implementation does nothing.
exitLoadXmlStatement in interface MySqlParserListenerctx - the parse treepublic void enterReplaceStatement(MySqlParser.ReplaceStatementContext ctx)
MySqlParser.replaceStatement().
The default implementation does nothing.
enterReplaceStatement in interface MySqlParserListenerctx - the parse treepublic void exitReplaceStatement(MySqlParser.ReplaceStatementContext ctx)
MySqlParser.replaceStatement().
The default implementation does nothing.
exitReplaceStatement in interface MySqlParserListenerctx - the parse treepublic void enterSimpleSelect(MySqlParser.SimpleSelectContext ctx)
simpleSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
enterSimpleSelect in interface MySqlParserListenerctx - the parse treepublic void exitSimpleSelect(MySqlParser.SimpleSelectContext ctx)
simpleSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
exitSimpleSelect in interface MySqlParserListenerctx - the parse treepublic void enterParenthesisSelect(MySqlParser.ParenthesisSelectContext ctx)
parenthesisSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
enterParenthesisSelect in interface MySqlParserListenerctx - the parse treepublic void exitParenthesisSelect(MySqlParser.ParenthesisSelectContext ctx)
parenthesisSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
exitParenthesisSelect in interface MySqlParserListenerctx - the parse treepublic void enterUnionSelect(MySqlParser.UnionSelectContext ctx)
unionSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
enterUnionSelect in interface MySqlParserListenerctx - the parse treepublic void exitUnionSelect(MySqlParser.UnionSelectContext ctx)
unionSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
exitUnionSelect in interface MySqlParserListenerctx - the parse treepublic void enterUnionParenthesisSelect(MySqlParser.UnionParenthesisSelectContext ctx)
unionParenthesisSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
enterUnionParenthesisSelect in interface MySqlParserListenerctx - the parse treepublic void exitUnionParenthesisSelect(MySqlParser.UnionParenthesisSelectContext ctx)
unionParenthesisSelect
labeled alternative in MySqlParser.selectStatement().
The default implementation does nothing.
exitUnionParenthesisSelect in interface MySqlParserListenerctx - the parse treepublic void enterUpdateStatement(MySqlParser.UpdateStatementContext ctx)
MySqlParser.updateStatement().
The default implementation does nothing.
enterUpdateStatement in interface MySqlParserListenerctx - the parse treepublic void exitUpdateStatement(MySqlParser.UpdateStatementContext ctx)
MySqlParser.updateStatement().
The default implementation does nothing.
exitUpdateStatement in interface MySqlParserListenerctx - the parse treepublic void enterInsertStatementValue(MySqlParser.InsertStatementValueContext ctx)
MySqlParser.insertStatementValue().
The default implementation does nothing.
enterInsertStatementValue in interface MySqlParserListenerctx - the parse treepublic void exitInsertStatementValue(MySqlParser.InsertStatementValueContext ctx)
MySqlParser.insertStatementValue().
The default implementation does nothing.
exitInsertStatementValue in interface MySqlParserListenerctx - the parse treepublic void enterUpdatedElement(MySqlParser.UpdatedElementContext ctx)
MySqlParser.updatedElement().
The default implementation does nothing.
enterUpdatedElement in interface MySqlParserListenerctx - the parse treepublic void exitUpdatedElement(MySqlParser.UpdatedElementContext ctx)
MySqlParser.updatedElement().
The default implementation does nothing.
exitUpdatedElement in interface MySqlParserListenerctx - the parse treepublic void enterAssignmentField(MySqlParser.AssignmentFieldContext ctx)
MySqlParser.assignmentField().
The default implementation does nothing.
enterAssignmentField in interface MySqlParserListenerctx - the parse treepublic void exitAssignmentField(MySqlParser.AssignmentFieldContext ctx)
MySqlParser.assignmentField().
The default implementation does nothing.
exitAssignmentField in interface MySqlParserListenerctx - the parse treepublic void enterLockClause(MySqlParser.LockClauseContext ctx)
MySqlParser.lockClause().
The default implementation does nothing.
enterLockClause in interface MySqlParserListenerctx - the parse treepublic void exitLockClause(MySqlParser.LockClauseContext ctx)
MySqlParser.lockClause().
The default implementation does nothing.
exitLockClause in interface MySqlParserListenerctx - the parse treepublic void enterSingleDeleteStatement(MySqlParser.SingleDeleteStatementContext ctx)
MySqlParser.singleDeleteStatement().
The default implementation does nothing.
enterSingleDeleteStatement in interface MySqlParserListenerctx - the parse treepublic void exitSingleDeleteStatement(MySqlParser.SingleDeleteStatementContext ctx)
MySqlParser.singleDeleteStatement().
The default implementation does nothing.
exitSingleDeleteStatement in interface MySqlParserListenerctx - the parse treepublic void enterMultipleDeleteStatement(MySqlParser.MultipleDeleteStatementContext ctx)
MySqlParser.multipleDeleteStatement().
The default implementation does nothing.
enterMultipleDeleteStatement in interface MySqlParserListenerctx - the parse treepublic void exitMultipleDeleteStatement(MySqlParser.MultipleDeleteStatementContext ctx)
MySqlParser.multipleDeleteStatement().
The default implementation does nothing.
exitMultipleDeleteStatement in interface MySqlParserListenerctx - the parse treepublic void enterHandlerOpenStatement(MySqlParser.HandlerOpenStatementContext ctx)
MySqlParser.handlerOpenStatement().
The default implementation does nothing.
enterHandlerOpenStatement in interface MySqlParserListenerctx - the parse treepublic void exitHandlerOpenStatement(MySqlParser.HandlerOpenStatementContext ctx)
MySqlParser.handlerOpenStatement().
The default implementation does nothing.
exitHandlerOpenStatement in interface MySqlParserListenerctx - the parse treepublic void enterHandlerReadIndexStatement(MySqlParser.HandlerReadIndexStatementContext ctx)
MySqlParser.handlerReadIndexStatement().
The default implementation does nothing.
enterHandlerReadIndexStatement in interface MySqlParserListenerctx - the parse treepublic void exitHandlerReadIndexStatement(MySqlParser.HandlerReadIndexStatementContext ctx)
MySqlParser.handlerReadIndexStatement().
The default implementation does nothing.
exitHandlerReadIndexStatement in interface MySqlParserListenerctx - the parse treepublic void enterHandlerReadStatement(MySqlParser.HandlerReadStatementContext ctx)
MySqlParser.handlerReadStatement().
The default implementation does nothing.
enterHandlerReadStatement in interface MySqlParserListenerctx - the parse treepublic void exitHandlerReadStatement(MySqlParser.HandlerReadStatementContext ctx)
MySqlParser.handlerReadStatement().
The default implementation does nothing.
exitHandlerReadStatement in interface MySqlParserListenerctx - the parse treepublic void enterHandlerCloseStatement(MySqlParser.HandlerCloseStatementContext ctx)
MySqlParser.handlerCloseStatement().
The default implementation does nothing.
enterHandlerCloseStatement in interface MySqlParserListenerctx - the parse treepublic void exitHandlerCloseStatement(MySqlParser.HandlerCloseStatementContext ctx)
MySqlParser.handlerCloseStatement().
The default implementation does nothing.
exitHandlerCloseStatement in interface MySqlParserListenerctx - the parse treepublic void enterSingleUpdateStatement(MySqlParser.SingleUpdateStatementContext ctx)
MySqlParser.singleUpdateStatement().
The default implementation does nothing.
enterSingleUpdateStatement in interface MySqlParserListenerctx - the parse treepublic void exitSingleUpdateStatement(MySqlParser.SingleUpdateStatementContext ctx)
MySqlParser.singleUpdateStatement().
The default implementation does nothing.
exitSingleUpdateStatement in interface MySqlParserListenerctx - the parse treepublic void enterMultipleUpdateStatement(MySqlParser.MultipleUpdateStatementContext ctx)
MySqlParser.multipleUpdateStatement().
The default implementation does nothing.
enterMultipleUpdateStatement in interface MySqlParserListenerctx - the parse treepublic void exitMultipleUpdateStatement(MySqlParser.MultipleUpdateStatementContext ctx)
MySqlParser.multipleUpdateStatement().
The default implementation does nothing.
exitMultipleUpdateStatement in interface MySqlParserListenerctx - the parse treepublic void enterOrderByClause(MySqlParser.OrderByClauseContext ctx)
MySqlParser.orderByClause().
The default implementation does nothing.
enterOrderByClause in interface MySqlParserListenerctx - the parse treepublic void exitOrderByClause(MySqlParser.OrderByClauseContext ctx)
MySqlParser.orderByClause().
The default implementation does nothing.
exitOrderByClause in interface MySqlParserListenerctx - the parse treepublic void enterOrderByExpression(MySqlParser.OrderByExpressionContext ctx)
MySqlParser.orderByExpression().
The default implementation does nothing.
enterOrderByExpression in interface MySqlParserListenerctx - the parse treepublic void exitOrderByExpression(MySqlParser.OrderByExpressionContext ctx)
MySqlParser.orderByExpression().
The default implementation does nothing.
exitOrderByExpression in interface MySqlParserListenerctx - the parse treepublic void enterTableSources(MySqlParser.TableSourcesContext ctx)
MySqlParser.tableSources().
The default implementation does nothing.
enterTableSources in interface MySqlParserListenerctx - the parse treepublic void exitTableSources(MySqlParser.TableSourcesContext ctx)
MySqlParser.tableSources().
The default implementation does nothing.
exitTableSources in interface MySqlParserListenerctx - the parse treepublic void enterTableSourceBase(MySqlParser.TableSourceBaseContext ctx)
tableSourceBase
labeled alternative in MySqlParser.tableSource().
The default implementation does nothing.
enterTableSourceBase in interface MySqlParserListenerctx - the parse treepublic void exitTableSourceBase(MySqlParser.TableSourceBaseContext ctx)
tableSourceBase
labeled alternative in MySqlParser.tableSource().
The default implementation does nothing.
exitTableSourceBase in interface MySqlParserListenerctx - the parse treepublic void enterTableSourceNested(MySqlParser.TableSourceNestedContext ctx)
tableSourceNested
labeled alternative in MySqlParser.tableSource().
The default implementation does nothing.
enterTableSourceNested in interface MySqlParserListenerctx - the parse treepublic void exitTableSourceNested(MySqlParser.TableSourceNestedContext ctx)
tableSourceNested
labeled alternative in MySqlParser.tableSource().
The default implementation does nothing.
exitTableSourceNested in interface MySqlParserListenerctx - the parse treepublic void enterAtomTableItem(MySqlParser.AtomTableItemContext ctx)
atomTableItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation does nothing.
enterAtomTableItem in interface MySqlParserListenerctx - the parse treepublic void exitAtomTableItem(MySqlParser.AtomTableItemContext ctx)
atomTableItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation does nothing.
exitAtomTableItem in interface MySqlParserListenerctx - the parse treepublic void enterSubqueryTableItem(MySqlParser.SubqueryTableItemContext ctx)
subqueryTableItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation does nothing.
enterSubqueryTableItem in interface MySqlParserListenerctx - the parse treepublic void exitSubqueryTableItem(MySqlParser.SubqueryTableItemContext ctx)
subqueryTableItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation does nothing.
exitSubqueryTableItem in interface MySqlParserListenerctx - the parse treepublic void enterTableSourcesItem(MySqlParser.TableSourcesItemContext ctx)
tableSourcesItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation does nothing.
enterTableSourcesItem in interface MySqlParserListenerctx - the parse treepublic void exitTableSourcesItem(MySqlParser.TableSourcesItemContext ctx)
tableSourcesItem
labeled alternative in MySqlParser.tableSourceItem().
The default implementation does nothing.
exitTableSourcesItem in interface MySqlParserListenerctx - the parse treepublic void enterIndexHint(MySqlParser.IndexHintContext ctx)
MySqlParser.indexHint().
The default implementation does nothing.
enterIndexHint in interface MySqlParserListenerctx - the parse treepublic void exitIndexHint(MySqlParser.IndexHintContext ctx)
MySqlParser.indexHint().
The default implementation does nothing.
exitIndexHint in interface MySqlParserListenerctx - the parse treepublic void enterIndexHintType(MySqlParser.IndexHintTypeContext ctx)
MySqlParser.indexHintType().
The default implementation does nothing.
enterIndexHintType in interface MySqlParserListenerctx - the parse treepublic void exitIndexHintType(MySqlParser.IndexHintTypeContext ctx)
MySqlParser.indexHintType().
The default implementation does nothing.
exitIndexHintType in interface MySqlParserListenerctx - the parse treepublic void enterInnerJoin(MySqlParser.InnerJoinContext ctx)
innerJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
enterInnerJoin in interface MySqlParserListenerctx - the parse treepublic void exitInnerJoin(MySqlParser.InnerJoinContext ctx)
innerJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
exitInnerJoin in interface MySqlParserListenerctx - the parse treepublic void enterStraightJoin(MySqlParser.StraightJoinContext ctx)
straightJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
enterStraightJoin in interface MySqlParserListenerctx - the parse treepublic void exitStraightJoin(MySqlParser.StraightJoinContext ctx)
straightJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
exitStraightJoin in interface MySqlParserListenerctx - the parse treepublic void enterOuterJoin(MySqlParser.OuterJoinContext ctx)
outerJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
enterOuterJoin in interface MySqlParserListenerctx - the parse treepublic void exitOuterJoin(MySqlParser.OuterJoinContext ctx)
outerJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
exitOuterJoin in interface MySqlParserListenerctx - the parse treepublic void enterNaturalJoin(MySqlParser.NaturalJoinContext ctx)
naturalJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
enterNaturalJoin in interface MySqlParserListenerctx - the parse treepublic void exitNaturalJoin(MySqlParser.NaturalJoinContext ctx)
naturalJoin
labeled alternative in MySqlParser.joinPart().
The default implementation does nothing.
exitNaturalJoin in interface MySqlParserListenerctx - the parse treepublic void enterQueryExpression(MySqlParser.QueryExpressionContext ctx)
MySqlParser.queryExpression().
The default implementation does nothing.
enterQueryExpression in interface MySqlParserListenerctx - the parse treepublic void exitQueryExpression(MySqlParser.QueryExpressionContext ctx)
MySqlParser.queryExpression().
The default implementation does nothing.
exitQueryExpression in interface MySqlParserListenerctx - the parse treepublic void enterQueryExpressionNointo(MySqlParser.QueryExpressionNointoContext ctx)
MySqlParser.queryExpressionNointo().
The default implementation does nothing.
enterQueryExpressionNointo in interface MySqlParserListenerctx - the parse treepublic void exitQueryExpressionNointo(MySqlParser.QueryExpressionNointoContext ctx)
MySqlParser.queryExpressionNointo().
The default implementation does nothing.
exitQueryExpressionNointo in interface MySqlParserListenerctx - the parse treepublic void enterQuerySpecification(MySqlParser.QuerySpecificationContext ctx)
MySqlParser.querySpecification().
The default implementation does nothing.
enterQuerySpecification in interface MySqlParserListenerctx - the parse treepublic void exitQuerySpecification(MySqlParser.QuerySpecificationContext ctx)
MySqlParser.querySpecification().
The default implementation does nothing.
exitQuerySpecification in interface MySqlParserListenerctx - the parse treepublic void enterQuerySpecificationNointo(MySqlParser.QuerySpecificationNointoContext ctx)
MySqlParser.querySpecificationNointo().
The default implementation does nothing.
enterQuerySpecificationNointo in interface MySqlParserListenerctx - the parse treepublic void exitQuerySpecificationNointo(MySqlParser.QuerySpecificationNointoContext ctx)
MySqlParser.querySpecificationNointo().
The default implementation does nothing.
exitQuerySpecificationNointo in interface MySqlParserListenerctx - the parse treepublic void enterUnionParenthesis(MySqlParser.UnionParenthesisContext ctx)
MySqlParser.unionParenthesis().
The default implementation does nothing.
enterUnionParenthesis in interface MySqlParserListenerctx - the parse treepublic void exitUnionParenthesis(MySqlParser.UnionParenthesisContext ctx)
MySqlParser.unionParenthesis().
The default implementation does nothing.
exitUnionParenthesis in interface MySqlParserListenerctx - the parse treepublic void enterUnionStatement(MySqlParser.UnionStatementContext ctx)
MySqlParser.unionStatement().
The default implementation does nothing.
enterUnionStatement in interface MySqlParserListenerctx - the parse treepublic void exitUnionStatement(MySqlParser.UnionStatementContext ctx)
MySqlParser.unionStatement().
The default implementation does nothing.
exitUnionStatement in interface MySqlParserListenerctx - the parse treepublic void enterSelectSpec(MySqlParser.SelectSpecContext ctx)
MySqlParser.selectSpec().
The default implementation does nothing.
enterSelectSpec in interface MySqlParserListenerctx - the parse treepublic void exitSelectSpec(MySqlParser.SelectSpecContext ctx)
MySqlParser.selectSpec().
The default implementation does nothing.
exitSelectSpec in interface MySqlParserListenerctx - the parse treepublic void enterSelectElements(MySqlParser.SelectElementsContext ctx)
MySqlParser.selectElements().
The default implementation does nothing.
enterSelectElements in interface MySqlParserListenerctx - the parse treepublic void exitSelectElements(MySqlParser.SelectElementsContext ctx)
MySqlParser.selectElements().
The default implementation does nothing.
exitSelectElements in interface MySqlParserListenerctx - the parse treepublic void enterSelectStarElement(MySqlParser.SelectStarElementContext ctx)
selectStarElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
enterSelectStarElement in interface MySqlParserListenerctx - the parse treepublic void exitSelectStarElement(MySqlParser.SelectStarElementContext ctx)
selectStarElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
exitSelectStarElement in interface MySqlParserListenerctx - the parse treepublic void enterSelectColumnElement(MySqlParser.SelectColumnElementContext ctx)
selectColumnElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
enterSelectColumnElement in interface MySqlParserListenerctx - the parse treepublic void exitSelectColumnElement(MySqlParser.SelectColumnElementContext ctx)
selectColumnElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
exitSelectColumnElement in interface MySqlParserListenerctx - the parse treepublic void enterSelectFunctionElement(MySqlParser.SelectFunctionElementContext ctx)
selectFunctionElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
enterSelectFunctionElement in interface MySqlParserListenerctx - the parse treepublic void exitSelectFunctionElement(MySqlParser.SelectFunctionElementContext ctx)
selectFunctionElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
exitSelectFunctionElement in interface MySqlParserListenerctx - the parse treepublic void enterSelectExpressionElement(MySqlParser.SelectExpressionElementContext ctx)
selectExpressionElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
enterSelectExpressionElement in interface MySqlParserListenerctx - the parse treepublic void exitSelectExpressionElement(MySqlParser.SelectExpressionElementContext ctx)
selectExpressionElement
labeled alternative in MySqlParser.selectElement().
The default implementation does nothing.
exitSelectExpressionElement in interface MySqlParserListenerctx - the parse treepublic void enterSelectIntoVariables(MySqlParser.SelectIntoVariablesContext ctx)
selectIntoVariables
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation does nothing.
enterSelectIntoVariables in interface MySqlParserListenerctx - the parse treepublic void exitSelectIntoVariables(MySqlParser.SelectIntoVariablesContext ctx)
selectIntoVariables
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation does nothing.
exitSelectIntoVariables in interface MySqlParserListenerctx - the parse treepublic void enterSelectIntoDumpFile(MySqlParser.SelectIntoDumpFileContext ctx)
selectIntoDumpFile
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation does nothing.
enterSelectIntoDumpFile in interface MySqlParserListenerctx - the parse treepublic void exitSelectIntoDumpFile(MySqlParser.SelectIntoDumpFileContext ctx)
selectIntoDumpFile
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation does nothing.
exitSelectIntoDumpFile in interface MySqlParserListenerctx - the parse treepublic void enterSelectIntoTextFile(MySqlParser.SelectIntoTextFileContext ctx)
selectIntoTextFile
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation does nothing.
enterSelectIntoTextFile in interface MySqlParserListenerctx - the parse treepublic void exitSelectIntoTextFile(MySqlParser.SelectIntoTextFileContext ctx)
selectIntoTextFile
labeled alternative in MySqlParser.selectIntoExpression().
The default implementation does nothing.
exitSelectIntoTextFile in interface MySqlParserListenerctx - the parse treepublic void enterSelectFieldsInto(MySqlParser.SelectFieldsIntoContext ctx)
MySqlParser.selectFieldsInto().
The default implementation does nothing.
enterSelectFieldsInto in interface MySqlParserListenerctx - the parse treepublic void exitSelectFieldsInto(MySqlParser.SelectFieldsIntoContext ctx)
MySqlParser.selectFieldsInto().
The default implementation does nothing.
exitSelectFieldsInto in interface MySqlParserListenerctx - the parse treepublic void enterSelectLinesInto(MySqlParser.SelectLinesIntoContext ctx)
MySqlParser.selectLinesInto().
The default implementation does nothing.
enterSelectLinesInto in interface MySqlParserListenerctx - the parse treepublic void exitSelectLinesInto(MySqlParser.SelectLinesIntoContext ctx)
MySqlParser.selectLinesInto().
The default implementation does nothing.
exitSelectLinesInto in interface MySqlParserListenerctx - the parse treepublic void enterFromClause(MySqlParser.FromClauseContext ctx)
MySqlParser.fromClause().
The default implementation does nothing.
enterFromClause in interface MySqlParserListenerctx - the parse treepublic void exitFromClause(MySqlParser.FromClauseContext ctx)
MySqlParser.fromClause().
The default implementation does nothing.
exitFromClause in interface MySqlParserListenerctx - the parse treepublic void enterGroupByItem(MySqlParser.GroupByItemContext ctx)
MySqlParser.groupByItem().
The default implementation does nothing.
enterGroupByItem in interface MySqlParserListenerctx - the parse treepublic void exitGroupByItem(MySqlParser.GroupByItemContext ctx)
MySqlParser.groupByItem().
The default implementation does nothing.
exitGroupByItem in interface MySqlParserListenerctx - the parse treepublic void enterLimitClause(MySqlParser.LimitClauseContext ctx)
MySqlParser.limitClause().
The default implementation does nothing.
enterLimitClause in interface MySqlParserListenerctx - the parse treepublic void exitLimitClause(MySqlParser.LimitClauseContext ctx)
MySqlParser.limitClause().
The default implementation does nothing.
exitLimitClause in interface MySqlParserListenerctx - the parse treepublic void enterLimitClauseAtom(MySqlParser.LimitClauseAtomContext ctx)
MySqlParser.limitClauseAtom().
The default implementation does nothing.
enterLimitClauseAtom in interface MySqlParserListenerctx - the parse treepublic void exitLimitClauseAtom(MySqlParser.LimitClauseAtomContext ctx)
MySqlParser.limitClauseAtom().
The default implementation does nothing.
exitLimitClauseAtom in interface MySqlParserListenerctx - the parse treepublic void enterStartTransaction(MySqlParser.StartTransactionContext ctx)
MySqlParser.startTransaction().
The default implementation does nothing.
enterStartTransaction in interface MySqlParserListenerctx - the parse treepublic void exitStartTransaction(MySqlParser.StartTransactionContext ctx)
MySqlParser.startTransaction().
The default implementation does nothing.
exitStartTransaction in interface MySqlParserListenerctx - the parse treepublic void enterBeginWork(MySqlParser.BeginWorkContext ctx)
MySqlParser.beginWork().
The default implementation does nothing.
enterBeginWork in interface MySqlParserListenerctx - the parse treepublic void exitBeginWork(MySqlParser.BeginWorkContext ctx)
MySqlParser.beginWork().
The default implementation does nothing.
exitBeginWork in interface MySqlParserListenerctx - the parse treepublic void enterCommitWork(MySqlParser.CommitWorkContext ctx)
MySqlParser.commitWork().
The default implementation does nothing.
enterCommitWork in interface MySqlParserListenerctx - the parse treepublic void exitCommitWork(MySqlParser.CommitWorkContext ctx)
MySqlParser.commitWork().
The default implementation does nothing.
exitCommitWork in interface MySqlParserListenerctx - the parse treepublic void enterRollbackWork(MySqlParser.RollbackWorkContext ctx)
MySqlParser.rollbackWork().
The default implementation does nothing.
enterRollbackWork in interface MySqlParserListenerctx - the parse treepublic void exitRollbackWork(MySqlParser.RollbackWorkContext ctx)
MySqlParser.rollbackWork().
The default implementation does nothing.
exitRollbackWork in interface MySqlParserListenerctx - the parse treepublic void enterSavepointStatement(MySqlParser.SavepointStatementContext ctx)
MySqlParser.savepointStatement().
The default implementation does nothing.
enterSavepointStatement in interface MySqlParserListenerctx - the parse treepublic void exitSavepointStatement(MySqlParser.SavepointStatementContext ctx)
MySqlParser.savepointStatement().
The default implementation does nothing.
exitSavepointStatement in interface MySqlParserListenerctx - the parse treepublic void enterRollbackStatement(MySqlParser.RollbackStatementContext ctx)
MySqlParser.rollbackStatement().
The default implementation does nothing.
enterRollbackStatement in interface MySqlParserListenerctx - the parse treepublic void exitRollbackStatement(MySqlParser.RollbackStatementContext ctx)
MySqlParser.rollbackStatement().
The default implementation does nothing.
exitRollbackStatement in interface MySqlParserListenerctx - the parse treepublic void enterReleaseStatement(MySqlParser.ReleaseStatementContext ctx)
MySqlParser.releaseStatement().
The default implementation does nothing.
enterReleaseStatement in interface MySqlParserListenerctx - the parse treepublic void exitReleaseStatement(MySqlParser.ReleaseStatementContext ctx)
MySqlParser.releaseStatement().
The default implementation does nothing.
exitReleaseStatement in interface MySqlParserListenerctx - the parse treepublic void enterLockTables(MySqlParser.LockTablesContext ctx)
MySqlParser.lockTables().
The default implementation does nothing.
enterLockTables in interface MySqlParserListenerctx - the parse treepublic void exitLockTables(MySqlParser.LockTablesContext ctx)
MySqlParser.lockTables().
The default implementation does nothing.
exitLockTables in interface MySqlParserListenerctx - the parse treepublic void enterUnlockTables(MySqlParser.UnlockTablesContext ctx)
MySqlParser.unlockTables().
The default implementation does nothing.
enterUnlockTables in interface MySqlParserListenerctx - the parse treepublic void exitUnlockTables(MySqlParser.UnlockTablesContext ctx)
MySqlParser.unlockTables().
The default implementation does nothing.
exitUnlockTables in interface MySqlParserListenerctx - the parse treepublic void enterSetAutocommitStatement(MySqlParser.SetAutocommitStatementContext ctx)
MySqlParser.setAutocommitStatement().
The default implementation does nothing.
enterSetAutocommitStatement in interface MySqlParserListenerctx - the parse treepublic void exitSetAutocommitStatement(MySqlParser.SetAutocommitStatementContext ctx)
MySqlParser.setAutocommitStatement().
The default implementation does nothing.
exitSetAutocommitStatement in interface MySqlParserListenerctx - the parse treepublic void enterSetTransactionStatement(MySqlParser.SetTransactionStatementContext ctx)
MySqlParser.setTransactionStatement().
The default implementation does nothing.
enterSetTransactionStatement in interface MySqlParserListenerctx - the parse treepublic void exitSetTransactionStatement(MySqlParser.SetTransactionStatementContext ctx)
MySqlParser.setTransactionStatement().
The default implementation does nothing.
exitSetTransactionStatement in interface MySqlParserListenerctx - the parse treepublic void enterTransactionMode(MySqlParser.TransactionModeContext ctx)
MySqlParser.transactionMode().
The default implementation does nothing.
enterTransactionMode in interface MySqlParserListenerctx - the parse treepublic void exitTransactionMode(MySqlParser.TransactionModeContext ctx)
MySqlParser.transactionMode().
The default implementation does nothing.
exitTransactionMode in interface MySqlParserListenerctx - the parse treepublic void enterLockTableElement(MySqlParser.LockTableElementContext ctx)
MySqlParser.lockTableElement().
The default implementation does nothing.
enterLockTableElement in interface MySqlParserListenerctx - the parse treepublic void exitLockTableElement(MySqlParser.LockTableElementContext ctx)
MySqlParser.lockTableElement().
The default implementation does nothing.
exitLockTableElement in interface MySqlParserListenerctx - the parse treepublic void enterLockAction(MySqlParser.LockActionContext ctx)
MySqlParser.lockAction().
The default implementation does nothing.
enterLockAction in interface MySqlParserListenerctx - the parse treepublic void exitLockAction(MySqlParser.LockActionContext ctx)
MySqlParser.lockAction().
The default implementation does nothing.
exitLockAction in interface MySqlParserListenerctx - the parse treepublic void enterTransactionOption(MySqlParser.TransactionOptionContext ctx)
MySqlParser.transactionOption().
The default implementation does nothing.
enterTransactionOption in interface MySqlParserListenerctx - the parse treepublic void exitTransactionOption(MySqlParser.TransactionOptionContext ctx)
MySqlParser.transactionOption().
The default implementation does nothing.
exitTransactionOption in interface MySqlParserListenerctx - the parse treepublic void enterTransactionLevel(MySqlParser.TransactionLevelContext ctx)
MySqlParser.transactionLevel().
The default implementation does nothing.
enterTransactionLevel in interface MySqlParserListenerctx - the parse treepublic void exitTransactionLevel(MySqlParser.TransactionLevelContext ctx)
MySqlParser.transactionLevel().
The default implementation does nothing.
exitTransactionLevel in interface MySqlParserListenerctx - the parse treepublic void enterChangeMaster(MySqlParser.ChangeMasterContext ctx)
MySqlParser.changeMaster().
The default implementation does nothing.
enterChangeMaster in interface MySqlParserListenerctx - the parse treepublic void exitChangeMaster(MySqlParser.ChangeMasterContext ctx)
MySqlParser.changeMaster().
The default implementation does nothing.
exitChangeMaster in interface MySqlParserListenerctx - the parse treepublic void enterChangeReplicationFilter(MySqlParser.ChangeReplicationFilterContext ctx)
MySqlParser.changeReplicationFilter().
The default implementation does nothing.
enterChangeReplicationFilter in interface MySqlParserListenerctx - the parse treepublic void exitChangeReplicationFilter(MySqlParser.ChangeReplicationFilterContext ctx)
MySqlParser.changeReplicationFilter().
The default implementation does nothing.
exitChangeReplicationFilter in interface MySqlParserListenerctx - the parse treepublic void enterPurgeBinaryLogs(MySqlParser.PurgeBinaryLogsContext ctx)
MySqlParser.purgeBinaryLogs().
The default implementation does nothing.
enterPurgeBinaryLogs in interface MySqlParserListenerctx - the parse treepublic void exitPurgeBinaryLogs(MySqlParser.PurgeBinaryLogsContext ctx)
MySqlParser.purgeBinaryLogs().
The default implementation does nothing.
exitPurgeBinaryLogs in interface MySqlParserListenerctx - the parse treepublic void enterResetMaster(MySqlParser.ResetMasterContext ctx)
MySqlParser.resetMaster().
The default implementation does nothing.
enterResetMaster in interface MySqlParserListenerctx - the parse treepublic void exitResetMaster(MySqlParser.ResetMasterContext ctx)
MySqlParser.resetMaster().
The default implementation does nothing.
exitResetMaster in interface MySqlParserListenerctx - the parse treepublic void enterResetSlave(MySqlParser.ResetSlaveContext ctx)
MySqlParser.resetSlave().
The default implementation does nothing.
enterResetSlave in interface MySqlParserListenerctx - the parse treepublic void exitResetSlave(MySqlParser.ResetSlaveContext ctx)
MySqlParser.resetSlave().
The default implementation does nothing.
exitResetSlave in interface MySqlParserListenerctx - the parse treepublic void enterStartSlave(MySqlParser.StartSlaveContext ctx)
MySqlParser.startSlave().
The default implementation does nothing.
enterStartSlave in interface MySqlParserListenerctx - the parse treepublic void exitStartSlave(MySqlParser.StartSlaveContext ctx)
MySqlParser.startSlave().
The default implementation does nothing.
exitStartSlave in interface MySqlParserListenerctx - the parse treepublic void enterStopSlave(MySqlParser.StopSlaveContext ctx)
MySqlParser.stopSlave().
The default implementation does nothing.
enterStopSlave in interface MySqlParserListenerctx - the parse treepublic void exitStopSlave(MySqlParser.StopSlaveContext ctx)
MySqlParser.stopSlave().
The default implementation does nothing.
exitStopSlave in interface MySqlParserListenerctx - the parse treepublic void enterStartGroupReplication(MySqlParser.StartGroupReplicationContext ctx)
MySqlParser.startGroupReplication().
The default implementation does nothing.
enterStartGroupReplication in interface MySqlParserListenerctx - the parse treepublic void exitStartGroupReplication(MySqlParser.StartGroupReplicationContext ctx)
MySqlParser.startGroupReplication().
The default implementation does nothing.
exitStartGroupReplication in interface MySqlParserListenerctx - the parse treepublic void enterStopGroupReplication(MySqlParser.StopGroupReplicationContext ctx)
MySqlParser.stopGroupReplication().
The default implementation does nothing.
enterStopGroupReplication in interface MySqlParserListenerctx - the parse treepublic void exitStopGroupReplication(MySqlParser.StopGroupReplicationContext ctx)
MySqlParser.stopGroupReplication().
The default implementation does nothing.
exitStopGroupReplication in interface MySqlParserListenerctx - the parse treepublic void enterMasterStringOption(MySqlParser.MasterStringOptionContext ctx)
masterStringOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
enterMasterStringOption in interface MySqlParserListenerctx - the parse treepublic void exitMasterStringOption(MySqlParser.MasterStringOptionContext ctx)
masterStringOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
exitMasterStringOption in interface MySqlParserListenerctx - the parse treepublic void enterMasterDecimalOption(MySqlParser.MasterDecimalOptionContext ctx)
masterDecimalOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
enterMasterDecimalOption in interface MySqlParserListenerctx - the parse treepublic void exitMasterDecimalOption(MySqlParser.MasterDecimalOptionContext ctx)
masterDecimalOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
exitMasterDecimalOption in interface MySqlParserListenerctx - the parse treepublic void enterMasterBoolOption(MySqlParser.MasterBoolOptionContext ctx)
masterBoolOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
enterMasterBoolOption in interface MySqlParserListenerctx - the parse treepublic void exitMasterBoolOption(MySqlParser.MasterBoolOptionContext ctx)
masterBoolOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
exitMasterBoolOption in interface MySqlParserListenerctx - the parse treepublic void enterMasterRealOption(MySqlParser.MasterRealOptionContext ctx)
masterRealOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
enterMasterRealOption in interface MySqlParserListenerctx - the parse treepublic void exitMasterRealOption(MySqlParser.MasterRealOptionContext ctx)
masterRealOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
exitMasterRealOption in interface MySqlParserListenerctx - the parse treepublic void enterMasterUidListOption(MySqlParser.MasterUidListOptionContext ctx)
masterUidListOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
enterMasterUidListOption in interface MySqlParserListenerctx - the parse treepublic void exitMasterUidListOption(MySqlParser.MasterUidListOptionContext ctx)
masterUidListOption
labeled alternative in MySqlParser.masterOption().
The default implementation does nothing.
exitMasterUidListOption in interface MySqlParserListenerctx - the parse treepublic void enterStringMasterOption(MySqlParser.StringMasterOptionContext ctx)
MySqlParser.stringMasterOption().
The default implementation does nothing.
enterStringMasterOption in interface MySqlParserListenerctx - the parse treepublic void exitStringMasterOption(MySqlParser.StringMasterOptionContext ctx)
MySqlParser.stringMasterOption().
The default implementation does nothing.
exitStringMasterOption in interface MySqlParserListenerctx - the parse treepublic void enterDecimalMasterOption(MySqlParser.DecimalMasterOptionContext ctx)
MySqlParser.decimalMasterOption().
The default implementation does nothing.
enterDecimalMasterOption in interface MySqlParserListenerctx - the parse treepublic void exitDecimalMasterOption(MySqlParser.DecimalMasterOptionContext ctx)
MySqlParser.decimalMasterOption().
The default implementation does nothing.
exitDecimalMasterOption in interface MySqlParserListenerctx - the parse treepublic void enterBoolMasterOption(MySqlParser.BoolMasterOptionContext ctx)
MySqlParser.boolMasterOption().
The default implementation does nothing.
enterBoolMasterOption in interface MySqlParserListenerctx - the parse treepublic void exitBoolMasterOption(MySqlParser.BoolMasterOptionContext ctx)
MySqlParser.boolMasterOption().
The default implementation does nothing.
exitBoolMasterOption in interface MySqlParserListenerctx - the parse treepublic void enterChannelOption(MySqlParser.ChannelOptionContext ctx)
MySqlParser.channelOption().
The default implementation does nothing.
enterChannelOption in interface MySqlParserListenerctx - the parse treepublic void exitChannelOption(MySqlParser.ChannelOptionContext ctx)
MySqlParser.channelOption().
The default implementation does nothing.
exitChannelOption in interface MySqlParserListenerctx - the parse treepublic void enterDoDbReplication(MySqlParser.DoDbReplicationContext ctx)
doDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
enterDoDbReplication in interface MySqlParserListenerctx - the parse treepublic void exitDoDbReplication(MySqlParser.DoDbReplicationContext ctx)
doDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
exitDoDbReplication in interface MySqlParserListenerctx - the parse treepublic void enterIgnoreDbReplication(MySqlParser.IgnoreDbReplicationContext ctx)
ignoreDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
enterIgnoreDbReplication in interface MySqlParserListenerctx - the parse treepublic void exitIgnoreDbReplication(MySqlParser.IgnoreDbReplicationContext ctx)
ignoreDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
exitIgnoreDbReplication in interface MySqlParserListenerctx - the parse treepublic void enterDoTableReplication(MySqlParser.DoTableReplicationContext ctx)
doTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
enterDoTableReplication in interface MySqlParserListenerctx - the parse treepublic void exitDoTableReplication(MySqlParser.DoTableReplicationContext ctx)
doTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
exitDoTableReplication in interface MySqlParserListenerctx - the parse treepublic void enterIgnoreTableReplication(MySqlParser.IgnoreTableReplicationContext ctx)
ignoreTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
enterIgnoreTableReplication in interface MySqlParserListenerctx - the parse treepublic void exitIgnoreTableReplication(MySqlParser.IgnoreTableReplicationContext ctx)
ignoreTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
exitIgnoreTableReplication in interface MySqlParserListenerctx - the parse treepublic void enterWildDoTableReplication(MySqlParser.WildDoTableReplicationContext ctx)
wildDoTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
enterWildDoTableReplication in interface MySqlParserListenerctx - the parse treepublic void exitWildDoTableReplication(MySqlParser.WildDoTableReplicationContext ctx)
wildDoTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
exitWildDoTableReplication in interface MySqlParserListenerctx - the parse treepublic void enterWildIgnoreTableReplication(MySqlParser.WildIgnoreTableReplicationContext ctx)
wildIgnoreTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
enterWildIgnoreTableReplication in interface MySqlParserListenerctx - the parse treepublic void exitWildIgnoreTableReplication(MySqlParser.WildIgnoreTableReplicationContext ctx)
wildIgnoreTableReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
exitWildIgnoreTableReplication in interface MySqlParserListenerctx - the parse treepublic void enterRewriteDbReplication(MySqlParser.RewriteDbReplicationContext ctx)
rewriteDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
enterRewriteDbReplication in interface MySqlParserListenerctx - the parse treepublic void exitRewriteDbReplication(MySqlParser.RewriteDbReplicationContext ctx)
rewriteDbReplication
labeled alternative in MySqlParser.replicationFilter().
The default implementation does nothing.
exitRewriteDbReplication in interface MySqlParserListenerctx - the parse treepublic void enterTablePair(MySqlParser.TablePairContext ctx)
MySqlParser.tablePair().
The default implementation does nothing.
enterTablePair in interface MySqlParserListenerctx - the parse treepublic void exitTablePair(MySqlParser.TablePairContext ctx)
MySqlParser.tablePair().
The default implementation does nothing.
exitTablePair in interface MySqlParserListenerctx - the parse treepublic void enterThreadType(MySqlParser.ThreadTypeContext ctx)
MySqlParser.threadType().
The default implementation does nothing.
enterThreadType in interface MySqlParserListenerctx - the parse treepublic void exitThreadType(MySqlParser.ThreadTypeContext ctx)
MySqlParser.threadType().
The default implementation does nothing.
exitThreadType in interface MySqlParserListenerctx - the parse treepublic void enterGtidsUntilOption(MySqlParser.GtidsUntilOptionContext ctx)
gtidsUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
enterGtidsUntilOption in interface MySqlParserListenerctx - the parse treepublic void exitGtidsUntilOption(MySqlParser.GtidsUntilOptionContext ctx)
gtidsUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
exitGtidsUntilOption in interface MySqlParserListenerctx - the parse treepublic void enterMasterLogUntilOption(MySqlParser.MasterLogUntilOptionContext ctx)
masterLogUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
enterMasterLogUntilOption in interface MySqlParserListenerctx - the parse treepublic void exitMasterLogUntilOption(MySqlParser.MasterLogUntilOptionContext ctx)
masterLogUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
exitMasterLogUntilOption in interface MySqlParserListenerctx - the parse treepublic void enterRelayLogUntilOption(MySqlParser.RelayLogUntilOptionContext ctx)
relayLogUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
enterRelayLogUntilOption in interface MySqlParserListenerctx - the parse treepublic void exitRelayLogUntilOption(MySqlParser.RelayLogUntilOptionContext ctx)
relayLogUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
exitRelayLogUntilOption in interface MySqlParserListenerctx - the parse treepublic void enterSqlGapsUntilOption(MySqlParser.SqlGapsUntilOptionContext ctx)
sqlGapsUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
enterSqlGapsUntilOption in interface MySqlParserListenerctx - the parse treepublic void exitSqlGapsUntilOption(MySqlParser.SqlGapsUntilOptionContext ctx)
sqlGapsUntilOption
labeled alternative in MySqlParser.untilOption().
The default implementation does nothing.
exitSqlGapsUntilOption in interface MySqlParserListenerctx - the parse treepublic void enterUserConnectionOption(MySqlParser.UserConnectionOptionContext ctx)
userConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
enterUserConnectionOption in interface MySqlParserListenerctx - the parse treepublic void exitUserConnectionOption(MySqlParser.UserConnectionOptionContext ctx)
userConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
exitUserConnectionOption in interface MySqlParserListenerctx - the parse treepublic void enterPasswordConnectionOption(MySqlParser.PasswordConnectionOptionContext ctx)
passwordConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
enterPasswordConnectionOption in interface MySqlParserListenerctx - the parse treepublic void exitPasswordConnectionOption(MySqlParser.PasswordConnectionOptionContext ctx)
passwordConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
exitPasswordConnectionOption in interface MySqlParserListenerctx - the parse treepublic void enterDefaultAuthConnectionOption(MySqlParser.DefaultAuthConnectionOptionContext ctx)
defaultAuthConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
enterDefaultAuthConnectionOption in interface MySqlParserListenerctx - the parse treepublic void exitDefaultAuthConnectionOption(MySqlParser.DefaultAuthConnectionOptionContext ctx)
defaultAuthConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
exitDefaultAuthConnectionOption in interface MySqlParserListenerctx - the parse treepublic void enterPluginDirConnectionOption(MySqlParser.PluginDirConnectionOptionContext ctx)
pluginDirConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
enterPluginDirConnectionOption in interface MySqlParserListenerctx - the parse treepublic void exitPluginDirConnectionOption(MySqlParser.PluginDirConnectionOptionContext ctx)
pluginDirConnectionOption
labeled alternative in MySqlParser.connectionOption().
The default implementation does nothing.
exitPluginDirConnectionOption in interface MySqlParserListenerctx - the parse treepublic void enterGtuidSet(MySqlParser.GtuidSetContext ctx)
MySqlParser.gtuidSet().
The default implementation does nothing.
enterGtuidSet in interface MySqlParserListenerctx - the parse treepublic void exitGtuidSet(MySqlParser.GtuidSetContext ctx)
MySqlParser.gtuidSet().
The default implementation does nothing.
exitGtuidSet in interface MySqlParserListenerctx - the parse treepublic void enterXaStartTransaction(MySqlParser.XaStartTransactionContext ctx)
MySqlParser.xaStartTransaction().
The default implementation does nothing.
enterXaStartTransaction in interface MySqlParserListenerctx - the parse treepublic void exitXaStartTransaction(MySqlParser.XaStartTransactionContext ctx)
MySqlParser.xaStartTransaction().
The default implementation does nothing.
exitXaStartTransaction in interface MySqlParserListenerctx - the parse treepublic void enterXaEndTransaction(MySqlParser.XaEndTransactionContext ctx)
MySqlParser.xaEndTransaction().
The default implementation does nothing.
enterXaEndTransaction in interface MySqlParserListenerctx - the parse treepublic void exitXaEndTransaction(MySqlParser.XaEndTransactionContext ctx)
MySqlParser.xaEndTransaction().
The default implementation does nothing.
exitXaEndTransaction in interface MySqlParserListenerctx - the parse treepublic void enterXaPrepareStatement(MySqlParser.XaPrepareStatementContext ctx)
MySqlParser.xaPrepareStatement().
The default implementation does nothing.
enterXaPrepareStatement in interface MySqlParserListenerctx - the parse treepublic void exitXaPrepareStatement(MySqlParser.XaPrepareStatementContext ctx)
MySqlParser.xaPrepareStatement().
The default implementation does nothing.
exitXaPrepareStatement in interface MySqlParserListenerctx - the parse treepublic void enterXaCommitWork(MySqlParser.XaCommitWorkContext ctx)
MySqlParser.xaCommitWork().
The default implementation does nothing.
enterXaCommitWork in interface MySqlParserListenerctx - the parse treepublic void exitXaCommitWork(MySqlParser.XaCommitWorkContext ctx)
MySqlParser.xaCommitWork().
The default implementation does nothing.
exitXaCommitWork in interface MySqlParserListenerctx - the parse treepublic void enterXaRollbackWork(MySqlParser.XaRollbackWorkContext ctx)
MySqlParser.xaRollbackWork().
The default implementation does nothing.
enterXaRollbackWork in interface MySqlParserListenerctx - the parse treepublic void exitXaRollbackWork(MySqlParser.XaRollbackWorkContext ctx)
MySqlParser.xaRollbackWork().
The default implementation does nothing.
exitXaRollbackWork in interface MySqlParserListenerctx - the parse treepublic void enterXaRecoverWork(MySqlParser.XaRecoverWorkContext ctx)
MySqlParser.xaRecoverWork().
The default implementation does nothing.
enterXaRecoverWork in interface MySqlParserListenerctx - the parse treepublic void exitXaRecoverWork(MySqlParser.XaRecoverWorkContext ctx)
MySqlParser.xaRecoverWork().
The default implementation does nothing.
exitXaRecoverWork in interface MySqlParserListenerctx - the parse treepublic void enterPrepareStatement(MySqlParser.PrepareStatementContext ctx)
MySqlParser.prepareStatement().
The default implementation does nothing.
enterPrepareStatement in interface MySqlParserListenerctx - the parse treepublic void exitPrepareStatement(MySqlParser.PrepareStatementContext ctx)
MySqlParser.prepareStatement().
The default implementation does nothing.
exitPrepareStatement in interface MySqlParserListenerctx - the parse treepublic void enterExecuteStatement(MySqlParser.ExecuteStatementContext ctx)
MySqlParser.executeStatement().
The default implementation does nothing.
enterExecuteStatement in interface MySqlParserListenerctx - the parse treepublic void exitExecuteStatement(MySqlParser.ExecuteStatementContext ctx)
MySqlParser.executeStatement().
The default implementation does nothing.
exitExecuteStatement in interface MySqlParserListenerctx - the parse treepublic void enterDeallocatePrepare(MySqlParser.DeallocatePrepareContext ctx)
MySqlParser.deallocatePrepare().
The default implementation does nothing.
enterDeallocatePrepare in interface MySqlParserListenerctx - the parse treepublic void exitDeallocatePrepare(MySqlParser.DeallocatePrepareContext ctx)
MySqlParser.deallocatePrepare().
The default implementation does nothing.
exitDeallocatePrepare in interface MySqlParserListenerctx - the parse treepublic void enterRoutineBody(MySqlParser.RoutineBodyContext ctx)
MySqlParser.routineBody().
The default implementation does nothing.
enterRoutineBody in interface MySqlParserListenerctx - the parse treepublic void exitRoutineBody(MySqlParser.RoutineBodyContext ctx)
MySqlParser.routineBody().
The default implementation does nothing.
exitRoutineBody in interface MySqlParserListenerctx - the parse treepublic void enterBlockStatement(MySqlParser.BlockStatementContext ctx)
MySqlParser.blockStatement().
The default implementation does nothing.
enterBlockStatement in interface MySqlParserListenerctx - the parse treepublic void exitBlockStatement(MySqlParser.BlockStatementContext ctx)
MySqlParser.blockStatement().
The default implementation does nothing.
exitBlockStatement in interface MySqlParserListenerctx - the parse treepublic void enterCaseStatement(MySqlParser.CaseStatementContext ctx)
MySqlParser.caseStatement().
The default implementation does nothing.
enterCaseStatement in interface MySqlParserListenerctx - the parse treepublic void exitCaseStatement(MySqlParser.CaseStatementContext ctx)
MySqlParser.caseStatement().
The default implementation does nothing.
exitCaseStatement in interface MySqlParserListenerctx - the parse treepublic void enterIfStatement(MySqlParser.IfStatementContext ctx)
MySqlParser.ifStatement().
The default implementation does nothing.
enterIfStatement in interface MySqlParserListenerctx - the parse treepublic void exitIfStatement(MySqlParser.IfStatementContext ctx)
MySqlParser.ifStatement().
The default implementation does nothing.
exitIfStatement in interface MySqlParserListenerctx - the parse treepublic void enterIterateStatement(MySqlParser.IterateStatementContext ctx)
MySqlParser.iterateStatement().
The default implementation does nothing.
enterIterateStatement in interface MySqlParserListenerctx - the parse treepublic void exitIterateStatement(MySqlParser.IterateStatementContext ctx)
MySqlParser.iterateStatement().
The default implementation does nothing.
exitIterateStatement in interface MySqlParserListenerctx - the parse treepublic void enterLeaveStatement(MySqlParser.LeaveStatementContext ctx)
MySqlParser.leaveStatement().
The default implementation does nothing.
enterLeaveStatement in interface MySqlParserListenerctx - the parse treepublic void exitLeaveStatement(MySqlParser.LeaveStatementContext ctx)
MySqlParser.leaveStatement().
The default implementation does nothing.
exitLeaveStatement in interface MySqlParserListenerctx - the parse treepublic void enterLoopStatement(MySqlParser.LoopStatementContext ctx)
MySqlParser.loopStatement().
The default implementation does nothing.
enterLoopStatement in interface MySqlParserListenerctx - the parse treepublic void exitLoopStatement(MySqlParser.LoopStatementContext ctx)
MySqlParser.loopStatement().
The default implementation does nothing.
exitLoopStatement in interface MySqlParserListenerctx - the parse treepublic void enterRepeatStatement(MySqlParser.RepeatStatementContext ctx)
MySqlParser.repeatStatement().
The default implementation does nothing.
enterRepeatStatement in interface MySqlParserListenerctx - the parse treepublic void exitRepeatStatement(MySqlParser.RepeatStatementContext ctx)
MySqlParser.repeatStatement().
The default implementation does nothing.
exitRepeatStatement in interface MySqlParserListenerctx - the parse treepublic void enterReturnStatement(MySqlParser.ReturnStatementContext ctx)
MySqlParser.returnStatement().
The default implementation does nothing.
enterReturnStatement in interface MySqlParserListenerctx - the parse treepublic void exitReturnStatement(MySqlParser.ReturnStatementContext ctx)
MySqlParser.returnStatement().
The default implementation does nothing.
exitReturnStatement in interface MySqlParserListenerctx - the parse treepublic void enterWhileStatement(MySqlParser.WhileStatementContext ctx)
MySqlParser.whileStatement().
The default implementation does nothing.
enterWhileStatement in interface MySqlParserListenerctx - the parse treepublic void exitWhileStatement(MySqlParser.WhileStatementContext ctx)
MySqlParser.whileStatement().
The default implementation does nothing.
exitWhileStatement in interface MySqlParserListenerctx - the parse treepublic void enterCloseCursor(MySqlParser.CloseCursorContext ctx)
CloseCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation does nothing.
enterCloseCursor in interface MySqlParserListenerctx - the parse treepublic void exitCloseCursor(MySqlParser.CloseCursorContext ctx)
CloseCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation does nothing.
exitCloseCursor in interface MySqlParserListenerctx - the parse treepublic void enterFetchCursor(MySqlParser.FetchCursorContext ctx)
FetchCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation does nothing.
enterFetchCursor in interface MySqlParserListenerctx - the parse treepublic void exitFetchCursor(MySqlParser.FetchCursorContext ctx)
FetchCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation does nothing.
exitFetchCursor in interface MySqlParserListenerctx - the parse treepublic void enterOpenCursor(MySqlParser.OpenCursorContext ctx)
OpenCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation does nothing.
enterOpenCursor in interface MySqlParserListenerctx - the parse treepublic void exitOpenCursor(MySqlParser.OpenCursorContext ctx)
OpenCursor
labeled alternative in MySqlParser.cursorStatement().
The default implementation does nothing.
exitOpenCursor in interface MySqlParserListenerctx - the parse treepublic void enterDeclareVariable(MySqlParser.DeclareVariableContext ctx)
MySqlParser.declareVariable().
The default implementation does nothing.
enterDeclareVariable in interface MySqlParserListenerctx - the parse treepublic void exitDeclareVariable(MySqlParser.DeclareVariableContext ctx)
MySqlParser.declareVariable().
The default implementation does nothing.
exitDeclareVariable in interface MySqlParserListenerctx - the parse treepublic void enterDeclareCondition(MySqlParser.DeclareConditionContext ctx)
MySqlParser.declareCondition().
The default implementation does nothing.
enterDeclareCondition in interface MySqlParserListenerctx - the parse treepublic void exitDeclareCondition(MySqlParser.DeclareConditionContext ctx)
MySqlParser.declareCondition().
The default implementation does nothing.
exitDeclareCondition in interface MySqlParserListenerctx - the parse treepublic void enterDeclareCursor(MySqlParser.DeclareCursorContext ctx)
MySqlParser.declareCursor().
The default implementation does nothing.
enterDeclareCursor in interface MySqlParserListenerctx - the parse treepublic void exitDeclareCursor(MySqlParser.DeclareCursorContext ctx)
MySqlParser.declareCursor().
The default implementation does nothing.
exitDeclareCursor in interface MySqlParserListenerctx - the parse treepublic void enterDeclareHandler(MySqlParser.DeclareHandlerContext ctx)
MySqlParser.declareHandler().
The default implementation does nothing.
enterDeclareHandler in interface MySqlParserListenerctx - the parse treepublic void exitDeclareHandler(MySqlParser.DeclareHandlerContext ctx)
MySqlParser.declareHandler().
The default implementation does nothing.
exitDeclareHandler in interface MySqlParserListenerctx - the parse treepublic void enterHandlerConditionCode(MySqlParser.HandlerConditionCodeContext ctx)
handlerConditionCode
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
enterHandlerConditionCode in interface MySqlParserListenerctx - the parse treepublic void exitHandlerConditionCode(MySqlParser.HandlerConditionCodeContext ctx)
handlerConditionCode
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
exitHandlerConditionCode in interface MySqlParserListenerctx - the parse treepublic void enterHandlerConditionState(MySqlParser.HandlerConditionStateContext ctx)
handlerConditionState
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
enterHandlerConditionState in interface MySqlParserListenerctx - the parse treepublic void exitHandlerConditionState(MySqlParser.HandlerConditionStateContext ctx)
handlerConditionState
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
exitHandlerConditionState in interface MySqlParserListenerctx - the parse treepublic void enterHandlerConditionName(MySqlParser.HandlerConditionNameContext ctx)
handlerConditionName
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
enterHandlerConditionName in interface MySqlParserListenerctx - the parse treepublic void exitHandlerConditionName(MySqlParser.HandlerConditionNameContext ctx)
handlerConditionName
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
exitHandlerConditionName in interface MySqlParserListenerctx - the parse treepublic void enterHandlerConditionWarning(MySqlParser.HandlerConditionWarningContext ctx)
handlerConditionWarning
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
enterHandlerConditionWarning in interface MySqlParserListenerctx - the parse treepublic void exitHandlerConditionWarning(MySqlParser.HandlerConditionWarningContext ctx)
handlerConditionWarning
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
exitHandlerConditionWarning in interface MySqlParserListenerctx - the parse treepublic void enterHandlerConditionNotfound(MySqlParser.HandlerConditionNotfoundContext ctx)
handlerConditionNotfound
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
enterHandlerConditionNotfound in interface MySqlParserListenerctx - the parse treepublic void exitHandlerConditionNotfound(MySqlParser.HandlerConditionNotfoundContext ctx)
handlerConditionNotfound
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
exitHandlerConditionNotfound in interface MySqlParserListenerctx - the parse treepublic void enterHandlerConditionException(MySqlParser.HandlerConditionExceptionContext ctx)
handlerConditionException
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
enterHandlerConditionException in interface MySqlParserListenerctx - the parse treepublic void exitHandlerConditionException(MySqlParser.HandlerConditionExceptionContext ctx)
handlerConditionException
labeled alternative in MySqlParser.handlerConditionValue().
The default implementation does nothing.
exitHandlerConditionException in interface MySqlParserListenerctx - the parse treepublic void enterProcedureSqlStatement(MySqlParser.ProcedureSqlStatementContext ctx)
MySqlParser.procedureSqlStatement().
The default implementation does nothing.
enterProcedureSqlStatement in interface MySqlParserListenerctx - the parse treepublic void exitProcedureSqlStatement(MySqlParser.ProcedureSqlStatementContext ctx)
MySqlParser.procedureSqlStatement().
The default implementation does nothing.
exitProcedureSqlStatement in interface MySqlParserListenerctx - the parse treepublic void enterCaseAlternative(MySqlParser.CaseAlternativeContext ctx)
MySqlParser.caseAlternative().
The default implementation does nothing.
enterCaseAlternative in interface MySqlParserListenerctx - the parse treepublic void exitCaseAlternative(MySqlParser.CaseAlternativeContext ctx)
MySqlParser.caseAlternative().
The default implementation does nothing.
exitCaseAlternative in interface MySqlParserListenerctx - the parse treepublic void enterElifAlternative(MySqlParser.ElifAlternativeContext ctx)
MySqlParser.elifAlternative().
The default implementation does nothing.
enterElifAlternative in interface MySqlParserListenerctx - the parse treepublic void exitElifAlternative(MySqlParser.ElifAlternativeContext ctx)
MySqlParser.elifAlternative().
The default implementation does nothing.
exitElifAlternative in interface MySqlParserListenerctx - the parse treepublic void enterAlterUserMysqlV56(MySqlParser.AlterUserMysqlV56Context ctx)
alterUserMysqlV56
labeled alternative in MySqlParser.alterUser().
The default implementation does nothing.
enterAlterUserMysqlV56 in interface MySqlParserListenerctx - the parse treepublic void exitAlterUserMysqlV56(MySqlParser.AlterUserMysqlV56Context ctx)
alterUserMysqlV56
labeled alternative in MySqlParser.alterUser().
The default implementation does nothing.
exitAlterUserMysqlV56 in interface MySqlParserListenerctx - the parse treepublic void enterAlterUserMysqlV57(MySqlParser.AlterUserMysqlV57Context ctx)
alterUserMysqlV57
labeled alternative in MySqlParser.alterUser().
The default implementation does nothing.
enterAlterUserMysqlV57 in interface MySqlParserListenerctx - the parse treepublic void exitAlterUserMysqlV57(MySqlParser.AlterUserMysqlV57Context ctx)
alterUserMysqlV57
labeled alternative in MySqlParser.alterUser().
The default implementation does nothing.
exitAlterUserMysqlV57 in interface MySqlParserListenerctx - the parse treepublic void enterCreateUserMysqlV56(MySqlParser.CreateUserMysqlV56Context ctx)
createUserMysqlV56
labeled alternative in MySqlParser.createUser().
The default implementation does nothing.
enterCreateUserMysqlV56 in interface MySqlParserListenerctx - the parse treepublic void exitCreateUserMysqlV56(MySqlParser.CreateUserMysqlV56Context ctx)
createUserMysqlV56
labeled alternative in MySqlParser.createUser().
The default implementation does nothing.
exitCreateUserMysqlV56 in interface MySqlParserListenerctx - the parse treepublic void enterCreateUserMysqlV57(MySqlParser.CreateUserMysqlV57Context ctx)
createUserMysqlV57
labeled alternative in MySqlParser.createUser().
The default implementation does nothing.
enterCreateUserMysqlV57 in interface MySqlParserListenerctx - the parse treepublic void exitCreateUserMysqlV57(MySqlParser.CreateUserMysqlV57Context ctx)
createUserMysqlV57
labeled alternative in MySqlParser.createUser().
The default implementation does nothing.
exitCreateUserMysqlV57 in interface MySqlParserListenerctx - the parse treepublic void enterDropUser(MySqlParser.DropUserContext ctx)
MySqlParser.dropUser().
The default implementation does nothing.
enterDropUser in interface MySqlParserListenerctx - the parse treepublic void exitDropUser(MySqlParser.DropUserContext ctx)
MySqlParser.dropUser().
The default implementation does nothing.
exitDropUser in interface MySqlParserListenerctx - the parse treepublic void enterGrantStatement(MySqlParser.GrantStatementContext ctx)
MySqlParser.grantStatement().
The default implementation does nothing.
enterGrantStatement in interface MySqlParserListenerctx - the parse treepublic void exitGrantStatement(MySqlParser.GrantStatementContext ctx)
MySqlParser.grantStatement().
The default implementation does nothing.
exitGrantStatement in interface MySqlParserListenerctx - the parse treepublic void enterGrantProxy(MySqlParser.GrantProxyContext ctx)
MySqlParser.grantProxy().
The default implementation does nothing.
enterGrantProxy in interface MySqlParserListenerctx - the parse treepublic void exitGrantProxy(MySqlParser.GrantProxyContext ctx)
MySqlParser.grantProxy().
The default implementation does nothing.
exitGrantProxy in interface MySqlParserListenerctx - the parse treepublic void enterRenameUser(MySqlParser.RenameUserContext ctx)
MySqlParser.renameUser().
The default implementation does nothing.
enterRenameUser in interface MySqlParserListenerctx - the parse treepublic void exitRenameUser(MySqlParser.RenameUserContext ctx)
MySqlParser.renameUser().
The default implementation does nothing.
exitRenameUser in interface MySqlParserListenerctx - the parse treepublic void enterDetailRevoke(MySqlParser.DetailRevokeContext ctx)
detailRevoke
labeled alternative in MySqlParser.revokeStatement().
The default implementation does nothing.
enterDetailRevoke in interface MySqlParserListenerctx - the parse treepublic void exitDetailRevoke(MySqlParser.DetailRevokeContext ctx)
detailRevoke
labeled alternative in MySqlParser.revokeStatement().
The default implementation does nothing.
exitDetailRevoke in interface MySqlParserListenerctx - the parse treepublic void enterShortRevoke(MySqlParser.ShortRevokeContext ctx)
shortRevoke
labeled alternative in MySqlParser.revokeStatement().
The default implementation does nothing.
enterShortRevoke in interface MySqlParserListenerctx - the parse treepublic void exitShortRevoke(MySqlParser.ShortRevokeContext ctx)
shortRevoke
labeled alternative in MySqlParser.revokeStatement().
The default implementation does nothing.
exitShortRevoke in interface MySqlParserListenerctx - the parse treepublic void enterRevokeProxy(MySqlParser.RevokeProxyContext ctx)
MySqlParser.revokeProxy().
The default implementation does nothing.
enterRevokeProxy in interface MySqlParserListenerctx - the parse treepublic void exitRevokeProxy(MySqlParser.RevokeProxyContext ctx)
MySqlParser.revokeProxy().
The default implementation does nothing.
exitRevokeProxy in interface MySqlParserListenerctx - the parse treepublic void enterSetPasswordStatement(MySqlParser.SetPasswordStatementContext ctx)
MySqlParser.setPasswordStatement().
The default implementation does nothing.
enterSetPasswordStatement in interface MySqlParserListenerctx - the parse treepublic void exitSetPasswordStatement(MySqlParser.SetPasswordStatementContext ctx)
MySqlParser.setPasswordStatement().
The default implementation does nothing.
exitSetPasswordStatement in interface MySqlParserListenerctx - the parse treepublic void enterUserSpecification(MySqlParser.UserSpecificationContext ctx)
MySqlParser.userSpecification().
The default implementation does nothing.
enterUserSpecification in interface MySqlParserListenerctx - the parse treepublic void exitUserSpecification(MySqlParser.UserSpecificationContext ctx)
MySqlParser.userSpecification().
The default implementation does nothing.
exitUserSpecification in interface MySqlParserListenerctx - the parse treepublic void enterHashAuthOption(MySqlParser.HashAuthOptionContext ctx)
hashAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
enterHashAuthOption in interface MySqlParserListenerctx - the parse treepublic void exitHashAuthOption(MySqlParser.HashAuthOptionContext ctx)
hashAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
exitHashAuthOption in interface MySqlParserListenerctx - the parse treepublic void enterStringAuthOption(MySqlParser.StringAuthOptionContext ctx)
stringAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
enterStringAuthOption in interface MySqlParserListenerctx - the parse treepublic void exitStringAuthOption(MySqlParser.StringAuthOptionContext ctx)
stringAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
exitStringAuthOption in interface MySqlParserListenerctx - the parse treepublic void enterModuleAuthOption(MySqlParser.ModuleAuthOptionContext ctx)
moduleAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
enterModuleAuthOption in interface MySqlParserListenerctx - the parse treepublic void exitModuleAuthOption(MySqlParser.ModuleAuthOptionContext ctx)
moduleAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
exitModuleAuthOption in interface MySqlParserListenerctx - the parse treepublic void enterSimpleAuthOption(MySqlParser.SimpleAuthOptionContext ctx)
simpleAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
enterSimpleAuthOption in interface MySqlParserListenerctx - the parse treepublic void exitSimpleAuthOption(MySqlParser.SimpleAuthOptionContext ctx)
simpleAuthOption
labeled alternative in MySqlParser.userAuthOption().
The default implementation does nothing.
exitSimpleAuthOption in interface MySqlParserListenerctx - the parse treepublic void enterModule(MySqlParser.ModuleContext ctx)
module
labeled alternative in MySqlParser.authenticationRule().
The default implementation does nothing.
enterModule in interface MySqlParserListenerctx - the parse treepublic void exitModule(MySqlParser.ModuleContext ctx)
module
labeled alternative in MySqlParser.authenticationRule().
The default implementation does nothing.
exitModule in interface MySqlParserListenerctx - the parse treepublic void enterPasswordModuleOption(MySqlParser.PasswordModuleOptionContext ctx)
passwordModuleOption
labeled alternative in MySqlParser.authenticationRule().
The default implementation does nothing.
enterPasswordModuleOption in interface MySqlParserListenerctx - the parse treepublic void exitPasswordModuleOption(MySqlParser.PasswordModuleOptionContext ctx)
passwordModuleOption
labeled alternative in MySqlParser.authenticationRule().
The default implementation does nothing.
exitPasswordModuleOption in interface MySqlParserListenerctx - the parse treepublic void enterTlsOption(MySqlParser.TlsOptionContext ctx)
MySqlParser.tlsOption().
The default implementation does nothing.
enterTlsOption in interface MySqlParserListenerctx - the parse treepublic void exitTlsOption(MySqlParser.TlsOptionContext ctx)
MySqlParser.tlsOption().
The default implementation does nothing.
exitTlsOption in interface MySqlParserListenerctx - the parse treepublic void enterUserResourceOption(MySqlParser.UserResourceOptionContext ctx)
MySqlParser.userResourceOption().
The default implementation does nothing.
enterUserResourceOption in interface MySqlParserListenerctx - the parse treepublic void exitUserResourceOption(MySqlParser.UserResourceOptionContext ctx)
MySqlParser.userResourceOption().
The default implementation does nothing.
exitUserResourceOption in interface MySqlParserListenerctx - the parse treepublic void enterUserPasswordOption(MySqlParser.UserPasswordOptionContext ctx)
MySqlParser.userPasswordOption().
The default implementation does nothing.
enterUserPasswordOption in interface MySqlParserListenerctx - the parse treepublic void exitUserPasswordOption(MySqlParser.UserPasswordOptionContext ctx)
MySqlParser.userPasswordOption().
The default implementation does nothing.
exitUserPasswordOption in interface MySqlParserListenerctx - the parse treepublic void enterUserLockOption(MySqlParser.UserLockOptionContext ctx)
MySqlParser.userLockOption().
The default implementation does nothing.
enterUserLockOption in interface MySqlParserListenerctx - the parse treepublic void exitUserLockOption(MySqlParser.UserLockOptionContext ctx)
MySqlParser.userLockOption().
The default implementation does nothing.
exitUserLockOption in interface MySqlParserListenerctx - the parse treepublic void enterPrivelegeClause(MySqlParser.PrivelegeClauseContext ctx)
MySqlParser.privelegeClause().
The default implementation does nothing.
enterPrivelegeClause in interface MySqlParserListenerctx - the parse treepublic void exitPrivelegeClause(MySqlParser.PrivelegeClauseContext ctx)
MySqlParser.privelegeClause().
The default implementation does nothing.
exitPrivelegeClause in interface MySqlParserListenerctx - the parse treepublic void enterPrivilege(MySqlParser.PrivilegeContext ctx)
MySqlParser.privilege().
The default implementation does nothing.
enterPrivilege in interface MySqlParserListenerctx - the parse treepublic void exitPrivilege(MySqlParser.PrivilegeContext ctx)
MySqlParser.privilege().
The default implementation does nothing.
exitPrivilege in interface MySqlParserListenerctx - the parse treepublic void enterCurrentSchemaPriviLevel(MySqlParser.CurrentSchemaPriviLevelContext ctx)
currentSchemaPriviLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
enterCurrentSchemaPriviLevel in interface MySqlParserListenerctx - the parse treepublic void exitCurrentSchemaPriviLevel(MySqlParser.CurrentSchemaPriviLevelContext ctx)
currentSchemaPriviLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
exitCurrentSchemaPriviLevel in interface MySqlParserListenerctx - the parse treepublic void enterGlobalPrivLevel(MySqlParser.GlobalPrivLevelContext ctx)
globalPrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
enterGlobalPrivLevel in interface MySqlParserListenerctx - the parse treepublic void exitGlobalPrivLevel(MySqlParser.GlobalPrivLevelContext ctx)
globalPrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
exitGlobalPrivLevel in interface MySqlParserListenerctx - the parse treepublic void enterDefiniteSchemaPrivLevel(MySqlParser.DefiniteSchemaPrivLevelContext ctx)
definiteSchemaPrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
enterDefiniteSchemaPrivLevel in interface MySqlParserListenerctx - the parse treepublic void exitDefiniteSchemaPrivLevel(MySqlParser.DefiniteSchemaPrivLevelContext ctx)
definiteSchemaPrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
exitDefiniteSchemaPrivLevel in interface MySqlParserListenerctx - the parse treepublic void enterDefiniteFullTablePrivLevel(MySqlParser.DefiniteFullTablePrivLevelContext ctx)
definiteFullTablePrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
enterDefiniteFullTablePrivLevel in interface MySqlParserListenerctx - the parse treepublic void exitDefiniteFullTablePrivLevel(MySqlParser.DefiniteFullTablePrivLevelContext ctx)
definiteFullTablePrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
exitDefiniteFullTablePrivLevel in interface MySqlParserListenerctx - the parse treepublic void enterDefiniteFullTablePrivLevel2(MySqlParser.DefiniteFullTablePrivLevel2Context ctx)
definiteFullTablePrivLevel2
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
enterDefiniteFullTablePrivLevel2 in interface MySqlParserListenerctx - the parse treepublic void exitDefiniteFullTablePrivLevel2(MySqlParser.DefiniteFullTablePrivLevel2Context ctx)
definiteFullTablePrivLevel2
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
exitDefiniteFullTablePrivLevel2 in interface MySqlParserListenerctx - the parse treepublic void enterDefiniteTablePrivLevel(MySqlParser.DefiniteTablePrivLevelContext ctx)
definiteTablePrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
enterDefiniteTablePrivLevel in interface MySqlParserListenerctx - the parse treepublic void exitDefiniteTablePrivLevel(MySqlParser.DefiniteTablePrivLevelContext ctx)
definiteTablePrivLevel
labeled alternative in MySqlParser.privilegeLevel().
The default implementation does nothing.
exitDefiniteTablePrivLevel in interface MySqlParserListenerctx - the parse treepublic void enterRenameUserClause(MySqlParser.RenameUserClauseContext ctx)
MySqlParser.renameUserClause().
The default implementation does nothing.
enterRenameUserClause in interface MySqlParserListenerctx - the parse treepublic void exitRenameUserClause(MySqlParser.RenameUserClauseContext ctx)
MySqlParser.renameUserClause().
The default implementation does nothing.
exitRenameUserClause in interface MySqlParserListenerctx - the parse treepublic void enterAnalyzeTable(MySqlParser.AnalyzeTableContext ctx)
MySqlParser.analyzeTable().
The default implementation does nothing.
enterAnalyzeTable in interface MySqlParserListenerctx - the parse treepublic void exitAnalyzeTable(MySqlParser.AnalyzeTableContext ctx)
MySqlParser.analyzeTable().
The default implementation does nothing.
exitAnalyzeTable in interface MySqlParserListenerctx - the parse treepublic void enterCheckTable(MySqlParser.CheckTableContext ctx)
MySqlParser.checkTable().
The default implementation does nothing.
enterCheckTable in interface MySqlParserListenerctx - the parse treepublic void exitCheckTable(MySqlParser.CheckTableContext ctx)
MySqlParser.checkTable().
The default implementation does nothing.
exitCheckTable in interface MySqlParserListenerctx - the parse treepublic void enterChecksumTable(MySqlParser.ChecksumTableContext ctx)
MySqlParser.checksumTable().
The default implementation does nothing.
enterChecksumTable in interface MySqlParserListenerctx - the parse treepublic void exitChecksumTable(MySqlParser.ChecksumTableContext ctx)
MySqlParser.checksumTable().
The default implementation does nothing.
exitChecksumTable in interface MySqlParserListenerctx - the parse treepublic void enterOptimizeTable(MySqlParser.OptimizeTableContext ctx)
MySqlParser.optimizeTable().
The default implementation does nothing.
enterOptimizeTable in interface MySqlParserListenerctx - the parse treepublic void exitOptimizeTable(MySqlParser.OptimizeTableContext ctx)
MySqlParser.optimizeTable().
The default implementation does nothing.
exitOptimizeTable in interface MySqlParserListenerctx - the parse treepublic void enterRepairTable(MySqlParser.RepairTableContext ctx)
MySqlParser.repairTable().
The default implementation does nothing.
enterRepairTable in interface MySqlParserListenerctx - the parse treepublic void exitRepairTable(MySqlParser.RepairTableContext ctx)
MySqlParser.repairTable().
The default implementation does nothing.
exitRepairTable in interface MySqlParserListenerctx - the parse treepublic void enterCheckTableOption(MySqlParser.CheckTableOptionContext ctx)
MySqlParser.checkTableOption().
The default implementation does nothing.
enterCheckTableOption in interface MySqlParserListenerctx - the parse treepublic void exitCheckTableOption(MySqlParser.CheckTableOptionContext ctx)
MySqlParser.checkTableOption().
The default implementation does nothing.
exitCheckTableOption in interface MySqlParserListenerctx - the parse treepublic void enterCreateUdfunction(MySqlParser.CreateUdfunctionContext ctx)
MySqlParser.createUdfunction().
The default implementation does nothing.
enterCreateUdfunction in interface MySqlParserListenerctx - the parse treepublic void exitCreateUdfunction(MySqlParser.CreateUdfunctionContext ctx)
MySqlParser.createUdfunction().
The default implementation does nothing.
exitCreateUdfunction in interface MySqlParserListenerctx - the parse treepublic void enterInstallPlugin(MySqlParser.InstallPluginContext ctx)
MySqlParser.installPlugin().
The default implementation does nothing.
enterInstallPlugin in interface MySqlParserListenerctx - the parse treepublic void exitInstallPlugin(MySqlParser.InstallPluginContext ctx)
MySqlParser.installPlugin().
The default implementation does nothing.
exitInstallPlugin in interface MySqlParserListenerctx - the parse treepublic void enterUninstallPlugin(MySqlParser.UninstallPluginContext ctx)
MySqlParser.uninstallPlugin().
The default implementation does nothing.
enterUninstallPlugin in interface MySqlParserListenerctx - the parse treepublic void exitUninstallPlugin(MySqlParser.UninstallPluginContext ctx)
MySqlParser.uninstallPlugin().
The default implementation does nothing.
exitUninstallPlugin in interface MySqlParserListenerctx - the parse treepublic void enterSetVariable(MySqlParser.SetVariableContext ctx)
setVariable
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
enterSetVariable in interface MySqlParserListenerctx - the parse treepublic void exitSetVariable(MySqlParser.SetVariableContext ctx)
setVariable
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
exitSetVariable in interface MySqlParserListenerctx - the parse treepublic void enterSetCharset(MySqlParser.SetCharsetContext ctx)
setCharset
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
enterSetCharset in interface MySqlParserListenerctx - the parse treepublic void exitSetCharset(MySqlParser.SetCharsetContext ctx)
setCharset
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
exitSetCharset in interface MySqlParserListenerctx - the parse treepublic void enterSetNames(MySqlParser.SetNamesContext ctx)
setNames
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
enterSetNames in interface MySqlParserListenerctx - the parse treepublic void exitSetNames(MySqlParser.SetNamesContext ctx)
setNames
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
exitSetNames in interface MySqlParserListenerctx - the parse treepublic void enterSetPassword(MySqlParser.SetPasswordContext ctx)
setPassword
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
enterSetPassword in interface MySqlParserListenerctx - the parse treepublic void exitSetPassword(MySqlParser.SetPasswordContext ctx)
setPassword
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
exitSetPassword in interface MySqlParserListenerctx - the parse treepublic void enterSetTransaction(MySqlParser.SetTransactionContext ctx)
setTransaction
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
enterSetTransaction in interface MySqlParserListenerctx - the parse treepublic void exitSetTransaction(MySqlParser.SetTransactionContext ctx)
setTransaction
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
exitSetTransaction in interface MySqlParserListenerctx - the parse treepublic void enterSetAutocommit(MySqlParser.SetAutocommitContext ctx)
setAutocommit
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
enterSetAutocommit in interface MySqlParserListenerctx - the parse treepublic void exitSetAutocommit(MySqlParser.SetAutocommitContext ctx)
setAutocommit
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
exitSetAutocommit in interface MySqlParserListenerctx - the parse treepublic void enterSetNewValueInsideTrigger(MySqlParser.SetNewValueInsideTriggerContext ctx)
setNewValueInsideTrigger
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
enterSetNewValueInsideTrigger in interface MySqlParserListenerctx - the parse treepublic void exitSetNewValueInsideTrigger(MySqlParser.SetNewValueInsideTriggerContext ctx)
setNewValueInsideTrigger
labeled alternative in MySqlParser.setStatement().
The default implementation does nothing.
exitSetNewValueInsideTrigger in interface MySqlParserListenerctx - the parse treepublic void enterShowMasterLogs(MySqlParser.ShowMasterLogsContext ctx)
showMasterLogs
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowMasterLogs in interface MySqlParserListenerctx - the parse treepublic void exitShowMasterLogs(MySqlParser.ShowMasterLogsContext ctx)
showMasterLogs
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowMasterLogs in interface MySqlParserListenerctx - the parse treepublic void enterShowLogEvents(MySqlParser.ShowLogEventsContext ctx)
showLogEvents
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowLogEvents in interface MySqlParserListenerctx - the parse treepublic void exitShowLogEvents(MySqlParser.ShowLogEventsContext ctx)
showLogEvents
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowLogEvents in interface MySqlParserListenerctx - the parse treepublic void enterShowObjectFilter(MySqlParser.ShowObjectFilterContext ctx)
showObjectFilter
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowObjectFilter in interface MySqlParserListenerctx - the parse treepublic void exitShowObjectFilter(MySqlParser.ShowObjectFilterContext ctx)
showObjectFilter
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowObjectFilter in interface MySqlParserListenerctx - the parse treepublic void enterShowColumns(MySqlParser.ShowColumnsContext ctx)
showColumns
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowColumns in interface MySqlParserListenerctx - the parse treepublic void exitShowColumns(MySqlParser.ShowColumnsContext ctx)
showColumns
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowColumns in interface MySqlParserListenerctx - the parse treepublic void enterShowCreateDb(MySqlParser.ShowCreateDbContext ctx)
showCreateDb
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowCreateDb in interface MySqlParserListenerctx - the parse treepublic void exitShowCreateDb(MySqlParser.ShowCreateDbContext ctx)
showCreateDb
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowCreateDb in interface MySqlParserListenerctx - the parse treepublic void enterShowCreateFullIdObject(MySqlParser.ShowCreateFullIdObjectContext ctx)
showCreateFullIdObject
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowCreateFullIdObject in interface MySqlParserListenerctx - the parse treepublic void exitShowCreateFullIdObject(MySqlParser.ShowCreateFullIdObjectContext ctx)
showCreateFullIdObject
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowCreateFullIdObject in interface MySqlParserListenerctx - the parse treepublic void enterShowCreateUser(MySqlParser.ShowCreateUserContext ctx)
showCreateUser
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowCreateUser in interface MySqlParserListenerctx - the parse treepublic void exitShowCreateUser(MySqlParser.ShowCreateUserContext ctx)
showCreateUser
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowCreateUser in interface MySqlParserListenerctx - the parse treepublic void enterShowEngine(MySqlParser.ShowEngineContext ctx)
showEngine
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowEngine in interface MySqlParserListenerctx - the parse treepublic void exitShowEngine(MySqlParser.ShowEngineContext ctx)
showEngine
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowEngine in interface MySqlParserListenerctx - the parse treepublic void enterShowGlobalInfo(MySqlParser.ShowGlobalInfoContext ctx)
showGlobalInfo
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowGlobalInfo in interface MySqlParserListenerctx - the parse treepublic void exitShowGlobalInfo(MySqlParser.ShowGlobalInfoContext ctx)
showGlobalInfo
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowGlobalInfo in interface MySqlParserListenerctx - the parse treepublic void enterShowErrors(MySqlParser.ShowErrorsContext ctx)
showErrors
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowErrors in interface MySqlParserListenerctx - the parse treepublic void exitShowErrors(MySqlParser.ShowErrorsContext ctx)
showErrors
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowErrors in interface MySqlParserListenerctx - the parse treepublic void enterShowCountErrors(MySqlParser.ShowCountErrorsContext ctx)
showCountErrors
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowCountErrors in interface MySqlParserListenerctx - the parse treepublic void exitShowCountErrors(MySqlParser.ShowCountErrorsContext ctx)
showCountErrors
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowCountErrors in interface MySqlParserListenerctx - the parse treepublic void enterShowSchemaFilter(MySqlParser.ShowSchemaFilterContext ctx)
showSchemaFilter
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowSchemaFilter in interface MySqlParserListenerctx - the parse treepublic void exitShowSchemaFilter(MySqlParser.ShowSchemaFilterContext ctx)
showSchemaFilter
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowSchemaFilter in interface MySqlParserListenerctx - the parse treepublic void enterShowRoutine(MySqlParser.ShowRoutineContext ctx)
showRoutine
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowRoutine in interface MySqlParserListenerctx - the parse treepublic void exitShowRoutine(MySqlParser.ShowRoutineContext ctx)
showRoutine
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowRoutine in interface MySqlParserListenerctx - the parse treepublic void enterShowGrants(MySqlParser.ShowGrantsContext ctx)
showGrants
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowGrants in interface MySqlParserListenerctx - the parse treepublic void exitShowGrants(MySqlParser.ShowGrantsContext ctx)
showGrants
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowGrants in interface MySqlParserListenerctx - the parse treepublic void enterShowIndexes(MySqlParser.ShowIndexesContext ctx)
showIndexes
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowIndexes in interface MySqlParserListenerctx - the parse treepublic void exitShowIndexes(MySqlParser.ShowIndexesContext ctx)
showIndexes
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowIndexes in interface MySqlParserListenerctx - the parse treepublic void enterShowOpenTables(MySqlParser.ShowOpenTablesContext ctx)
showOpenTables
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowOpenTables in interface MySqlParserListenerctx - the parse treepublic void exitShowOpenTables(MySqlParser.ShowOpenTablesContext ctx)
showOpenTables
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowOpenTables in interface MySqlParserListenerctx - the parse treepublic void enterShowProfile(MySqlParser.ShowProfileContext ctx)
showProfile
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowProfile in interface MySqlParserListenerctx - the parse treepublic void exitShowProfile(MySqlParser.ShowProfileContext ctx)
showProfile
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowProfile in interface MySqlParserListenerctx - the parse treepublic void enterShowSlaveStatus(MySqlParser.ShowSlaveStatusContext ctx)
showSlaveStatus
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
enterShowSlaveStatus in interface MySqlParserListenerctx - the parse treepublic void exitShowSlaveStatus(MySqlParser.ShowSlaveStatusContext ctx)
showSlaveStatus
labeled alternative in MySqlParser.showStatement().
The default implementation does nothing.
exitShowSlaveStatus in interface MySqlParserListenerctx - the parse treepublic void enterVariableClause(MySqlParser.VariableClauseContext ctx)
MySqlParser.variableClause().
The default implementation does nothing.
enterVariableClause in interface MySqlParserListenerctx - the parse treepublic void exitVariableClause(MySqlParser.VariableClauseContext ctx)
MySqlParser.variableClause().
The default implementation does nothing.
exitVariableClause in interface MySqlParserListenerctx - the parse treepublic void enterShowCommonEntity(MySqlParser.ShowCommonEntityContext ctx)
MySqlParser.showCommonEntity().
The default implementation does nothing.
enterShowCommonEntity in interface MySqlParserListenerctx - the parse treepublic void exitShowCommonEntity(MySqlParser.ShowCommonEntityContext ctx)
MySqlParser.showCommonEntity().
The default implementation does nothing.
exitShowCommonEntity in interface MySqlParserListenerctx - the parse treepublic void enterShowFilter(MySqlParser.ShowFilterContext ctx)
MySqlParser.showFilter().
The default implementation does nothing.
enterShowFilter in interface MySqlParserListenerctx - the parse treepublic void exitShowFilter(MySqlParser.ShowFilterContext ctx)
MySqlParser.showFilter().
The default implementation does nothing.
exitShowFilter in interface MySqlParserListenerctx - the parse treepublic void enterShowGlobalInfoClause(MySqlParser.ShowGlobalInfoClauseContext ctx)
MySqlParser.showGlobalInfoClause().
The default implementation does nothing.
enterShowGlobalInfoClause in interface MySqlParserListenerctx - the parse treepublic void exitShowGlobalInfoClause(MySqlParser.ShowGlobalInfoClauseContext ctx)
MySqlParser.showGlobalInfoClause().
The default implementation does nothing.
exitShowGlobalInfoClause in interface MySqlParserListenerctx - the parse treepublic void enterShowSchemaEntity(MySqlParser.ShowSchemaEntityContext ctx)
MySqlParser.showSchemaEntity().
The default implementation does nothing.
enterShowSchemaEntity in interface MySqlParserListenerctx - the parse treepublic void exitShowSchemaEntity(MySqlParser.ShowSchemaEntityContext ctx)
MySqlParser.showSchemaEntity().
The default implementation does nothing.
exitShowSchemaEntity in interface MySqlParserListenerctx - the parse treepublic void enterShowProfileType(MySqlParser.ShowProfileTypeContext ctx)
MySqlParser.showProfileType().
The default implementation does nothing.
enterShowProfileType in interface MySqlParserListenerctx - the parse treepublic void exitShowProfileType(MySqlParser.ShowProfileTypeContext ctx)
MySqlParser.showProfileType().
The default implementation does nothing.
exitShowProfileType in interface MySqlParserListenerctx - the parse treepublic void enterBinlogStatement(MySqlParser.BinlogStatementContext ctx)
MySqlParser.binlogStatement().
The default implementation does nothing.
enterBinlogStatement in interface MySqlParserListenerctx - the parse treepublic void exitBinlogStatement(MySqlParser.BinlogStatementContext ctx)
MySqlParser.binlogStatement().
The default implementation does nothing.
exitBinlogStatement in interface MySqlParserListenerctx - the parse treepublic void enterCacheIndexStatement(MySqlParser.CacheIndexStatementContext ctx)
MySqlParser.cacheIndexStatement().
The default implementation does nothing.
enterCacheIndexStatement in interface MySqlParserListenerctx - the parse treepublic void exitCacheIndexStatement(MySqlParser.CacheIndexStatementContext ctx)
MySqlParser.cacheIndexStatement().
The default implementation does nothing.
exitCacheIndexStatement in interface MySqlParserListenerctx - the parse treepublic void enterFlushStatement(MySqlParser.FlushStatementContext ctx)
MySqlParser.flushStatement().
The default implementation does nothing.
enterFlushStatement in interface MySqlParserListenerctx - the parse treepublic void exitFlushStatement(MySqlParser.FlushStatementContext ctx)
MySqlParser.flushStatement().
The default implementation does nothing.
exitFlushStatement in interface MySqlParserListenerctx - the parse treepublic void enterKillStatement(MySqlParser.KillStatementContext ctx)
MySqlParser.killStatement().
The default implementation does nothing.
enterKillStatement in interface MySqlParserListenerctx - the parse treepublic void exitKillStatement(MySqlParser.KillStatementContext ctx)
MySqlParser.killStatement().
The default implementation does nothing.
exitKillStatement in interface MySqlParserListenerctx - the parse treepublic void enterLoadIndexIntoCache(MySqlParser.LoadIndexIntoCacheContext ctx)
MySqlParser.loadIndexIntoCache().
The default implementation does nothing.
enterLoadIndexIntoCache in interface MySqlParserListenerctx - the parse treepublic void exitLoadIndexIntoCache(MySqlParser.LoadIndexIntoCacheContext ctx)
MySqlParser.loadIndexIntoCache().
The default implementation does nothing.
exitLoadIndexIntoCache in interface MySqlParserListenerctx - the parse treepublic void enterResetStatement(MySqlParser.ResetStatementContext ctx)
MySqlParser.resetStatement().
The default implementation does nothing.
enterResetStatement in interface MySqlParserListenerctx - the parse treepublic void exitResetStatement(MySqlParser.ResetStatementContext ctx)
MySqlParser.resetStatement().
The default implementation does nothing.
exitResetStatement in interface MySqlParserListenerctx - the parse treepublic void enterShutdownStatement(MySqlParser.ShutdownStatementContext ctx)
MySqlParser.shutdownStatement().
The default implementation does nothing.
enterShutdownStatement in interface MySqlParserListenerctx - the parse treepublic void exitShutdownStatement(MySqlParser.ShutdownStatementContext ctx)
MySqlParser.shutdownStatement().
The default implementation does nothing.
exitShutdownStatement in interface MySqlParserListenerctx - the parse treepublic void enterTableIndexes(MySqlParser.TableIndexesContext ctx)
MySqlParser.tableIndexes().
The default implementation does nothing.
enterTableIndexes in interface MySqlParserListenerctx - the parse treepublic void exitTableIndexes(MySqlParser.TableIndexesContext ctx)
MySqlParser.tableIndexes().
The default implementation does nothing.
exitTableIndexes in interface MySqlParserListenerctx - the parse treepublic void enterSimpleFlushOption(MySqlParser.SimpleFlushOptionContext ctx)
simpleFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation does nothing.
enterSimpleFlushOption in interface MySqlParserListenerctx - the parse treepublic void exitSimpleFlushOption(MySqlParser.SimpleFlushOptionContext ctx)
simpleFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation does nothing.
exitSimpleFlushOption in interface MySqlParserListenerctx - the parse treepublic void enterChannelFlushOption(MySqlParser.ChannelFlushOptionContext ctx)
channelFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation does nothing.
enterChannelFlushOption in interface MySqlParserListenerctx - the parse treepublic void exitChannelFlushOption(MySqlParser.ChannelFlushOptionContext ctx)
channelFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation does nothing.
exitChannelFlushOption in interface MySqlParserListenerctx - the parse treepublic void enterTableFlushOption(MySqlParser.TableFlushOptionContext ctx)
tableFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation does nothing.
enterTableFlushOption in interface MySqlParserListenerctx - the parse treepublic void exitTableFlushOption(MySqlParser.TableFlushOptionContext ctx)
tableFlushOption
labeled alternative in MySqlParser.flushOption().
The default implementation does nothing.
exitTableFlushOption in interface MySqlParserListenerctx - the parse treepublic void enterFlushTableOption(MySqlParser.FlushTableOptionContext ctx)
MySqlParser.flushTableOption().
The default implementation does nothing.
enterFlushTableOption in interface MySqlParserListenerctx - the parse treepublic void exitFlushTableOption(MySqlParser.FlushTableOptionContext ctx)
MySqlParser.flushTableOption().
The default implementation does nothing.
exitFlushTableOption in interface MySqlParserListenerctx - the parse treepublic void enterLoadedTableIndexes(MySqlParser.LoadedTableIndexesContext ctx)
MySqlParser.loadedTableIndexes().
The default implementation does nothing.
enterLoadedTableIndexes in interface MySqlParserListenerctx - the parse treepublic void exitLoadedTableIndexes(MySqlParser.LoadedTableIndexesContext ctx)
MySqlParser.loadedTableIndexes().
The default implementation does nothing.
exitLoadedTableIndexes in interface MySqlParserListenerctx - the parse treepublic void enterSimpleDescribeStatement(MySqlParser.SimpleDescribeStatementContext ctx)
MySqlParser.simpleDescribeStatement().
The default implementation does nothing.
enterSimpleDescribeStatement in interface MySqlParserListenerctx - the parse treepublic void exitSimpleDescribeStatement(MySqlParser.SimpleDescribeStatementContext ctx)
MySqlParser.simpleDescribeStatement().
The default implementation does nothing.
exitSimpleDescribeStatement in interface MySqlParserListenerctx - the parse treepublic void enterFullDescribeStatement(MySqlParser.FullDescribeStatementContext ctx)
MySqlParser.fullDescribeStatement().
The default implementation does nothing.
enterFullDescribeStatement in interface MySqlParserListenerctx - the parse treepublic void exitFullDescribeStatement(MySqlParser.FullDescribeStatementContext ctx)
MySqlParser.fullDescribeStatement().
The default implementation does nothing.
exitFullDescribeStatement in interface MySqlParserListenerctx - the parse treepublic void enterHelpStatement(MySqlParser.HelpStatementContext ctx)
MySqlParser.helpStatement().
The default implementation does nothing.
enterHelpStatement in interface MySqlParserListenerctx - the parse treepublic void exitHelpStatement(MySqlParser.HelpStatementContext ctx)
MySqlParser.helpStatement().
The default implementation does nothing.
exitHelpStatement in interface MySqlParserListenerctx - the parse treepublic void enterUseStatement(MySqlParser.UseStatementContext ctx)
MySqlParser.useStatement().
The default implementation does nothing.
enterUseStatement in interface MySqlParserListenerctx - the parse treepublic void exitUseStatement(MySqlParser.UseStatementContext ctx)
MySqlParser.useStatement().
The default implementation does nothing.
exitUseStatement in interface MySqlParserListenerctx - the parse treepublic void enterSignalStatement(MySqlParser.SignalStatementContext ctx)
MySqlParser.signalStatement().
The default implementation does nothing.
enterSignalStatement in interface MySqlParserListenerctx - the parse treepublic void exitSignalStatement(MySqlParser.SignalStatementContext ctx)
MySqlParser.signalStatement().
The default implementation does nothing.
exitSignalStatement in interface MySqlParserListenerctx - the parse treepublic void enterResignalStatement(MySqlParser.ResignalStatementContext ctx)
MySqlParser.resignalStatement().
The default implementation does nothing.
enterResignalStatement in interface MySqlParserListenerctx - the parse treepublic void exitResignalStatement(MySqlParser.ResignalStatementContext ctx)
MySqlParser.resignalStatement().
The default implementation does nothing.
exitResignalStatement in interface MySqlParserListenerctx - the parse treepublic void enterSignalConditionInformation(MySqlParser.SignalConditionInformationContext ctx)
MySqlParser.signalConditionInformation().
The default implementation does nothing.
enterSignalConditionInformation in interface MySqlParserListenerctx - the parse treepublic void exitSignalConditionInformation(MySqlParser.SignalConditionInformationContext ctx)
MySqlParser.signalConditionInformation().
The default implementation does nothing.
exitSignalConditionInformation in interface MySqlParserListenerctx - the parse treepublic void enterDiagnosticsStatement(MySqlParser.DiagnosticsStatementContext ctx)
MySqlParser.diagnosticsStatement().
The default implementation does nothing.
enterDiagnosticsStatement in interface MySqlParserListenerctx - the parse treepublic void exitDiagnosticsStatement(MySqlParser.DiagnosticsStatementContext ctx)
MySqlParser.diagnosticsStatement().
The default implementation does nothing.
exitDiagnosticsStatement in interface MySqlParserListenerctx - the parse treepublic void enterDiagnosticsConditionInformationName(MySqlParser.DiagnosticsConditionInformationNameContext ctx)
MySqlParser.diagnosticsConditionInformationName().
The default implementation does nothing.
enterDiagnosticsConditionInformationName in interface MySqlParserListenerctx - the parse treepublic void exitDiagnosticsConditionInformationName(MySqlParser.DiagnosticsConditionInformationNameContext ctx)
MySqlParser.diagnosticsConditionInformationName().
The default implementation does nothing.
exitDiagnosticsConditionInformationName in interface MySqlParserListenerctx - the parse treepublic void enterDescribeStatements(MySqlParser.DescribeStatementsContext ctx)
describeStatements
labeled alternative in MySqlParser.describeObjectClause().
The default implementation does nothing.
enterDescribeStatements in interface MySqlParserListenerctx - the parse treepublic void exitDescribeStatements(MySqlParser.DescribeStatementsContext ctx)
describeStatements
labeled alternative in MySqlParser.describeObjectClause().
The default implementation does nothing.
exitDescribeStatements in interface MySqlParserListenerctx - the parse treepublic void enterDescribeConnection(MySqlParser.DescribeConnectionContext ctx)
describeConnection
labeled alternative in MySqlParser.describeObjectClause().
The default implementation does nothing.
enterDescribeConnection in interface MySqlParserListenerctx - the parse treepublic void exitDescribeConnection(MySqlParser.DescribeConnectionContext ctx)
describeConnection
labeled alternative in MySqlParser.describeObjectClause().
The default implementation does nothing.
exitDescribeConnection in interface MySqlParserListenerctx - the parse treepublic void enterFullId(MySqlParser.FullIdContext ctx)
MySqlParser.fullId().
The default implementation does nothing.
enterFullId in interface MySqlParserListenerctx - the parse treepublic void exitFullId(MySqlParser.FullIdContext ctx)
MySqlParser.fullId().
The default implementation does nothing.
exitFullId in interface MySqlParserListenerctx - the parse treepublic void enterTableName(MySqlParser.TableNameContext ctx)
MySqlParser.tableName().
The default implementation does nothing.
enterTableName in interface MySqlParserListenerctx - the parse treepublic void exitTableName(MySqlParser.TableNameContext ctx)
MySqlParser.tableName().
The default implementation does nothing.
exitTableName in interface MySqlParserListenerctx - the parse treepublic void enterFullColumnName(MySqlParser.FullColumnNameContext ctx)
MySqlParser.fullColumnName().
The default implementation does nothing.
enterFullColumnName in interface MySqlParserListenerctx - the parse treepublic void exitFullColumnName(MySqlParser.FullColumnNameContext ctx)
MySqlParser.fullColumnName().
The default implementation does nothing.
exitFullColumnName in interface MySqlParserListenerctx - the parse treepublic void enterIndexColumnName(MySqlParser.IndexColumnNameContext ctx)
MySqlParser.indexColumnName().
The default implementation does nothing.
enterIndexColumnName in interface MySqlParserListenerctx - the parse treepublic void exitIndexColumnName(MySqlParser.IndexColumnNameContext ctx)
MySqlParser.indexColumnName().
The default implementation does nothing.
exitIndexColumnName in interface MySqlParserListenerctx - the parse treepublic void enterUserName(MySqlParser.UserNameContext ctx)
MySqlParser.userName().
The default implementation does nothing.
enterUserName in interface MySqlParserListenerctx - the parse treepublic void exitUserName(MySqlParser.UserNameContext ctx)
MySqlParser.userName().
The default implementation does nothing.
exitUserName in interface MySqlParserListenerctx - the parse treepublic void enterMysqlVariable(MySqlParser.MysqlVariableContext ctx)
MySqlParser.mysqlVariable().
The default implementation does nothing.
enterMysqlVariable in interface MySqlParserListenerctx - the parse treepublic void exitMysqlVariable(MySqlParser.MysqlVariableContext ctx)
MySqlParser.mysqlVariable().
The default implementation does nothing.
exitMysqlVariable in interface MySqlParserListenerctx - the parse treepublic void enterCharsetName(MySqlParser.CharsetNameContext ctx)
MySqlParser.charsetName().
The default implementation does nothing.
enterCharsetName in interface MySqlParserListenerctx - the parse treepublic void exitCharsetName(MySqlParser.CharsetNameContext ctx)
MySqlParser.charsetName().
The default implementation does nothing.
exitCharsetName in interface MySqlParserListenerctx - the parse treepublic void enterCollationName(MySqlParser.CollationNameContext ctx)
MySqlParser.collationName().
The default implementation does nothing.
enterCollationName in interface MySqlParserListenerctx - the parse treepublic void exitCollationName(MySqlParser.CollationNameContext ctx)
MySqlParser.collationName().
The default implementation does nothing.
exitCollationName in interface MySqlParserListenerctx - the parse treepublic void enterEngineName(MySqlParser.EngineNameContext ctx)
MySqlParser.engineName().
The default implementation does nothing.
enterEngineName in interface MySqlParserListenerctx - the parse treepublic void exitEngineName(MySqlParser.EngineNameContext ctx)
MySqlParser.engineName().
The default implementation does nothing.
exitEngineName in interface MySqlParserListenerctx - the parse treepublic void enterUuidSet(MySqlParser.UuidSetContext ctx)
MySqlParser.uuidSet().
The default implementation does nothing.
enterUuidSet in interface MySqlParserListenerctx - the parse treepublic void exitUuidSet(MySqlParser.UuidSetContext ctx)
MySqlParser.uuidSet().
The default implementation does nothing.
exitUuidSet in interface MySqlParserListenerctx - the parse treepublic void enterXid(MySqlParser.XidContext ctx)
MySqlParser.xid().
The default implementation does nothing.
enterXid in interface MySqlParserListenerctx - the parse treepublic void exitXid(MySqlParser.XidContext ctx)
MySqlParser.xid().
The default implementation does nothing.
exitXid in interface MySqlParserListenerctx - the parse treepublic void enterXuidStringId(MySqlParser.XuidStringIdContext ctx)
MySqlParser.xuidStringId().
The default implementation does nothing.
enterXuidStringId in interface MySqlParserListenerctx - the parse treepublic void exitXuidStringId(MySqlParser.XuidStringIdContext ctx)
MySqlParser.xuidStringId().
The default implementation does nothing.
exitXuidStringId in interface MySqlParserListenerctx - the parse treepublic void enterAuthPlugin(MySqlParser.AuthPluginContext ctx)
MySqlParser.authPlugin().
The default implementation does nothing.
enterAuthPlugin in interface MySqlParserListenerctx - the parse treepublic void exitAuthPlugin(MySqlParser.AuthPluginContext ctx)
MySqlParser.authPlugin().
The default implementation does nothing.
exitAuthPlugin in interface MySqlParserListenerctx - the parse treepublic void enterUid(MySqlParser.UidContext ctx)
MySqlParser.uid().
The default implementation does nothing.
enterUid in interface MySqlParserListenerctx - the parse treepublic void exitUid(MySqlParser.UidContext ctx)
MySqlParser.uid().
The default implementation does nothing.
exitUid in interface MySqlParserListenerctx - the parse treepublic void enterSimpleId(MySqlParser.SimpleIdContext ctx)
MySqlParser.simpleId().
The default implementation does nothing.
enterSimpleId in interface MySqlParserListenerctx - the parse treepublic void exitSimpleId(MySqlParser.SimpleIdContext ctx)
MySqlParser.simpleId().
The default implementation does nothing.
exitSimpleId in interface MySqlParserListenerctx - the parse treepublic void enterDottedId(MySqlParser.DottedIdContext ctx)
MySqlParser.dottedId().
The default implementation does nothing.
enterDottedId in interface MySqlParserListenerctx - the parse treepublic void exitDottedId(MySqlParser.DottedIdContext ctx)
MySqlParser.dottedId().
The default implementation does nothing.
exitDottedId in interface MySqlParserListenerctx - the parse treepublic void enterDecimalLiteral(MySqlParser.DecimalLiteralContext ctx)
MySqlParser.decimalLiteral().
The default implementation does nothing.
enterDecimalLiteral in interface MySqlParserListenerctx - the parse treepublic void exitDecimalLiteral(MySqlParser.DecimalLiteralContext ctx)
MySqlParser.decimalLiteral().
The default implementation does nothing.
exitDecimalLiteral in interface MySqlParserListenerctx - the parse treepublic void enterFileSizeLiteral(MySqlParser.FileSizeLiteralContext ctx)
MySqlParser.fileSizeLiteral().
The default implementation does nothing.
enterFileSizeLiteral in interface MySqlParserListenerctx - the parse treepublic void exitFileSizeLiteral(MySqlParser.FileSizeLiteralContext ctx)
MySqlParser.fileSizeLiteral().
The default implementation does nothing.
exitFileSizeLiteral in interface MySqlParserListenerctx - the parse treepublic void enterStringLiteral(MySqlParser.StringLiteralContext ctx)
MySqlParser.stringLiteral().
The default implementation does nothing.
enterStringLiteral in interface MySqlParserListenerctx - the parse treepublic void exitStringLiteral(MySqlParser.StringLiteralContext ctx)
MySqlParser.stringLiteral().
The default implementation does nothing.
exitStringLiteral in interface MySqlParserListenerctx - the parse treepublic void enterBooleanLiteral(MySqlParser.BooleanLiteralContext ctx)
MySqlParser.booleanLiteral().
The default implementation does nothing.
enterBooleanLiteral in interface MySqlParserListenerctx - the parse treepublic void exitBooleanLiteral(MySqlParser.BooleanLiteralContext ctx)
MySqlParser.booleanLiteral().
The default implementation does nothing.
exitBooleanLiteral in interface MySqlParserListenerctx - the parse treepublic void enterHexadecimalLiteral(MySqlParser.HexadecimalLiteralContext ctx)
MySqlParser.hexadecimalLiteral().
The default implementation does nothing.
enterHexadecimalLiteral in interface MySqlParserListenerctx - the parse treepublic void exitHexadecimalLiteral(MySqlParser.HexadecimalLiteralContext ctx)
MySqlParser.hexadecimalLiteral().
The default implementation does nothing.
exitHexadecimalLiteral in interface MySqlParserListenerctx - the parse treepublic void enterNullNotnull(MySqlParser.NullNotnullContext ctx)
MySqlParser.nullNotnull().
The default implementation does nothing.
enterNullNotnull in interface MySqlParserListenerctx - the parse treepublic void exitNullNotnull(MySqlParser.NullNotnullContext ctx)
MySqlParser.nullNotnull().
The default implementation does nothing.
exitNullNotnull in interface MySqlParserListenerctx - the parse treepublic void enterConstant(MySqlParser.ConstantContext ctx)
MySqlParser.constant().
The default implementation does nothing.
enterConstant in interface MySqlParserListenerctx - the parse treepublic void exitConstant(MySqlParser.ConstantContext ctx)
MySqlParser.constant().
The default implementation does nothing.
exitConstant in interface MySqlParserListenerctx - the parse treepublic void enterStringDataType(MySqlParser.StringDataTypeContext ctx)
stringDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterStringDataType in interface MySqlParserListenerctx - the parse treepublic void exitStringDataType(MySqlParser.StringDataTypeContext ctx)
stringDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitStringDataType in interface MySqlParserListenerctx - the parse treepublic void enterNationalStringDataType(MySqlParser.NationalStringDataTypeContext ctx)
nationalStringDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterNationalStringDataType in interface MySqlParserListenerctx - the parse treepublic void exitNationalStringDataType(MySqlParser.NationalStringDataTypeContext ctx)
nationalStringDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitNationalStringDataType in interface MySqlParserListenerctx - the parse treepublic void enterNationalVaryingStringDataType(MySqlParser.NationalVaryingStringDataTypeContext ctx)
nationalVaryingStringDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterNationalVaryingStringDataType in interface MySqlParserListenerctx - the parse treepublic void exitNationalVaryingStringDataType(MySqlParser.NationalVaryingStringDataTypeContext ctx)
nationalVaryingStringDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitNationalVaryingStringDataType in interface MySqlParserListenerctx - the parse treepublic void enterDimensionDataType(MySqlParser.DimensionDataTypeContext ctx)
dimensionDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterDimensionDataType in interface MySqlParserListenerctx - the parse treepublic void exitDimensionDataType(MySqlParser.DimensionDataTypeContext ctx)
dimensionDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitDimensionDataType in interface MySqlParserListenerctx - the parse treepublic void enterSimpleDataType(MySqlParser.SimpleDataTypeContext ctx)
simpleDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterSimpleDataType in interface MySqlParserListenerctx - the parse treepublic void exitSimpleDataType(MySqlParser.SimpleDataTypeContext ctx)
simpleDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitSimpleDataType in interface MySqlParserListenerctx - the parse treepublic void enterCollectionDataType(MySqlParser.CollectionDataTypeContext ctx)
collectionDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterCollectionDataType in interface MySqlParserListenerctx - the parse treepublic void exitCollectionDataType(MySqlParser.CollectionDataTypeContext ctx)
collectionDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitCollectionDataType in interface MySqlParserListenerctx - the parse treepublic void enterSpatialDataType(MySqlParser.SpatialDataTypeContext ctx)
spatialDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterSpatialDataType in interface MySqlParserListenerctx - the parse treepublic void exitSpatialDataType(MySqlParser.SpatialDataTypeContext ctx)
spatialDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitSpatialDataType in interface MySqlParserListenerctx - the parse treepublic void enterLongVarcharDataType(MySqlParser.LongVarcharDataTypeContext ctx)
longVarcharDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterLongVarcharDataType in interface MySqlParserListenerctx - the parse treepublic void exitLongVarcharDataType(MySqlParser.LongVarcharDataTypeContext ctx)
longVarcharDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitLongVarcharDataType in interface MySqlParserListenerctx - the parse treepublic void enterLongVarbinaryDataType(MySqlParser.LongVarbinaryDataTypeContext ctx)
longVarbinaryDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
enterLongVarbinaryDataType in interface MySqlParserListenerctx - the parse treepublic void exitLongVarbinaryDataType(MySqlParser.LongVarbinaryDataTypeContext ctx)
longVarbinaryDataType
labeled alternative in MySqlParser.dataType().
The default implementation does nothing.
exitLongVarbinaryDataType in interface MySqlParserListenerctx - the parse treepublic void enterCollectionOptions(MySqlParser.CollectionOptionsContext ctx)
MySqlParser.collectionOptions().
The default implementation does nothing.
enterCollectionOptions in interface MySqlParserListenerctx - the parse treepublic void exitCollectionOptions(MySqlParser.CollectionOptionsContext ctx)
MySqlParser.collectionOptions().
The default implementation does nothing.
exitCollectionOptions in interface MySqlParserListenerctx - the parse treepublic void enterCollectionOption(MySqlParser.CollectionOptionContext ctx)
MySqlParser.collectionOption().
The default implementation does nothing.
enterCollectionOption in interface MySqlParserListenerctx - the parse treepublic void exitCollectionOption(MySqlParser.CollectionOptionContext ctx)
MySqlParser.collectionOption().
The default implementation does nothing.
exitCollectionOption in interface MySqlParserListenerctx - the parse treepublic void enterConvertedDataType(MySqlParser.ConvertedDataTypeContext ctx)
MySqlParser.convertedDataType().
The default implementation does nothing.
enterConvertedDataType in interface MySqlParserListenerctx - the parse treepublic void exitConvertedDataType(MySqlParser.ConvertedDataTypeContext ctx)
MySqlParser.convertedDataType().
The default implementation does nothing.
exitConvertedDataType in interface MySqlParserListenerctx - the parse treepublic void enterLengthOneDimension(MySqlParser.LengthOneDimensionContext ctx)
MySqlParser.lengthOneDimension().
The default implementation does nothing.
enterLengthOneDimension in interface MySqlParserListenerctx - the parse treepublic void exitLengthOneDimension(MySqlParser.LengthOneDimensionContext ctx)
MySqlParser.lengthOneDimension().
The default implementation does nothing.
exitLengthOneDimension in interface MySqlParserListenerctx - the parse treepublic void enterLengthTwoDimension(MySqlParser.LengthTwoDimensionContext ctx)
MySqlParser.lengthTwoDimension().
The default implementation does nothing.
enterLengthTwoDimension in interface MySqlParserListenerctx - the parse treepublic void exitLengthTwoDimension(MySqlParser.LengthTwoDimensionContext ctx)
MySqlParser.lengthTwoDimension().
The default implementation does nothing.
exitLengthTwoDimension in interface MySqlParserListenerctx - the parse treepublic void enterLengthTwoOptionalDimension(MySqlParser.LengthTwoOptionalDimensionContext ctx)
MySqlParser.lengthTwoOptionalDimension().
The default implementation does nothing.
enterLengthTwoOptionalDimension in interface MySqlParserListenerctx - the parse treepublic void exitLengthTwoOptionalDimension(MySqlParser.LengthTwoOptionalDimensionContext ctx)
MySqlParser.lengthTwoOptionalDimension().
The default implementation does nothing.
exitLengthTwoOptionalDimension in interface MySqlParserListenerctx - the parse treepublic void enterUidList(MySqlParser.UidListContext ctx)
MySqlParser.uidList().
The default implementation does nothing.
enterUidList in interface MySqlParserListenerctx - the parse treepublic void exitUidList(MySqlParser.UidListContext ctx)
MySqlParser.uidList().
The default implementation does nothing.
exitUidList in interface MySqlParserListenerctx - the parse treepublic void enterTables(MySqlParser.TablesContext ctx)
MySqlParser.tables().
The default implementation does nothing.
enterTables in interface MySqlParserListenerctx - the parse treepublic void exitTables(MySqlParser.TablesContext ctx)
MySqlParser.tables().
The default implementation does nothing.
exitTables in interface MySqlParserListenerctx - the parse treepublic void enterIndexColumnNames(MySqlParser.IndexColumnNamesContext ctx)
MySqlParser.indexColumnNames().
The default implementation does nothing.
enterIndexColumnNames in interface MySqlParserListenerctx - the parse treepublic void exitIndexColumnNames(MySqlParser.IndexColumnNamesContext ctx)
MySqlParser.indexColumnNames().
The default implementation does nothing.
exitIndexColumnNames in interface MySqlParserListenerctx - the parse treepublic void enterExpressions(MySqlParser.ExpressionsContext ctx)
MySqlParser.expressions().
The default implementation does nothing.
enterExpressions in interface MySqlParserListenerctx - the parse treepublic void exitExpressions(MySqlParser.ExpressionsContext ctx)
MySqlParser.expressions().
The default implementation does nothing.
exitExpressions in interface MySqlParserListenerctx - the parse treepublic void enterExpressionsWithDefaults(MySqlParser.ExpressionsWithDefaultsContext ctx)
MySqlParser.expressionsWithDefaults().
The default implementation does nothing.
enterExpressionsWithDefaults in interface MySqlParserListenerctx - the parse treepublic void exitExpressionsWithDefaults(MySqlParser.ExpressionsWithDefaultsContext ctx)
MySqlParser.expressionsWithDefaults().
The default implementation does nothing.
exitExpressionsWithDefaults in interface MySqlParserListenerctx - the parse treepublic void enterConstants(MySqlParser.ConstantsContext ctx)
MySqlParser.constants().
The default implementation does nothing.
enterConstants in interface MySqlParserListenerctx - the parse treepublic void exitConstants(MySqlParser.ConstantsContext ctx)
MySqlParser.constants().
The default implementation does nothing.
exitConstants in interface MySqlParserListenerctx - the parse treepublic void enterSimpleStrings(MySqlParser.SimpleStringsContext ctx)
MySqlParser.simpleStrings().
The default implementation does nothing.
enterSimpleStrings in interface MySqlParserListenerctx - the parse treepublic void exitSimpleStrings(MySqlParser.SimpleStringsContext ctx)
MySqlParser.simpleStrings().
The default implementation does nothing.
exitSimpleStrings in interface MySqlParserListenerctx - the parse treepublic void enterUserVariables(MySqlParser.UserVariablesContext ctx)
MySqlParser.userVariables().
The default implementation does nothing.
enterUserVariables in interface MySqlParserListenerctx - the parse treepublic void exitUserVariables(MySqlParser.UserVariablesContext ctx)
MySqlParser.userVariables().
The default implementation does nothing.
exitUserVariables in interface MySqlParserListenerctx - the parse treepublic void enterDefaultValue(MySqlParser.DefaultValueContext ctx)
MySqlParser.defaultValue().
The default implementation does nothing.
enterDefaultValue in interface MySqlParserListenerctx - the parse treepublic void exitDefaultValue(MySqlParser.DefaultValueContext ctx)
MySqlParser.defaultValue().
The default implementation does nothing.
exitDefaultValue in interface MySqlParserListenerctx - the parse treepublic void enterCurrentTimestamp(MySqlParser.CurrentTimestampContext ctx)
MySqlParser.currentTimestamp().
The default implementation does nothing.
enterCurrentTimestamp in interface MySqlParserListenerctx - the parse treepublic void exitCurrentTimestamp(MySqlParser.CurrentTimestampContext ctx)
MySqlParser.currentTimestamp().
The default implementation does nothing.
exitCurrentTimestamp in interface MySqlParserListenerctx - the parse treepublic void enterExpressionOrDefault(MySqlParser.ExpressionOrDefaultContext ctx)
MySqlParser.expressionOrDefault().
The default implementation does nothing.
enterExpressionOrDefault in interface MySqlParserListenerctx - the parse treepublic void exitExpressionOrDefault(MySqlParser.ExpressionOrDefaultContext ctx)
MySqlParser.expressionOrDefault().
The default implementation does nothing.
exitExpressionOrDefault in interface MySqlParserListenerctx - the parse treepublic void enterIfExists(MySqlParser.IfExistsContext ctx)
MySqlParser.ifExists().
The default implementation does nothing.
enterIfExists in interface MySqlParserListenerctx - the parse treepublic void exitIfExists(MySqlParser.IfExistsContext ctx)
MySqlParser.ifExists().
The default implementation does nothing.
exitIfExists in interface MySqlParserListenerctx - the parse treepublic void enterIfNotExists(MySqlParser.IfNotExistsContext ctx)
MySqlParser.ifNotExists().
The default implementation does nothing.
enterIfNotExists in interface MySqlParserListenerctx - the parse treepublic void exitIfNotExists(MySqlParser.IfNotExistsContext ctx)
MySqlParser.ifNotExists().
The default implementation does nothing.
exitIfNotExists in interface MySqlParserListenerctx - the parse treepublic void enterSpecificFunctionCall(MySqlParser.SpecificFunctionCallContext ctx)
specificFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterSpecificFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitSpecificFunctionCall(MySqlParser.SpecificFunctionCallContext ctx)
specificFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitSpecificFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterAggregateFunctionCall(MySqlParser.AggregateFunctionCallContext ctx)
aggregateFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterAggregateFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitAggregateFunctionCall(MySqlParser.AggregateFunctionCallContext ctx)
aggregateFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitAggregateFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterScalarFunctionCall(MySqlParser.ScalarFunctionCallContext ctx)
scalarFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterScalarFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitScalarFunctionCall(MySqlParser.ScalarFunctionCallContext ctx)
scalarFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitScalarFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterUdfFunctionCall(MySqlParser.UdfFunctionCallContext ctx)
udfFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterUdfFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitUdfFunctionCall(MySqlParser.UdfFunctionCallContext ctx)
udfFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitUdfFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterPasswordFunctionCall(MySqlParser.PasswordFunctionCallContext ctx)
passwordFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterPasswordFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitPasswordFunctionCall(MySqlParser.PasswordFunctionCallContext ctx)
passwordFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitPasswordFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterSimpleFunctionCall(MySqlParser.SimpleFunctionCallContext ctx)
simpleFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterSimpleFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitSimpleFunctionCall(MySqlParser.SimpleFunctionCallContext ctx)
simpleFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitSimpleFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterDataTypeFunctionCall(MySqlParser.DataTypeFunctionCallContext ctx)
dataTypeFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterDataTypeFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitDataTypeFunctionCall(MySqlParser.DataTypeFunctionCallContext ctx)
dataTypeFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitDataTypeFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterValuesFunctionCall(MySqlParser.ValuesFunctionCallContext ctx)
valuesFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterValuesFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitValuesFunctionCall(MySqlParser.ValuesFunctionCallContext ctx)
valuesFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitValuesFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterCaseFunctionCall(MySqlParser.CaseFunctionCallContext ctx)
caseFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterCaseFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitCaseFunctionCall(MySqlParser.CaseFunctionCallContext ctx)
caseFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitCaseFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterCharFunctionCall(MySqlParser.CharFunctionCallContext ctx)
charFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterCharFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitCharFunctionCall(MySqlParser.CharFunctionCallContext ctx)
charFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitCharFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterPositionFunctionCall(MySqlParser.PositionFunctionCallContext ctx)
positionFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterPositionFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitPositionFunctionCall(MySqlParser.PositionFunctionCallContext ctx)
positionFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitPositionFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterSubstrFunctionCall(MySqlParser.SubstrFunctionCallContext ctx)
substrFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterSubstrFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitSubstrFunctionCall(MySqlParser.SubstrFunctionCallContext ctx)
substrFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitSubstrFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterTrimFunctionCall(MySqlParser.TrimFunctionCallContext ctx)
trimFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterTrimFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitTrimFunctionCall(MySqlParser.TrimFunctionCallContext ctx)
trimFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitTrimFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterWeightFunctionCall(MySqlParser.WeightFunctionCallContext ctx)
weightFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterWeightFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitWeightFunctionCall(MySqlParser.WeightFunctionCallContext ctx)
weightFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitWeightFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterExtractFunctionCall(MySqlParser.ExtractFunctionCallContext ctx)
extractFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterExtractFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitExtractFunctionCall(MySqlParser.ExtractFunctionCallContext ctx)
extractFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitExtractFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterGetFormatFunctionCall(MySqlParser.GetFormatFunctionCallContext ctx)
getFormatFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterGetFormatFunctionCall in interface MySqlParserListenerctx - the parse treepublic void exitGetFormatFunctionCall(MySqlParser.GetFormatFunctionCallContext ctx)
getFormatFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitGetFormatFunctionCall in interface MySqlParserListenerctx - the parse treepublic void enterCaseFuncAlternative(MySqlParser.CaseFuncAlternativeContext ctx)
MySqlParser.caseFuncAlternative().
The default implementation does nothing.
enterCaseFuncAlternative in interface MySqlParserListenerctx - the parse treepublic void exitCaseFuncAlternative(MySqlParser.CaseFuncAlternativeContext ctx)
MySqlParser.caseFuncAlternative().
The default implementation does nothing.
exitCaseFuncAlternative in interface MySqlParserListenerctx - the parse treepublic void enterLevelWeightList(MySqlParser.LevelWeightListContext ctx)
levelWeightList
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
enterLevelWeightList in interface MySqlParserListenerctx - the parse treepublic void exitLevelWeightList(MySqlParser.LevelWeightListContext ctx)
levelWeightList
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
exitLevelWeightList in interface MySqlParserListenerctx - the parse treepublic void enterLevelWeightRange(MySqlParser.LevelWeightRangeContext ctx)
levelWeightRange
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
enterLevelWeightRange in interface MySqlParserListenerctx - the parse treepublic void exitLevelWeightRange(MySqlParser.LevelWeightRangeContext ctx)
levelWeightRange
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
exitLevelWeightRange in interface MySqlParserListenerctx - the parse treepublic void enterLevelInWeightListElement(MySqlParser.LevelInWeightListElementContext ctx)
MySqlParser.levelInWeightListElement().
The default implementation does nothing.
enterLevelInWeightListElement in interface MySqlParserListenerctx - the parse treepublic void exitLevelInWeightListElement(MySqlParser.LevelInWeightListElementContext ctx)
MySqlParser.levelInWeightListElement().
The default implementation does nothing.
exitLevelInWeightListElement in interface MySqlParserListenerctx - the parse treepublic void enterAggregateWindowedFunction(MySqlParser.AggregateWindowedFunctionContext ctx)
MySqlParser.aggregateWindowedFunction().
The default implementation does nothing.
enterAggregateWindowedFunction in interface MySqlParserListenerctx - the parse treepublic void exitAggregateWindowedFunction(MySqlParser.AggregateWindowedFunctionContext ctx)
MySqlParser.aggregateWindowedFunction().
The default implementation does nothing.
exitAggregateWindowedFunction in interface MySqlParserListenerctx - the parse treepublic void enterScalarFunctionName(MySqlParser.ScalarFunctionNameContext ctx)
MySqlParser.scalarFunctionName().
The default implementation does nothing.
enterScalarFunctionName in interface MySqlParserListenerctx - the parse treepublic void exitScalarFunctionName(MySqlParser.ScalarFunctionNameContext ctx)
MySqlParser.scalarFunctionName().
The default implementation does nothing.
exitScalarFunctionName in interface MySqlParserListenerctx - the parse treepublic void enterPasswordFunctionClause(MySqlParser.PasswordFunctionClauseContext ctx)
MySqlParser.passwordFunctionClause().
The default implementation does nothing.
enterPasswordFunctionClause in interface MySqlParserListenerctx - the parse treepublic void exitPasswordFunctionClause(MySqlParser.PasswordFunctionClauseContext ctx)
MySqlParser.passwordFunctionClause().
The default implementation does nothing.
exitPasswordFunctionClause in interface MySqlParserListenerctx - the parse treepublic void enterFunctionArgs(MySqlParser.FunctionArgsContext ctx)
MySqlParser.functionArgs().
The default implementation does nothing.
enterFunctionArgs in interface MySqlParserListenerctx - the parse treepublic void exitFunctionArgs(MySqlParser.FunctionArgsContext ctx)
MySqlParser.functionArgs().
The default implementation does nothing.
exitFunctionArgs in interface MySqlParserListenerctx - the parse treepublic void enterFunctionArg(MySqlParser.FunctionArgContext ctx)
MySqlParser.functionArg().
The default implementation does nothing.
enterFunctionArg in interface MySqlParserListenerctx - the parse treepublic void exitFunctionArg(MySqlParser.FunctionArgContext ctx)
MySqlParser.functionArg().
The default implementation does nothing.
exitFunctionArg in interface MySqlParserListenerctx - the parse treepublic void enterIsExpression(MySqlParser.IsExpressionContext ctx)
isExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterIsExpression in interface MySqlParserListenerctx - the parse treepublic void exitIsExpression(MySqlParser.IsExpressionContext ctx)
isExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitIsExpression in interface MySqlParserListenerctx - the parse treepublic void enterNotExpression(MySqlParser.NotExpressionContext ctx)
notExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterNotExpression in interface MySqlParserListenerctx - the parse treepublic void exitNotExpression(MySqlParser.NotExpressionContext ctx)
notExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitNotExpression in interface MySqlParserListenerctx - the parse treepublic void enterLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
logicalExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterLogicalExpression in interface MySqlParserListenerctx - the parse treepublic void exitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
logicalExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitLogicalExpression in interface MySqlParserListenerctx - the parse treepublic void enterPredicateExpression(MySqlParser.PredicateExpressionContext ctx)
predicateExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterPredicateExpression in interface MySqlParserListenerctx - the parse treepublic void exitPredicateExpression(MySqlParser.PredicateExpressionContext ctx)
predicateExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitPredicateExpression in interface MySqlParserListenerctx - the parse treepublic void enterSoundsLikePredicate(MySqlParser.SoundsLikePredicateContext ctx)
soundsLikePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterSoundsLikePredicate in interface MySqlParserListenerctx - the parse treepublic void exitSoundsLikePredicate(MySqlParser.SoundsLikePredicateContext ctx)
soundsLikePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitSoundsLikePredicate in interface MySqlParserListenerctx - the parse treepublic void enterExpressionAtomPredicate(MySqlParser.ExpressionAtomPredicateContext ctx)
expressionAtomPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterExpressionAtomPredicate in interface MySqlParserListenerctx - the parse treepublic void exitExpressionAtomPredicate(MySqlParser.ExpressionAtomPredicateContext ctx)
expressionAtomPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitExpressionAtomPredicate in interface MySqlParserListenerctx - the parse treepublic void enterJsonMemberOfPredicate(MySqlParser.JsonMemberOfPredicateContext ctx)
jsonMemberOfPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterJsonMemberOfPredicate in interface MySqlParserListenerctx - the parse treepublic void exitJsonMemberOfPredicate(MySqlParser.JsonMemberOfPredicateContext ctx)
jsonMemberOfPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitJsonMemberOfPredicate in interface MySqlParserListenerctx - the parse treepublic void enterInPredicate(MySqlParser.InPredicateContext ctx)
inPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterInPredicate in interface MySqlParserListenerctx - the parse treepublic void exitInPredicate(MySqlParser.InPredicateContext ctx)
inPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitInPredicate in interface MySqlParserListenerctx - the parse treepublic void enterSubqueryComparasionPredicate(MySqlParser.SubqueryComparasionPredicateContext ctx)
subqueryComparasionPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterSubqueryComparasionPredicate in interface MySqlParserListenerctx - the parse treepublic void exitSubqueryComparasionPredicate(MySqlParser.SubqueryComparasionPredicateContext ctx)
subqueryComparasionPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitSubqueryComparasionPredicate in interface MySqlParserListenerctx - the parse treepublic void enterBetweenPredicate(MySqlParser.BetweenPredicateContext ctx)
betweenPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterBetweenPredicate in interface MySqlParserListenerctx - the parse treepublic void exitBetweenPredicate(MySqlParser.BetweenPredicateContext ctx)
betweenPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitBetweenPredicate in interface MySqlParserListenerctx - the parse treepublic void enterBinaryComparasionPredicate(MySqlParser.BinaryComparasionPredicateContext ctx)
binaryComparasionPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterBinaryComparasionPredicate in interface MySqlParserListenerctx - the parse treepublic void exitBinaryComparasionPredicate(MySqlParser.BinaryComparasionPredicateContext ctx)
binaryComparasionPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitBinaryComparasionPredicate in interface MySqlParserListenerctx - the parse treepublic void enterIsNullPredicate(MySqlParser.IsNullPredicateContext ctx)
isNullPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterIsNullPredicate in interface MySqlParserListenerctx - the parse treepublic void exitIsNullPredicate(MySqlParser.IsNullPredicateContext ctx)
isNullPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitIsNullPredicate in interface MySqlParserListenerctx - the parse treepublic void enterLikePredicate(MySqlParser.LikePredicateContext ctx)
likePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterLikePredicate in interface MySqlParserListenerctx - the parse treepublic void exitLikePredicate(MySqlParser.LikePredicateContext ctx)
likePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitLikePredicate in interface MySqlParserListenerctx - the parse treepublic void enterRegexpPredicate(MySqlParser.RegexpPredicateContext ctx)
regexpPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterRegexpPredicate in interface MySqlParserListenerctx - the parse treepublic void exitRegexpPredicate(MySqlParser.RegexpPredicateContext ctx)
regexpPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitRegexpPredicate in interface MySqlParserListenerctx - the parse treepublic void enterUnaryExpressionAtom(MySqlParser.UnaryExpressionAtomContext ctx)
unaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterUnaryExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitUnaryExpressionAtom(MySqlParser.UnaryExpressionAtomContext ctx)
unaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitUnaryExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterCollateExpressionAtom(MySqlParser.CollateExpressionAtomContext ctx)
collateExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterCollateExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitCollateExpressionAtom(MySqlParser.CollateExpressionAtomContext ctx)
collateExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitCollateExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterSubqueryExpessionAtom(MySqlParser.SubqueryExpessionAtomContext ctx)
subqueryExpessionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterSubqueryExpessionAtom in interface MySqlParserListenerctx - the parse treepublic void exitSubqueryExpessionAtom(MySqlParser.SubqueryExpessionAtomContext ctx)
subqueryExpessionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitSubqueryExpessionAtom in interface MySqlParserListenerctx - the parse treepublic void enterMysqlVariableExpressionAtom(MySqlParser.MysqlVariableExpressionAtomContext ctx)
mysqlVariableExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterMysqlVariableExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitMysqlVariableExpressionAtom(MySqlParser.MysqlVariableExpressionAtomContext ctx)
mysqlVariableExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitMysqlVariableExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterNestedExpressionAtom(MySqlParser.NestedExpressionAtomContext ctx)
nestedExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterNestedExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitNestedExpressionAtom(MySqlParser.NestedExpressionAtomContext ctx)
nestedExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitNestedExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterNestedRowExpressionAtom(MySqlParser.NestedRowExpressionAtomContext ctx)
nestedRowExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterNestedRowExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitNestedRowExpressionAtom(MySqlParser.NestedRowExpressionAtomContext ctx)
nestedRowExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitNestedRowExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterMathExpressionAtom(MySqlParser.MathExpressionAtomContext ctx)
mathExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterMathExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitMathExpressionAtom(MySqlParser.MathExpressionAtomContext ctx)
mathExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitMathExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterIntervalExpressionAtom(MySqlParser.IntervalExpressionAtomContext ctx)
intervalExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterIntervalExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitIntervalExpressionAtom(MySqlParser.IntervalExpressionAtomContext ctx)
intervalExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitIntervalExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterJsonExpressionAtom(MySqlParser.JsonExpressionAtomContext ctx)
jsonExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterJsonExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitJsonExpressionAtom(MySqlParser.JsonExpressionAtomContext ctx)
jsonExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitJsonExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterExistsExpessionAtom(MySqlParser.ExistsExpessionAtomContext ctx)
existsExpessionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterExistsExpessionAtom in interface MySqlParserListenerctx - the parse treepublic void exitExistsExpessionAtom(MySqlParser.ExistsExpessionAtomContext ctx)
existsExpessionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitExistsExpessionAtom in interface MySqlParserListenerctx - the parse treepublic void enterConstantExpressionAtom(MySqlParser.ConstantExpressionAtomContext ctx)
constantExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterConstantExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitConstantExpressionAtom(MySqlParser.ConstantExpressionAtomContext ctx)
constantExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitConstantExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterFunctionCallExpressionAtom(MySqlParser.FunctionCallExpressionAtomContext ctx)
functionCallExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterFunctionCallExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitFunctionCallExpressionAtom(MySqlParser.FunctionCallExpressionAtomContext ctx)
functionCallExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitFunctionCallExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterBinaryExpressionAtom(MySqlParser.BinaryExpressionAtomContext ctx)
binaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterBinaryExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitBinaryExpressionAtom(MySqlParser.BinaryExpressionAtomContext ctx)
binaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitBinaryExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterFullColumnNameExpressionAtom(MySqlParser.FullColumnNameExpressionAtomContext ctx)
fullColumnNameExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterFullColumnNameExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitFullColumnNameExpressionAtom(MySqlParser.FullColumnNameExpressionAtomContext ctx)
fullColumnNameExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitFullColumnNameExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterBitExpressionAtom(MySqlParser.BitExpressionAtomContext ctx)
bitExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterBitExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void exitBitExpressionAtom(MySqlParser.BitExpressionAtomContext ctx)
bitExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitBitExpressionAtom in interface MySqlParserListenerctx - the parse treepublic void enterUnaryOperator(MySqlParser.UnaryOperatorContext ctx)
MySqlParser.unaryOperator().
The default implementation does nothing.
enterUnaryOperator in interface MySqlParserListenerctx - the parse treepublic void exitUnaryOperator(MySqlParser.UnaryOperatorContext ctx)
MySqlParser.unaryOperator().
The default implementation does nothing.
exitUnaryOperator in interface MySqlParserListenerctx - the parse treepublic void enterComparisonOperator(MySqlParser.ComparisonOperatorContext ctx)
MySqlParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator in interface MySqlParserListenerctx - the parse treepublic void exitComparisonOperator(MySqlParser.ComparisonOperatorContext ctx)
MySqlParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator in interface MySqlParserListenerctx - the parse treepublic void enterLogicalOperator(MySqlParser.LogicalOperatorContext ctx)
MySqlParser.logicalOperator().
The default implementation does nothing.
enterLogicalOperator in interface MySqlParserListenerctx - the parse treepublic void exitLogicalOperator(MySqlParser.LogicalOperatorContext ctx)
MySqlParser.logicalOperator().
The default implementation does nothing.
exitLogicalOperator in interface MySqlParserListenerctx - the parse treepublic void enterBitOperator(MySqlParser.BitOperatorContext ctx)
MySqlParser.bitOperator().
The default implementation does nothing.
enterBitOperator in interface MySqlParserListenerctx - the parse treepublic void exitBitOperator(MySqlParser.BitOperatorContext ctx)
MySqlParser.bitOperator().
The default implementation does nothing.
exitBitOperator in interface MySqlParserListenerctx - the parse treepublic void enterMathOperator(MySqlParser.MathOperatorContext ctx)
MySqlParser.mathOperator().
The default implementation does nothing.
enterMathOperator in interface MySqlParserListenerctx - the parse treepublic void exitMathOperator(MySqlParser.MathOperatorContext ctx)
MySqlParser.mathOperator().
The default implementation does nothing.
exitMathOperator in interface MySqlParserListenerctx - the parse treepublic void enterJsonOperator(MySqlParser.JsonOperatorContext ctx)
MySqlParser.jsonOperator().
The default implementation does nothing.
enterJsonOperator in interface MySqlParserListenerctx - the parse treepublic void exitJsonOperator(MySqlParser.JsonOperatorContext ctx)
MySqlParser.jsonOperator().
The default implementation does nothing.
exitJsonOperator in interface MySqlParserListenerctx - the parse treepublic void enterCharsetNameBase(MySqlParser.CharsetNameBaseContext ctx)
MySqlParser.charsetNameBase().
The default implementation does nothing.
enterCharsetNameBase in interface MySqlParserListenerctx - the parse treepublic void exitCharsetNameBase(MySqlParser.CharsetNameBaseContext ctx)
MySqlParser.charsetNameBase().
The default implementation does nothing.
exitCharsetNameBase in interface MySqlParserListenerctx - the parse treepublic void enterTransactionLevelBase(MySqlParser.TransactionLevelBaseContext ctx)
MySqlParser.transactionLevelBase().
The default implementation does nothing.
enterTransactionLevelBase in interface MySqlParserListenerctx - the parse treepublic void exitTransactionLevelBase(MySqlParser.TransactionLevelBaseContext ctx)
MySqlParser.transactionLevelBase().
The default implementation does nothing.
exitTransactionLevelBase in interface MySqlParserListenerctx - the parse treepublic void enterPrivilegesBase(MySqlParser.PrivilegesBaseContext ctx)
MySqlParser.privilegesBase().
The default implementation does nothing.
enterPrivilegesBase in interface MySqlParserListenerctx - the parse treepublic void exitPrivilegesBase(MySqlParser.PrivilegesBaseContext ctx)
MySqlParser.privilegesBase().
The default implementation does nothing.
exitPrivilegesBase in interface MySqlParserListenerctx - the parse treepublic void enterIntervalTypeBase(MySqlParser.IntervalTypeBaseContext ctx)
MySqlParser.intervalTypeBase().
The default implementation does nothing.
enterIntervalTypeBase in interface MySqlParserListenerctx - the parse treepublic void exitIntervalTypeBase(MySqlParser.IntervalTypeBaseContext ctx)
MySqlParser.intervalTypeBase().
The default implementation does nothing.
exitIntervalTypeBase in interface MySqlParserListenerctx - the parse treepublic void enterDataTypeBase(MySqlParser.DataTypeBaseContext ctx)
MySqlParser.dataTypeBase().
The default implementation does nothing.
enterDataTypeBase in interface MySqlParserListenerctx - the parse treepublic void exitDataTypeBase(MySqlParser.DataTypeBaseContext ctx)
MySqlParser.dataTypeBase().
The default implementation does nothing.
exitDataTypeBase in interface MySqlParserListenerctx - the parse treepublic void enterKeywordsCanBeId(MySqlParser.KeywordsCanBeIdContext ctx)
MySqlParser.keywordsCanBeId().
The default implementation does nothing.
enterKeywordsCanBeId in interface MySqlParserListenerctx - the parse treepublic void exitKeywordsCanBeId(MySqlParser.KeywordsCanBeIdContext ctx)
MySqlParser.keywordsCanBeId().
The default implementation does nothing.
exitKeywordsCanBeId in interface MySqlParserListenerctx - the parse treepublic void enterFunctionNameBase(MySqlParser.FunctionNameBaseContext ctx)
MySqlParser.functionNameBase().
The default implementation does nothing.
enterFunctionNameBase in interface MySqlParserListenerctx - the parse treepublic void exitFunctionNameBase(MySqlParser.FunctionNameBaseContext ctx)
MySqlParser.functionNameBase().
The default implementation does nothing.
exitFunctionNameBase in interface MySqlParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2021 JBoss by Red Hat. All rights reserved.