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 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 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 visitMultipleTableNames(MySQLStatementParser.MultipleTableNamesContext ctx)
MySQLStatementParser.multipleTableNames().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 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 visitLoadDataStatement(MySQLStatementParser.LoadDataStatementContext ctx)
MySQLStatementParser.loadDataStatement().ctx - the parse treeT visitLoadXmlStatement(MySQLStatementParser.LoadXmlStatementContext ctx)
MySQLStatementParser.loadXmlStatement().ctx - the parse treeT visitExplicitTable(MySQLStatementParser.ExplicitTableContext ctx)
MySQLStatementParser.explicitTable().ctx - the parse treeT visitTableValueConstructor(MySQLStatementParser.TableValueConstructorContext ctx)
MySQLStatementParser.tableValueConstructor().ctx - the parse treeT visitColumnDesignator(MySQLStatementParser.ColumnDesignatorContext ctx)
MySQLStatementParser.columnDesignator().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 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 visitStringLiterals(MySQLStatementParser.StringLiteralsContext ctx)
MySQLStatementParser.stringLiterals().ctx - the parse treeT visitNumberLiterals(MySQLStatementParser.NumberLiteralsContext ctx)
MySQLStatementParser.numberLiterals().ctx - the parse treeT visitDateTimeLiterals(MySQLStatementParser.DateTimeLiteralsContext ctx)
MySQLStatementParser.dateTimeLiterals().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 visitCharacterSetName(MySQLStatementParser.CharacterSetNameContext ctx)
MySQLStatementParser.characterSetName().ctx - the parse treeT visitCollationName_(MySQLStatementParser.CollationName_Context ctx)
MySQLStatementParser.collationName_().ctx - the parse treeT visitIdentifier(MySQLStatementParser.IdentifierContext ctx)
MySQLStatementParser.identifier().ctx - the parse treeT visitUnreservedWord(MySQLStatementParser.UnreservedWordContext ctx)
MySQLStatementParser.unreservedWord().ctx - the parse treeT visitVariable(MySQLStatementParser.VariableContext ctx)
MySQLStatementParser.variable().ctx - the parse treeT visitScope(MySQLStatementParser.ScopeContext ctx)
MySQLStatementParser.scope().ctx - the parse treeT visitInternalVariableName(MySQLStatementParser.InternalVariableNameContext ctx)
MySQLStatementParser.internalVariableName().ctx - the parse treeT visitSetExprOrDefault(MySQLStatementParser.SetExprOrDefaultContext ctx)
MySQLStatementParser.setExprOrDefault().ctx - the parse treeT visitSchemaName(MySQLStatementParser.SchemaNameContext ctx)
MySQLStatementParser.schemaName().ctx - the parse treeT visitSchemaNames(MySQLStatementParser.SchemaNamesContext ctx)
MySQLStatementParser.schemaNames().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 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 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 visitTableNames(MySQLStatementParser.TableNamesContext ctx)
MySQLStatementParser.tableNames().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 visitEngineName(MySQLStatementParser.EngineNameContext ctx)
MySQLStatementParser.engineName().ctx - the parse treeT visitTriggerName(MySQLStatementParser.TriggerNameContext ctx)
MySQLStatementParser.triggerName().ctx - the parse treeT visitTriggerTime(MySQLStatementParser.TriggerTimeContext ctx)
MySQLStatementParser.triggerTime().ctx - the parse treeT visitUserOrRole(MySQLStatementParser.UserOrRoleContext ctx)
MySQLStatementParser.userOrRole().ctx - the parse treeT visitPartitionName(MySQLStatementParser.PartitionNameContext ctx)
MySQLStatementParser.partitionName().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 visitLogicalOperator(MySQLStatementParser.LogicalOperatorContext ctx)
MySQLStatementParser.logicalOperator().ctx - the parse treeT visitNotOperator(MySQLStatementParser.NotOperatorContext ctx)
MySQLStatementParser.notOperator().ctx - the parse treeT visitBooleanPrimary(MySQLStatementParser.BooleanPrimaryContext ctx)
MySQLStatementParser.booleanPrimary().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 visitFunctionCall(MySQLStatementParser.FunctionCallContext ctx)
MySQLStatementParser.functionCall().ctx - the parse treeT visitAggregationFunction(MySQLStatementParser.AggregationFunctionContext ctx)
MySQLStatementParser.aggregationFunction().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 visitPartitionClause(MySQLStatementParser.PartitionClauseContext ctx)
MySQLStatementParser.partitionClause().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 visitCastFunction(MySQLStatementParser.CastFunctionContext ctx)
MySQLStatementParser.castFunction().ctx - the parse treeT visitConvertFunction(MySQLStatementParser.ConvertFunctionContext ctx)
MySQLStatementParser.convertFunction().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 visitDataTypeName(MySQLStatementParser.DataTypeNameContext ctx)
MySQLStatementParser.dataTypeName().ctx - the parse treeT visitDataTypeLength(MySQLStatementParser.DataTypeLengthContext ctx)
MySQLStatementParser.dataTypeLength().ctx - the parse treeT visitCollectionOptions(MySQLStatementParser.CollectionOptionsContext ctx)
MySQLStatementParser.collectionOptions().ctx - the parse treeT visitCharacterSet(MySQLStatementParser.CharacterSetContext ctx)
MySQLStatementParser.characterSet().ctx - the parse treeT visitCollateClause(MySQLStatementParser.CollateClauseContext ctx)
MySQLStatementParser.collateClause().ctx - the parse treeT visitIgnoredIdentifier(MySQLStatementParser.IgnoredIdentifierContext ctx)
MySQLStatementParser.ignoredIdentifier().ctx - the parse treeT visitIgnoredIdentifiers(MySQLStatementParser.IgnoredIdentifiersContext ctx)
MySQLStatementParser.ignoredIdentifiers().ctx - the parse treeT visitFieldOrVarSpec(MySQLStatementParser.FieldOrVarSpecContext ctx)
MySQLStatementParser.fieldOrVarSpec().ctx - the parse treeT visitNotExistClause(MySQLStatementParser.NotExistClauseContext ctx)
MySQLStatementParser.notExistClause().ctx - the parse treeT visitExistClause(MySQLStatementParser.ExistClauseContext ctx)
MySQLStatementParser.existClause().ctx - the parse treeT visitPattern(MySQLStatementParser.PatternContext ctx)
MySQLStatementParser.pattern().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 visitUnionOption(MySQLStatementParser.UnionOptionContext ctx)
MySQLStatementParser.unionOption().ctx - the parse treeT visitCreateTable(MySQLStatementParser.CreateTableContext ctx)
MySQLStatementParser.createTable().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 visitPartitionOptions(MySQLStatementParser.PartitionOptionsContext ctx)
MySQLStatementParser.partitionOptions().ctx - the parse treeT visitPartitionOption(MySQLStatementParser.PartitionOptionContext ctx)
MySQLStatementParser.partitionOption().ctx - the parse treeT visitDropTable(MySQLStatementParser.DropTableContext ctx)
MySQLStatementParser.dropTable().ctx - the parse treeT visitDropIndex(MySQLStatementParser.DropIndexContext ctx)
MySQLStatementParser.dropIndex().ctx - the parse treeT visitAlgorithmOption(MySQLStatementParser.AlgorithmOptionContext ctx)
MySQLStatementParser.algorithmOption().ctx - the parse treeT visitLockOption(MySQLStatementParser.LockOptionContext ctx)
MySQLStatementParser.lockOption().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 visitCreateTablespaceInnodb(MySQLStatementParser.CreateTablespaceInnodbContext ctx)
MySQLStatementParser.createTablespaceInnodb().ctx - the parse treeT visitCreateTablespaceNdb(MySQLStatementParser.CreateTablespaceNdbContext ctx)
MySQLStatementParser.createTablespaceNdb().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 visitCreateDefinition(MySQLStatementParser.CreateDefinitionContext ctx)
MySQLStatementParser.createDefinition().ctx - the parse treeT visitColumnDefinition(MySQLStatementParser.ColumnDefinitionContext ctx)
MySQLStatementParser.columnDefinition().ctx - the parse treeT visitStorageOption(MySQLStatementParser.StorageOptionContext ctx)
MySQLStatementParser.storageOption().ctx - the parse treeT visitGeneratedOption(MySQLStatementParser.GeneratedOptionContext ctx)
MySQLStatementParser.generatedOption().ctx - the parse treeT visitDataTypeGenericOption(MySQLStatementParser.DataTypeGenericOptionContext ctx)
MySQLStatementParser.dataTypeGenericOption().ctx - the parse treeT visitCheckConstraintDefinition(MySQLStatementParser.CheckConstraintDefinitionContext ctx)
MySQLStatementParser.checkConstraintDefinition().ctx - the parse treeT visitReferenceDefinition(MySQLStatementParser.ReferenceDefinitionContext ctx)
MySQLStatementParser.referenceDefinition().ctx - the parse treeT visitReferenceOption(MySQLStatementParser.ReferenceOptionContext ctx)
MySQLStatementParser.referenceOption().ctx - the parse treeT visitIndexDefinition(MySQLStatementParser.IndexDefinitionContext ctx)
MySQLStatementParser.indexDefinition().ctx - the parse treeT visitIndexType(MySQLStatementParser.IndexTypeContext ctx)
MySQLStatementParser.indexType().ctx - the parse treeT visitKeyParts(MySQLStatementParser.KeyPartsContext ctx)
MySQLStatementParser.keyParts().ctx - the parse treeT visitKeyPart(MySQLStatementParser.KeyPartContext ctx)
MySQLStatementParser.keyPart().ctx - the parse treeT visitIndexOption(MySQLStatementParser.IndexOptionContext ctx)
MySQLStatementParser.indexOption().ctx - the parse treeT visitConstraintDefinition(MySQLStatementParser.ConstraintDefinitionContext ctx)
MySQLStatementParser.constraintDefinition().ctx - the parse treeT visitPrimaryKeyOption(MySQLStatementParser.PrimaryKeyOptionContext ctx)
MySQLStatementParser.primaryKeyOption().ctx - the parse treeT visitPrimaryKey(MySQLStatementParser.PrimaryKeyContext ctx)
MySQLStatementParser.primaryKey().ctx - the parse treeT visitUniqueOption(MySQLStatementParser.UniqueOptionContext ctx)
MySQLStatementParser.uniqueOption().ctx - the parse treeT visitForeignKeyOption(MySQLStatementParser.ForeignKeyOptionContext ctx)
MySQLStatementParser.foreignKeyOption().ctx - the parse treeT visitCreateLikeClause(MySQLStatementParser.CreateLikeClauseContext ctx)
MySQLStatementParser.createLikeClause().ctx - the parse treeT visitCreateIndexSpecification(MySQLStatementParser.CreateIndexSpecificationContext ctx)
MySQLStatementParser.createIndexSpecification().ctx - the parse treeT visitAlterDefinitionClause(MySQLStatementParser.AlterDefinitionClauseContext ctx)
MySQLStatementParser.alterDefinitionClause().ctx - the parse treeT visitAlterSpecification(MySQLStatementParser.AlterSpecificationContext ctx)
MySQLStatementParser.alterSpecification().ctx - the parse treeT visitTableOptions(MySQLStatementParser.TableOptionsContext ctx)
MySQLStatementParser.tableOptions().ctx - the parse treeT visitTableOption(MySQLStatementParser.TableOptionContext ctx)
MySQLStatementParser.tableOption().ctx - the parse treeT visitAddColumnSpecification(MySQLStatementParser.AddColumnSpecificationContext ctx)
MySQLStatementParser.addColumnSpecification().ctx - the parse treeT visitFirstOrAfterColumn(MySQLStatementParser.FirstOrAfterColumnContext ctx)
MySQLStatementParser.firstOrAfterColumn().ctx - the parse treeT visitAddIndexSpecification(MySQLStatementParser.AddIndexSpecificationContext ctx)
MySQLStatementParser.addIndexSpecification().ctx - the parse treeT visitAddConstraintSpecification(MySQLStatementParser.AddConstraintSpecificationContext ctx)
MySQLStatementParser.addConstraintSpecification().ctx - the parse treeT visitChangeColumnSpecification(MySQLStatementParser.ChangeColumnSpecificationContext ctx)
MySQLStatementParser.changeColumnSpecification().ctx - the parse treeT visitModifyColumnSpecification(MySQLStatementParser.ModifyColumnSpecificationContext ctx)
MySQLStatementParser.modifyColumnSpecification().ctx - the parse treeT visitDropColumnSpecification(MySQLStatementParser.DropColumnSpecificationContext ctx)
MySQLStatementParser.dropColumnSpecification().ctx - the parse treeT visitDropIndexSpecification(MySQLStatementParser.DropIndexSpecificationContext ctx)
MySQLStatementParser.dropIndexSpecification().ctx - the parse treeT visitDropPrimaryKeySpecification(MySQLStatementParser.DropPrimaryKeySpecificationContext ctx)
MySQLStatementParser.dropPrimaryKeySpecification().ctx - the parse treeT visitRenameColumnSpecification(MySQLStatementParser.RenameColumnSpecificationContext ctx)
MySQLStatementParser.renameColumnSpecification().ctx - the parse treeT visitRenameIndexSpecification(MySQLStatementParser.RenameIndexSpecificationContext ctx)
MySQLStatementParser.renameIndexSpecification().ctx - the parse treeT visitRenameTableSpecification(MySQLStatementParser.RenameTableSpecificationContext ctx)
MySQLStatementParser.renameTableSpecification().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 visitDropTableSpecification(MySQLStatementParser.DropTableSpecificationContext ctx)
MySQLStatementParser.dropTableSpecification().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 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 visitShowDatabases(MySQLStatementParser.ShowDatabasesContext ctx)
MySQLStatementParser.showDatabases().ctx - the parse treeT visitShowTables(MySQLStatementParser.ShowTablesContext ctx)
MySQLStatementParser.showTables().ctx - the parse treeT visitShowTableStatus(MySQLStatementParser.ShowTableStatusContext ctx)
MySQLStatementParser.showTableStatus().ctx - the parse treeT visitShowColumns(MySQLStatementParser.ShowColumnsContext ctx)
MySQLStatementParser.showColumns().ctx - the parse treeT visitShowIndex(MySQLStatementParser.ShowIndexContext ctx)
MySQLStatementParser.showIndex().ctx - the parse treeT visitShowCreateTable(MySQLStatementParser.ShowCreateTableContext ctx)
MySQLStatementParser.showCreateTable().ctx - the parse treeT visitShowOther(MySQLStatementParser.ShowOtherContext ctx)
MySQLStatementParser.showOther().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 visitShowColumnLike(MySQLStatementParser.ShowColumnLikeContext ctx)
MySQLStatementParser.showColumnLike().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 visitVariableAssign(MySQLStatementParser.VariableAssignContext ctx)
MySQLStatementParser.variableAssign().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 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 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 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 visitShowGrant(MySQLStatementParser.ShowGrantContext ctx)
MySQLStatementParser.showGrant().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 visitShowSlavehost(MySQLStatementParser.ShowSlavehostContext ctx)
MySQLStatementParser.showSlavehost().ctx - the parse treeT visitShowSlaveStatus(MySQLStatementParser.ShowSlaveStatusContext ctx)
MySQLStatementParser.showSlaveStatus().ctx - the parse treeT visitShowStatus(MySQLStatementParser.ShowStatusContext ctx)
MySQLStatementParser.showStatus().ctx - the parse treeT visitShowTrriggers(MySQLStatementParser.ShowTrriggersContext ctx)
MySQLStatementParser.showTrriggers().ctx - the parse treeT visitShowVariables(MySQLStatementParser.ShowVariablesContext ctx)
MySQLStatementParser.showVariables().ctx - the parse treeT visitShowWarnings(MySQLStatementParser.ShowWarningsContext ctx)
MySQLStatementParser.showWarnings().ctx - the parse treeT visitSetCharacter(MySQLStatementParser.SetCharacterContext ctx)
MySQLStatementParser.setCharacter().ctx - the parse treeT visitSetName(MySQLStatementParser.SetNameContext ctx)
MySQLStatementParser.setName().ctx - the parse treeT visitClone(MySQLStatementParser.CloneContext ctx)
MySQLStatementParser.clone().ctx - the parse treeT visitCloneAction(MySQLStatementParser.CloneActionContext ctx)
MySQLStatementParser.cloneAction().ctx - the parse treeT visitCreateUdf(MySQLStatementParser.CreateUdfContext ctx)
MySQLStatementParser.createUdf().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 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 visitTableIndexList(MySQLStatementParser.TableIndexListContext ctx)
MySQLStatementParser.tableIndexList().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 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 visitSetTransaction(MySQLStatementParser.SetTransactionContext ctx)
MySQLStatementParser.setTransaction().ctx - the parse treeT visitSetAutoCommit(MySQLStatementParser.SetAutoCommitContext ctx)
MySQLStatementParser.setAutoCommit().ctx - the parse treeT visitAutoCommitValue(MySQLStatementParser.AutoCommitValueContext ctx)
MySQLStatementParser.autoCommitValue().ctx - the parse treeT visitBeginTransaction(MySQLStatementParser.BeginTransactionContext ctx)
MySQLStatementParser.beginTransaction().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 visitTransactionCharacteristic(MySQLStatementParser.TransactionCharacteristicContext ctx)
MySQLStatementParser.transactionCharacteristic().ctx - the parse treeT visitLevel(MySQLStatementParser.LevelContext ctx)
MySQLStatementParser.level().ctx - the parse treeT visitAccessMode(MySQLStatementParser.AccessModeContext ctx)
MySQLStatementParser.accessMode().ctx - the parse treeT visitOptionWork(MySQLStatementParser.OptionWorkContext ctx)
MySQLStatementParser.optionWork().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 visitXid(MySQLStatementParser.XidContext ctx)
MySQLStatementParser.xid().ctx - the parse treeT visitGrant(MySQLStatementParser.GrantContext ctx)
MySQLStatementParser.grant().ctx - the parse treeT visitRevoke(MySQLStatementParser.RevokeContext ctx)
MySQLStatementParser.revoke().ctx - the parse treeT visitProxyClause(MySQLStatementParser.ProxyClauseContext ctx)
MySQLStatementParser.proxyClause().ctx - the parse treeT visitPrivilegeClause(MySQLStatementParser.PrivilegeClauseContext ctx)
MySQLStatementParser.privilegeClause().ctx - the parse treeT visitRoleClause(MySQLStatementParser.RoleClauseContext ctx)
MySQLStatementParser.roleClause().ctx - the parse treeT visitAllClause(MySQLStatementParser.AllClauseContext ctx)
MySQLStatementParser.allClause().ctx - the parse treeT visitPrivileges(MySQLStatementParser.PrivilegesContext ctx)
MySQLStatementParser.privileges().ctx - the parse treeT visitPrivilegeType(MySQLStatementParser.PrivilegeTypeContext ctx)
MySQLStatementParser.privilegeType().ctx - the parse treeT visitOnObjectClause(MySQLStatementParser.OnObjectClauseContext ctx)
MySQLStatementParser.onObjectClause().ctx - the parse treeT visitObjectType(MySQLStatementParser.ObjectTypeContext ctx)
MySQLStatementParser.objectType().ctx - the parse treeT visitPrivilegeLevel(MySQLStatementParser.PrivilegeLevelContext ctx)
MySQLStatementParser.privilegeLevel().ctx - the parse treeT visitCreateUser(MySQLStatementParser.CreateUserContext ctx)
MySQLStatementParser.createUser().ctx - the parse treeT visitDefaultRoleClause(MySQLStatementParser.DefaultRoleClauseContext ctx)
MySQLStatementParser.defaultRoleClause().ctx - the parse treeT visitRequireClause(MySQLStatementParser.RequireClauseContext ctx)
MySQLStatementParser.requireClause().ctx - the parse treeT visitConnectOption(MySQLStatementParser.ConnectOptionContext ctx)
MySQLStatementParser.connectOption().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 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 visitGrantOption(MySQLStatementParser.GrantOptionContext ctx)
MySQLStatementParser.grantOption().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 visitPasswordOption(MySQLStatementParser.PasswordOptionContext ctx)
MySQLStatementParser.passwordOption().ctx - the parse treeT visitResourceOption(MySQLStatementParser.ResourceOptionContext ctx)
MySQLStatementParser.resourceOption().ctx - the parse treeT visitTlsOption(MySQLStatementParser.TlsOptionContext ctx)
MySQLStatementParser.tlsOption().ctx - the parse treeT visitUserFuncAuthOption(MySQLStatementParser.UserFuncAuthOptionContext ctx)
MySQLStatementParser.userFuncAuthOption().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 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 visitResetMaster(MySQLStatementParser.ResetMasterContext ctx)
MySQLStatementParser.resetMaster().ctx - the parse treeT visitResetSlave(MySQLStatementParser.ResetSlaveContext ctx)
MySQLStatementParser.resetSlave().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 visitChannelOption(MySQLStatementParser.ChannelOptionContext ctx)
MySQLStatementParser.channelOption().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 © 2020 The Apache Software Foundation. All rights reserved.