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