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 enterExpressionsForUpdate(MySqlParser.ExpressionsForUpdateContext ctx)
MySqlParser.expressionsForUpdate().
The default implementation does nothing.
enterExpressionsForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitExpressionsForUpdate(MySqlParser.ExpressionsForUpdateContext ctx)
MySqlParser.expressionsForUpdate().
The default implementation does nothing.
exitExpressionsForUpdate 在接口中 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 enterLogicalExpressionForUpdate(MySqlParser.LogicalExpressionForUpdateContext ctx)
logicalExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
enterLogicalExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitLogicalExpressionForUpdate(MySqlParser.LogicalExpressionForUpdateContext ctx)
logicalExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
exitLogicalExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterPredicateExpressionForUpdate(MySqlParser.PredicateExpressionForUpdateContext ctx)
predicateExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
enterPredicateExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitPredicateExpressionForUpdate(MySqlParser.PredicateExpressionForUpdateContext ctx)
predicateExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
exitPredicateExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterIsExpressionForUpdate(MySqlParser.IsExpressionForUpdateContext ctx)
isExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
enterIsExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitIsExpressionForUpdate(MySqlParser.IsExpressionForUpdateContext ctx)
isExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
exitIsExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterNotExpressionForUpdate(MySqlParser.NotExpressionForUpdateContext ctx)
notExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
enterNotExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitNotExpressionForUpdate(MySqlParser.NotExpressionForUpdateContext ctx)
notExpressionForUpdate
labeled alternative in MySqlParser.expressionForUpdate().
The default implementation does nothing.
exitNotExpressionForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterBinaryComparasionPredicateForUpdate(MySqlParser.BinaryComparasionPredicateForUpdateContext ctx)
binaryComparasionPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterBinaryComparasionPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitBinaryComparasionPredicateForUpdate(MySqlParser.BinaryComparasionPredicateForUpdateContext ctx)
binaryComparasionPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitBinaryComparasionPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterLikePredicateForUpdate(MySqlParser.LikePredicateForUpdateContext ctx)
likePredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterLikePredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitLikePredicateForUpdate(MySqlParser.LikePredicateForUpdateContext ctx)
likePredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitLikePredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterRegexpPredicateForUpdate(MySqlParser.RegexpPredicateForUpdateContext ctx)
regexpPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterRegexpPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitRegexpPredicateForUpdate(MySqlParser.RegexpPredicateForUpdateContext ctx)
regexpPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitRegexpPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterIsNullPredicateForUpdate(MySqlParser.IsNullPredicateForUpdateContext ctx)
isNullPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterIsNullPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitIsNullPredicateForUpdate(MySqlParser.IsNullPredicateForUpdateContext ctx)
isNullPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitIsNullPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterBetweenPredicateForUpdate(MySqlParser.BetweenPredicateForUpdateContext ctx)
betweenPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterBetweenPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitBetweenPredicateForUpdate(MySqlParser.BetweenPredicateForUpdateContext ctx)
betweenPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitBetweenPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterSoundsLikePredicateForUpdate(MySqlParser.SoundsLikePredicateForUpdateContext ctx)
soundsLikePredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterSoundsLikePredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitSoundsLikePredicateForUpdate(MySqlParser.SoundsLikePredicateForUpdateContext ctx)
soundsLikePredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitSoundsLikePredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterInPredicateForUpdate(MySqlParser.InPredicateForUpdateContext ctx)
inPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterInPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitInPredicateForUpdate(MySqlParser.InPredicateForUpdateContext ctx)
inPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitInPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterSubqueryComparasionPredicateForUpdate(MySqlParser.SubqueryComparasionPredicateForUpdateContext ctx)
subqueryComparasionPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterSubqueryComparasionPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitSubqueryComparasionPredicateForUpdate(MySqlParser.SubqueryComparasionPredicateForUpdateContext ctx)
subqueryComparasionPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitSubqueryComparasionPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterExpressionAtomPredicateForUpdate(MySqlParser.ExpressionAtomPredicateForUpdateContext ctx)
expressionAtomPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
enterExpressionAtomPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitExpressionAtomPredicateForUpdate(MySqlParser.ExpressionAtomPredicateForUpdateContext ctx)
expressionAtomPredicateForUpdate
labeled alternative in MySqlParser.predicateForUpdate().
The default implementation does nothing.
exitExpressionAtomPredicateForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterIntervalExpressionAtomForUpdate(MySqlParser.IntervalExpressionAtomForUpdateContext ctx)
intervalExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterIntervalExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitIntervalExpressionAtomForUpdate(MySqlParser.IntervalExpressionAtomForUpdateContext ctx)
intervalExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitIntervalExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterFullColumnNameExpressionAtomForUpdate(MySqlParser.FullColumnNameExpressionAtomForUpdateContext ctx)
fullColumnNameExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterFullColumnNameExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitFullColumnNameExpressionAtomForUpdate(MySqlParser.FullColumnNameExpressionAtomForUpdateContext ctx)
fullColumnNameExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitFullColumnNameExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterMysqlVariableExpressionAtomForUpdate(MySqlParser.MysqlVariableExpressionAtomForUpdateContext ctx)
mysqlVariableExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterMysqlVariableExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitMysqlVariableExpressionAtomForUpdate(MySqlParser.MysqlVariableExpressionAtomForUpdateContext ctx)
mysqlVariableExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitMysqlVariableExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterUnaryExpressionAtomForUpdate(MySqlParser.UnaryExpressionAtomForUpdateContext ctx)
unaryExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterUnaryExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitUnaryExpressionAtomForUpdate(MySqlParser.UnaryExpressionAtomForUpdateContext ctx)
unaryExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitUnaryExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterNestedRowExpressionAtomForUpdate(MySqlParser.NestedRowExpressionAtomForUpdateContext ctx)
nestedRowExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterNestedRowExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitNestedRowExpressionAtomForUpdate(MySqlParser.NestedRowExpressionAtomForUpdateContext ctx)
nestedRowExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitNestedRowExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterSubqueryExpessionAtomForUpdate(MySqlParser.SubqueryExpessionAtomForUpdateContext ctx)
subqueryExpessionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterSubqueryExpessionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitSubqueryExpessionAtomForUpdate(MySqlParser.SubqueryExpessionAtomForUpdateContext ctx)
subqueryExpessionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitSubqueryExpessionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterBitExpressionAtomForUpdate(MySqlParser.BitExpressionAtomForUpdateContext ctx)
bitExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterBitExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitBitExpressionAtomForUpdate(MySqlParser.BitExpressionAtomForUpdateContext ctx)
bitExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitBitExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterMathExpressionAtomForUpdate(MySqlParser.MathExpressionAtomForUpdateContext ctx)
mathExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterMathExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitMathExpressionAtomForUpdate(MySqlParser.MathExpressionAtomForUpdateContext ctx)
mathExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitMathExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterConstantExpressionAtomForUpdate(MySqlParser.ConstantExpressionAtomForUpdateContext ctx)
constantExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterConstantExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitConstantExpressionAtomForUpdate(MySqlParser.ConstantExpressionAtomForUpdateContext ctx)
constantExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitConstantExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterCollateExpressionAtomForUpdate(MySqlParser.CollateExpressionAtomForUpdateContext ctx)
collateExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterCollateExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitCollateExpressionAtomForUpdate(MySqlParser.CollateExpressionAtomForUpdateContext ctx)
collateExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitCollateExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterBinaryExpressionAtomForUpdate(MySqlParser.BinaryExpressionAtomForUpdateContext ctx)
binaryExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterBinaryExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitBinaryExpressionAtomForUpdate(MySqlParser.BinaryExpressionAtomForUpdateContext ctx)
binaryExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitBinaryExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterNestedExpressionAtomForUpdate(MySqlParser.NestedExpressionAtomForUpdateContext ctx)
nestedExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterNestedExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitNestedExpressionAtomForUpdate(MySqlParser.NestedExpressionAtomForUpdateContext ctx)
nestedExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitNestedExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterExistsExpessionAtomForUpdate(MySqlParser.ExistsExpessionAtomForUpdateContext ctx)
existsExpessionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterExistsExpessionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitExistsExpessionAtomForUpdate(MySqlParser.ExistsExpessionAtomForUpdateContext ctx)
existsExpessionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitExistsExpessionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void enterFunctionCallExpressionAtomForUpdate(MySqlParser.FunctionCallExpressionAtomForUpdateContext ctx)
functionCallExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
enterFunctionCallExpressionAtomForUpdate 在接口中 MySqlParserListenerctx - the parse treepublic void exitFunctionCallExpressionAtomForUpdate(MySqlParser.FunctionCallExpressionAtomForUpdateContext ctx)
functionCallExpressionAtomForUpdate
labeled alternative in MySqlParser.expressionAtomForUpdate().
The default implementation does nothing.
exitFunctionCallExpressionAtomForUpdate 在接口中 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 Seata. All rights reserved.