T - The return type of the visit operation. Use Void for
operations with no return type.public class MySQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements MySQLStatementVisitor<T>
MySQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
MySQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(MySQLStatementParser.ExecuteContext ctx)
MySQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterStatement(MySQLStatementParser.AlterStatementContext ctx)
MySQLStatementParser.alterStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTable(MySQLStatementParser.CreateTableContext ctx)
MySQLStatementParser.createTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionClause(MySQLStatementParser.PartitionClauseContext ctx)
MySQLStatementParser.partitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionTypeDef(MySQLStatementParser.PartitionTypeDefContext ctx)
MySQLStatementParser.partitionTypeDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionTypeDef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubPartitions(MySQLStatementParser.SubPartitionsContext ctx)
MySQLStatementParser.subPartitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubPartitions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionKeyAlgorithm(MySQLStatementParser.PartitionKeyAlgorithmContext ctx)
MySQLStatementParser.partitionKeyAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionKeyAlgorithm 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDuplicateAsQueryExpression(MySQLStatementParser.DuplicateAsQueryExpressionContext ctx)
MySQLStatementParser.duplicateAsQueryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateAsQueryExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTable(MySQLStatementParser.AlterTableContext ctx)
MySQLStatementParser.alterTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStandaloneAlterTableAction(MySQLStatementParser.StandaloneAlterTableActionContext ctx)
MySQLStatementParser.standaloneAlterTableAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandaloneAlterTableAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableActions(MySQLStatementParser.AlterTableActionsContext ctx)
MySQLStatementParser.alterTableActions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableActions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablePartitionOptions(MySQLStatementParser.AlterTablePartitionOptionsContext ctx)
MySQLStatementParser.alterTablePartitionOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablePartitionOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCommandList(MySQLStatementParser.AlterCommandListContext ctx)
MySQLStatementParser.alterCommandList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCommandList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterList(MySQLStatementParser.AlterListContext ctx)
MySQLStatementParser.alterList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableOptionsSpaceSeparated(MySQLStatementParser.CreateTableOptionsSpaceSeparatedContext ctx)
MySQLStatementParser.createTableOptionsSpaceSeparated().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableOptionsSpaceSeparated 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAddColumn(MySQLStatementParser.AddColumnContext ctx)
addColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddColumn 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAddTableConstraint(MySQLStatementParser.AddTableConstraintContext ctx)
addTableConstraint
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddTableConstraint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChangeColumn(MySQLStatementParser.ChangeColumnContext ctx)
changeColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeColumn 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitModifyColumn(MySQLStatementParser.ModifyColumnContext ctx)
modifyColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitModifyColumn 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableDrop(MySQLStatementParser.AlterTableDropContext ctx)
alterTableDrop
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableDrop 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDisableKeys(MySQLStatementParser.DisableKeysContext ctx)
disableKeys
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableKeys 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEnableKeys(MySQLStatementParser.EnableKeysContext ctx)
enableKeys
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableKeys 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterColumn(MySQLStatementParser.AlterColumnContext ctx)
alterColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterColumn 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterIndex(MySQLStatementParser.AlterIndexContext ctx)
alterIndex
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCheck(MySQLStatementParser.AlterCheckContext ctx)
alterCheck
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCheck 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterConstraint(MySQLStatementParser.AlterConstraintContext ctx)
alterConstraint
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterConstraint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameColumn(MySQLStatementParser.RenameColumnContext ctx)
renameColumn
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameColumn 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterRenameTable(MySQLStatementParser.AlterRenameTableContext ctx)
alterRenameTable
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterRenameTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameIndex(MySQLStatementParser.RenameIndexContext ctx)
renameIndex
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterConvert(MySQLStatementParser.AlterConvertContext ctx)
alterConvert
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterConvert 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableForce(MySQLStatementParser.AlterTableForceContext ctx)
alterTableForce
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableForce 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTableOrder(MySQLStatementParser.AlterTableOrderContext ctx)
alterTableOrder
labeled alternative in MySQLStatementParser.alterListItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTableOrder 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterOrderList(MySQLStatementParser.AlterOrderListContext ctx)
MySQLStatementParser.alterOrderList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterOrderList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableConstraintDef(MySQLStatementParser.TableConstraintDefContext ctx)
MySQLStatementParser.tableConstraintDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableConstraintDef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCommandsModifierList(MySQLStatementParser.AlterCommandsModifierListContext ctx)
MySQLStatementParser.alterCommandsModifierList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCommandsModifierList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterCommandsModifier(MySQLStatementParser.AlterCommandsModifierContext ctx)
MySQLStatementParser.alterCommandsModifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterCommandsModifier 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithValidation(MySQLStatementParser.WithValidationContext ctx)
MySQLStatementParser.withValidation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithValidation 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStandaloneAlterCommands(MySQLStatementParser.StandaloneAlterCommandsContext ctx)
MySQLStatementParser.standaloneAlterCommands().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandaloneAlterCommands 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterPartition(MySQLStatementParser.AlterPartitionContext ctx)
MySQLStatementParser.alterPartition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterPartition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintClause(MySQLStatementParser.ConstraintClauseContext ctx)
MySQLStatementParser.constraintClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableElementList(MySQLStatementParser.TableElementListContext ctx)
MySQLStatementParser.tableElementList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableElementList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableElement(MySQLStatementParser.TableElementContext ctx)
MySQLStatementParser.tableElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableElement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRestrict(MySQLStatementParser.RestrictContext ctx)
MySQLStatementParser.restrict().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRestrict 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFulltextIndexOption(MySQLStatementParser.FulltextIndexOptionContext ctx)
MySQLStatementParser.fulltextIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFulltextIndexOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropTable(MySQLStatementParser.DropTableContext ctx)
MySQLStatementParser.dropTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropIndex(MySQLStatementParser.DropIndexContext ctx)
MySQLStatementParser.dropIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterAlgorithmOption(MySQLStatementParser.AlterAlgorithmOptionContext ctx)
MySQLStatementParser.alterAlgorithmOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterAlgorithmOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterLockOption(MySQLStatementParser.AlterLockOptionContext ctx)
MySQLStatementParser.alterLockOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLockOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTruncateTable(MySQLStatementParser.TruncateTableContext ctx)
MySQLStatementParser.truncateTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTruncateTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateIndex(MySQLStatementParser.CreateIndexContext ctx)
MySQLStatementParser.createIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabase(MySQLStatementParser.CreateDatabaseContext ctx)
MySQLStatementParser.createDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabase(MySQLStatementParser.AlterDatabaseContext ctx)
MySQLStatementParser.alterDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabaseSpecification_(MySQLStatementParser.CreateDatabaseSpecification_Context ctx)
MySQLStatementParser.createDatabaseSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabaseSpecification_(MySQLStatementParser.AlterDatabaseSpecification_Context ctx)
MySQLStatementParser.alterDatabaseSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabaseSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropDatabase(MySQLStatementParser.DropDatabaseContext ctx)
MySQLStatementParser.dropDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterInstance(MySQLStatementParser.AlterInstanceContext ctx)
MySQLStatementParser.alterInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterInstance 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstanceAction(MySQLStatementParser.InstanceActionContext ctx)
MySQLStatementParser.instanceAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstanceAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChannel(MySQLStatementParser.ChannelContext ctx)
MySQLStatementParser.channel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannel 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateEvent(MySQLStatementParser.CreateEventContext ctx)
MySQLStatementParser.createEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterEvent(MySQLStatementParser.AlterEventContext ctx)
MySQLStatementParser.alterEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropEvent(MySQLStatementParser.DropEventContext ctx)
MySQLStatementParser.dropEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateFunction(MySQLStatementParser.CreateFunctionContext ctx)
MySQLStatementParser.createFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterFunction(MySQLStatementParser.AlterFunctionContext ctx)
MySQLStatementParser.alterFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropFunction(MySQLStatementParser.DropFunctionContext ctx)
MySQLStatementParser.dropFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateProcedure(MySQLStatementParser.CreateProcedureContext ctx)
MySQLStatementParser.createProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterProcedure(MySQLStatementParser.AlterProcedureContext ctx)
MySQLStatementParser.alterProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropProcedure(MySQLStatementParser.DropProcedureContext ctx)
MySQLStatementParser.dropProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateServer(MySQLStatementParser.CreateServerContext ctx)
MySQLStatementParser.createServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateServer 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterServer(MySQLStatementParser.AlterServerContext ctx)
MySQLStatementParser.alterServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterServer 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropServer(MySQLStatementParser.DropServerContext ctx)
MySQLStatementParser.dropServer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropServer 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateView(MySQLStatementParser.CreateViewContext ctx)
MySQLStatementParser.createView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterView(MySQLStatementParser.AlterViewContext ctx)
MySQLStatementParser.alterView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropView(MySQLStatementParser.DropViewContext ctx)
MySQLStatementParser.dropView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTablespace(MySQLStatementParser.CreateTablespaceContext ctx)
MySQLStatementParser.createTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTablespaceInnodb(MySQLStatementParser.CreateTablespaceInnodbContext ctx)
MySQLStatementParser.createTablespaceInnodb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespaceInnodb 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTablespaceNdb(MySQLStatementParser.CreateTablespaceNdbContext ctx)
MySQLStatementParser.createTablespaceNdb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTablespaceNdb 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablespace(MySQLStatementParser.AlterTablespaceContext ctx)
MySQLStatementParser.alterTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablespaceNdb(MySQLStatementParser.AlterTablespaceNdbContext ctx)
MySQLStatementParser.alterTablespaceNdb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespaceNdb 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTablespaceInnodb(MySQLStatementParser.AlterTablespaceInnodbContext ctx)
MySQLStatementParser.alterTablespaceInnodb().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTablespaceInnodb 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropTablespace(MySQLStatementParser.DropTablespaceContext ctx)
MySQLStatementParser.dropTablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTablespace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateLogfileGroup(MySQLStatementParser.CreateLogfileGroupContext ctx)
MySQLStatementParser.createLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLogfileGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterLogfileGroup(MySQLStatementParser.AlterLogfileGroupContext ctx)
MySQLStatementParser.alterLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterLogfileGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropLogfileGroup(MySQLStatementParser.DropLogfileGroupContext ctx)
MySQLStatementParser.dropLogfileGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropLogfileGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTrigger(MySQLStatementParser.CreateTriggerContext ctx)
MySQLStatementParser.createTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTrigger 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropTrigger(MySQLStatementParser.DropTriggerContext ctx)
MySQLStatementParser.dropTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTrigger 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameTable(MySQLStatementParser.RenameTableContext ctx)
MySQLStatementParser.renameTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDefinitionClause(MySQLStatementParser.CreateDefinitionClauseContext ctx)
MySQLStatementParser.createDefinitionClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefinitionClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinition(MySQLStatementParser.ColumnDefinitionContext ctx)
MySQLStatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFieldDefinition(MySQLStatementParser.FieldDefinitionContext ctx)
MySQLStatementParser.fieldDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnAttribute(MySQLStatementParser.ColumnAttributeContext ctx)
MySQLStatementParser.columnAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnAttribute 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckConstraint(MySQLStatementParser.CheckConstraintContext ctx)
MySQLStatementParser.checkConstraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckConstraint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintEnforcement(MySQLStatementParser.ConstraintEnforcementContext ctx)
MySQLStatementParser.constraintEnforcement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintEnforcement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGeneratedOption(MySQLStatementParser.GeneratedOptionContext ctx)
MySQLStatementParser.generatedOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneratedOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReferenceDefinition(MySQLStatementParser.ReferenceDefinitionContext ctx)
MySQLStatementParser.referenceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOnUpdateDelete(MySQLStatementParser.OnUpdateDeleteContext ctx)
MySQLStatementParser.onUpdateDelete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnUpdateDelete 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReferenceOption(MySQLStatementParser.ReferenceOptionContext ctx)
MySQLStatementParser.referenceOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReferenceOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexType(MySQLStatementParser.IndexTypeContext ctx)
MySQLStatementParser.indexType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexTypeClause(MySQLStatementParser.IndexTypeClauseContext ctx)
MySQLStatementParser.indexTypeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexTypeClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyParts(MySQLStatementParser.KeyPartsContext ctx)
MySQLStatementParser.keyParts().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyParts 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyPart(MySQLStatementParser.KeyPartContext ctx)
MySQLStatementParser.keyPart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyPart 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyPartWithExpression(MySQLStatementParser.KeyPartWithExpressionContext ctx)
MySQLStatementParser.keyPartWithExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyPartWithExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyListWithExpression(MySQLStatementParser.KeyListWithExpressionContext ctx)
MySQLStatementParser.keyListWithExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyListWithExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexOption(MySQLStatementParser.IndexOptionContext ctx)
MySQLStatementParser.indexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCommonIndexOption(MySQLStatementParser.CommonIndexOptionContext ctx)
MySQLStatementParser.commonIndexOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommonIndexOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitVisibility(MySQLStatementParser.VisibilityContext ctx)
MySQLStatementParser.visibility().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVisibility 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateLikeClause(MySQLStatementParser.CreateLikeClauseContext ctx)
MySQLStatementParser.createLikeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLikeClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateIndexSpecification(MySQLStatementParser.CreateIndexSpecificationContext ctx)
MySQLStatementParser.createIndexSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateIndexSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableOptions(MySQLStatementParser.CreateTableOptionsContext ctx)
MySQLStatementParser.createTableOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTableOption(MySQLStatementParser.CreateTableOptionContext ctx)
MySQLStatementParser.createTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateSRSStatement(MySQLStatementParser.CreateSRSStatementContext ctx)
MySQLStatementParser.createSRSStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSRSStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropSRSStatement(MySQLStatementParser.DropSRSStatementContext ctx)
MySQLStatementParser.dropSRSStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSRSStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSrsAttribute(MySQLStatementParser.SrsAttributeContext ctx)
MySQLStatementParser.srsAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSrsAttribute 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPlace(MySQLStatementParser.PlaceContext ctx)
MySQLStatementParser.place().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionDefinitions(MySQLStatementParser.PartitionDefinitionsContext ctx)
MySQLStatementParser.partitionDefinitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinitions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionDefinition(MySQLStatementParser.PartitionDefinitionContext ctx)
MySQLStatementParser.partitionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionLessThanValue(MySQLStatementParser.PartitionLessThanValueContext ctx)
MySQLStatementParser.partitionLessThanValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionLessThanValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionValueList(MySQLStatementParser.PartitionValueListContext ctx)
MySQLStatementParser.partitionValueList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionValueList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionDefinitionOption(MySQLStatementParser.PartitionDefinitionOptionContext ctx)
MySQLStatementParser.partitionDefinitionOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionDefinitionOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubpartitionDefinition(MySQLStatementParser.SubpartitionDefinitionContext ctx)
MySQLStatementParser.subpartitionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubpartitionDefinition 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOwnerStatement(MySQLStatementParser.OwnerStatementContext ctx)
MySQLStatementParser.ownerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwnerStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitScheduleExpression(MySQLStatementParser.ScheduleExpressionContext ctx)
MySQLStatementParser.scheduleExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScheduleExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTimestampValue(MySQLStatementParser.TimestampValueContext ctx)
MySQLStatementParser.timestampValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimestampValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoutineBody(MySQLStatementParser.RoutineBodyContext ctx)
MySQLStatementParser.routineBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineBody 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitServerOption(MySQLStatementParser.ServerOptionContext ctx)
MySQLStatementParser.serverOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoutineOption(MySQLStatementParser.RoutineOptionContext ctx)
MySQLStatementParser.routineOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProcedureParameter(MySQLStatementParser.ProcedureParameterContext ctx)
MySQLStatementParser.procedureParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcedureParameter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFileSizeLiteral(MySQLStatementParser.FileSizeLiteralContext ctx)
MySQLStatementParser.fileSizeLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileSizeLiteral 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleStatement(MySQLStatementParser.SimpleStatementContext ctx)
MySQLStatementParser.simpleStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCompoundStatement(MySQLStatementParser.CompoundStatementContext ctx)
MySQLStatementParser.compoundStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompoundStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitValidStatement(MySQLStatementParser.ValidStatementContext ctx)
MySQLStatementParser.validStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValidStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBeginStatement(MySQLStatementParser.BeginStatementContext ctx)
MySQLStatementParser.beginStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeclareStatement(MySQLStatementParser.DeclareStatementContext ctx)
MySQLStatementParser.declareStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFlowControlStatement(MySQLStatementParser.FlowControlStatementContext ctx)
MySQLStatementParser.flowControlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlowControlStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseStatement(MySQLStatementParser.CaseStatementContext ctx)
MySQLStatementParser.caseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIfStatement(MySQLStatementParser.IfStatementContext ctx)
MySQLStatementParser.ifStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIterateStatement(MySQLStatementParser.IterateStatementContext ctx)
MySQLStatementParser.iterateStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIterateStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLeaveStatement(MySQLStatementParser.LeaveStatementContext ctx)
MySQLStatementParser.leaveStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeaveStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoopStatement(MySQLStatementParser.LoopStatementContext ctx)
MySQLStatementParser.loopStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRepeatStatement(MySQLStatementParser.RepeatStatementContext ctx)
MySQLStatementParser.repeatStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepeatStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReturnStatement(MySQLStatementParser.ReturnStatementContext ctx)
MySQLStatementParser.returnStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReturnStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWhileStatement(MySQLStatementParser.WhileStatementContext ctx)
MySQLStatementParser.whileStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhileStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorStatement(MySQLStatementParser.CursorStatementContext ctx)
MySQLStatementParser.cursorStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorCloseStatement(MySQLStatementParser.CursorCloseStatementContext ctx)
MySQLStatementParser.cursorCloseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorCloseStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorDeclareStatement(MySQLStatementParser.CursorDeclareStatementContext ctx)
MySQLStatementParser.cursorDeclareStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorDeclareStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorFetchStatement(MySQLStatementParser.CursorFetchStatementContext ctx)
MySQLStatementParser.cursorFetchStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorFetchStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorOpenStatement(MySQLStatementParser.CursorOpenStatementContext ctx)
MySQLStatementParser.cursorOpenStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorOpenStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionHandlingStatement(MySQLStatementParser.ConditionHandlingStatementContext ctx)
MySQLStatementParser.conditionHandlingStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionHandlingStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeclareConditionStatement(MySQLStatementParser.DeclareConditionStatementContext ctx)
MySQLStatementParser.declareConditionStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareConditionStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeclareHandlerStatement(MySQLStatementParser.DeclareHandlerStatementContext ctx)
MySQLStatementParser.declareHandlerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclareHandlerStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGetDiagnosticsStatement(MySQLStatementParser.GetDiagnosticsStatementContext ctx)
MySQLStatementParser.getDiagnosticsStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGetDiagnosticsStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStatementInformationItem(MySQLStatementParser.StatementInformationItemContext ctx)
MySQLStatementParser.statementInformationItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatementInformationItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionInformationItem(MySQLStatementParser.ConditionInformationItemContext ctx)
MySQLStatementParser.conditionInformationItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionInformationItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionNumber(MySQLStatementParser.ConditionNumberContext ctx)
MySQLStatementParser.conditionNumber().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionNumber 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStatementInformationItemName(MySQLStatementParser.StatementInformationItemNameContext ctx)
MySQLStatementParser.statementInformationItemName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatementInformationItemName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionInformationItemName(MySQLStatementParser.ConditionInformationItemNameContext ctx)
MySQLStatementParser.conditionInformationItemName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionInformationItemName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerAction(MySQLStatementParser.HandlerActionContext ctx)
MySQLStatementParser.handlerAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionValue(MySQLStatementParser.ConditionValueContext ctx)
MySQLStatementParser.conditionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResignalStatement(MySQLStatementParser.ResignalStatementContext ctx)
MySQLStatementParser.resignalStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResignalStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSignalStatement(MySQLStatementParser.SignalStatementContext ctx)
MySQLStatementParser.signalStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignalStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSignalInformationItem(MySQLStatementParser.SignalInformationItemContext ctx)
MySQLStatementParser.signalInformationItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignalInformationItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrepare(MySQLStatementParser.PrepareContext ctx)
MySQLStatementParser.prepare().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepare 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExecuteStmt(MySQLStatementParser.ExecuteStmtContext ctx)
MySQLStatementParser.executeStmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecuteStmt 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExecuteVarList(MySQLStatementParser.ExecuteVarListContext ctx)
MySQLStatementParser.executeVarList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecuteVarList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeallocate(MySQLStatementParser.DeallocateContext ctx)
MySQLStatementParser.deallocate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeallocate 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsert(MySQLStatementParser.InsertContext ctx)
MySQLStatementParser.insert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertSpecification(MySQLStatementParser.InsertSpecificationContext ctx)
MySQLStatementParser.insertSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertValuesClause(MySQLStatementParser.InsertValuesClauseContext ctx)
MySQLStatementParser.insertValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertValuesClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFields(MySQLStatementParser.FieldsContext ctx)
MySQLStatementParser.fields().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFields 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertIdentifier(MySQLStatementParser.InsertIdentifierContext ctx)
MySQLStatementParser.insertIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertIdentifier 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableWild(MySQLStatementParser.TableWildContext ctx)
MySQLStatementParser.tableWild().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableWild 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInsertSelectClause(MySQLStatementParser.InsertSelectClauseContext ctx)
MySQLStatementParser.insertSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertSelectClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOnDuplicateKeyClause(MySQLStatementParser.OnDuplicateKeyClauseContext ctx)
MySQLStatementParser.onDuplicateKeyClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnDuplicateKeyClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitValueReference(MySQLStatementParser.ValueReferenceContext ctx)
MySQLStatementParser.valueReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueReference 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDerivedColumns(MySQLStatementParser.DerivedColumnsContext ctx)
MySQLStatementParser.derivedColumns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDerivedColumns 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReplace(MySQLStatementParser.ReplaceContext ctx)
MySQLStatementParser.replace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReplaceSpecification(MySQLStatementParser.ReplaceSpecificationContext ctx)
MySQLStatementParser.replaceSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplaceSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReplaceValuesClause(MySQLStatementParser.ReplaceValuesClauseContext ctx)
MySQLStatementParser.replaceValuesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplaceValuesClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReplaceSelectClause(MySQLStatementParser.ReplaceSelectClauseContext ctx)
MySQLStatementParser.replaceSelectClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReplaceSelectClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUpdate(MySQLStatementParser.UpdateContext ctx)
MySQLStatementParser.update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUpdateSpecification_(MySQLStatementParser.UpdateSpecification_Context ctx)
MySQLStatementParser.updateSpecification_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdateSpecification_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAssignment(MySQLStatementParser.AssignmentContext ctx)
MySQLStatementParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetAssignmentsClause(MySQLStatementParser.SetAssignmentsClauseContext ctx)
MySQLStatementParser.setAssignmentsClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAssignmentsClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValues(MySQLStatementParser.AssignmentValuesContext ctx)
MySQLStatementParser.assignmentValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValues 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAssignmentValue(MySQLStatementParser.AssignmentValueContext ctx)
MySQLStatementParser.assignmentValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBlobValue(MySQLStatementParser.BlobValueContext ctx)
MySQLStatementParser.blobValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBlobValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDelete(MySQLStatementParser.DeleteContext ctx)
MySQLStatementParser.delete().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDeleteSpecification(MySQLStatementParser.DeleteSpecificationContext ctx)
MySQLStatementParser.deleteSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeleteSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSingleTableClause(MySQLStatementParser.SingleTableClauseContext ctx)
MySQLStatementParser.singleTableClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleTableClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMultipleTablesClause(MySQLStatementParser.MultipleTablesClauseContext ctx)
MySQLStatementParser.multipleTablesClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleTablesClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelect(MySQLStatementParser.SelectContext ctx)
MySQLStatementParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectWithInto(MySQLStatementParser.SelectWithIntoContext ctx)
MySQLStatementParser.selectWithInto().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectWithInto 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryExpression(MySQLStatementParser.QueryExpressionContext ctx)
MySQLStatementParser.queryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryExpressionBody(MySQLStatementParser.QueryExpressionBodyContext ctx)
MySQLStatementParser.queryExpressionBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpressionBody 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCombineClause(MySQLStatementParser.CombineClauseContext ctx)
MySQLStatementParser.combineClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCombineClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryExpressionParens(MySQLStatementParser.QueryExpressionParensContext ctx)
MySQLStatementParser.queryExpressionParens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryExpressionParens 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQueryPrimary(MySQLStatementParser.QueryPrimaryContext ctx)
MySQLStatementParser.queryPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryPrimary 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQuerySpecification(MySQLStatementParser.QuerySpecificationContext ctx)
MySQLStatementParser.querySpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuerySpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCall(MySQLStatementParser.CallContext ctx)
MySQLStatementParser.call().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCall 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDoStatement(MySQLStatementParser.DoStatementContext ctx)
MySQLStatementParser.doStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerStatement(MySQLStatementParser.HandlerStatementContext ctx)
MySQLStatementParser.handlerStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerOpenStatement(MySQLStatementParser.HandlerOpenStatementContext ctx)
MySQLStatementParser.handlerOpenStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerOpenStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerReadIndexStatement(MySQLStatementParser.HandlerReadIndexStatementContext ctx)
MySQLStatementParser.handlerReadIndexStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerReadIndexStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerReadStatement(MySQLStatementParser.HandlerReadStatementContext ctx)
MySQLStatementParser.handlerReadStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerReadStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHandlerCloseStatement(MySQLStatementParser.HandlerCloseStatementContext ctx)
MySQLStatementParser.handlerCloseStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHandlerCloseStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitImportStatement(MySQLStatementParser.ImportStatementContext ctx)
MySQLStatementParser.importStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadStatement(MySQLStatementParser.LoadStatementContext ctx)
MySQLStatementParser.loadStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadDataStatement(MySQLStatementParser.LoadDataStatementContext ctx)
MySQLStatementParser.loadDataStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadDataStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadXmlStatement(MySQLStatementParser.LoadXmlStatementContext ctx)
MySQLStatementParser.loadXmlStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadXmlStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableStatement(MySQLStatementParser.TableStatementContext ctx)
MySQLStatementParser.tableStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableValueConstructor(MySQLStatementParser.TableValueConstructorContext ctx)
MySQLStatementParser.tableValueConstructor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableValueConstructor 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRowConstructorList(MySQLStatementParser.RowConstructorListContext ctx)
MySQLStatementParser.rowConstructorList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowConstructorList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithClause(MySQLStatementParser.WithClauseContext ctx)
MySQLStatementParser.withClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCteClause(MySQLStatementParser.CteClauseContext ctx)
MySQLStatementParser.cteClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCteClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectSpecification(MySQLStatementParser.SelectSpecificationContext ctx)
MySQLStatementParser.selectSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDuplicateSpecification(MySQLStatementParser.DuplicateSpecificationContext ctx)
MySQLStatementParser.duplicateSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuplicateSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProjections(MySQLStatementParser.ProjectionsContext ctx)
MySQLStatementParser.projections().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjections 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProjection(MySQLStatementParser.ProjectionContext ctx)
MySQLStatementParser.projection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProjection 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnqualifiedShorthand(MySQLStatementParser.UnqualifiedShorthandContext ctx)
MySQLStatementParser.unqualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnqualifiedShorthand 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitQualifiedShorthand(MySQLStatementParser.QualifiedShorthandContext ctx)
MySQLStatementParser.qualifiedShorthand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedShorthand 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFromClause(MySQLStatementParser.FromClauseContext ctx)
MySQLStatementParser.fromClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableReferences(MySQLStatementParser.TableReferencesContext ctx)
MySQLStatementParser.tableReferences().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReferences 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEscapedTableReference(MySQLStatementParser.EscapedTableReferenceContext ctx)
MySQLStatementParser.escapedTableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEscapedTableReference 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableReference(MySQLStatementParser.TableReferenceContext ctx)
MySQLStatementParser.tableReference().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableReference 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableFactor(MySQLStatementParser.TableFactorContext ctx)
MySQLStatementParser.tableFactor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableFactor 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionNames(MySQLStatementParser.PartitionNamesContext ctx)
MySQLStatementParser.partitionNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexHintList(MySQLStatementParser.IndexHintListContext ctx)
MySQLStatementParser.indexHintList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexHintList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexHint(MySQLStatementParser.IndexHintContext ctx)
MySQLStatementParser.indexHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexHint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitJoinedTable(MySQLStatementParser.JoinedTableContext ctx)
MySQLStatementParser.joinedTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinedTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInnerJoinType(MySQLStatementParser.InnerJoinTypeContext ctx)
MySQLStatementParser.innerJoinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInnerJoinType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOuterJoinType(MySQLStatementParser.OuterJoinTypeContext ctx)
MySQLStatementParser.outerJoinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOuterJoinType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNaturalJoinType(MySQLStatementParser.NaturalJoinTypeContext ctx)
MySQLStatementParser.naturalJoinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNaturalJoinType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitJoinSpecification(MySQLStatementParser.JoinSpecificationContext ctx)
MySQLStatementParser.joinSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWhereClause(MySQLStatementParser.WhereClauseContext ctx)
MySQLStatementParser.whereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhereClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupByClause(MySQLStatementParser.GroupByClauseContext ctx)
MySQLStatementParser.groupByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupByClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHavingClause(MySQLStatementParser.HavingClauseContext ctx)
MySQLStatementParser.havingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHavingClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLimitClause(MySQLStatementParser.LimitClauseContext ctx)
MySQLStatementParser.limitClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLimitRowCount(MySQLStatementParser.LimitRowCountContext ctx)
MySQLStatementParser.limitRowCount().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitRowCount 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLimitOffset(MySQLStatementParser.LimitOffsetContext ctx)
MySQLStatementParser.limitOffset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitOffset 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowClause(MySQLStatementParser.WindowClauseContext ctx)
MySQLStatementParser.windowClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowItem(MySQLStatementParser.WindowItemContext ctx)
MySQLStatementParser.windowItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubquery(MySQLStatementParser.SubqueryContext ctx)
MySQLStatementParser.subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectLinesInto(MySQLStatementParser.SelectLinesIntoContext ctx)
MySQLStatementParser.selectLinesInto().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectLinesInto 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectFieldsInto(MySQLStatementParser.SelectFieldsIntoContext ctx)
MySQLStatementParser.selectFieldsInto().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectFieldsInto 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSelectIntoExpression(MySQLStatementParser.SelectIntoExpressionContext ctx)
MySQLStatementParser.selectIntoExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectIntoExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockClause(MySQLStatementParser.LockClauseContext ctx)
MySQLStatementParser.lockClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockClauseList(MySQLStatementParser.LockClauseListContext ctx)
MySQLStatementParser.lockClauseList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockClauseList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockStrength(MySQLStatementParser.LockStrengthContext ctx)
MySQLStatementParser.lockStrength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockStrength 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockedRowAction(MySQLStatementParser.LockedRowActionContext ctx)
MySQLStatementParser.lockedRowAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockedRowAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableLockingList(MySQLStatementParser.TableLockingListContext ctx)
MySQLStatementParser.tableLockingList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableLockingList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableIdentOptWild(MySQLStatementParser.TableIdentOptWildContext ctx)
MySQLStatementParser.tableIdentOptWild().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableIdentOptWild 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableAliasRefList(MySQLStatementParser.TableAliasRefListContext ctx)
MySQLStatementParser.tableAliasRefList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableAliasRefList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitParameterMarker(MySQLStatementParser.ParameterMarkerContext ctx)
MySQLStatementParser.parameterMarker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterMarker 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCustomKeyword(MySQLStatementParser.CustomKeywordContext ctx)
MySQLStatementParser.customKeyword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCustomKeyword 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLiterals(MySQLStatementParser.LiteralsContext ctx)
MySQLStatementParser.literals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitString_(MySQLStatementParser.String_Context ctx)
MySQLStatementParser.string_().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitString_ 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStringLiterals(MySQLStatementParser.StringLiteralsContext ctx)
MySQLStatementParser.stringLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNumberLiterals(MySQLStatementParser.NumberLiteralsContext ctx)
MySQLStatementParser.numberLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTemporalLiterals(MySQLStatementParser.TemporalLiteralsContext ctx)
MySQLStatementParser.temporalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTemporalLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHexadecimalLiterals(MySQLStatementParser.HexadecimalLiteralsContext ctx)
MySQLStatementParser.hexadecimalLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHexadecimalLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBitValueLiterals(MySQLStatementParser.BitValueLiteralsContext ctx)
MySQLStatementParser.bitValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitValueLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBooleanLiterals(MySQLStatementParser.BooleanLiteralsContext ctx)
MySQLStatementParser.booleanLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNullValueLiterals(MySQLStatementParser.NullValueLiteralsContext ctx)
MySQLStatementParser.nullValueLiterals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValueLiterals 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCollationName(MySQLStatementParser.CollationNameContext ctx)
MySQLStatementParser.collationName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollationName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifier(MySQLStatementParser.IdentifierContext ctx)
MySQLStatementParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsUnambiguous(MySQLStatementParser.IdentifierKeywordsUnambiguousContext ctx)
MySQLStatementParser.identifierKeywordsUnambiguous().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsUnambiguous 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous1RolesAndLabels(MySQLStatementParser.IdentifierKeywordsAmbiguous1RolesAndLabelsContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous1RolesAndLabels().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous1RolesAndLabels 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous2Labels(MySQLStatementParser.IdentifierKeywordsAmbiguous2LabelsContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous2Labels().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous2Labels 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous3Roles(MySQLStatementParser.IdentifierKeywordsAmbiguous3RolesContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous3Roles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous3Roles 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierKeywordsAmbiguous4SystemVariables(MySQLStatementParser.IdentifierKeywordsAmbiguous4SystemVariablesContext ctx)
MySQLStatementParser.identifierKeywordsAmbiguous4SystemVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierKeywordsAmbiguous4SystemVariables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTextOrIdentifier(MySQLStatementParser.TextOrIdentifierContext ctx)
MySQLStatementParser.textOrIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextOrIdentifier 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitVariable(MySQLStatementParser.VariableContext ctx)
MySQLStatementParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserVariable(MySQLStatementParser.UserVariableContext ctx)
MySQLStatementParser.userVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserVariable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSystemVariable(MySQLStatementParser.SystemVariableContext ctx)
MySQLStatementParser.systemVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSystemVariable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetSystemVariable(MySQLStatementParser.SetSystemVariableContext ctx)
MySQLStatementParser.setSystemVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetSystemVariable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionType(MySQLStatementParser.OptionTypeContext ctx)
MySQLStatementParser.optionType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInternalVariableName(MySQLStatementParser.InternalVariableNameContext ctx)
MySQLStatementParser.internalVariableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInternalVariableName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetExprOrDefault(MySQLStatementParser.SetExprOrDefaultContext ctx)
MySQLStatementParser.setExprOrDefault().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetExprOrDefault 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionCharacteristics(MySQLStatementParser.TransactionCharacteristicsContext ctx)
MySQLStatementParser.transactionCharacteristics().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionCharacteristics 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIsolationLevel(MySQLStatementParser.IsolationLevelContext ctx)
MySQLStatementParser.isolationLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsolationLevel 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIsolationTypes(MySQLStatementParser.IsolationTypesContext ctx)
MySQLStatementParser.isolationTypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsolationTypes 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionAccessMode(MySQLStatementParser.TransactionAccessModeContext ctx)
MySQLStatementParser.transactionAccessMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionAccessMode 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(MySQLStatementParser.SchemaNameContext ctx)
MySQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaNames(MySQLStatementParser.SchemaNamesContext ctx)
MySQLStatementParser.schemaNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharsetName(MySQLStatementParser.CharsetNameContext ctx)
MySQLStatementParser.charsetName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharsetName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaPairs(MySQLStatementParser.SchemaPairsContext ctx)
MySQLStatementParser.schemaPairs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaPairs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaPair(MySQLStatementParser.SchemaPairContext ctx)
MySQLStatementParser.schemaPair().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaPair 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(MySQLStatementParser.TableNameContext ctx)
MySQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnName(MySQLStatementParser.ColumnNameContext ctx)
MySQLStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIndexName(MySQLStatementParser.IndexNameContext ctx)
MySQLStatementParser.indexName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConstraintName(MySQLStatementParser.ConstraintNameContext ctx)
MySQLStatementParser.constraintName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraintName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDelimiterName(MySQLStatementParser.DelimiterNameContext ctx)
MySQLStatementParser.delimiterName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelimiterName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserIdentifierOrText(MySQLStatementParser.UserIdentifierOrTextContext ctx)
MySQLStatementParser.userIdentifierOrText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserIdentifierOrText 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUsername(MySQLStatementParser.UsernameContext ctx)
MySQLStatementParser.username().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUsername 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEventName(MySQLStatementParser.EventNameContext ctx)
MySQLStatementParser.eventName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEventName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitServerName(MySQLStatementParser.ServerNameContext ctx)
MySQLStatementParser.serverName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWrapperName(MySQLStatementParser.WrapperNameContext ctx)
MySQLStatementParser.wrapperName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWrapperName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionName(MySQLStatementParser.FunctionNameContext ctx)
MySQLStatementParser.functionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitProcedureName(MySQLStatementParser.ProcedureNameContext ctx)
MySQLStatementParser.procedureName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcedureName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitViewName(MySQLStatementParser.ViewNameContext ctx)
MySQLStatementParser.viewName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitViewName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOwner(MySQLStatementParser.OwnerContext ctx)
MySQLStatementParser.owner().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwner 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlias(MySQLStatementParser.AliasContext ctx)
MySQLStatementParser.alias().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitName(MySQLStatementParser.NameContext ctx)
MySQLStatementParser.name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableList(MySQLStatementParser.TableListContext ctx)
MySQLStatementParser.tableList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitViewNames(MySQLStatementParser.ViewNamesContext ctx)
MySQLStatementParser.viewNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitViewNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnNames(MySQLStatementParser.ColumnNamesContext ctx)
MySQLStatementParser.columnNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnNames 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupName(MySQLStatementParser.GroupNameContext ctx)
MySQLStatementParser.groupName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoutineName(MySQLStatementParser.RoutineNameContext ctx)
MySQLStatementParser.routineName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoutineName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShardLibraryName(MySQLStatementParser.ShardLibraryNameContext ctx)
MySQLStatementParser.shardLibraryName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardLibraryName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitComponentName(MySQLStatementParser.ComponentNameContext ctx)
MySQLStatementParser.componentName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComponentName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPluginName(MySQLStatementParser.PluginNameContext ctx)
MySQLStatementParser.pluginName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPluginName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHostname(MySQLStatementParser.HostnameContext ctx)
MySQLStatementParser.hostname().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHostname 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPort(MySQLStatementParser.PortContext ctx)
MySQLStatementParser.port().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPort 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCloneInstance(MySQLStatementParser.CloneInstanceContext ctx)
MySQLStatementParser.cloneInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloneInstance 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCloneDir(MySQLStatementParser.CloneDirContext ctx)
MySQLStatementParser.cloneDir().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloneDir 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChannelName(MySQLStatementParser.ChannelNameContext ctx)
MySQLStatementParser.channelName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannelName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLogName(MySQLStatementParser.LogNameContext ctx)
MySQLStatementParser.logName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleName(MySQLStatementParser.RoleNameContext ctx)
MySQLStatementParser.roleName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleIdentifierOrText(MySQLStatementParser.RoleIdentifierOrTextContext ctx)
MySQLStatementParser.roleIdentifierOrText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleIdentifierOrText 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEngineRef(MySQLStatementParser.EngineRefContext ctx)
MySQLStatementParser.engineRef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEngineRef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerName(MySQLStatementParser.TriggerNameContext ctx)
MySQLStatementParser.triggerName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerTime(MySQLStatementParser.TriggerTimeContext ctx)
MySQLStatementParser.triggerTime().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerTime 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableOrTables(MySQLStatementParser.TableOrTablesContext ctx)
MySQLStatementParser.tableOrTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableOrTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserOrRole(MySQLStatementParser.UserOrRoleContext ctx)
MySQLStatementParser.userOrRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserOrRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionName(MySQLStatementParser.PartitionNameContext ctx)
MySQLStatementParser.partitionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifierList(MySQLStatementParser.IdentifierListContext ctx)
MySQLStatementParser.identifierList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAllOrPartitionNameList(MySQLStatementParser.AllOrPartitionNameListContext ctx)
MySQLStatementParser.allOrPartitionNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAllOrPartitionNameList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerEvent(MySQLStatementParser.TriggerEventContext ctx)
MySQLStatementParser.triggerEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTriggerOrder(MySQLStatementParser.TriggerOrderContext ctx)
MySQLStatementParser.triggerOrder().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTriggerOrder 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExpr(MySQLStatementParser.ExprContext ctx)
MySQLStatementParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAndOperator(MySQLStatementParser.AndOperatorContext ctx)
MySQLStatementParser.andOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndOperator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOrOperator(MySQLStatementParser.OrOperatorContext ctx)
MySQLStatementParser.orOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrOperator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNotOperator(MySQLStatementParser.NotOperatorContext ctx)
MySQLStatementParser.notOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotOperator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBooleanPrimary(MySQLStatementParser.BooleanPrimaryContext ctx)
MySQLStatementParser.booleanPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanPrimary 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAssignmentOperator(MySQLStatementParser.AssignmentOperatorContext ctx)
MySQLStatementParser.assignmentOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignmentOperator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitComparisonOperator(MySQLStatementParser.ComparisonOperatorContext ctx)
MySQLStatementParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPredicate(MySQLStatementParser.PredicateContext ctx)
MySQLStatementParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBitExpr(MySQLStatementParser.BitExprContext ctx)
MySQLStatementParser.bitExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleExpr(MySQLStatementParser.SimpleExprContext ctx)
MySQLStatementParser.simpleExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPath(MySQLStatementParser.PathContext ctx)
MySQLStatementParser.path().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPath 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOnEmptyError(MySQLStatementParser.OnEmptyErrorContext ctx)
MySQLStatementParser.onEmptyError().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnEmptyError 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)
MySQLStatementParser.columnRef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnRef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnRefList(MySQLStatementParser.ColumnRefListContext ctx)
MySQLStatementParser.columnRefList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnRefList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionCall(MySQLStatementParser.FunctionCallContext ctx)
MySQLStatementParser.functionCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunction(MySQLStatementParser.AggregationFunctionContext ctx)
MySQLStatementParser.aggregationFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAggregationFunctionName(MySQLStatementParser.AggregationFunctionNameContext ctx)
MySQLStatementParser.aggregationFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregationFunctionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDistinct(MySQLStatementParser.DistinctContext ctx)
MySQLStatementParser.distinct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistinct 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOverClause(MySQLStatementParser.OverClauseContext ctx)
MySQLStatementParser.overClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOverClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowSpecification(MySQLStatementParser.WindowSpecificationContext ctx)
MySQLStatementParser.windowSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowSpecification 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameClause(MySQLStatementParser.FrameClauseContext ctx)
MySQLStatementParser.frameClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameStart(MySQLStatementParser.FrameStartContext ctx)
MySQLStatementParser.frameStart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameStart 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameEnd(MySQLStatementParser.FrameEndContext ctx)
MySQLStatementParser.frameEnd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameEnd 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFrameBetween(MySQLStatementParser.FrameBetweenContext ctx)
MySQLStatementParser.frameBetween().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameBetween 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSpecialFunction(MySQLStatementParser.SpecialFunctionContext ctx)
MySQLStatementParser.specialFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCurrentUserFunction(MySQLStatementParser.CurrentUserFunctionContext ctx)
MySQLStatementParser.currentUserFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentUserFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupConcatFunction(MySQLStatementParser.GroupConcatFunctionContext ctx)
MySQLStatementParser.groupConcatFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupConcatFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowFunction(MySQLStatementParser.WindowFunctionContext ctx)
MySQLStatementParser.windowFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWindowingClause(MySQLStatementParser.WindowingClauseContext ctx)
MySQLStatementParser.windowingClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowingClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLeadLagInfo(MySQLStatementParser.LeadLagInfoContext ctx)
MySQLStatementParser.leadLagInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeadLagInfo 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNullTreatment(MySQLStatementParser.NullTreatmentContext ctx)
MySQLStatementParser.nullTreatment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullTreatment 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckType(MySQLStatementParser.CheckTypeContext ctx)
MySQLStatementParser.checkType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRepairType(MySQLStatementParser.RepairTypeContext ctx)
MySQLStatementParser.repairType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepairType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCastFunction(MySQLStatementParser.CastFunctionContext ctx)
MySQLStatementParser.castFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConvertFunction(MySQLStatementParser.ConvertFunctionContext ctx)
MySQLStatementParser.convertFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCastType(MySQLStatementParser.CastTypeContext ctx)
MySQLStatementParser.castType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNchar(MySQLStatementParser.NcharContext ctx)
MySQLStatementParser.nchar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNchar 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPositionFunction(MySQLStatementParser.PositionFunctionContext ctx)
MySQLStatementParser.positionFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSubstringFunction(MySQLStatementParser.SubstringFunctionContext ctx)
MySQLStatementParser.substringFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstringFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExtractFunction(MySQLStatementParser.ExtractFunctionContext ctx)
MySQLStatementParser.extractFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtractFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharFunction(MySQLStatementParser.CharFunctionContext ctx)
MySQLStatementParser.charFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTrimFunction(MySQLStatementParser.TrimFunctionContext ctx)
MySQLStatementParser.trimFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrimFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitValuesFunction(MySQLStatementParser.ValuesFunctionContext ctx)
MySQLStatementParser.valuesFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValuesFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWeightStringFunction(MySQLStatementParser.WeightStringFunctionContext ctx)
MySQLStatementParser.weightStringFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWeightStringFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLevelClause(MySQLStatementParser.LevelClauseContext ctx)
MySQLStatementParser.levelClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLevelInWeightListElement(MySQLStatementParser.LevelInWeightListElementContext ctx)
MySQLStatementParser.levelInWeightListElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevelInWeightListElement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRegularFunction(MySQLStatementParser.RegularFunctionContext ctx)
MySQLStatementParser.regularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShorthandRegularFunction(MySQLStatementParser.ShorthandRegularFunctionContext ctx)
MySQLStatementParser.shorthandRegularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShorthandRegularFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCompleteRegularFunction(MySQLStatementParser.CompleteRegularFunctionContext ctx)
MySQLStatementParser.completeRegularFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompleteRegularFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRegularFunctionName(MySQLStatementParser.RegularFunctionNameContext ctx)
MySQLStatementParser.regularFunctionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegularFunctionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMatchExpression(MySQLStatementParser.MatchExpressionContext ctx)
MySQLStatementParser.matchExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMatchSearchModifier(MySQLStatementParser.MatchSearchModifierContext ctx)
MySQLStatementParser.matchSearchModifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchSearchModifier 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseExpression(MySQLStatementParser.CaseExpressionContext ctx)
MySQLStatementParser.caseExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDatetimeExpr(MySQLStatementParser.DatetimeExprContext ctx)
MySQLStatementParser.datetimeExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatetimeExpr 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBinaryLogFileIndexNumber(MySQLStatementParser.BinaryLogFileIndexNumberContext ctx)
MySQLStatementParser.binaryLogFileIndexNumber().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryLogFileIndexNumber 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseWhen(MySQLStatementParser.CaseWhenContext ctx)
MySQLStatementParser.caseWhen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseWhen 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCaseElse(MySQLStatementParser.CaseElseContext ctx)
MySQLStatementParser.caseElse().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCaseElse 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIntervalExpression(MySQLStatementParser.IntervalExpressionContext ctx)
MySQLStatementParser.intervalExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalExpression 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIntervalValue(MySQLStatementParser.IntervalValueContext ctx)
MySQLStatementParser.intervalValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIntervalUnit(MySQLStatementParser.IntervalUnitContext ctx)
MySQLStatementParser.intervalUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalUnit 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOrderByClause(MySQLStatementParser.OrderByClauseContext ctx)
MySQLStatementParser.orderByClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOrderByItem(MySQLStatementParser.OrderByItemContext ctx)
MySQLStatementParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDataType(MySQLStatementParser.DataTypeContext ctx)
MySQLStatementParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStringList(MySQLStatementParser.StringListContext ctx)
MySQLStatementParser.stringList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTextString(MySQLStatementParser.TextStringContext ctx)
MySQLStatementParser.textString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextString 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTextStringHash(MySQLStatementParser.TextStringHashContext ctx)
MySQLStatementParser.textStringHash().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextStringHash 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFieldOptions(MySQLStatementParser.FieldOptionsContext ctx)
MySQLStatementParser.fieldOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPrecision(MySQLStatementParser.PrecisionContext ctx)
MySQLStatementParser.precision().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrecision 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTypeDatetimePrecision(MySQLStatementParser.TypeDatetimePrecisionContext ctx)
MySQLStatementParser.typeDatetimePrecision().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeDatetimePrecision 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharsetWithOptBinary(MySQLStatementParser.CharsetWithOptBinaryContext ctx)
MySQLStatementParser.charsetWithOptBinary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharsetWithOptBinary 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAscii(MySQLStatementParser.AsciiContext ctx)
MySQLStatementParser.ascii().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAscii 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnicode(MySQLStatementParser.UnicodeContext ctx)
MySQLStatementParser.unicode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnicode 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharset(MySQLStatementParser.CharsetContext ctx)
MySQLStatementParser.charset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharset 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultCollation(MySQLStatementParser.DefaultCollationContext ctx)
MySQLStatementParser.defaultCollation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultCollation 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultEncryption(MySQLStatementParser.DefaultEncryptionContext ctx)
MySQLStatementParser.defaultEncryption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultEncryption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultCharset(MySQLStatementParser.DefaultCharsetContext ctx)
MySQLStatementParser.defaultCharset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultCharset 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSignedLiteral(MySQLStatementParser.SignedLiteralContext ctx)
MySQLStatementParser.signedLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSignedLiteral 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNow(MySQLStatementParser.NowContext ctx)
MySQLStatementParser.now().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNow 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitColumnFormat(MySQLStatementParser.ColumnFormatContext ctx)
MySQLStatementParser.columnFormat().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnFormat 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStorageMedia(MySQLStatementParser.StorageMediaContext ctx)
MySQLStatementParser.storageMedia().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorageMedia 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDirection(MySQLStatementParser.DirectionContext ctx)
MySQLStatementParser.direction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDirection 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKeyOrIndex(MySQLStatementParser.KeyOrIndexContext ctx)
MySQLStatementParser.keyOrIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyOrIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFieldLength(MySQLStatementParser.FieldLengthContext ctx)
MySQLStatementParser.fieldLength().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldLength 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCharacterSet(MySQLStatementParser.CharacterSetContext ctx)
MySQLStatementParser.characterSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacterSet 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCollateClause(MySQLStatementParser.CollateClauseContext ctx)
MySQLStatementParser.collateClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollateClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFieldOrVarSpec(MySQLStatementParser.FieldOrVarSpecContext ctx)
MySQLStatementParser.fieldOrVarSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFieldOrVarSpec 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIfNotExists(MySQLStatementParser.IfNotExistsContext ctx)
MySQLStatementParser.ifNotExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfNotExists 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIfExists(MySQLStatementParser.IfExistsContext ctx)
MySQLStatementParser.ifExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExists 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectionId(MySQLStatementParser.ConnectionIdContext ctx)
MySQLStatementParser.connectionId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectionId 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLabelName(MySQLStatementParser.LabelNameContext ctx)
MySQLStatementParser.labelName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCursorName(MySQLStatementParser.CursorNameContext ctx)
MySQLStatementParser.cursorName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursorName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConditionName(MySQLStatementParser.ConditionNameContext ctx)
MySQLStatementParser.conditionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCombineOption(MySQLStatementParser.CombineOptionContext ctx)
MySQLStatementParser.combineOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCombineOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitNoWriteToBinLog(MySQLStatementParser.NoWriteToBinLogContext ctx)
MySQLStatementParser.noWriteToBinLog().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNoWriteToBinLog 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChannelOption(MySQLStatementParser.ChannelOptionContext ctx)
MySQLStatementParser.channelOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChannelOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUse(MySQLStatementParser.UseContext ctx)
MySQLStatementParser.use().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUse 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHelp(MySQLStatementParser.HelpContext ctx)
MySQLStatementParser.help().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHelp 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExplain(MySQLStatementParser.ExplainContext ctx)
MySQLStatementParser.explain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFromSchema(MySQLStatementParser.FromSchemaContext ctx)
MySQLStatementParser.fromSchema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromSchema 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFromTable(MySQLStatementParser.FromTableContext ctx)
MySQLStatementParser.fromTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowLike(MySQLStatementParser.ShowLikeContext ctx)
MySQLStatementParser.showLike().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowLike 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowWhereClause(MySQLStatementParser.ShowWhereClauseContext ctx)
MySQLStatementParser.showWhereClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowWhereClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowFilter(MySQLStatementParser.ShowFilterContext ctx)
MySQLStatementParser.showFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFilter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProfileType(MySQLStatementParser.ShowProfileTypeContext ctx)
MySQLStatementParser.showProfileType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfileType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetVariable(MySQLStatementParser.SetVariableContext ctx)
MySQLStatementParser.setVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionValueList(MySQLStatementParser.OptionValueListContext ctx)
MySQLStatementParser.optionValueList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionValueList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionValueNoOptionType(MySQLStatementParser.OptionValueNoOptionTypeContext ctx)
MySQLStatementParser.optionValueNoOptionType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionValueNoOptionType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitEqual(MySQLStatementParser.EqualContext ctx)
MySQLStatementParser.equal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqual 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionValue(MySQLStatementParser.OptionValueContext ctx)
MySQLStatementParser.optionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionValue 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowBinaryLogs(MySQLStatementParser.ShowBinaryLogsContext ctx)
MySQLStatementParser.showBinaryLogs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowBinaryLogs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowBinlogEvents(MySQLStatementParser.ShowBinlogEventsContext ctx)
MySQLStatementParser.showBinlogEvents().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowBinlogEvents 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCharacterSet(MySQLStatementParser.ShowCharacterSetContext ctx)
MySQLStatementParser.showCharacterSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCharacterSet 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCollation(MySQLStatementParser.ShowCollationContext ctx)
MySQLStatementParser.showCollation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCollation 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowColumns(MySQLStatementParser.ShowColumnsContext ctx)
MySQLStatementParser.showColumns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowColumns 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateDatabase(MySQLStatementParser.ShowCreateDatabaseContext ctx)
MySQLStatementParser.showCreateDatabase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateDatabase 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateEvent(MySQLStatementParser.ShowCreateEventContext ctx)
MySQLStatementParser.showCreateEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateFunction(MySQLStatementParser.ShowCreateFunctionContext ctx)
MySQLStatementParser.showCreateFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateProcedure(MySQLStatementParser.ShowCreateProcedureContext ctx)
MySQLStatementParser.showCreateProcedure().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateProcedure 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateTable(MySQLStatementParser.ShowCreateTableContext ctx)
MySQLStatementParser.showCreateTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateTrigger(MySQLStatementParser.ShowCreateTriggerContext ctx)
MySQLStatementParser.showCreateTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateTrigger 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateUser(MySQLStatementParser.ShowCreateUserContext ctx)
MySQLStatementParser.showCreateUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCreateView(MySQLStatementParser.ShowCreateViewContext ctx)
MySQLStatementParser.showCreateView().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowDatabases(MySQLStatementParser.ShowDatabasesContext ctx)
MySQLStatementParser.showDatabases().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDatabases 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowEngine(MySQLStatementParser.ShowEngineContext ctx)
MySQLStatementParser.showEngine().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEngine 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowEngines(MySQLStatementParser.ShowEnginesContext ctx)
MySQLStatementParser.showEngines().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEngines 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowErrors(MySQLStatementParser.ShowErrorsContext ctx)
MySQLStatementParser.showErrors().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowErrors 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowEvents(MySQLStatementParser.ShowEventsContext ctx)
MySQLStatementParser.showEvents().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEvents 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowFunctionCode(MySQLStatementParser.ShowFunctionCodeContext ctx)
MySQLStatementParser.showFunctionCode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFunctionCode 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowFunctionStatus(MySQLStatementParser.ShowFunctionStatusContext ctx)
MySQLStatementParser.showFunctionStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFunctionStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowGrants(MySQLStatementParser.ShowGrantsContext ctx)
MySQLStatementParser.showGrants().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowGrants 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowIndex(MySQLStatementParser.ShowIndexContext ctx)
MySQLStatementParser.showIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowMasterStatus(MySQLStatementParser.ShowMasterStatusContext ctx)
MySQLStatementParser.showMasterStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMasterStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowOpenTables(MySQLStatementParser.ShowOpenTablesContext ctx)
MySQLStatementParser.showOpenTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowOpenTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowPlugins(MySQLStatementParser.ShowPluginsContext ctx)
MySQLStatementParser.showPlugins().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowPlugins 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowPrivileges(MySQLStatementParser.ShowPrivilegesContext ctx)
MySQLStatementParser.showPrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowPrivileges 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProcedureCode(MySQLStatementParser.ShowProcedureCodeContext ctx)
MySQLStatementParser.showProcedureCode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProcedureCode 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProcedureStatus(MySQLStatementParser.ShowProcedureStatusContext ctx)
MySQLStatementParser.showProcedureStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProcedureStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProcesslist(MySQLStatementParser.ShowProcesslistContext ctx)
MySQLStatementParser.showProcesslist().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProcesslist 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProfile(MySQLStatementParser.ShowProfileContext ctx)
MySQLStatementParser.showProfile().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfile 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowProfiles(MySQLStatementParser.ShowProfilesContext ctx)
MySQLStatementParser.showProfiles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowProfiles 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowRelaylogEvent(MySQLStatementParser.ShowRelaylogEventContext ctx)
MySQLStatementParser.showRelaylogEvent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRelaylogEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowReplicas(MySQLStatementParser.ShowReplicasContext ctx)
MySQLStatementParser.showReplicas().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowReplicas 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowSlaveHosts(MySQLStatementParser.ShowSlaveHostsContext ctx)
MySQLStatementParser.showSlaveHosts().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSlaveHosts 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowReplicaStatus(MySQLStatementParser.ShowReplicaStatusContext ctx)
MySQLStatementParser.showReplicaStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowReplicaStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowSlaveStatus(MySQLStatementParser.ShowSlaveStatusContext ctx)
MySQLStatementParser.showSlaveStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSlaveStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowStatus(MySQLStatementParser.ShowStatusContext ctx)
MySQLStatementParser.showStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowTableStatus(MySQLStatementParser.ShowTableStatusContext ctx)
MySQLStatementParser.showTableStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTableStatus 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowTables(MySQLStatementParser.ShowTablesContext ctx)
MySQLStatementParser.showTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowTriggers(MySQLStatementParser.ShowTriggersContext ctx)
MySQLStatementParser.showTriggers().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTriggers 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowVariables(MySQLStatementParser.ShowVariablesContext ctx)
MySQLStatementParser.showVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowVariables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowWarnings(MySQLStatementParser.ShowWarningsContext ctx)
MySQLStatementParser.showWarnings().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowWarnings 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShowCharset(MySQLStatementParser.ShowCharsetContext ctx)
MySQLStatementParser.showCharset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCharset 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetCharacter(MySQLStatementParser.SetCharacterContext ctx)
MySQLStatementParser.setCharacter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetCharacter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitClone(MySQLStatementParser.CloneContext ctx)
MySQLStatementParser.clone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClone 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCloneAction(MySQLStatementParser.CloneActionContext ctx)
MySQLStatementParser.cloneAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloneAction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateLoadableFunction(MySQLStatementParser.CreateLoadableFunctionContext ctx)
MySQLStatementParser.createLoadableFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateLoadableFunction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstall(MySQLStatementParser.InstallContext ctx)
MySQLStatementParser.install().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstall 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUninstall(MySQLStatementParser.UninstallContext ctx)
MySQLStatementParser.uninstall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUninstall 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstallComponent(MySQLStatementParser.InstallComponentContext ctx)
MySQLStatementParser.installComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstallComponent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitInstallPlugin(MySQLStatementParser.InstallPluginContext ctx)
MySQLStatementParser.installPlugin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstallPlugin 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUninstallComponent(MySQLStatementParser.UninstallComponentContext ctx)
MySQLStatementParser.uninstallComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUninstallComponent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUninstallPlugin(MySQLStatementParser.UninstallPluginContext ctx)
MySQLStatementParser.uninstallPlugin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUninstallPlugin 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAnalyzeTable(MySQLStatementParser.AnalyzeTableContext ctx)
MySQLStatementParser.analyzeTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnalyzeTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitHistogram(MySQLStatementParser.HistogramContext ctx)
MySQLStatementParser.histogram().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHistogram 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckTable(MySQLStatementParser.CheckTableContext ctx)
MySQLStatementParser.checkTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCheckTableOption(MySQLStatementParser.CheckTableOptionContext ctx)
MySQLStatementParser.checkTableOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckTableOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChecksumTable(MySQLStatementParser.ChecksumTableContext ctx)
MySQLStatementParser.checksumTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChecksumTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptimizeTable(MySQLStatementParser.OptimizeTableContext ctx)
MySQLStatementParser.optimizeTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptimizeTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRepairTable(MySQLStatementParser.RepairTableContext ctx)
MySQLStatementParser.repairTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepairTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterResourceGroup(MySQLStatementParser.AlterResourceGroupContext ctx)
MySQLStatementParser.alterResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitVcpuSpec(MySQLStatementParser.VcpuSpecContext ctx)
MySQLStatementParser.vcpuSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVcpuSpec 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateResourceGroup(MySQLStatementParser.CreateResourceGroupContext ctx)
MySQLStatementParser.createResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropResourceGroup(MySQLStatementParser.DropResourceGroupContext ctx)
MySQLStatementParser.dropResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetResourceGroup(MySQLStatementParser.SetResourceGroupContext ctx)
MySQLStatementParser.setResourceGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetResourceGroup 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBinlog(MySQLStatementParser.BinlogContext ctx)
MySQLStatementParser.binlog().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinlog 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCacheIndex(MySQLStatementParser.CacheIndexContext ctx)
MySQLStatementParser.cacheIndex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCacheIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCacheTableIndexList(MySQLStatementParser.CacheTableIndexListContext ctx)
MySQLStatementParser.cacheTableIndexList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCacheTableIndexList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPartitionList(MySQLStatementParser.PartitionListContext ctx)
MySQLStatementParser.partitionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFlush(MySQLStatementParser.FlushContext ctx)
MySQLStatementParser.flush().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlush 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFlushOption(MySQLStatementParser.FlushOptionContext ctx)
MySQLStatementParser.flushOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlushOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTablesOption(MySQLStatementParser.TablesOptionContext ctx)
MySQLStatementParser.tablesOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTablesOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitKill(MySQLStatementParser.KillContext ctx)
MySQLStatementParser.kill().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKill 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadIndexInfo(MySQLStatementParser.LoadIndexInfoContext ctx)
MySQLStatementParser.loadIndexInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadIndexInfo 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLoadTableIndexList(MySQLStatementParser.LoadTableIndexListContext ctx)
MySQLStatementParser.loadTableIndexList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadTableIndexList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetStatement(MySQLStatementParser.ResetStatementContext ctx)
MySQLStatementParser.resetStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetOption(MySQLStatementParser.ResetOptionContext ctx)
MySQLStatementParser.resetOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitResetPersist(MySQLStatementParser.ResetPersistContext ctx)
MySQLStatementParser.resetPersist().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetPersist 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRestart(MySQLStatementParser.RestartContext ctx)
MySQLStatementParser.restart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRestart 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShutdown(MySQLStatementParser.ShutdownContext ctx)
MySQLStatementParser.shutdown().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShutdown 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExplainType(MySQLStatementParser.ExplainTypeContext ctx)
MySQLStatementParser.explainType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitExplainableStatement(MySQLStatementParser.ExplainableStatementContext ctx)
MySQLStatementParser.explainableStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainableStatement 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFormatName(MySQLStatementParser.FormatNameContext ctx)
MySQLStatementParser.formatName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormatName 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDelimiter(MySQLStatementParser.DelimiterContext ctx)
MySQLStatementParser.delimiter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelimiter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitShow(MySQLStatementParser.ShowContext ctx)
MySQLStatementParser.show().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShow 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetTransaction(MySQLStatementParser.SetTransactionContext ctx)
MySQLStatementParser.setTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTransaction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetAutoCommit(MySQLStatementParser.SetAutoCommitContext ctx)
MySQLStatementParser.setAutoCommit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetAutoCommit 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBeginTransaction(MySQLStatementParser.BeginTransactionContext ctx)
MySQLStatementParser.beginTransaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeginTransaction 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionCharacteristic(MySQLStatementParser.TransactionCharacteristicContext ctx)
MySQLStatementParser.transactionCharacteristic().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionCharacteristic 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCommit(MySQLStatementParser.CommitContext ctx)
MySQLStatementParser.commit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommit 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRollback(MySQLStatementParser.RollbackContext ctx)
MySQLStatementParser.rollback().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollback 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSavepoint(MySQLStatementParser.SavepointContext ctx)
MySQLStatementParser.savepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSavepoint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitBegin(MySQLStatementParser.BeginContext ctx)
MySQLStatementParser.begin().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBegin 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLock(MySQLStatementParser.LockContext ctx)
MySQLStatementParser.lock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLock 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUnlock(MySQLStatementParser.UnlockContext ctx)
MySQLStatementParser.unlock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlock 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitReleaseSavepoint(MySQLStatementParser.ReleaseSavepointContext ctx)
MySQLStatementParser.releaseSavepoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReleaseSavepoint 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitXa(MySQLStatementParser.XaContext ctx)
MySQLStatementParser.xa().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXa 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionChain(MySQLStatementParser.OptionChainContext ctx)
MySQLStatementParser.optionChain().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionChain 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitOptionRelease(MySQLStatementParser.OptionReleaseContext ctx)
MySQLStatementParser.optionRelease().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionRelease 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTableLock(MySQLStatementParser.TableLockContext ctx)
MySQLStatementParser.tableLock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableLock 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitLockOption(MySQLStatementParser.LockOptionContext ctx)
MySQLStatementParser.lockOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLockOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitXid(MySQLStatementParser.XidContext ctx)
MySQLStatementParser.xid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXid 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantRoleOrPrivilegeTo(MySQLStatementParser.GrantRoleOrPrivilegeToContext ctx)
grantRoleOrPrivilegeTo
labeled alternative in MySQLStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantRoleOrPrivilegeTo 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantRoleOrPrivilegeOnTo(MySQLStatementParser.GrantRoleOrPrivilegeOnToContext ctx)
grantRoleOrPrivilegeOnTo
labeled alternative in MySQLStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantRoleOrPrivilegeOnTo 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantProxy(MySQLStatementParser.GrantProxyContext ctx)
grantProxy
labeled alternative in MySQLStatementParser.grant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantProxy 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRevokeFrom(MySQLStatementParser.RevokeFromContext ctx)
revokeFrom
labeled alternative in MySQLStatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeFrom 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRevokeOnFrom(MySQLStatementParser.RevokeOnFromContext ctx)
revokeOnFrom
labeled alternative in MySQLStatementParser.revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeOnFrom 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserList(MySQLStatementParser.UserListContext ctx)
MySQLStatementParser.userList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleOrPrivileges(MySQLStatementParser.RoleOrPrivilegesContext ctx)
MySQLStatementParser.roleOrPrivileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleOrPrivileges 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleOrDynamicPrivilege(MySQLStatementParser.RoleOrDynamicPrivilegeContext ctx)
roleOrDynamicPrivilege
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleOrDynamicPrivilege 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoleAtHost(MySQLStatementParser.RoleAtHostContext ctx)
roleAtHost
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoleAtHost 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeSelect(MySQLStatementParser.StaticPrivilegeSelectContext ctx)
staticPrivilegeSelect
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeSelect 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeInsert(MySQLStatementParser.StaticPrivilegeInsertContext ctx)
staticPrivilegeInsert
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeInsert 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeUpdate(MySQLStatementParser.StaticPrivilegeUpdateContext ctx)
staticPrivilegeUpdate
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeUpdate 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReferences(MySQLStatementParser.StaticPrivilegeReferencesContext ctx)
staticPrivilegeReferences
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReferences 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeDelete(MySQLStatementParser.StaticPrivilegeDeleteContext ctx)
staticPrivilegeDelete
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeDelete 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeUsage(MySQLStatementParser.StaticPrivilegeUsageContext ctx)
staticPrivilegeUsage
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeUsage 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeIndex(MySQLStatementParser.StaticPrivilegeIndexContext ctx)
staticPrivilegeIndex
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeIndex 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeAlter(MySQLStatementParser.StaticPrivilegeAlterContext ctx)
staticPrivilegeAlter
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeAlter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreate(MySQLStatementParser.StaticPrivilegeCreateContext ctx)
staticPrivilegeCreate
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreate 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeDrop(MySQLStatementParser.StaticPrivilegeDropContext ctx)
staticPrivilegeDrop
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeDrop 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeExecute(MySQLStatementParser.StaticPrivilegeExecuteContext ctx)
staticPrivilegeExecute
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeExecute 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReload(MySQLStatementParser.StaticPrivilegeReloadContext ctx)
staticPrivilegeReload
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReload 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeShutdown(MySQLStatementParser.StaticPrivilegeShutdownContext ctx)
staticPrivilegeShutdown
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeShutdown 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeProcess(MySQLStatementParser.StaticPrivilegeProcessContext ctx)
staticPrivilegeProcess
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeProcess 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeFile(MySQLStatementParser.StaticPrivilegeFileContext ctx)
staticPrivilegeFile
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeFile 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeGrant(MySQLStatementParser.StaticPrivilegeGrantContext ctx)
staticPrivilegeGrant
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeGrant 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeShowDatabases(MySQLStatementParser.StaticPrivilegeShowDatabasesContext ctx)
staticPrivilegeShowDatabases
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeShowDatabases 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeSuper(MySQLStatementParser.StaticPrivilegeSuperContext ctx)
staticPrivilegeSuper
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeSuper 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateTemporaryTables(MySQLStatementParser.StaticPrivilegeCreateTemporaryTablesContext ctx)
staticPrivilegeCreateTemporaryTables
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateTemporaryTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeLockTables(MySQLStatementParser.StaticPrivilegeLockTablesContext ctx)
staticPrivilegeLockTables
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeLockTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReplicationSlave(MySQLStatementParser.StaticPrivilegeReplicationSlaveContext ctx)
staticPrivilegeReplicationSlave
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReplicationSlave 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeReplicationClient(MySQLStatementParser.StaticPrivilegeReplicationClientContext ctx)
staticPrivilegeReplicationClient
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeReplicationClient 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateView(MySQLStatementParser.StaticPrivilegeCreateViewContext ctx)
staticPrivilegeCreateView
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeShowView(MySQLStatementParser.StaticPrivilegeShowViewContext ctx)
staticPrivilegeShowView
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeShowView 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateRoutine(MySQLStatementParser.StaticPrivilegeCreateRoutineContext ctx)
staticPrivilegeCreateRoutine
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateRoutine 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeAlterRoutine(MySQLStatementParser.StaticPrivilegeAlterRoutineContext ctx)
staticPrivilegeAlterRoutine
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeAlterRoutine 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateUser(MySQLStatementParser.StaticPrivilegeCreateUserContext ctx)
staticPrivilegeCreateUser
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeEvent(MySQLStatementParser.StaticPrivilegeEventContext ctx)
staticPrivilegeEvent
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeEvent 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeTrigger(MySQLStatementParser.StaticPrivilegeTriggerContext ctx)
staticPrivilegeTrigger
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeTrigger 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateTablespace(MySQLStatementParser.StaticPrivilegeCreateTablespaceContext ctx)
staticPrivilegeCreateTablespace
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateTablespace 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeCreateRole(MySQLStatementParser.StaticPrivilegeCreateRoleContext ctx)
staticPrivilegeCreateRole
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeCreateRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStaticPrivilegeDropRole(MySQLStatementParser.StaticPrivilegeDropRoleContext ctx)
staticPrivilegeDropRole
labeled alternative in MySQLStatementParser.roleOrPrivilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticPrivilegeDropRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAclType(MySQLStatementParser.AclTypeContext ctx)
MySQLStatementParser.aclType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAclType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantLevelGlobal(MySQLStatementParser.GrantLevelGlobalContext ctx)
grantLevelGlobal
labeled alternative in MySQLStatementParser.grantIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantLevelGlobal 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantLevelSchemaGlobal(MySQLStatementParser.GrantLevelSchemaGlobalContext ctx)
grantLevelSchemaGlobal
labeled alternative in MySQLStatementParser.grantIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantLevelSchemaGlobal 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantLevelTable(MySQLStatementParser.GrantLevelTableContext ctx)
grantLevelTable
labeled alternative in MySQLStatementParser.grantIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantLevelTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUser(MySQLStatementParser.CreateUserContext ctx)
MySQLStatementParser.createUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserEntryNoOption(MySQLStatementParser.CreateUserEntryNoOptionContext ctx)
createUserEntryNoOption
labeled alternative in MySQLStatementParser.createUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserEntryNoOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserEntryIdentifiedBy(MySQLStatementParser.CreateUserEntryIdentifiedByContext ctx)
createUserEntryIdentifiedBy
labeled alternative in MySQLStatementParser.createUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserEntryIdentifiedBy 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserEntryIdentifiedWith(MySQLStatementParser.CreateUserEntryIdentifiedWithContext ctx)
createUserEntryIdentifiedWith
labeled alternative in MySQLStatementParser.createUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserEntryIdentifiedWith 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateUserList(MySQLStatementParser.CreateUserListContext ctx)
MySQLStatementParser.createUserList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateUserList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultRoleClause(MySQLStatementParser.DefaultRoleClauseContext ctx)
MySQLStatementParser.defaultRoleClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultRoleClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRequireClause(MySQLStatementParser.RequireClauseContext ctx)
MySQLStatementParser.requireClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRequireClause 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectOptions(MySQLStatementParser.ConnectOptionsContext ctx)
MySQLStatementParser.connectOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAccountLockPasswordExpireOptions(MySQLStatementParser.AccountLockPasswordExpireOptionsContext ctx)
MySQLStatementParser.accountLockPasswordExpireOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAccountLockPasswordExpireOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAccountLockPasswordExpireOption(MySQLStatementParser.AccountLockPasswordExpireOptionContext ctx)
MySQLStatementParser.accountLockPasswordExpireOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAccountLockPasswordExpireOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUser(MySQLStatementParser.AlterUserContext ctx)
MySQLStatementParser.alterUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUserEntry(MySQLStatementParser.AlterUserEntryContext ctx)
MySQLStatementParser.alterUserEntry().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserEntry 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAlterUserList(MySQLStatementParser.AlterUserListContext ctx)
MySQLStatementParser.alterUserList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterUserList 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropUser(MySQLStatementParser.DropUserContext ctx)
MySQLStatementParser.dropUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitCreateRole(MySQLStatementParser.CreateRoleContext ctx)
MySQLStatementParser.createRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitDropRole(MySQLStatementParser.DropRoleContext ctx)
MySQLStatementParser.dropRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRenameUser(MySQLStatementParser.RenameUserContext ctx)
MySQLStatementParser.renameUser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameUser 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetDefaultRole(MySQLStatementParser.SetDefaultRoleContext ctx)
MySQLStatementParser.setDefaultRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetDefaultRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetRole(MySQLStatementParser.SetRoleContext ctx)
MySQLStatementParser.setRole().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetRole 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitSetPassword(MySQLStatementParser.SetPasswordContext ctx)
MySQLStatementParser.setPassword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetPassword 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitAuthOption(MySQLStatementParser.AuthOptionContext ctx)
MySQLStatementParser.authOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAuthOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithGrantOption(MySQLStatementParser.WithGrantOptionContext ctx)
MySQLStatementParser.withGrantOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithGrantOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserOrRoles(MySQLStatementParser.UserOrRolesContext ctx)
MySQLStatementParser.userOrRoles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserOrRoles 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitRoles(MySQLStatementParser.RolesContext ctx)
MySQLStatementParser.roles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoles 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGrantAs(MySQLStatementParser.GrantAsContext ctx)
MySQLStatementParser.grantAs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantAs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWithRoles(MySQLStatementParser.WithRolesContext ctx)
MySQLStatementParser.withRoles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithRoles 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserAuthOption(MySQLStatementParser.UserAuthOptionContext ctx)
MySQLStatementParser.userAuthOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserAuthOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifiedBy(MySQLStatementParser.IdentifiedByContext ctx)
MySQLStatementParser.identifiedBy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifiedBy 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIdentifiedWith(MySQLStatementParser.IdentifiedWithContext ctx)
MySQLStatementParser.identifiedWith().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifiedWith 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectOption(MySQLStatementParser.ConnectOptionContext ctx)
MySQLStatementParser.connectOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitTlsOption(MySQLStatementParser.TlsOptionContext ctx)
MySQLStatementParser.tlsOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTlsOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUserFuncAuthOption(MySQLStatementParser.UserFuncAuthOptionContext ctx)
MySQLStatementParser.userFuncAuthOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserFuncAuthOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChange(MySQLStatementParser.ChangeContext ctx)
MySQLStatementParser.change().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChange 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChangeMasterTo(MySQLStatementParser.ChangeMasterToContext ctx)
MySQLStatementParser.changeMasterTo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeMasterTo 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitChangeReplicationFilter(MySQLStatementParser.ChangeReplicationFilterContext ctx)
MySQLStatementParser.changeReplicationFilter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChangeReplicationFilter 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStartSlave(MySQLStatementParser.StartSlaveContext ctx)
MySQLStatementParser.startSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartSlave 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStopSlave(MySQLStatementParser.StopSlaveContext ctx)
MySQLStatementParser.stopSlave().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopSlave 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitGroupReplication(MySQLStatementParser.GroupReplicationContext ctx)
MySQLStatementParser.groupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupReplication 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStartGroupReplication(MySQLStatementParser.StartGroupReplicationContext ctx)
MySQLStatementParser.startGroupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartGroupReplication 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitStopGroupReplication(MySQLStatementParser.StopGroupReplicationContext ctx)
MySQLStatementParser.stopGroupReplication().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopGroupReplication 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitPurgeBinaryLog(MySQLStatementParser.PurgeBinaryLogContext ctx)
MySQLStatementParser.purgeBinaryLog().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPurgeBinaryLog 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitThreadTypes(MySQLStatementParser.ThreadTypesContext ctx)
MySQLStatementParser.threadTypes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitThreadTypes 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitThreadType(MySQLStatementParser.ThreadTypeContext ctx)
MySQLStatementParser.threadType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitThreadType 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitUtilOption(MySQLStatementParser.UtilOptionContext ctx)
MySQLStatementParser.utilOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUtilOption 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitConnectionOptions(MySQLStatementParser.ConnectionOptionsContext ctx)
MySQLStatementParser.connectionOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectionOptions 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMasterDefs(MySQLStatementParser.MasterDefsContext ctx)
MySQLStatementParser.masterDefs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterDefs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitMasterDef(MySQLStatementParser.MasterDefContext ctx)
MySQLStatementParser.masterDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMasterDef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoreServerIds(MySQLStatementParser.IgnoreServerIdsContext ctx)
MySQLStatementParser.ignoreServerIds().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreServerIds 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoreServerId(MySQLStatementParser.IgnoreServerIdContext ctx)
MySQLStatementParser.ignoreServerId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreServerId 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFilterDefs(MySQLStatementParser.FilterDefsContext ctx)
MySQLStatementParser.filterDefs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterDefs 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitFilterDef(MySQLStatementParser.FilterDefContext ctx)
MySQLStatementParser.filterDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterDef 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWildTables(MySQLStatementParser.WildTablesContext ctx)
MySQLStatementParser.wildTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWildTables 在接口中 MySQLStatementVisitor<T>ctx - the parse treepublic T visitWildTable(MySQLStatementParser.WildTableContext ctx)
MySQLStatementParser.wildTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWildTable 在接口中 MySQLStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.