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