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