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