Class MySQLStatementBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.apache.shardingsphere.sql.parser.autogen.MySQLStatementBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,MySQLStatementVisitor<T>
- Direct Known Subclasses:
MySQLFormatVisitor,MySQLStatementVisitor
public class MySQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements MySQLStatementVisitor<T>
This class provides an empty implementation ofMySQLStatementVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description MySQLStatementBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitExecute
public T visitExecute(MySQLStatementParser.ExecuteContext ctx)
Visit a parse tree produced byMySQLStatementParser.execute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterStatement
public T visitAlterStatement(MySQLStatementParser.AlterStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTable
public T visitCreateTable(MySQLStatementParser.CreateTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartTransaction
public T visitStartTransaction(MySQLStatementParser.StartTransactionContext ctx)
Visit a parse tree produced byMySQLStatementParser.startTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartTransactionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionClause
public T visitPartitionClause(MySQLStatementParser.PartitionClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionTypeDef
public T visitPartitionTypeDef(MySQLStatementParser.PartitionTypeDefContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionTypeDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionTypeDefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubPartitions
public T visitSubPartitions(MySQLStatementParser.SubPartitionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.subPartitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubPartitionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionKeyAlgorithm
public T visitPartitionKeyAlgorithm(MySQLStatementParser.PartitionKeyAlgorithmContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionKeyAlgorithm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionKeyAlgorithmin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuplicateAsQueryExpression
public T visitDuplicateAsQueryExpression(MySQLStatementParser.DuplicateAsQueryExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.duplicateAsQueryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDuplicateAsQueryExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTable
public T visitAlterTable(MySQLStatementParser.AlterTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandaloneAlterTableAction
public T visitStandaloneAlterTableAction(MySQLStatementParser.StandaloneAlterTableActionContext ctx)
Visit a parse tree produced byMySQLStatementParser.standaloneAlterTableAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStandaloneAlterTableActionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableActions
public T visitAlterTableActions(MySQLStatementParser.AlterTableActionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterTableActions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableActionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTablePartitionOptions
public T visitAlterTablePartitionOptions(MySQLStatementParser.AlterTablePartitionOptionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterTablePartitionOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablePartitionOptionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCommandList
public T visitAlterCommandList(MySQLStatementParser.AlterCommandListContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterCommandList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterCommandListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterList
public T visitAlterList(MySQLStatementParser.AlterListContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableOptionsSpaceSeparated
public T visitCreateTableOptionsSpaceSeparated(MySQLStatementParser.CreateTableOptionsSpaceSeparatedContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTableOptionsSpaceSeparated().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableOptionsSpaceSeparatedin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddColumn
public T visitAddColumn(MySQLStatementParser.AddColumnContext ctx)
Visit a parse tree produced by theaddColumnlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddColumnin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddTableConstraint
public T visitAddTableConstraint(MySQLStatementParser.AddTableConstraintContext ctx)
Visit a parse tree produced by theaddTableConstraintlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddTableConstraintin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeColumn
public T visitChangeColumn(MySQLStatementParser.ChangeColumnContext ctx)
Visit a parse tree produced by thechangeColumnlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeColumnin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifyColumn
public T visitModifyColumn(MySQLStatementParser.ModifyColumnContext ctx)
Visit a parse tree produced by themodifyColumnlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifyColumnin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableDrop
public T visitAlterTableDrop(MySQLStatementParser.AlterTableDropContext ctx)
Visit a parse tree produced by thealterTableDroplabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableDropin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDisableKeys
public T visitDisableKeys(MySQLStatementParser.DisableKeysContext ctx)
Visit a parse tree produced by thedisableKeyslabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDisableKeysin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnableKeys
public T visitEnableKeys(MySQLStatementParser.EnableKeysContext ctx)
Visit a parse tree produced by theenableKeyslabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnableKeysin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterColumn
public T visitAlterColumn(MySQLStatementParser.AlterColumnContext ctx)
Visit a parse tree produced by thealterColumnlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterColumnin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterIndex
public T visitAlterIndex(MySQLStatementParser.AlterIndexContext ctx)
Visit a parse tree produced by thealterIndexlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCheck
public T visitAlterCheck(MySQLStatementParser.AlterCheckContext ctx)
Visit a parse tree produced by thealterChecklabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterCheckin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterConstraint
public T visitAlterConstraint(MySQLStatementParser.AlterConstraintContext ctx)
Visit a parse tree produced by thealterConstraintlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterConstraintin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameColumn
public T visitRenameColumn(MySQLStatementParser.RenameColumnContext ctx)
Visit a parse tree produced by therenameColumnlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameColumnin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterRenameTable
public T visitAlterRenameTable(MySQLStatementParser.AlterRenameTableContext ctx)
Visit a parse tree produced by thealterRenameTablelabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterRenameTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameIndex
public T visitRenameIndex(MySQLStatementParser.RenameIndexContext ctx)
Visit a parse tree produced by therenameIndexlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterConvert
public T visitAlterConvert(MySQLStatementParser.AlterConvertContext ctx)
Visit a parse tree produced by thealterConvertlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterConvertin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableForce
public T visitAlterTableForce(MySQLStatementParser.AlterTableForceContext ctx)
Visit a parse tree produced by thealterTableForcelabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableForcein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTableOrder
public T visitAlterTableOrder(MySQLStatementParser.AlterTableOrderContext ctx)
Visit a parse tree produced by thealterTableOrderlabeled alternative inMySQLStatementParser.alterListItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTableOrderin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterOrderList
public T visitAlterOrderList(MySQLStatementParser.AlterOrderListContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterOrderList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterOrderListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableConstraintDef
public T visitTableConstraintDef(MySQLStatementParser.TableConstraintDefContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableConstraintDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableConstraintDefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCommandsModifierList
public T visitAlterCommandsModifierList(MySQLStatementParser.AlterCommandsModifierListContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterCommandsModifierList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterCommandsModifierListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterCommandsModifier
public T visitAlterCommandsModifier(MySQLStatementParser.AlterCommandsModifierContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterCommandsModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterCommandsModifierin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithValidation
public T visitWithValidation(MySQLStatementParser.WithValidationContext ctx)
Visit a parse tree produced byMySQLStatementParser.withValidation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithValidationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandaloneAlterCommands
public T visitStandaloneAlterCommands(MySQLStatementParser.StandaloneAlterCommandsContext ctx)
Visit a parse tree produced byMySQLStatementParser.standaloneAlterCommands().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStandaloneAlterCommandsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterPartition
public T visitAlterPartition(MySQLStatementParser.AlterPartitionContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterPartition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterPartitionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintClause
public T visitConstraintClause(MySQLStatementParser.ConstraintClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.constraintClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableElementList
public T visitTableElementList(MySQLStatementParser.TableElementListContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableElementList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableElementListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableElement
public T visitTableElement(MySQLStatementParser.TableElementContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableElementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestrict
public T visitRestrict(MySQLStatementParser.RestrictContext ctx)
Visit a parse tree produced byMySQLStatementParser.restrict().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRestrictin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFulltextIndexOption
public T visitFulltextIndexOption(MySQLStatementParser.FulltextIndexOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.fulltextIndexOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFulltextIndexOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTable
public T visitDropTable(MySQLStatementParser.DropTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropIndex
public T visitDropIndex(MySQLStatementParser.DropIndexContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmOptionAndLockOption
public T visitAlgorithmOptionAndLockOption(MySQLStatementParser.AlgorithmOptionAndLockOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.algorithmOptionAndLockOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlgorithmOptionAndLockOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterAlgorithmOption
public T visitAlterAlgorithmOption(MySQLStatementParser.AlterAlgorithmOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterAlgorithmOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterAlgorithmOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLockOption
public T visitAlterLockOption(MySQLStatementParser.AlterLockOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterLockOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterLockOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruncateTable
public T visitTruncateTable(MySQLStatementParser.TruncateTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.truncateTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTruncateTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndex
public T visitCreateIndex(MySQLStatementParser.CreateIndexContext ctx)
Visit a parse tree produced byMySQLStatementParser.createIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabase
public T visitCreateDatabase(MySQLStatementParser.CreateDatabaseContext ctx)
Visit a parse tree produced byMySQLStatementParser.createDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabasein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabase
public T visitAlterDatabase(MySQLStatementParser.AlterDatabaseContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabasein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDatabaseSpecification_
public T visitCreateDatabaseSpecification_(MySQLStatementParser.CreateDatabaseSpecification_Context ctx)
Visit a parse tree produced byMySQLStatementParser.createDatabaseSpecification_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDatabaseSpecification_in interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterDatabaseSpecification_
public T visitAlterDatabaseSpecification_(MySQLStatementParser.AlterDatabaseSpecification_Context ctx)
Visit a parse tree produced byMySQLStatementParser.alterDatabaseSpecification_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterDatabaseSpecification_in interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropDatabase
public T visitDropDatabase(MySQLStatementParser.DropDatabaseContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropDatabasein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterInstance
public T visitAlterInstance(MySQLStatementParser.AlterInstanceContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterInstance().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterInstancein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceAction
public T visitInstanceAction(MySQLStatementParser.InstanceActionContext ctx)
Visit a parse tree produced byMySQLStatementParser.instanceAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstanceActionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChannel
public T visitChannel(MySQLStatementParser.ChannelContext ctx)
Visit a parse tree produced byMySQLStatementParser.channel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChannelin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateEvent
public T visitCreateEvent(MySQLStatementParser.CreateEventContext ctx)
Visit a parse tree produced byMySQLStatementParser.createEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateEventin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterEvent
public T visitAlterEvent(MySQLStatementParser.AlterEventContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterEventin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropEvent
public T visitDropEvent(MySQLStatementParser.DropEventContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropEventin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateFunction
public T visitCreateFunction(MySQLStatementParser.CreateFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.createFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterFunction
public T visitAlterFunction(MySQLStatementParser.AlterFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropFunction
public T visitDropFunction(MySQLStatementParser.DropFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateProcedure
public T visitCreateProcedure(MySQLStatementParser.CreateProcedureContext ctx)
Visit a parse tree produced byMySQLStatementParser.createProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateProcedurein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterProcedure
public T visitAlterProcedure(MySQLStatementParser.AlterProcedureContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterProcedurein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropProcedure
public T visitDropProcedure(MySQLStatementParser.DropProcedureContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropProcedurein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateServer
public T visitCreateServer(MySQLStatementParser.CreateServerContext ctx)
Visit a parse tree produced byMySQLStatementParser.createServer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateServerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterServer
public T visitAlterServer(MySQLStatementParser.AlterServerContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterServer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterServerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropServer
public T visitDropServer(MySQLStatementParser.DropServerContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropServer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropServerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateView
public T visitCreateView(MySQLStatementParser.CreateViewContext ctx)
Visit a parse tree produced byMySQLStatementParser.createView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateViewin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterView
public T visitAlterView(MySQLStatementParser.AlterViewContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterViewin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropView
public T visitDropView(MySQLStatementParser.DropViewContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropViewin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTablespace
public T visitCreateTablespace(MySQLStatementParser.CreateTablespaceContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablespacein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTablespaceInnodb
public T visitCreateTablespaceInnodb(MySQLStatementParser.CreateTablespaceInnodbContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTablespaceInnodb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablespaceInnodbin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTablespaceNdb
public T visitCreateTablespaceNdb(MySQLStatementParser.CreateTablespaceNdbContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTablespaceNdb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTablespaceNdbin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTablespace
public T visitAlterTablespace(MySQLStatementParser.AlterTablespaceContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablespacein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTablespaceNdb
public T visitAlterTablespaceNdb(MySQLStatementParser.AlterTablespaceNdbContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterTablespaceNdb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablespaceNdbin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterTablespaceInnodb
public T visitAlterTablespaceInnodb(MySQLStatementParser.AlterTablespaceInnodbContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterTablespaceInnodb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterTablespaceInnodbin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTablespace
public T visitDropTablespace(MySQLStatementParser.DropTablespaceContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropTablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTablespacein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLogfileGroup
public T visitCreateLogfileGroup(MySQLStatementParser.CreateLogfileGroupContext ctx)
Visit a parse tree produced byMySQLStatementParser.createLogfileGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLogfileGroupin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterLogfileGroup
public T visitAlterLogfileGroup(MySQLStatementParser.AlterLogfileGroupContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterLogfileGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterLogfileGroupin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropLogfileGroup
public T visitDropLogfileGroup(MySQLStatementParser.DropLogfileGroupContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropLogfileGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropLogfileGroupin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTrigger
public T visitCreateTrigger(MySQLStatementParser.CreateTriggerContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTriggerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTrigger
public T visitDropTrigger(MySQLStatementParser.DropTriggerContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTriggerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameTable
public T visitRenameTable(MySQLStatementParser.RenameTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.renameTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateDefinitionClause
public T visitCreateDefinitionClause(MySQLStatementParser.CreateDefinitionClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.createDefinitionClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateDefinitionClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
public T visitColumnDefinition(MySQLStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced byMySQLStatementParser.columnDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefinitionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldDefinition
public T visitFieldDefinition(MySQLStatementParser.FieldDefinitionContext ctx)
Visit a parse tree produced byMySQLStatementParser.fieldDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldDefinitionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnAttribute
public T visitColumnAttribute(MySQLStatementParser.ColumnAttributeContext ctx)
Visit a parse tree produced byMySQLStatementParser.columnAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnAttributein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckConstraint
public T visitCheckConstraint(MySQLStatementParser.CheckConstraintContext ctx)
Visit a parse tree produced byMySQLStatementParser.checkConstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckConstraintin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintEnforcement
public T visitConstraintEnforcement(MySQLStatementParser.ConstraintEnforcementContext ctx)
Visit a parse tree produced byMySQLStatementParser.constraintEnforcement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintEnforcementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneratedOption
public T visitGeneratedOption(MySQLStatementParser.GeneratedOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.generatedOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneratedOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceDefinition
public T visitReferenceDefinition(MySQLStatementParser.ReferenceDefinitionContext ctx)
Visit a parse tree produced byMySQLStatementParser.referenceDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceDefinitionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnUpdateDelete
public T visitOnUpdateDelete(MySQLStatementParser.OnUpdateDeleteContext ctx)
Visit a parse tree produced byMySQLStatementParser.onUpdateDelete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnUpdateDeletein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceOption
public T visitReferenceOption(MySQLStatementParser.ReferenceOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.referenceOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexType
public T visitIndexType(MySQLStatementParser.IndexTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.indexType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexTypeClause
public T visitIndexTypeClause(MySQLStatementParser.IndexTypeClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.indexTypeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexTypeClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyParts
public T visitKeyParts(MySQLStatementParser.KeyPartsContext ctx)
Visit a parse tree produced byMySQLStatementParser.keyParts().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyPartsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyPart
public T visitKeyPart(MySQLStatementParser.KeyPartContext ctx)
Visit a parse tree produced byMySQLStatementParser.keyPart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyPartin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyPartWithExpression
public T visitKeyPartWithExpression(MySQLStatementParser.KeyPartWithExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.keyPartWithExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyPartWithExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyListWithExpression
public T visitKeyListWithExpression(MySQLStatementParser.KeyListWithExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.keyListWithExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyListWithExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOption
public T visitIndexOption(MySQLStatementParser.IndexOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.indexOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommonIndexOption
public T visitCommonIndexOption(MySQLStatementParser.CommonIndexOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.commonIndexOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommonIndexOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVisibility
public T visitVisibility(MySQLStatementParser.VisibilityContext ctx)
Visit a parse tree produced byMySQLStatementParser.visibility().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVisibilityin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLikeClause
public T visitCreateLikeClause(MySQLStatementParser.CreateLikeClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.createLikeClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLikeClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateIndexSpecification
public T visitCreateIndexSpecification(MySQLStatementParser.CreateIndexSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.createIndexSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateIndexSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableOptions
public T visitCreateTableOptions(MySQLStatementParser.CreateTableOptionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTableOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableOptionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateTableOption
public T visitCreateTableOption(MySQLStatementParser.CreateTableOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.createTableOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateTableOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateSRSStatement
public T visitCreateSRSStatement(MySQLStatementParser.CreateSRSStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.createSRSStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateSRSStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropSRSStatement
public T visitDropSRSStatement(MySQLStatementParser.DropSRSStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropSRSStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropSRSStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSrsAttribute
public T visitSrsAttribute(MySQLStatementParser.SrsAttributeContext ctx)
Visit a parse tree produced byMySQLStatementParser.srsAttribute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSrsAttributein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlace
public T visitPlace(MySQLStatementParser.PlaceContext ctx)
Visit a parse tree produced byMySQLStatementParser.place().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlacein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionDefinitions
public T visitPartitionDefinitions(MySQLStatementParser.PartitionDefinitionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionDefinitionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionDefinition
public T visitPartitionDefinition(MySQLStatementParser.PartitionDefinitionContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionDefinitionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionLessThanValue
public T visitPartitionLessThanValue(MySQLStatementParser.PartitionLessThanValueContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionLessThanValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionLessThanValuein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionValueList
public T visitPartitionValueList(MySQLStatementParser.PartitionValueListContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionValueList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionValueListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionDefinitionOption
public T visitPartitionDefinitionOption(MySQLStatementParser.PartitionDefinitionOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionDefinitionOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionDefinitionOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubpartitionDefinition
public T visitSubpartitionDefinition(MySQLStatementParser.SubpartitionDefinitionContext ctx)
Visit a parse tree produced byMySQLStatementParser.subpartitionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubpartitionDefinitionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwnerStatement
public T visitOwnerStatement(MySQLStatementParser.OwnerStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.ownerStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOwnerStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScheduleExpression
public T visitScheduleExpression(MySQLStatementParser.ScheduleExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.scheduleExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScheduleExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimestampValue
public T visitTimestampValue(MySQLStatementParser.TimestampValueContext ctx)
Visit a parse tree produced byMySQLStatementParser.timestampValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimestampValuein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoutineBody
public T visitRoutineBody(MySQLStatementParser.RoutineBodyContext ctx)
Visit a parse tree produced byMySQLStatementParser.routineBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoutineBodyin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServerOption
public T visitServerOption(MySQLStatementParser.ServerOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.serverOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServerOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoutineOption
public T visitRoutineOption(MySQLStatementParser.RoutineOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.routineOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoutineOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureParameter
public T visitProcedureParameter(MySQLStatementParser.ProcedureParameterContext ctx)
Visit a parse tree produced byMySQLStatementParser.procedureParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureParameterin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFileSizeLiteral
public T visitFileSizeLiteral(MySQLStatementParser.FileSizeLiteralContext ctx)
Visit a parse tree produced byMySQLStatementParser.fileSizeLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFileSizeLiteralin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleStatement
public T visitSimpleStatement(MySQLStatementParser.SimpleStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.simpleStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundStatement
public T visitCompoundStatement(MySQLStatementParser.CompoundStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.compoundStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidStatement
public T visitValidStatement(MySQLStatementParser.ValidStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.validStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValidStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeginStatement
public T visitBeginStatement(MySQLStatementParser.BeginStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.beginStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeginStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclareStatement
public T visitDeclareStatement(MySQLStatementParser.DeclareStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.declareStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeclareStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlowControlStatement
public T visitFlowControlStatement(MySQLStatementParser.FlowControlStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.flowControlStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlowControlStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseStatement
public T visitCaseStatement(MySQLStatementParser.CaseStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.caseStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfStatement
public T visitIfStatement(MySQLStatementParser.IfStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.ifStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIterateStatement
public T visitIterateStatement(MySQLStatementParser.IterateStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.iterateStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIterateStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeaveStatement
public T visitLeaveStatement(MySQLStatementParser.LeaveStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.leaveStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeaveStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoopStatement
public T visitLoopStatement(MySQLStatementParser.LoopStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.loopStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoopStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRepeatStatement
public T visitRepeatStatement(MySQLStatementParser.RepeatStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.repeatStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRepeatStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStatement
public T visitReturnStatement(MySQLStatementParser.ReturnStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.returnStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileStatement
public T visitWhileStatement(MySQLStatementParser.WhileStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.whileStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhileStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorStatement
public T visitCursorStatement(MySQLStatementParser.CursorStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.cursorStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorCloseStatement
public T visitCursorCloseStatement(MySQLStatementParser.CursorCloseStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.cursorCloseStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorCloseStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorDeclareStatement
public T visitCursorDeclareStatement(MySQLStatementParser.CursorDeclareStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.cursorDeclareStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorDeclareStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorFetchStatement
public T visitCursorFetchStatement(MySQLStatementParser.CursorFetchStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.cursorFetchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorFetchStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorOpenStatement
public T visitCursorOpenStatement(MySQLStatementParser.CursorOpenStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.cursorOpenStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorOpenStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionHandlingStatement
public T visitConditionHandlingStatement(MySQLStatementParser.ConditionHandlingStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.conditionHandlingStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionHandlingStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclareConditionStatement
public T visitDeclareConditionStatement(MySQLStatementParser.DeclareConditionStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.declareConditionStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeclareConditionStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclareHandlerStatement
public T visitDeclareHandlerStatement(MySQLStatementParser.DeclareHandlerStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.declareHandlerStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeclareHandlerStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetDiagnosticsStatement
public T visitGetDiagnosticsStatement(MySQLStatementParser.GetDiagnosticsStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.getDiagnosticsStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGetDiagnosticsStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementInformationItem
public T visitStatementInformationItem(MySQLStatementParser.StatementInformationItemContext ctx)
Visit a parse tree produced byMySQLStatementParser.statementInformationItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementInformationItemin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionInformationItem
public T visitConditionInformationItem(MySQLStatementParser.ConditionInformationItemContext ctx)
Visit a parse tree produced byMySQLStatementParser.conditionInformationItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionInformationItemin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionNumber
public T visitConditionNumber(MySQLStatementParser.ConditionNumberContext ctx)
Visit a parse tree produced byMySQLStatementParser.conditionNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionNumberin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementInformationItemName
public T visitStatementInformationItemName(MySQLStatementParser.StatementInformationItemNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.statementInformationItemName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementInformationItemNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionInformationItemName
public T visitConditionInformationItemName(MySQLStatementParser.ConditionInformationItemNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.conditionInformationItemName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionInformationItemNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandlerAction
public T visitHandlerAction(MySQLStatementParser.HandlerActionContext ctx)
Visit a parse tree produced byMySQLStatementParser.handlerAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandlerActionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionValue
public T visitConditionValue(MySQLStatementParser.ConditionValueContext ctx)
Visit a parse tree produced byMySQLStatementParser.conditionValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionValuein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResignalStatement
public T visitResignalStatement(MySQLStatementParser.ResignalStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.resignalStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResignalStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignalStatement
public T visitSignalStatement(MySQLStatementParser.SignalStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.signalStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignalStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignalInformationItem
public T visitSignalInformationItem(MySQLStatementParser.SignalInformationItemContext ctx)
Visit a parse tree produced byMySQLStatementParser.signalInformationItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignalInformationItemin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrepare
public T visitPrepare(MySQLStatementParser.PrepareContext ctx)
Visit a parse tree produced byMySQLStatementParser.prepare().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreparein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecuteStmt
public T visitExecuteStmt(MySQLStatementParser.ExecuteStmtContext ctx)
Visit a parse tree produced byMySQLStatementParser.executeStmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecuteStmtin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecuteVarList
public T visitExecuteVarList(MySQLStatementParser.ExecuteVarListContext ctx)
Visit a parse tree produced byMySQLStatementParser.executeVarList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecuteVarListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeallocate
public T visitDeallocate(MySQLStatementParser.DeallocateContext ctx)
Visit a parse tree produced byMySQLStatementParser.deallocate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeallocatein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert
public T visitInsert(MySQLStatementParser.InsertContext ctx)
Visit a parse tree produced byMySQLStatementParser.insert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertSpecification
public T visitInsertSpecification(MySQLStatementParser.InsertSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.insertSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertValuesClause
public T visitInsertValuesClause(MySQLStatementParser.InsertValuesClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.insertValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertValuesClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFields
public T visitFields(MySQLStatementParser.FieldsContext ctx)
Visit a parse tree produced byMySQLStatementParser.fields().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertIdentifier
public T visitInsertIdentifier(MySQLStatementParser.InsertIdentifierContext ctx)
Visit a parse tree produced byMySQLStatementParser.insertIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertIdentifierin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableWild
public T visitTableWild(MySQLStatementParser.TableWildContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableWild().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableWildin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertSelectClause
public T visitInsertSelectClause(MySQLStatementParser.InsertSelectClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.insertSelectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertSelectClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnDuplicateKeyClause
public T visitOnDuplicateKeyClause(MySQLStatementParser.OnDuplicateKeyClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.onDuplicateKeyClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnDuplicateKeyClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueReference
public T visitValueReference(MySQLStatementParser.ValueReferenceContext ctx)
Visit a parse tree produced byMySQLStatementParser.valueReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueReferencein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDerivedColumns
public T visitDerivedColumns(MySQLStatementParser.DerivedColumnsContext ctx)
Visit a parse tree produced byMySQLStatementParser.derivedColumns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDerivedColumnsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplace
public T visitReplace(MySQLStatementParser.ReplaceContext ctx)
Visit a parse tree produced byMySQLStatementParser.replace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplacein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceSpecification
public T visitReplaceSpecification(MySQLStatementParser.ReplaceSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.replaceSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplaceSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceValuesClause
public T visitReplaceValuesClause(MySQLStatementParser.ReplaceValuesClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.replaceValuesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplaceValuesClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceSelectClause
public T visitReplaceSelectClause(MySQLStatementParser.ReplaceSelectClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.replaceSelectClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplaceSelectClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdate
public T visitUpdate(MySQLStatementParser.UpdateContext ctx)
Visit a parse tree produced byMySQLStatementParser.update().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdatein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateSpecification_
public T visitUpdateSpecification_(MySQLStatementParser.UpdateSpecification_Context ctx)
Visit a parse tree produced byMySQLStatementParser.updateSpecification_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdateSpecification_in interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
public T visitAssignment(MySQLStatementParser.AssignmentContext ctx)
Visit a parse tree produced byMySQLStatementParser.assignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetAssignmentsClause
public T visitSetAssignmentsClause(MySQLStatementParser.SetAssignmentsClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.setAssignmentsClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetAssignmentsClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValues
public T visitAssignmentValues(MySQLStatementParser.AssignmentValuesContext ctx)
Visit a parse tree produced byMySQLStatementParser.assignmentValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentValue
public T visitAssignmentValue(MySQLStatementParser.AssignmentValueContext ctx)
Visit a parse tree produced byMySQLStatementParser.assignmentValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentValuein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlobValue
public T visitBlobValue(MySQLStatementParser.BlobValueContext ctx)
Visit a parse tree produced byMySQLStatementParser.blobValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlobValuein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelete
public T visitDelete(MySQLStatementParser.DeleteContext ctx)
Visit a parse tree produced byMySQLStatementParser.delete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeletein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteSpecification
public T visitDeleteSpecification(MySQLStatementParser.DeleteSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.deleteSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeleteSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleTableClause
public T visitSingleTableClause(MySQLStatementParser.SingleTableClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.singleTableClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleTableClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultipleTablesClause
public T visitMultipleTablesClause(MySQLStatementParser.MultipleTablesClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.multipleTablesClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultipleTablesClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
public T visitSelect(MySQLStatementParser.SelectContext ctx)
Visit a parse tree produced byMySQLStatementParser.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectWithInto
public T visitSelectWithInto(MySQLStatementParser.SelectWithIntoContext ctx)
Visit a parse tree produced byMySQLStatementParser.selectWithInto().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectWithIntoin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryExpression
public T visitQueryExpression(MySQLStatementParser.QueryExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.queryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryExpressionBody
public T visitQueryExpressionBody(MySQLStatementParser.QueryExpressionBodyContext ctx)
Visit a parse tree produced byMySQLStatementParser.queryExpressionBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryExpressionBodyin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCombineClause
public T visitCombineClause(MySQLStatementParser.CombineClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.combineClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCombineClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryExpressionParens
public T visitQueryExpressionParens(MySQLStatementParser.QueryExpressionParensContext ctx)
Visit a parse tree produced byMySQLStatementParser.queryExpressionParens().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryExpressionParensin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueryPrimary
public T visitQueryPrimary(MySQLStatementParser.QueryPrimaryContext ctx)
Visit a parse tree produced byMySQLStatementParser.queryPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryPrimaryin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuerySpecification
public T visitQuerySpecification(MySQLStatementParser.QuerySpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.querySpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuerySpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCall
public T visitCall(MySQLStatementParser.CallContext ctx)
Visit a parse tree produced byMySQLStatementParser.call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDoStatement
public T visitDoStatement(MySQLStatementParser.DoStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.doStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDoStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandlerStatement
public T visitHandlerStatement(MySQLStatementParser.HandlerStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.handlerStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandlerStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandlerOpenStatement
public T visitHandlerOpenStatement(MySQLStatementParser.HandlerOpenStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.handlerOpenStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandlerOpenStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandlerReadIndexStatement
public T visitHandlerReadIndexStatement(MySQLStatementParser.HandlerReadIndexStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.handlerReadIndexStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandlerReadIndexStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandlerReadStatement
public T visitHandlerReadStatement(MySQLStatementParser.HandlerReadStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.handlerReadStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandlerReadStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandlerCloseStatement
public T visitHandlerCloseStatement(MySQLStatementParser.HandlerCloseStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.handlerCloseStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandlerCloseStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportStatement
public T visitImportStatement(MySQLStatementParser.ImportStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.importStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoadStatement
public T visitLoadStatement(MySQLStatementParser.LoadStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.loadStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoadStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoadDataStatement
public T visitLoadDataStatement(MySQLStatementParser.LoadDataStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.loadDataStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoadDataStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoadXmlStatement
public T visitLoadXmlStatement(MySQLStatementParser.LoadXmlStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.loadXmlStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoadXmlStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableStatement
public T visitTableStatement(MySQLStatementParser.TableStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableValueConstructor
public T visitTableValueConstructor(MySQLStatementParser.TableValueConstructorContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableValueConstructor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableValueConstructorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowConstructorList
public T visitRowConstructorList(MySQLStatementParser.RowConstructorListContext ctx)
Visit a parse tree produced byMySQLStatementParser.rowConstructorList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowConstructorListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithClause
public T visitWithClause(MySQLStatementParser.WithClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.withClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCteClause
public T visitCteClause(MySQLStatementParser.CteClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.cteClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCteClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectSpecification
public T visitSelectSpecification(MySQLStatementParser.SelectSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.selectSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuplicateSpecification
public T visitDuplicateSpecification(MySQLStatementParser.DuplicateSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.duplicateSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDuplicateSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjections
public T visitProjections(MySQLStatementParser.ProjectionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.projections().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProjectionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProjection
public T visitProjection(MySQLStatementParser.ProjectionContext ctx)
Visit a parse tree produced byMySQLStatementParser.projection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProjectionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnqualifiedShorthand
public T visitUnqualifiedShorthand(MySQLStatementParser.UnqualifiedShorthandContext ctx)
Visit a parse tree produced byMySQLStatementParser.unqualifiedShorthand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnqualifiedShorthandin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedShorthand
public T visitQualifiedShorthand(MySQLStatementParser.QualifiedShorthandContext ctx)
Visit a parse tree produced byMySQLStatementParser.qualifiedShorthand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedShorthandin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromClause
public T visitFromClause(MySQLStatementParser.FromClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.fromClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReferences
public T visitTableReferences(MySQLStatementParser.TableReferencesContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableReferences().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableReferencesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapedTableReference
public T visitEscapedTableReference(MySQLStatementParser.EscapedTableReferenceContext ctx)
Visit a parse tree produced byMySQLStatementParser.escapedTableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscapedTableReferencein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableReference
public T visitTableReference(MySQLStatementParser.TableReferenceContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableReferencein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableFactor
public T visitTableFactor(MySQLStatementParser.TableFactorContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableFactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableFactorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionNames
public T visitPartitionNames(MySQLStatementParser.PartitionNamesContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionNamesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexHintList
public T visitIndexHintList(MySQLStatementParser.IndexHintListContext ctx)
Visit a parse tree produced byMySQLStatementParser.indexHintList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexHintListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexHint
public T visitIndexHint(MySQLStatementParser.IndexHintContext ctx)
Visit a parse tree produced byMySQLStatementParser.indexHint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexHintin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinedTable
public T visitJoinedTable(MySQLStatementParser.JoinedTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.joinedTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinedTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInnerJoinType
public T visitInnerJoinType(MySQLStatementParser.InnerJoinTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.innerJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInnerJoinTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOuterJoinType
public T visitOuterJoinType(MySQLStatementParser.OuterJoinTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.outerJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOuterJoinTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNaturalJoinType
public T visitNaturalJoinType(MySQLStatementParser.NaturalJoinTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.naturalJoinType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNaturalJoinTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinSpecification
public T visitJoinSpecification(MySQLStatementParser.JoinSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.joinSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
public T visitWhereClause(MySQLStatementParser.WhereClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.whereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhereClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
public T visitGroupByClause(MySQLStatementParser.GroupByClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.groupByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHavingClause
public T visitHavingClause(MySQLStatementParser.HavingClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.havingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHavingClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitClause
public T visitLimitClause(MySQLStatementParser.LimitClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.limitClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitRowCount
public T visitLimitRowCount(MySQLStatementParser.LimitRowCountContext ctx)
Visit a parse tree produced byMySQLStatementParser.limitRowCount().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitRowCountin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitOffset
public T visitLimitOffset(MySQLStatementParser.LimitOffsetContext ctx)
Visit a parse tree produced byMySQLStatementParser.limitOffset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitOffsetin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowClause
public T visitWindowClause(MySQLStatementParser.WindowClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.windowClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowItem
public T visitWindowItem(MySQLStatementParser.WindowItemContext ctx)
Visit a parse tree produced byMySQLStatementParser.windowItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowItemin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery
public T visitSubquery(MySQLStatementParser.SubqueryContext ctx)
Visit a parse tree produced byMySQLStatementParser.subquery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectLinesInto
public T visitSelectLinesInto(MySQLStatementParser.SelectLinesIntoContext ctx)
Visit a parse tree produced byMySQLStatementParser.selectLinesInto().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectLinesIntoin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectFieldsInto
public T visitSelectFieldsInto(MySQLStatementParser.SelectFieldsIntoContext ctx)
Visit a parse tree produced byMySQLStatementParser.selectFieldsInto().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectFieldsIntoin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectIntoExpression
public T visitSelectIntoExpression(MySQLStatementParser.SelectIntoExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.selectIntoExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectIntoExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockClause
public T visitLockClause(MySQLStatementParser.LockClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.lockClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockClauseList
public T visitLockClauseList(MySQLStatementParser.LockClauseListContext ctx)
Visit a parse tree produced byMySQLStatementParser.lockClauseList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockClauseListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockStrength
public T visitLockStrength(MySQLStatementParser.LockStrengthContext ctx)
Visit a parse tree produced byMySQLStatementParser.lockStrength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockStrengthin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockedRowAction
public T visitLockedRowAction(MySQLStatementParser.LockedRowActionContext ctx)
Visit a parse tree produced byMySQLStatementParser.lockedRowAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockedRowActionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableLockingList
public T visitTableLockingList(MySQLStatementParser.TableLockingListContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableLockingList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableLockingListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableIdentOptWild
public T visitTableIdentOptWild(MySQLStatementParser.TableIdentOptWildContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableIdentOptWild().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableIdentOptWildin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableAliasRefList
public T visitTableAliasRefList(MySQLStatementParser.TableAliasRefListContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableAliasRefList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableAliasRefListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterMarker
public T visitParameterMarker(MySQLStatementParser.ParameterMarkerContext ctx)
Visit a parse tree produced byMySQLStatementParser.parameterMarker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterMarkerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCustomKeyword
public T visitCustomKeyword(MySQLStatementParser.CustomKeywordContext ctx)
Visit a parse tree produced byMySQLStatementParser.customKeyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCustomKeywordin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiterals
public T visitLiterals(MySQLStatementParser.LiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.literals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString_
public T visitString_(MySQLStatementParser.String_Context ctx)
Visit a parse tree produced byMySQLStatementParser.string_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitString_in interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiterals
public T visitStringLiterals(MySQLStatementParser.StringLiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.stringLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberLiterals
public T visitNumberLiterals(MySQLStatementParser.NumberLiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.numberLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalLiterals
public T visitTemporalLiterals(MySQLStatementParser.TemporalLiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.temporalLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHexadecimalLiterals
public T visitHexadecimalLiterals(MySQLStatementParser.HexadecimalLiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.hexadecimalLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHexadecimalLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitValueLiterals
public T visitBitValueLiterals(MySQLStatementParser.BitValueLiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.bitValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitValueLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiterals
public T visitBooleanLiterals(MySQLStatementParser.BooleanLiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.booleanLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullValueLiterals
public T visitNullValueLiterals(MySQLStatementParser.NullValueLiteralsContext ctx)
Visit a parse tree produced byMySQLStatementParser.nullValueLiterals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullValueLiteralsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollationName
public T visitCollationName(MySQLStatementParser.CollationNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.collationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollationNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public T visitIdentifier(MySQLStatementParser.IdentifierContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierKeywordsUnambiguous
public T visitIdentifierKeywordsUnambiguous(MySQLStatementParser.IdentifierKeywordsUnambiguousContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifierKeywordsUnambiguous().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierKeywordsUnambiguousin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierKeywordsAmbiguous1RolesAndLabels
public T visitIdentifierKeywordsAmbiguous1RolesAndLabels(MySQLStatementParser.IdentifierKeywordsAmbiguous1RolesAndLabelsContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifierKeywordsAmbiguous1RolesAndLabels().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierKeywordsAmbiguous1RolesAndLabelsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierKeywordsAmbiguous2Labels
public T visitIdentifierKeywordsAmbiguous2Labels(MySQLStatementParser.IdentifierKeywordsAmbiguous2LabelsContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifierKeywordsAmbiguous2Labels().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierKeywordsAmbiguous2Labelsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierKeywordsAmbiguous3Roles
public T visitIdentifierKeywordsAmbiguous3Roles(MySQLStatementParser.IdentifierKeywordsAmbiguous3RolesContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifierKeywordsAmbiguous3Roles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierKeywordsAmbiguous3Rolesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierKeywordsAmbiguous4SystemVariables
public T visitIdentifierKeywordsAmbiguous4SystemVariables(MySQLStatementParser.IdentifierKeywordsAmbiguous4SystemVariablesContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifierKeywordsAmbiguous4SystemVariables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierKeywordsAmbiguous4SystemVariablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextOrIdentifier
public T visitTextOrIdentifier(MySQLStatementParser.TextOrIdentifierContext ctx)
Visit a parse tree produced byMySQLStatementParser.textOrIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextOrIdentifierin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIpAddress
public T visitIpAddress(MySQLStatementParser.IpAddressContext ctx)
Visit a parse tree produced byMySQLStatementParser.ipAddress().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIpAddressin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
public T visitVariable(MySQLStatementParser.VariableContext ctx)
Visit a parse tree produced byMySQLStatementParser.variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserVariable
public T visitUserVariable(MySQLStatementParser.UserVariableContext ctx)
Visit a parse tree produced byMySQLStatementParser.userVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserVariablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemVariable
public T visitSystemVariable(MySQLStatementParser.SystemVariableContext ctx)
Visit a parse tree produced byMySQLStatementParser.systemVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemVariablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRvalueSystemVariable
public T visitRvalueSystemVariable(MySQLStatementParser.RvalueSystemVariableContext ctx)
Visit a parse tree produced byMySQLStatementParser.rvalueSystemVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRvalueSystemVariablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetSystemVariable
public T visitSetSystemVariable(MySQLStatementParser.SetSystemVariableContext ctx)
Visit a parse tree produced byMySQLStatementParser.setSystemVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetSystemVariablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionType
public T visitOptionType(MySQLStatementParser.OptionTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.optionType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInternalVariableName
public T visitInternalVariableName(MySQLStatementParser.InternalVariableNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.internalVariableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInternalVariableNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetExprOrDefault
public T visitSetExprOrDefault(MySQLStatementParser.SetExprOrDefaultContext ctx)
Visit a parse tree produced byMySQLStatementParser.setExprOrDefault().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetExprOrDefaultin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionCharacteristics
public T visitTransactionCharacteristics(MySQLStatementParser.TransactionCharacteristicsContext ctx)
Visit a parse tree produced byMySQLStatementParser.transactionCharacteristics().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionCharacteristicsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsolationLevel
public T visitIsolationLevel(MySQLStatementParser.IsolationLevelContext ctx)
Visit a parse tree produced byMySQLStatementParser.isolationLevel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsolationLevelin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsolationTypes
public T visitIsolationTypes(MySQLStatementParser.IsolationTypesContext ctx)
Visit a parse tree produced byMySQLStatementParser.isolationTypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsolationTypesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionAccessMode
public T visitTransactionAccessMode(MySQLStatementParser.TransactionAccessModeContext ctx)
Visit a parse tree produced byMySQLStatementParser.transactionAccessMode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionAccessModein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaName
public T visitSchemaName(MySQLStatementParser.SchemaNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.schemaName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaNames
public T visitSchemaNames(MySQLStatementParser.SchemaNamesContext ctx)
Visit a parse tree produced byMySQLStatementParser.schemaNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaNamesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharsetName
public T visitCharsetName(MySQLStatementParser.CharsetNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.charsetName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharsetNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaPairs
public T visitSchemaPairs(MySQLStatementParser.SchemaPairsContext ctx)
Visit a parse tree produced byMySQLStatementParser.schemaPairs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaPairsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaPair
public T visitSchemaPair(MySQLStatementParser.SchemaPairContext ctx)
Visit a parse tree produced byMySQLStatementParser.schemaPair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaPairin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
public T visitTableName(MySQLStatementParser.TableNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
public T visitColumnName(MySQLStatementParser.ColumnNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.columnName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexName
public T visitIndexName(MySQLStatementParser.IndexNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.indexName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintName
public T visitConstraintName(MySQLStatementParser.ConstraintNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.constraintName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOldColumn
public T visitOldColumn(MySQLStatementParser.OldColumnContext ctx)
Visit a parse tree produced byMySQLStatementParser.oldColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOldColumnin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNewColumn
public T visitNewColumn(MySQLStatementParser.NewColumnContext ctx)
Visit a parse tree produced byMySQLStatementParser.newColumn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNewColumnin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelimiterName
public T visitDelimiterName(MySQLStatementParser.DelimiterNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.delimiterName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDelimiterNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserIdentifierOrText
public T visitUserIdentifierOrText(MySQLStatementParser.UserIdentifierOrTextContext ctx)
Visit a parse tree produced byMySQLStatementParser.userIdentifierOrText().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserIdentifierOrTextin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsername
public T visitUsername(MySQLStatementParser.UsernameContext ctx)
Visit a parse tree produced byMySQLStatementParser.username().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsernamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEventName
public T visitEventName(MySQLStatementParser.EventNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.eventName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEventNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitServerName
public T visitServerName(MySQLStatementParser.ServerNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.serverName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitServerNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWrapperName
public T visitWrapperName(MySQLStatementParser.WrapperNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.wrapperName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWrapperNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionName
public T visitFunctionName(MySQLStatementParser.FunctionNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.functionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProcedureName
public T visitProcedureName(MySQLStatementParser.ProcedureNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.procedureName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProcedureNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewName
public T visitViewName(MySQLStatementParser.ViewNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.viewName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOwner
public T visitOwner(MySQLStatementParser.OwnerContext ctx)
Visit a parse tree produced byMySQLStatementParser.owner().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOwnerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
public T visitAlias(MySQLStatementParser.AliasContext ctx)
Visit a parse tree produced byMySQLStatementParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
public T visitName(MySQLStatementParser.NameContext ctx)
Visit a parse tree produced byMySQLStatementParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableList
public T visitTableList(MySQLStatementParser.TableListContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewNames
public T visitViewNames(MySQLStatementParser.ViewNamesContext ctx)
Visit a parse tree produced byMySQLStatementParser.viewNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewNamesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnNames
public T visitColumnNames(MySQLStatementParser.ColumnNamesContext ctx)
Visit a parse tree produced byMySQLStatementParser.columnNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnNamesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupName
public T visitGroupName(MySQLStatementParser.GroupNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.groupName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoutineName
public T visitRoutineName(MySQLStatementParser.RoutineNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.routineName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoutineNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShardLibraryName
public T visitShardLibraryName(MySQLStatementParser.ShardLibraryNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.shardLibraryName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShardLibraryNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComponentName
public T visitComponentName(MySQLStatementParser.ComponentNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.componentName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComponentNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPluginName
public T visitPluginName(MySQLStatementParser.PluginNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.pluginName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPluginNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHostname
public T visitHostname(MySQLStatementParser.HostnameContext ctx)
Visit a parse tree produced byMySQLStatementParser.hostname().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHostnamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPort
public T visitPort(MySQLStatementParser.PortContext ctx)
Visit a parse tree produced byMySQLStatementParser.port().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPortin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCloneInstance
public T visitCloneInstance(MySQLStatementParser.CloneInstanceContext ctx)
Visit a parse tree produced byMySQLStatementParser.cloneInstance().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCloneInstancein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCloneDir
public T visitCloneDir(MySQLStatementParser.CloneDirContext ctx)
Visit a parse tree produced byMySQLStatementParser.cloneDir().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCloneDirin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChannelName
public T visitChannelName(MySQLStatementParser.ChannelNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.channelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChannelNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogName
public T visitLogName(MySQLStatementParser.LogNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.logName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleName
public T visitRoleName(MySQLStatementParser.RoleNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.roleName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleIdentifierOrText
public T visitRoleIdentifierOrText(MySQLStatementParser.RoleIdentifierOrTextContext ctx)
Visit a parse tree produced byMySQLStatementParser.roleIdentifierOrText().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleIdentifierOrTextin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEngineRef
public T visitEngineRef(MySQLStatementParser.EngineRefContext ctx)
Visit a parse tree produced byMySQLStatementParser.engineRef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEngineRefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerName
public T visitTriggerName(MySQLStatementParser.TriggerNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.triggerName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerTime
public T visitTriggerTime(MySQLStatementParser.TriggerTimeContext ctx)
Visit a parse tree produced byMySQLStatementParser.triggerTime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerTimein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableOrTables
public T visitTableOrTables(MySQLStatementParser.TableOrTablesContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableOrTables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableOrTablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserOrRole
public T visitUserOrRole(MySQLStatementParser.UserOrRoleContext ctx)
Visit a parse tree produced byMySQLStatementParser.userOrRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserOrRolein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionName
public T visitPartitionName(MySQLStatementParser.PartitionNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierList
public T visitIdentifierList(MySQLStatementParser.IdentifierListContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifierList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllOrPartitionNameList
public T visitAllOrPartitionNameList(MySQLStatementParser.AllOrPartitionNameListContext ctx)
Visit a parse tree produced byMySQLStatementParser.allOrPartitionNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAllOrPartitionNameListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerEvent
public T visitTriggerEvent(MySQLStatementParser.TriggerEventContext ctx)
Visit a parse tree produced byMySQLStatementParser.triggerEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerEventin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerOrder
public T visitTriggerOrder(MySQLStatementParser.TriggerOrderContext ctx)
Visit a parse tree produced byMySQLStatementParser.triggerOrder().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerOrderin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
public T visitExpr(MySQLStatementParser.ExprContext ctx)
Visit a parse tree produced byMySQLStatementParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndOperator
public T visitAndOperator(MySQLStatementParser.AndOperatorContext ctx)
Visit a parse tree produced byMySQLStatementParser.andOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndOperatorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrOperator
public T visitOrOperator(MySQLStatementParser.OrOperatorContext ctx)
Visit a parse tree produced byMySQLStatementParser.orOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrOperatorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotOperator
public T visitNotOperator(MySQLStatementParser.NotOperatorContext ctx)
Visit a parse tree produced byMySQLStatementParser.notOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotOperatorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanPrimary
public T visitBooleanPrimary(MySQLStatementParser.BooleanPrimaryContext ctx)
Visit a parse tree produced byMySQLStatementParser.booleanPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanPrimaryin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentOperator
public T visitAssignmentOperator(MySQLStatementParser.AssignmentOperatorContext ctx)
Visit a parse tree produced byMySQLStatementParser.assignmentOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentOperatorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
public T visitComparisonOperator(MySQLStatementParser.ComparisonOperatorContext ctx)
Visit a parse tree produced byMySQLStatementParser.comparisonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonOperatorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
public T visitPredicate(MySQLStatementParser.PredicateContext ctx)
Visit a parse tree produced byMySQLStatementParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitExpr
public T visitBitExpr(MySQLStatementParser.BitExprContext ctx)
Visit a parse tree produced byMySQLStatementParser.bitExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitExprin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleExpr
public T visitSimpleExpr(MySQLStatementParser.SimpleExprContext ctx)
Visit a parse tree produced byMySQLStatementParser.simpleExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleExprin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath
public T visitPath(MySQLStatementParser.PathContext ctx)
Visit a parse tree produced byMySQLStatementParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnEmptyError
public T visitOnEmptyError(MySQLStatementParser.OnEmptyErrorContext ctx)
Visit a parse tree produced byMySQLStatementParser.onEmptyError().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnEmptyErrorin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnRef
public T visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)
Visit a parse tree produced byMySQLStatementParser.columnRef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnRefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnRefList
public T visitColumnRefList(MySQLStatementParser.ColumnRefListContext ctx)
Visit a parse tree produced byMySQLStatementParser.columnRefList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnRefListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
public T visitFunctionCall(MySQLStatementParser.FunctionCallContext ctx)
Visit a parse tree produced byMySQLStatementParser.functionCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUdfFunction
public T visitUdfFunction(MySQLStatementParser.UdfFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.udfFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUdfFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunction
public T visitAggregationFunction(MySQLStatementParser.AggregationFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.aggregationFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFunction
public T visitJsonFunction(MySQLStatementParser.JsonFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.jsonFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonFunctionName
public T visitJsonFunctionName(MySQLStatementParser.JsonFunctionNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.jsonFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonFunctionNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregationFunctionName
public T visitAggregationFunctionName(MySQLStatementParser.AggregationFunctionNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.aggregationFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregationFunctionNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinct
public T visitDistinct(MySQLStatementParser.DistinctContext ctx)
Visit a parse tree produced byMySQLStatementParser.distinct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistinctin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverClause
public T visitOverClause(MySQLStatementParser.OverClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.overClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowSpecification
public T visitWindowSpecification(MySQLStatementParser.WindowSpecificationContext ctx)
Visit a parse tree produced byMySQLStatementParser.windowSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowSpecificationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameClause
public T visitFrameClause(MySQLStatementParser.FrameClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.frameClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameStart
public T visitFrameStart(MySQLStatementParser.FrameStartContext ctx)
Visit a parse tree produced byMySQLStatementParser.frameStart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameStartin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameEnd
public T visitFrameEnd(MySQLStatementParser.FrameEndContext ctx)
Visit a parse tree produced byMySQLStatementParser.frameEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameEndin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrameBetween
public T visitFrameBetween(MySQLStatementParser.FrameBetweenContext ctx)
Visit a parse tree produced byMySQLStatementParser.frameBetween().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrameBetweenin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecialFunction
public T visitSpecialFunction(MySQLStatementParser.SpecialFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.specialFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecialFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentUserFunction
public T visitCurrentUserFunction(MySQLStatementParser.CurrentUserFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.currentUserFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurrentUserFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupConcatFunction
public T visitGroupConcatFunction(MySQLStatementParser.GroupConcatFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.groupConcatFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupConcatFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowFunction
public T visitWindowFunction(MySQLStatementParser.WindowFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.windowFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowingClause
public T visitWindowingClause(MySQLStatementParser.WindowingClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.windowingClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindowingClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeadLagInfo
public T visitLeadLagInfo(MySQLStatementParser.LeadLagInfoContext ctx)
Visit a parse tree produced byMySQLStatementParser.leadLagInfo().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeadLagInfoin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullTreatment
public T visitNullTreatment(MySQLStatementParser.NullTreatmentContext ctx)
Visit a parse tree produced byMySQLStatementParser.nullTreatment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullTreatmentin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckType
public T visitCheckType(MySQLStatementParser.CheckTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.checkType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRepairType
public T visitRepairType(MySQLStatementParser.RepairTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.repairType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRepairTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastFunction
public T visitCastFunction(MySQLStatementParser.CastFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.castFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConvertFunction
public T visitConvertFunction(MySQLStatementParser.ConvertFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.convertFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConvertFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastType
public T visitCastType(MySQLStatementParser.CastTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.castType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionFunction
public T visitPositionFunction(MySQLStatementParser.PositionFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.positionFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstringFunction
public T visitSubstringFunction(MySQLStatementParser.SubstringFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.substringFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstringFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtractFunction
public T visitExtractFunction(MySQLStatementParser.ExtractFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.extractFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtractFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharFunction
public T visitCharFunction(MySQLStatementParser.CharFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.charFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimFunction
public T visitTrimFunction(MySQLStatementParser.TrimFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.trimFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValuesFunction
public T visitValuesFunction(MySQLStatementParser.ValuesFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.valuesFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValuesFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWeightStringFunction
public T visitWeightStringFunction(MySQLStatementParser.WeightStringFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.weightStringFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWeightStringFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelClause
public T visitLevelClause(MySQLStatementParser.LevelClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.levelClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLevelInWeightListElement
public T visitLevelInWeightListElement(MySQLStatementParser.LevelInWeightListElementContext ctx)
Visit a parse tree produced byMySQLStatementParser.levelInWeightListElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLevelInWeightListElementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunction
public T visitRegularFunction(MySQLStatementParser.RegularFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.regularFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShorthandRegularFunction
public T visitShorthandRegularFunction(MySQLStatementParser.ShorthandRegularFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.shorthandRegularFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShorthandRegularFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompleteRegularFunction
public T visitCompleteRegularFunction(MySQLStatementParser.CompleteRegularFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.completeRegularFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompleteRegularFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegularFunctionName
public T visitRegularFunctionName(MySQLStatementParser.RegularFunctionNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.regularFunctionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegularFunctionNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchExpression
public T visitMatchExpression(MySQLStatementParser.MatchExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.matchExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatchSearchModifier
public T visitMatchSearchModifier(MySQLStatementParser.MatchSearchModifierContext ctx)
Visit a parse tree produced byMySQLStatementParser.matchSearchModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatchSearchModifierin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
public T visitCaseExpression(MySQLStatementParser.CaseExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.caseExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatetimeExpr
public T visitDatetimeExpr(MySQLStatementParser.DatetimeExprContext ctx)
Visit a parse tree produced byMySQLStatementParser.datetimeExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatetimeExprin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryLogFileIndexNumber
public T visitBinaryLogFileIndexNumber(MySQLStatementParser.BinaryLogFileIndexNumberContext ctx)
Visit a parse tree produced byMySQLStatementParser.binaryLogFileIndexNumber().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryLogFileIndexNumberin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseWhen
public T visitCaseWhen(MySQLStatementParser.CaseWhenContext ctx)
Visit a parse tree produced byMySQLStatementParser.caseWhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseWhenin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseElse
public T visitCaseElse(MySQLStatementParser.CaseElseContext ctx)
Visit a parse tree produced byMySQLStatementParser.caseElse().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseElsein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalExpression
public T visitIntervalExpression(MySQLStatementParser.IntervalExpressionContext ctx)
Visit a parse tree produced byMySQLStatementParser.intervalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalExpressionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalValue
public T visitIntervalValue(MySQLStatementParser.IntervalValueContext ctx)
Visit a parse tree produced byMySQLStatementParser.intervalValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalValuein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntervalUnit
public T visitIntervalUnit(MySQLStatementParser.IntervalUnitContext ctx)
Visit a parse tree produced byMySQLStatementParser.intervalUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntervalUnitin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
public T visitOrderByClause(MySQLStatementParser.OrderByClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.orderByClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByItem
public T visitOrderByItem(MySQLStatementParser.OrderByItemContext ctx)
Visit a parse tree produced byMySQLStatementParser.orderByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByItemin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataType
public T visitDataType(MySQLStatementParser.DataTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.dataType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringList
public T visitStringList(MySQLStatementParser.StringListContext ctx)
Visit a parse tree produced byMySQLStatementParser.stringList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextString
public T visitTextString(MySQLStatementParser.TextStringContext ctx)
Visit a parse tree produced byMySQLStatementParser.textString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextStringin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextStringHash
public T visitTextStringHash(MySQLStatementParser.TextStringHashContext ctx)
Visit a parse tree produced byMySQLStatementParser.textStringHash().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextStringHashin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldOptions
public T visitFieldOptions(MySQLStatementParser.FieldOptionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.fieldOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldOptionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrecision
public T visitPrecision(MySQLStatementParser.PrecisionContext ctx)
Visit a parse tree produced byMySQLStatementParser.precision().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrecisionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeDatetimePrecision
public T visitTypeDatetimePrecision(MySQLStatementParser.TypeDatetimePrecisionContext ctx)
Visit a parse tree produced byMySQLStatementParser.typeDatetimePrecision().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeDatetimePrecisionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharsetWithOptBinary
public T visitCharsetWithOptBinary(MySQLStatementParser.CharsetWithOptBinaryContext ctx)
Visit a parse tree produced byMySQLStatementParser.charsetWithOptBinary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharsetWithOptBinaryin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAscii
public T visitAscii(MySQLStatementParser.AsciiContext ctx)
Visit a parse tree produced byMySQLStatementParser.ascii().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsciiin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnicode
public T visitUnicode(MySQLStatementParser.UnicodeContext ctx)
Visit a parse tree produced byMySQLStatementParser.unicode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnicodein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharset
public T visitCharset(MySQLStatementParser.CharsetContext ctx)
Visit a parse tree produced byMySQLStatementParser.charset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharsetin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCollation
public T visitDefaultCollation(MySQLStatementParser.DefaultCollationContext ctx)
Visit a parse tree produced byMySQLStatementParser.defaultCollation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultCollationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultEncryption
public T visitDefaultEncryption(MySQLStatementParser.DefaultEncryptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.defaultEncryption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultEncryptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCharset
public T visitDefaultCharset(MySQLStatementParser.DefaultCharsetContext ctx)
Visit a parse tree produced byMySQLStatementParser.defaultCharset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultCharsetin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNow
public T visitNow(MySQLStatementParser.NowContext ctx)
Visit a parse tree produced byMySQLStatementParser.now().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNowin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnFormat
public T visitColumnFormat(MySQLStatementParser.ColumnFormatContext ctx)
Visit a parse tree produced byMySQLStatementParser.columnFormat().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnFormatin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStorageMedia
public T visitStorageMedia(MySQLStatementParser.StorageMediaContext ctx)
Visit a parse tree produced byMySQLStatementParser.storageMedia().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStorageMediain interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirection
public T visitDirection(MySQLStatementParser.DirectionContext ctx)
Visit a parse tree produced byMySQLStatementParser.direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyOrIndex
public T visitKeyOrIndex(MySQLStatementParser.KeyOrIndexContext ctx)
Visit a parse tree produced byMySQLStatementParser.keyOrIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeyOrIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldLength
public T visitFieldLength(MySQLStatementParser.FieldLengthContext ctx)
Visit a parse tree produced byMySQLStatementParser.fieldLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldLengthin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacterSet
public T visitCharacterSet(MySQLStatementParser.CharacterSetContext ctx)
Visit a parse tree produced byMySQLStatementParser.characterSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterSetin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollateClause
public T visitCollateClause(MySQLStatementParser.CollateClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.collateClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollateClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldOrVarSpec
public T visitFieldOrVarSpec(MySQLStatementParser.FieldOrVarSpecContext ctx)
Visit a parse tree produced byMySQLStatementParser.fieldOrVarSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldOrVarSpecin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfNotExists
public T visitIfNotExists(MySQLStatementParser.IfNotExistsContext ctx)
Visit a parse tree produced byMySQLStatementParser.ifNotExists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfNotExistsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExists
public T visitIfExists(MySQLStatementParser.IfExistsContext ctx)
Visit a parse tree produced byMySQLStatementParser.ifExists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfExistsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectionId
public T visitConnectionId(MySQLStatementParser.ConnectionIdContext ctx)
Visit a parse tree produced byMySQLStatementParser.connectionId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectionIdin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelName
public T visitLabelName(MySQLStatementParser.LabelNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.labelName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursorName
public T visitCursorName(MySQLStatementParser.CursorNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.cursorName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursorNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionName
public T visitConditionName(MySQLStatementParser.ConditionNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.conditionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCombineOption
public T visitCombineOption(MySQLStatementParser.CombineOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.combineOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCombineOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoWriteToBinLog
public T visitNoWriteToBinLog(MySQLStatementParser.NoWriteToBinLogContext ctx)
Visit a parse tree produced byMySQLStatementParser.noWriteToBinLog().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNoWriteToBinLogin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChannelOption
public T visitChannelOption(MySQLStatementParser.ChannelOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.channelOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChannelOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUse
public T visitUse(MySQLStatementParser.UseContext ctx)
Visit a parse tree produced byMySQLStatementParser.use().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHelp
public T visitHelp(MySQLStatementParser.HelpContext ctx)
Visit a parse tree produced byMySQLStatementParser.help().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHelpin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain
public T visitExplain(MySQLStatementParser.ExplainContext ctx)
Visit a parse tree produced byMySQLStatementParser.explain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromSchema
public T visitFromSchema(MySQLStatementParser.FromSchemaContext ctx)
Visit a parse tree produced byMySQLStatementParser.fromSchema().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromSchemain interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromTable
public T visitFromTable(MySQLStatementParser.FromTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.fromTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowLike
public T visitShowLike(MySQLStatementParser.ShowLikeContext ctx)
Visit a parse tree produced byMySQLStatementParser.showLike().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowLikein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowWhereClause
public T visitShowWhereClause(MySQLStatementParser.ShowWhereClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.showWhereClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowWhereClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowFilter
public T visitShowFilter(MySQLStatementParser.ShowFilterContext ctx)
Visit a parse tree produced byMySQLStatementParser.showFilter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowFilterin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowProfileType
public T visitShowProfileType(MySQLStatementParser.ShowProfileTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.showProfileType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowProfileTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetVariable
public T visitSetVariable(MySQLStatementParser.SetVariableContext ctx)
Visit a parse tree produced byMySQLStatementParser.setVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetVariablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionValueList
public T visitOptionValueList(MySQLStatementParser.OptionValueListContext ctx)
Visit a parse tree produced byMySQLStatementParser.optionValueList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionValueListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionValueNoOptionType
public T visitOptionValueNoOptionType(MySQLStatementParser.OptionValueNoOptionTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.optionValueNoOptionType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionValueNoOptionTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqual
public T visitEqual(MySQLStatementParser.EqualContext ctx)
Visit a parse tree produced byMySQLStatementParser.equal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqualin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionValue
public T visitOptionValue(MySQLStatementParser.OptionValueContext ctx)
Visit a parse tree produced byMySQLStatementParser.optionValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionValuein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowBinaryLogs
public T visitShowBinaryLogs(MySQLStatementParser.ShowBinaryLogsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showBinaryLogs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowBinaryLogsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowBinlogEvents
public T visitShowBinlogEvents(MySQLStatementParser.ShowBinlogEventsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showBinlogEvents().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowBinlogEventsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCharacterSet
public T visitShowCharacterSet(MySQLStatementParser.ShowCharacterSetContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCharacterSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCharacterSetin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCollation
public T visitShowCollation(MySQLStatementParser.ShowCollationContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCollation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCollationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowColumns
public T visitShowColumns(MySQLStatementParser.ShowColumnsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showColumns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowColumnsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateDatabase
public T visitShowCreateDatabase(MySQLStatementParser.ShowCreateDatabaseContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateDatabase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateDatabasein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateEvent
public T visitShowCreateEvent(MySQLStatementParser.ShowCreateEventContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateEventin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateFunction
public T visitShowCreateFunction(MySQLStatementParser.ShowCreateFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateProcedure
public T visitShowCreateProcedure(MySQLStatementParser.ShowCreateProcedureContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateProcedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateProcedurein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateTable
public T visitShowCreateTable(MySQLStatementParser.ShowCreateTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateTrigger
public T visitShowCreateTrigger(MySQLStatementParser.ShowCreateTriggerContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateTrigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateTriggerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateUser
public T visitShowCreateUser(MySQLStatementParser.ShowCreateUserContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateUserin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCreateView
public T visitShowCreateView(MySQLStatementParser.ShowCreateViewContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCreateView().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCreateViewin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowDatabases
public T visitShowDatabases(MySQLStatementParser.ShowDatabasesContext ctx)
Visit a parse tree produced byMySQLStatementParser.showDatabases().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowDatabasesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowEngine
public T visitShowEngine(MySQLStatementParser.ShowEngineContext ctx)
Visit a parse tree produced byMySQLStatementParser.showEngine().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowEnginein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowEngines
public T visitShowEngines(MySQLStatementParser.ShowEnginesContext ctx)
Visit a parse tree produced byMySQLStatementParser.showEngines().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowEnginesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowErrors
public T visitShowErrors(MySQLStatementParser.ShowErrorsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showErrors().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowErrorsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowEvents
public T visitShowEvents(MySQLStatementParser.ShowEventsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showEvents().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowEventsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowFunctionCode
public T visitShowFunctionCode(MySQLStatementParser.ShowFunctionCodeContext ctx)
Visit a parse tree produced byMySQLStatementParser.showFunctionCode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowFunctionCodein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowFunctionStatus
public T visitShowFunctionStatus(MySQLStatementParser.ShowFunctionStatusContext ctx)
Visit a parse tree produced byMySQLStatementParser.showFunctionStatus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowFunctionStatusin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowGrants
public T visitShowGrants(MySQLStatementParser.ShowGrantsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showGrants().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowGrantsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowIndex
public T visitShowIndex(MySQLStatementParser.ShowIndexContext ctx)
Visit a parse tree produced byMySQLStatementParser.showIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowMasterStatus
public T visitShowMasterStatus(MySQLStatementParser.ShowMasterStatusContext ctx)
Visit a parse tree produced byMySQLStatementParser.showMasterStatus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowMasterStatusin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowOpenTables
public T visitShowOpenTables(MySQLStatementParser.ShowOpenTablesContext ctx)
Visit a parse tree produced byMySQLStatementParser.showOpenTables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowOpenTablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowPlugins
public T visitShowPlugins(MySQLStatementParser.ShowPluginsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showPlugins().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowPluginsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowPrivileges
public T visitShowPrivileges(MySQLStatementParser.ShowPrivilegesContext ctx)
Visit a parse tree produced byMySQLStatementParser.showPrivileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowPrivilegesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowProcedureCode
public T visitShowProcedureCode(MySQLStatementParser.ShowProcedureCodeContext ctx)
Visit a parse tree produced byMySQLStatementParser.showProcedureCode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowProcedureCodein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowProcedureStatus
public T visitShowProcedureStatus(MySQLStatementParser.ShowProcedureStatusContext ctx)
Visit a parse tree produced byMySQLStatementParser.showProcedureStatus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowProcedureStatusin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowProcesslist
public T visitShowProcesslist(MySQLStatementParser.ShowProcesslistContext ctx)
Visit a parse tree produced byMySQLStatementParser.showProcesslist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowProcesslistin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowProfile
public T visitShowProfile(MySQLStatementParser.ShowProfileContext ctx)
Visit a parse tree produced byMySQLStatementParser.showProfile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowProfilein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowProfiles
public T visitShowProfiles(MySQLStatementParser.ShowProfilesContext ctx)
Visit a parse tree produced byMySQLStatementParser.showProfiles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowProfilesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowRelaylogEvent
public T visitShowRelaylogEvent(MySQLStatementParser.ShowRelaylogEventContext ctx)
Visit a parse tree produced byMySQLStatementParser.showRelaylogEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowRelaylogEventin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowReplicas
public T visitShowReplicas(MySQLStatementParser.ShowReplicasContext ctx)
Visit a parse tree produced byMySQLStatementParser.showReplicas().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowReplicasin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowSlaveHosts
public T visitShowSlaveHosts(MySQLStatementParser.ShowSlaveHostsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showSlaveHosts().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowSlaveHostsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowReplicaStatus
public T visitShowReplicaStatus(MySQLStatementParser.ShowReplicaStatusContext ctx)
Visit a parse tree produced byMySQLStatementParser.showReplicaStatus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowReplicaStatusin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowSlaveStatus
public T visitShowSlaveStatus(MySQLStatementParser.ShowSlaveStatusContext ctx)
Visit a parse tree produced byMySQLStatementParser.showSlaveStatus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowSlaveStatusin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowStatus
public T visitShowStatus(MySQLStatementParser.ShowStatusContext ctx)
Visit a parse tree produced byMySQLStatementParser.showStatus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowStatusin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowTableStatus
public T visitShowTableStatus(MySQLStatementParser.ShowTableStatusContext ctx)
Visit a parse tree produced byMySQLStatementParser.showTableStatus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowTableStatusin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowTables
public T visitShowTables(MySQLStatementParser.ShowTablesContext ctx)
Visit a parse tree produced byMySQLStatementParser.showTables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowTablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowTriggers
public T visitShowTriggers(MySQLStatementParser.ShowTriggersContext ctx)
Visit a parse tree produced byMySQLStatementParser.showTriggers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowTriggersin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowVariables
public T visitShowVariables(MySQLStatementParser.ShowVariablesContext ctx)
Visit a parse tree produced byMySQLStatementParser.showVariables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowVariablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowWarnings
public T visitShowWarnings(MySQLStatementParser.ShowWarningsContext ctx)
Visit a parse tree produced byMySQLStatementParser.showWarnings().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowWarningsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowCharset
public T visitShowCharset(MySQLStatementParser.ShowCharsetContext ctx)
Visit a parse tree produced byMySQLStatementParser.showCharset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowCharsetin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetCharacter
public T visitSetCharacter(MySQLStatementParser.SetCharacterContext ctx)
Visit a parse tree produced byMySQLStatementParser.setCharacter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetCharacterin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClone
public T visitClone(MySQLStatementParser.CloneContext ctx)
Visit a parse tree produced byMySQLStatementParser.clone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClonein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCloneAction
public T visitCloneAction(MySQLStatementParser.CloneActionContext ctx)
Visit a parse tree produced byMySQLStatementParser.cloneAction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCloneActionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateLoadableFunction
public T visitCreateLoadableFunction(MySQLStatementParser.CreateLoadableFunctionContext ctx)
Visit a parse tree produced byMySQLStatementParser.createLoadableFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateLoadableFunctionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstall
public T visitInstall(MySQLStatementParser.InstallContext ctx)
Visit a parse tree produced byMySQLStatementParser.install().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstallin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUninstall
public T visitUninstall(MySQLStatementParser.UninstallContext ctx)
Visit a parse tree produced byMySQLStatementParser.uninstall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUninstallin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstallComponent
public T visitInstallComponent(MySQLStatementParser.InstallComponentContext ctx)
Visit a parse tree produced byMySQLStatementParser.installComponent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstallComponentin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstallPlugin
public T visitInstallPlugin(MySQLStatementParser.InstallPluginContext ctx)
Visit a parse tree produced byMySQLStatementParser.installPlugin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstallPluginin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUninstallComponent
public T visitUninstallComponent(MySQLStatementParser.UninstallComponentContext ctx)
Visit a parse tree produced byMySQLStatementParser.uninstallComponent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUninstallComponentin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUninstallPlugin
public T visitUninstallPlugin(MySQLStatementParser.UninstallPluginContext ctx)
Visit a parse tree produced byMySQLStatementParser.uninstallPlugin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUninstallPluginin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyzeTable
public T visitAnalyzeTable(MySQLStatementParser.AnalyzeTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.analyzeTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyzeTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHistogram
public T visitHistogram(MySQLStatementParser.HistogramContext ctx)
Visit a parse tree produced byMySQLStatementParser.histogram().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHistogramin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckTable
public T visitCheckTable(MySQLStatementParser.CheckTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.checkTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckTableOption
public T visitCheckTableOption(MySQLStatementParser.CheckTableOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.checkTableOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckTableOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChecksumTable
public T visitChecksumTable(MySQLStatementParser.ChecksumTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.checksumTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChecksumTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptimizeTable
public T visitOptimizeTable(MySQLStatementParser.OptimizeTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.optimizeTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptimizeTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRepairTable
public T visitRepairTable(MySQLStatementParser.RepairTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.repairTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRepairTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterResourceGroup
public T visitAlterResourceGroup(MySQLStatementParser.AlterResourceGroupContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterResourceGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterResourceGroupin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVcpuSpec
public T visitVcpuSpec(MySQLStatementParser.VcpuSpecContext ctx)
Visit a parse tree produced byMySQLStatementParser.vcpuSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVcpuSpecin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateResourceGroup
public T visitCreateResourceGroup(MySQLStatementParser.CreateResourceGroupContext ctx)
Visit a parse tree produced byMySQLStatementParser.createResourceGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateResourceGroupin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropResourceGroup
public T visitDropResourceGroup(MySQLStatementParser.DropResourceGroupContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropResourceGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropResourceGroupin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetResourceGroup
public T visitSetResourceGroup(MySQLStatementParser.SetResourceGroupContext ctx)
Visit a parse tree produced byMySQLStatementParser.setResourceGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetResourceGroupin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinlog
public T visitBinlog(MySQLStatementParser.BinlogContext ctx)
Visit a parse tree produced byMySQLStatementParser.binlog().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinlogin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCacheIndex
public T visitCacheIndex(MySQLStatementParser.CacheIndexContext ctx)
Visit a parse tree produced byMySQLStatementParser.cacheIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCacheIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCacheTableIndexList
public T visitCacheTableIndexList(MySQLStatementParser.CacheTableIndexListContext ctx)
Visit a parse tree produced byMySQLStatementParser.cacheTableIndexList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCacheTableIndexListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionList
public T visitPartitionList(MySQLStatementParser.PartitionListContext ctx)
Visit a parse tree produced byMySQLStatementParser.partitionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlush
public T visitFlush(MySQLStatementParser.FlushContext ctx)
Visit a parse tree produced byMySQLStatementParser.flush().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlushin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlushOption
public T visitFlushOption(MySQLStatementParser.FlushOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.flushOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlushOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablesOption
public T visitTablesOption(MySQLStatementParser.TablesOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.tablesOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablesOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKill
public T visitKill(MySQLStatementParser.KillContext ctx)
Visit a parse tree produced byMySQLStatementParser.kill().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKillin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoadIndexInfo
public T visitLoadIndexInfo(MySQLStatementParser.LoadIndexInfoContext ctx)
Visit a parse tree produced byMySQLStatementParser.loadIndexInfo().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoadIndexInfoin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoadTableIndexList
public T visitLoadTableIndexList(MySQLStatementParser.LoadTableIndexListContext ctx)
Visit a parse tree produced byMySQLStatementParser.loadTableIndexList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoadTableIndexListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetStatement
public T visitResetStatement(MySQLStatementParser.ResetStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.resetStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResetStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetOption
public T visitResetOption(MySQLStatementParser.ResetOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.resetOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResetOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResetPersist
public T visitResetPersist(MySQLStatementParser.ResetPersistContext ctx)
Visit a parse tree produced byMySQLStatementParser.resetPersist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResetPersistin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRestart
public T visitRestart(MySQLStatementParser.RestartContext ctx)
Visit a parse tree produced byMySQLStatementParser.restart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRestartin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShutdown
public T visitShutdown(MySQLStatementParser.ShutdownContext ctx)
Visit a parse tree produced byMySQLStatementParser.shutdown().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShutdownin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainType
public T visitExplainType(MySQLStatementParser.ExplainTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.explainType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainableStatement
public T visitExplainableStatement(MySQLStatementParser.ExplainableStatementContext ctx)
Visit a parse tree produced byMySQLStatementParser.explainableStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainableStatementin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormatName
public T visitFormatName(MySQLStatementParser.FormatNameContext ctx)
Visit a parse tree produced byMySQLStatementParser.formatName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormatNamein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelimiter
public T visitDelimiter(MySQLStatementParser.DelimiterContext ctx)
Visit a parse tree produced byMySQLStatementParser.delimiter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDelimiterin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShow
public T visitShow(MySQLStatementParser.ShowContext ctx)
Visit a parse tree produced byMySQLStatementParser.show().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShowin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetTransaction
public T visitSetTransaction(MySQLStatementParser.SetTransactionContext ctx)
Visit a parse tree produced byMySQLStatementParser.setTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetTransactionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetAutoCommit
public T visitSetAutoCommit(MySQLStatementParser.SetAutoCommitContext ctx)
Visit a parse tree produced byMySQLStatementParser.setAutoCommit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetAutoCommitin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeginTransaction
public T visitBeginTransaction(MySQLStatementParser.BeginTransactionContext ctx)
Visit a parse tree produced byMySQLStatementParser.beginTransaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeginTransactionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionCharacteristic
public T visitTransactionCharacteristic(MySQLStatementParser.TransactionCharacteristicContext ctx)
Visit a parse tree produced byMySQLStatementParser.transactionCharacteristic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionCharacteristicin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommit
public T visitCommit(MySQLStatementParser.CommitContext ctx)
Visit a parse tree produced byMySQLStatementParser.commit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommitin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollback
public T visitRollback(MySQLStatementParser.RollbackContext ctx)
Visit a parse tree produced byMySQLStatementParser.rollback().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollbackin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSavepoint
public T visitSavepoint(MySQLStatementParser.SavepointContext ctx)
Visit a parse tree produced byMySQLStatementParser.savepoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSavepointin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBegin
public T visitBegin(MySQLStatementParser.BeginContext ctx)
Visit a parse tree produced byMySQLStatementParser.begin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeginin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLock
public T visitLock(MySQLStatementParser.LockContext ctx)
Visit a parse tree produced byMySQLStatementParser.lock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnlock
public T visitUnlock(MySQLStatementParser.UnlockContext ctx)
Visit a parse tree produced byMySQLStatementParser.unlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnlockin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReleaseSavepoint
public T visitReleaseSavepoint(MySQLStatementParser.ReleaseSavepointContext ctx)
Visit a parse tree produced byMySQLStatementParser.releaseSavepoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReleaseSavepointin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionChain
public T visitOptionChain(MySQLStatementParser.OptionChainContext ctx)
Visit a parse tree produced byMySQLStatementParser.optionChain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionChainin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionRelease
public T visitOptionRelease(MySQLStatementParser.OptionReleaseContext ctx)
Visit a parse tree produced byMySQLStatementParser.optionRelease().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionReleasein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableLock
public T visitTableLock(MySQLStatementParser.TableLockContext ctx)
Visit a parse tree produced byMySQLStatementParser.tableLock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableLockin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockOption
public T visitLockOption(MySQLStatementParser.LockOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.lockOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXaBegin
public T visitXaBegin(MySQLStatementParser.XaBeginContext ctx)
Visit a parse tree produced byMySQLStatementParser.xaBegin().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXaBeginin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXaPrepare
public T visitXaPrepare(MySQLStatementParser.XaPrepareContext ctx)
Visit a parse tree produced byMySQLStatementParser.xaPrepare().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXaPreparein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXaCommit
public T visitXaCommit(MySQLStatementParser.XaCommitContext ctx)
Visit a parse tree produced byMySQLStatementParser.xaCommit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXaCommitin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXaRollback
public T visitXaRollback(MySQLStatementParser.XaRollbackContext ctx)
Visit a parse tree produced byMySQLStatementParser.xaRollback().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXaRollbackin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXaEnd
public T visitXaEnd(MySQLStatementParser.XaEndContext ctx)
Visit a parse tree produced byMySQLStatementParser.xaEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXaEndin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXaRecovery
public T visitXaRecovery(MySQLStatementParser.XaRecoveryContext ctx)
Visit a parse tree produced byMySQLStatementParser.xaRecovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXaRecoveryin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXid
public T visitXid(MySQLStatementParser.XidContext ctx)
Visit a parse tree produced byMySQLStatementParser.xid().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXidin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantRoleOrPrivilegeTo
public T visitGrantRoleOrPrivilegeTo(MySQLStatementParser.GrantRoleOrPrivilegeToContext ctx)
Visit a parse tree produced by thegrantRoleOrPrivilegeTolabeled alternative inMySQLStatementParser.grant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantRoleOrPrivilegeToin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantRoleOrPrivilegeOnTo
public T visitGrantRoleOrPrivilegeOnTo(MySQLStatementParser.GrantRoleOrPrivilegeOnToContext ctx)
Visit a parse tree produced by thegrantRoleOrPrivilegeOnTolabeled alternative inMySQLStatementParser.grant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantRoleOrPrivilegeOnToin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantProxy
public T visitGrantProxy(MySQLStatementParser.GrantProxyContext ctx)
Visit a parse tree produced by thegrantProxylabeled alternative inMySQLStatementParser.grant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantProxyin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokeFrom
public T visitRevokeFrom(MySQLStatementParser.RevokeFromContext ctx)
Visit a parse tree produced by therevokeFromlabeled alternative inMySQLStatementParser.revoke().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokeFromin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokeOnFrom
public T visitRevokeOnFrom(MySQLStatementParser.RevokeOnFromContext ctx)
Visit a parse tree produced by therevokeOnFromlabeled alternative inMySQLStatementParser.revoke().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokeOnFromin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserList
public T visitUserList(MySQLStatementParser.UserListContext ctx)
Visit a parse tree produced byMySQLStatementParser.userList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleOrPrivileges
public T visitRoleOrPrivileges(MySQLStatementParser.RoleOrPrivilegesContext ctx)
Visit a parse tree produced byMySQLStatementParser.roleOrPrivileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleOrPrivilegesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleOrDynamicPrivilege
public T visitRoleOrDynamicPrivilege(MySQLStatementParser.RoleOrDynamicPrivilegeContext ctx)
Visit a parse tree produced by theroleOrDynamicPrivilegelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleOrDynamicPrivilegein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleAtHost
public T visitRoleAtHost(MySQLStatementParser.RoleAtHostContext ctx)
Visit a parse tree produced by theroleAtHostlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleAtHostin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeSelect
public T visitStaticPrivilegeSelect(MySQLStatementParser.StaticPrivilegeSelectContext ctx)
Visit a parse tree produced by thestaticPrivilegeSelectlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeSelectin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeInsert
public T visitStaticPrivilegeInsert(MySQLStatementParser.StaticPrivilegeInsertContext ctx)
Visit a parse tree produced by thestaticPrivilegeInsertlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeInsertin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeUpdate
public T visitStaticPrivilegeUpdate(MySQLStatementParser.StaticPrivilegeUpdateContext ctx)
Visit a parse tree produced by thestaticPrivilegeUpdatelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeUpdatein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeReferences
public T visitStaticPrivilegeReferences(MySQLStatementParser.StaticPrivilegeReferencesContext ctx)
Visit a parse tree produced by thestaticPrivilegeReferenceslabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeReferencesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeDelete
public T visitStaticPrivilegeDelete(MySQLStatementParser.StaticPrivilegeDeleteContext ctx)
Visit a parse tree produced by thestaticPrivilegeDeletelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeDeletein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeUsage
public T visitStaticPrivilegeUsage(MySQLStatementParser.StaticPrivilegeUsageContext ctx)
Visit a parse tree produced by thestaticPrivilegeUsagelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeUsagein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeIndex
public T visitStaticPrivilegeIndex(MySQLStatementParser.StaticPrivilegeIndexContext ctx)
Visit a parse tree produced by thestaticPrivilegeIndexlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeIndexin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeAlter
public T visitStaticPrivilegeAlter(MySQLStatementParser.StaticPrivilegeAlterContext ctx)
Visit a parse tree produced by thestaticPrivilegeAlterlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeAlterin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeCreate
public T visitStaticPrivilegeCreate(MySQLStatementParser.StaticPrivilegeCreateContext ctx)
Visit a parse tree produced by thestaticPrivilegeCreatelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeCreatein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeDrop
public T visitStaticPrivilegeDrop(MySQLStatementParser.StaticPrivilegeDropContext ctx)
Visit a parse tree produced by thestaticPrivilegeDroplabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeDropin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeExecute
public T visitStaticPrivilegeExecute(MySQLStatementParser.StaticPrivilegeExecuteContext ctx)
Visit a parse tree produced by thestaticPrivilegeExecutelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeExecutein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeReload
public T visitStaticPrivilegeReload(MySQLStatementParser.StaticPrivilegeReloadContext ctx)
Visit a parse tree produced by thestaticPrivilegeReloadlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeReloadin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeShutdown
public T visitStaticPrivilegeShutdown(MySQLStatementParser.StaticPrivilegeShutdownContext ctx)
Visit a parse tree produced by thestaticPrivilegeShutdownlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeShutdownin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeProcess
public T visitStaticPrivilegeProcess(MySQLStatementParser.StaticPrivilegeProcessContext ctx)
Visit a parse tree produced by thestaticPrivilegeProcesslabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeProcessin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeFile
public T visitStaticPrivilegeFile(MySQLStatementParser.StaticPrivilegeFileContext ctx)
Visit a parse tree produced by thestaticPrivilegeFilelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeFilein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeGrant
public T visitStaticPrivilegeGrant(MySQLStatementParser.StaticPrivilegeGrantContext ctx)
Visit a parse tree produced by thestaticPrivilegeGrantlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeGrantin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeShowDatabases
public T visitStaticPrivilegeShowDatabases(MySQLStatementParser.StaticPrivilegeShowDatabasesContext ctx)
Visit a parse tree produced by thestaticPrivilegeShowDatabaseslabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeShowDatabasesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeSuper
public T visitStaticPrivilegeSuper(MySQLStatementParser.StaticPrivilegeSuperContext ctx)
Visit a parse tree produced by thestaticPrivilegeSuperlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeSuperin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeCreateTemporaryTables
public T visitStaticPrivilegeCreateTemporaryTables(MySQLStatementParser.StaticPrivilegeCreateTemporaryTablesContext ctx)
Visit a parse tree produced by thestaticPrivilegeCreateTemporaryTableslabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeCreateTemporaryTablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeLockTables
public T visitStaticPrivilegeLockTables(MySQLStatementParser.StaticPrivilegeLockTablesContext ctx)
Visit a parse tree produced by thestaticPrivilegeLockTableslabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeLockTablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeReplicationSlave
public T visitStaticPrivilegeReplicationSlave(MySQLStatementParser.StaticPrivilegeReplicationSlaveContext ctx)
Visit a parse tree produced by thestaticPrivilegeReplicationSlavelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeReplicationSlavein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeReplicationClient
public T visitStaticPrivilegeReplicationClient(MySQLStatementParser.StaticPrivilegeReplicationClientContext ctx)
Visit a parse tree produced by thestaticPrivilegeReplicationClientlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeReplicationClientin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeCreateView
public T visitStaticPrivilegeCreateView(MySQLStatementParser.StaticPrivilegeCreateViewContext ctx)
Visit a parse tree produced by thestaticPrivilegeCreateViewlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeCreateViewin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeShowView
public T visitStaticPrivilegeShowView(MySQLStatementParser.StaticPrivilegeShowViewContext ctx)
Visit a parse tree produced by thestaticPrivilegeShowViewlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeShowViewin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeCreateRoutine
public T visitStaticPrivilegeCreateRoutine(MySQLStatementParser.StaticPrivilegeCreateRoutineContext ctx)
Visit a parse tree produced by thestaticPrivilegeCreateRoutinelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeCreateRoutinein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeAlterRoutine
public T visitStaticPrivilegeAlterRoutine(MySQLStatementParser.StaticPrivilegeAlterRoutineContext ctx)
Visit a parse tree produced by thestaticPrivilegeAlterRoutinelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeAlterRoutinein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeCreateUser
public T visitStaticPrivilegeCreateUser(MySQLStatementParser.StaticPrivilegeCreateUserContext ctx)
Visit a parse tree produced by thestaticPrivilegeCreateUserlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeCreateUserin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeEvent
public T visitStaticPrivilegeEvent(MySQLStatementParser.StaticPrivilegeEventContext ctx)
Visit a parse tree produced by thestaticPrivilegeEventlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeEventin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeTrigger
public T visitStaticPrivilegeTrigger(MySQLStatementParser.StaticPrivilegeTriggerContext ctx)
Visit a parse tree produced by thestaticPrivilegeTriggerlabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeTriggerin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeCreateTablespace
public T visitStaticPrivilegeCreateTablespace(MySQLStatementParser.StaticPrivilegeCreateTablespaceContext ctx)
Visit a parse tree produced by thestaticPrivilegeCreateTablespacelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeCreateTablespacein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeCreateRole
public T visitStaticPrivilegeCreateRole(MySQLStatementParser.StaticPrivilegeCreateRoleContext ctx)
Visit a parse tree produced by thestaticPrivilegeCreateRolelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeCreateRolein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticPrivilegeDropRole
public T visitStaticPrivilegeDropRole(MySQLStatementParser.StaticPrivilegeDropRoleContext ctx)
Visit a parse tree produced by thestaticPrivilegeDropRolelabeled alternative inMySQLStatementParser.roleOrPrivilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticPrivilegeDropRolein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAclType
public T visitAclType(MySQLStatementParser.AclTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.aclType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAclTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantLevelGlobal
public T visitGrantLevelGlobal(MySQLStatementParser.GrantLevelGlobalContext ctx)
Visit a parse tree produced by thegrantLevelGloballabeled alternative inMySQLStatementParser.grantIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantLevelGlobalin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantLevelSchemaGlobal
public T visitGrantLevelSchemaGlobal(MySQLStatementParser.GrantLevelSchemaGlobalContext ctx)
Visit a parse tree produced by thegrantLevelSchemaGloballabeled alternative inMySQLStatementParser.grantIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantLevelSchemaGlobalin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantLevelTable
public T visitGrantLevelTable(MySQLStatementParser.GrantLevelTableContext ctx)
Visit a parse tree produced by thegrantLevelTablelabeled alternative inMySQLStatementParser.grantIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantLevelTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUser
public T visitCreateUser(MySQLStatementParser.CreateUserContext ctx)
Visit a parse tree produced byMySQLStatementParser.createUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserEntryNoOption
public T visitCreateUserEntryNoOption(MySQLStatementParser.CreateUserEntryNoOptionContext ctx)
Visit a parse tree produced by thecreateUserEntryNoOptionlabeled alternative inMySQLStatementParser.createUserEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserEntryNoOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserEntryIdentifiedBy
public T visitCreateUserEntryIdentifiedBy(MySQLStatementParser.CreateUserEntryIdentifiedByContext ctx)
Visit a parse tree produced by thecreateUserEntryIdentifiedBylabeled alternative inMySQLStatementParser.createUserEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserEntryIdentifiedByin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserEntryIdentifiedWith
public T visitCreateUserEntryIdentifiedWith(MySQLStatementParser.CreateUserEntryIdentifiedWithContext ctx)
Visit a parse tree produced by thecreateUserEntryIdentifiedWithlabeled alternative inMySQLStatementParser.createUserEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserEntryIdentifiedWithin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateUserList
public T visitCreateUserList(MySQLStatementParser.CreateUserListContext ctx)
Visit a parse tree produced byMySQLStatementParser.createUserList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateUserListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultRoleClause
public T visitDefaultRoleClause(MySQLStatementParser.DefaultRoleClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.defaultRoleClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultRoleClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRequireClause
public T visitRequireClause(MySQLStatementParser.RequireClauseContext ctx)
Visit a parse tree produced byMySQLStatementParser.requireClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRequireClausein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectOptions
public T visitConnectOptions(MySQLStatementParser.ConnectOptionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.connectOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectOptionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccountLockPasswordExpireOptions
public T visitAccountLockPasswordExpireOptions(MySQLStatementParser.AccountLockPasswordExpireOptionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.accountLockPasswordExpireOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccountLockPasswordExpireOptionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccountLockPasswordExpireOption
public T visitAccountLockPasswordExpireOption(MySQLStatementParser.AccountLockPasswordExpireOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.accountLockPasswordExpireOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccountLockPasswordExpireOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUser
public T visitAlterUser(MySQLStatementParser.AlterUserContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUserEntry
public T visitAlterUserEntry(MySQLStatementParser.AlterUserEntryContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterUserEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserEntryin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterUserList
public T visitAlterUserList(MySQLStatementParser.AlterUserListContext ctx)
Visit a parse tree produced byMySQLStatementParser.alterUserList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterUserListin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropUser
public T visitDropUser(MySQLStatementParser.DropUserContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropUserin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateRole
public T visitCreateRole(MySQLStatementParser.CreateRoleContext ctx)
Visit a parse tree produced byMySQLStatementParser.createRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateRolein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropRole
public T visitDropRole(MySQLStatementParser.DropRoleContext ctx)
Visit a parse tree produced byMySQLStatementParser.dropRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropRolein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameUser
public T visitRenameUser(MySQLStatementParser.RenameUserContext ctx)
Visit a parse tree produced byMySQLStatementParser.renameUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenameUserin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetDefaultRole
public T visitSetDefaultRole(MySQLStatementParser.SetDefaultRoleContext ctx)
Visit a parse tree produced byMySQLStatementParser.setDefaultRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetDefaultRolein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetRole
public T visitSetRole(MySQLStatementParser.SetRoleContext ctx)
Visit a parse tree produced byMySQLStatementParser.setRole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetRolein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetPassword
public T visitSetPassword(MySQLStatementParser.SetPasswordContext ctx)
Visit a parse tree produced byMySQLStatementParser.setPassword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetPasswordin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuthOption
public T visitAuthOption(MySQLStatementParser.AuthOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.authOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAuthOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithGrantOption
public T visitWithGrantOption(MySQLStatementParser.WithGrantOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.withGrantOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithGrantOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserOrRoles
public T visitUserOrRoles(MySQLStatementParser.UserOrRolesContext ctx)
Visit a parse tree produced byMySQLStatementParser.userOrRoles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserOrRolesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoles
public T visitRoles(MySQLStatementParser.RolesContext ctx)
Visit a parse tree produced byMySQLStatementParser.roles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRolesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantAs
public T visitGrantAs(MySQLStatementParser.GrantAsContext ctx)
Visit a parse tree produced byMySQLStatementParser.grantAs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantAsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithRoles
public T visitWithRoles(MySQLStatementParser.WithRolesContext ctx)
Visit a parse tree produced byMySQLStatementParser.withRoles().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithRolesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserAuthOption
public T visitUserAuthOption(MySQLStatementParser.UserAuthOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.userAuthOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserAuthOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifiedBy
public T visitIdentifiedBy(MySQLStatementParser.IdentifiedByContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifiedBy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifiedByin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifiedWith
public T visitIdentifiedWith(MySQLStatementParser.IdentifiedWithContext ctx)
Visit a parse tree produced byMySQLStatementParser.identifiedWith().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifiedWithin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectOption
public T visitConnectOption(MySQLStatementParser.ConnectOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.connectOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTlsOption
public T visitTlsOption(MySQLStatementParser.TlsOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.tlsOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTlsOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserFuncAuthOption
public T visitUserFuncAuthOption(MySQLStatementParser.UserFuncAuthOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.userFuncAuthOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserFuncAuthOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChange
public T visitChange(MySQLStatementParser.ChangeContext ctx)
Visit a parse tree produced byMySQLStatementParser.change().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeMasterTo
public T visitChangeMasterTo(MySQLStatementParser.ChangeMasterToContext ctx)
Visit a parse tree produced byMySQLStatementParser.changeMasterTo().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeMasterToin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeReplicationFilter
public T visitChangeReplicationFilter(MySQLStatementParser.ChangeReplicationFilterContext ctx)
Visit a parse tree produced byMySQLStatementParser.changeReplicationFilter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeReplicationFilterin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeReplicationSourceTo
public T visitChangeReplicationSourceTo(MySQLStatementParser.ChangeReplicationSourceToContext ctx)
Visit a parse tree produced byMySQLStatementParser.changeReplicationSourceTo().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeReplicationSourceToin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartSlave
public T visitStartSlave(MySQLStatementParser.StartSlaveContext ctx)
Visit a parse tree produced byMySQLStatementParser.startSlave().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartSlavein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopSlave
public T visitStopSlave(MySQLStatementParser.StopSlaveContext ctx)
Visit a parse tree produced byMySQLStatementParser.stopSlave().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStopSlavein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupReplication
public T visitGroupReplication(MySQLStatementParser.GroupReplicationContext ctx)
Visit a parse tree produced byMySQLStatementParser.groupReplication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupReplicationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartGroupReplication
public T visitStartGroupReplication(MySQLStatementParser.StartGroupReplicationContext ctx)
Visit a parse tree produced byMySQLStatementParser.startGroupReplication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartGroupReplicationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopGroupReplication
public T visitStopGroupReplication(MySQLStatementParser.StopGroupReplicationContext ctx)
Visit a parse tree produced byMySQLStatementParser.stopGroupReplication().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStopGroupReplicationin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPurgeBinaryLog
public T visitPurgeBinaryLog(MySQLStatementParser.PurgeBinaryLogContext ctx)
Visit a parse tree produced byMySQLStatementParser.purgeBinaryLog().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPurgeBinaryLogin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThreadTypes
public T visitThreadTypes(MySQLStatementParser.ThreadTypesContext ctx)
Visit a parse tree produced byMySQLStatementParser.threadTypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThreadTypesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThreadType
public T visitThreadType(MySQLStatementParser.ThreadTypeContext ctx)
Visit a parse tree produced byMySQLStatementParser.threadType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThreadTypein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUtilOption
public T visitUtilOption(MySQLStatementParser.UtilOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.utilOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUtilOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConnectionOptions
public T visitConnectionOptions(MySQLStatementParser.ConnectionOptionsContext ctx)
Visit a parse tree produced byMySQLStatementParser.connectionOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConnectionOptionsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMasterDefs
public T visitMasterDefs(MySQLStatementParser.MasterDefsContext ctx)
Visit a parse tree produced byMySQLStatementParser.masterDefs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMasterDefsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMasterDef
public T visitMasterDef(MySQLStatementParser.MasterDefContext ctx)
Visit a parse tree produced byMySQLStatementParser.masterDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMasterDefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoreServerIds
public T visitIgnoreServerIds(MySQLStatementParser.IgnoreServerIdsContext ctx)
Visit a parse tree produced byMySQLStatementParser.ignoreServerIds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoreServerIdsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIgnoreServerId
public T visitIgnoreServerId(MySQLStatementParser.IgnoreServerIdContext ctx)
Visit a parse tree produced byMySQLStatementParser.ignoreServerId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIgnoreServerIdin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterDefs
public T visitFilterDefs(MySQLStatementParser.FilterDefsContext ctx)
Visit a parse tree produced byMySQLStatementParser.filterDefs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterDefsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilterDef
public T visitFilterDef(MySQLStatementParser.FilterDefContext ctx)
Visit a parse tree produced byMySQLStatementParser.filterDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterDefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWildTables
public T visitWildTables(MySQLStatementParser.WildTablesContext ctx)
Visit a parse tree produced byMySQLStatementParser.wildTables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWildTablesin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWildTable
public T visitWildTable(MySQLStatementParser.WildTableContext ctx)
Visit a parse tree produced byMySQLStatementParser.wildTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWildTablein interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeReplicationSourceOptionDefs
public T visitChangeReplicationSourceOptionDefs(MySQLStatementParser.ChangeReplicationSourceOptionDefsContext ctx)
Visit a parse tree produced byMySQLStatementParser.changeReplicationSourceOptionDefs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeReplicationSourceOptionDefsin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChangeReplicationSourceOption
public T visitChangeReplicationSourceOption(MySQLStatementParser.ChangeReplicationSourceOptionContext ctx)
Visit a parse tree produced byMySQLStatementParser.changeReplicationSourceOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChangeReplicationSourceOptionin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablePrimaryKeyCheckDef
public T visitTablePrimaryKeyCheckDef(MySQLStatementParser.TablePrimaryKeyCheckDefContext ctx)
Visit a parse tree produced byMySQLStatementParser.tablePrimaryKeyCheckDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablePrimaryKeyCheckDefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignGtidsToAnonymousTransactionsDef
public T visitAssignGtidsToAnonymousTransactionsDef(MySQLStatementParser.AssignGtidsToAnonymousTransactionsDefContext ctx)
Visit a parse tree produced byMySQLStatementParser.assignGtidsToAnonymousTransactionsDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignGtidsToAnonymousTransactionsDefin interfaceMySQLStatementVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-