Class mysqlBaseListener
- java.lang.Object
-
- com.zendesk.maxwell.schema.ddl.mysqlBaseListener
-
- All Implemented Interfaces:
mysqlListener
,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
MysqlParserListener
public class mysqlBaseListener extends Object implements mysqlListener
This class provides an empty implementation ofmysqlListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description mysqlBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterParse
public void enterParse(mysqlParser.ParseContext ctx)
Enter a parse tree produced bymysqlParser.parse()
.The default implementation does nothing.
- Specified by:
enterParse
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitParse
public void exitParse(mysqlParser.ParseContext ctx)
Exit a parse tree produced bymysqlParser.parse()
.The default implementation does nothing.
- Specified by:
exitParse
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterStatement
public void enterStatement(mysqlParser.StatementContext ctx)
Enter a parse tree produced bymysqlParser.statement()
.The default implementation does nothing.
- Specified by:
enterStatement
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitStatement
public void exitStatement(mysqlParser.StatementContext ctx)
Exit a parse tree produced bymysqlParser.statement()
.The default implementation does nothing.
- Specified by:
exitStatement
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterTokens_available_for_names
public void enterTokens_available_for_names(mysqlParser.Tokens_available_for_namesContext ctx)
Enter a parse tree produced bymysqlParser.tokens_available_for_names()
.The default implementation does nothing.
- Specified by:
enterTokens_available_for_names
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitTokens_available_for_names
public void exitTokens_available_for_names(mysqlParser.Tokens_available_for_namesContext ctx)
Exit a parse tree produced bymysqlParser.tokens_available_for_names()
.The default implementation does nothing.
- Specified by:
exitTokens_available_for_names
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAll_tokens
public void enterAll_tokens(mysqlParser.All_tokensContext ctx)
Enter a parse tree produced bymysqlParser.all_tokens()
.The default implementation does nothing.
- Specified by:
enterAll_tokens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAll_tokens
public void exitAll_tokens(mysqlParser.All_tokensContext ctx)
Exit a parse tree produced bymysqlParser.all_tokens()
.The default implementation does nothing.
- Specified by:
exitAll_tokens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterSkip_parens
public void enterSkip_parens(mysqlParser.Skip_parensContext ctx)
Enter a parse tree produced bymysqlParser.skip_parens()
.The default implementation does nothing.
- Specified by:
enterSkip_parens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitSkip_parens
public void exitSkip_parens(mysqlParser.Skip_parensContext ctx)
Exit a parse tree produced bymysqlParser.skip_parens()
.The default implementation does nothing.
- Specified by:
exitSkip_parens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDb_name
public void enterDb_name(mysqlParser.Db_nameContext ctx)
Enter a parse tree produced bymysqlParser.db_name()
.The default implementation does nothing.
- Specified by:
enterDb_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDb_name
public void exitDb_name(mysqlParser.Db_nameContext ctx)
Exit a parse tree produced bymysqlParser.db_name()
.The default implementation does nothing.
- Specified by:
exitDb_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterTable_name
public void enterTable_name(mysqlParser.Table_nameContext ctx)
Enter a parse tree produced bymysqlParser.table_name()
.The default implementation does nothing.
- Specified by:
enterTable_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitTable_name
public void exitTable_name(mysqlParser.Table_nameContext ctx)
Exit a parse tree produced bymysqlParser.table_name()
.The default implementation does nothing.
- Specified by:
exitTable_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterUser
public void enterUser(mysqlParser.UserContext ctx)
Enter a parse tree produced bymysqlParser.user()
.The default implementation does nothing.
- Specified by:
enterUser
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitUser
public void exitUser(mysqlParser.UserContext ctx)
Exit a parse tree produced bymysqlParser.user()
.The default implementation does nothing.
- Specified by:
exitUser
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterUser_token
public void enterUser_token(mysqlParser.User_tokenContext ctx)
Enter a parse tree produced bymysqlParser.user_token()
.The default implementation does nothing.
- Specified by:
enterUser_token
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitUser_token
public void exitUser_token(mysqlParser.User_tokenContext ctx)
Exit a parse tree produced bymysqlParser.user_token()
.The default implementation does nothing.
- Specified by:
exitUser_token
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterName
public void enterName(mysqlParser.NameContext ctx)
Enter a parse tree produced bymysqlParser.name()
.The default implementation does nothing.
- Specified by:
enterName
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitName
public void exitName(mysqlParser.NameContext ctx)
Exit a parse tree produced bymysqlParser.name()
.The default implementation does nothing.
- Specified by:
exitName
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterName_all_tokens
public void enterName_all_tokens(mysqlParser.Name_all_tokensContext ctx)
Enter a parse tree produced bymysqlParser.name_all_tokens()
.The default implementation does nothing.
- Specified by:
enterName_all_tokens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitName_all_tokens
public void exitName_all_tokens(mysqlParser.Name_all_tokensContext ctx)
Exit a parse tree produced bymysqlParser.name_all_tokens()
.The default implementation does nothing.
- Specified by:
exitName_all_tokens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterId
public void enterId(mysqlParser.IdContext ctx)
Enter a parse tree produced bymysqlParser.id()
.The default implementation does nothing.
- Specified by:
enterId
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitId
public void exitId(mysqlParser.IdContext ctx)
Exit a parse tree produced bymysqlParser.id()
.The default implementation does nothing.
- Specified by:
exitId
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterLiteral
public void enterLiteral(mysqlParser.LiteralContext ctx)
Enter a parse tree produced bymysqlParser.literal()
.The default implementation does nothing.
- Specified by:
enterLiteral
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitLiteral
public void exitLiteral(mysqlParser.LiteralContext ctx)
Exit a parse tree produced bymysqlParser.literal()
.The default implementation does nothing.
- Specified by:
exitLiteral
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterLiteral_with_weirdo_multistring
public void enterLiteral_with_weirdo_multistring(mysqlParser.Literal_with_weirdo_multistringContext ctx)
Enter a parse tree produced bymysqlParser.literal_with_weirdo_multistring()
.The default implementation does nothing.
- Specified by:
enterLiteral_with_weirdo_multistring
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitLiteral_with_weirdo_multistring
public void exitLiteral_with_weirdo_multistring(mysqlParser.Literal_with_weirdo_multistringContext ctx)
Exit a parse tree produced bymysqlParser.literal_with_weirdo_multistring()
.The default implementation does nothing.
- Specified by:
exitLiteral_with_weirdo_multistring
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterFloat_literal
public void enterFloat_literal(mysqlParser.Float_literalContext ctx)
Enter a parse tree produced bymysqlParser.float_literal()
.The default implementation does nothing.
- Specified by:
enterFloat_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitFloat_literal
public void exitFloat_literal(mysqlParser.Float_literalContext ctx)
Exit a parse tree produced bymysqlParser.float_literal()
.The default implementation does nothing.
- Specified by:
exitFloat_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterBroken_float_literal
public void enterBroken_float_literal(mysqlParser.Broken_float_literalContext ctx)
Enter a parse tree produced bymysqlParser.broken_float_literal()
.The default implementation does nothing.
- Specified by:
enterBroken_float_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitBroken_float_literal
public void exitBroken_float_literal(mysqlParser.Broken_float_literalContext ctx)
Exit a parse tree produced bymysqlParser.broken_float_literal()
.The default implementation does nothing.
- Specified by:
exitBroken_float_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterInteger_literal
public void enterInteger_literal(mysqlParser.Integer_literalContext ctx)
Enter a parse tree produced bymysqlParser.integer_literal()
.The default implementation does nothing.
- Specified by:
enterInteger_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitInteger_literal
public void exitInteger_literal(mysqlParser.Integer_literalContext ctx)
Exit a parse tree produced bymysqlParser.integer_literal()
.The default implementation does nothing.
- Specified by:
exitInteger_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterString_literal
public void enterString_literal(mysqlParser.String_literalContext ctx)
Enter a parse tree produced bymysqlParser.string_literal()
.The default implementation does nothing.
- Specified by:
enterString_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitString_literal
public void exitString_literal(mysqlParser.String_literalContext ctx)
Exit a parse tree produced bymysqlParser.string_literal()
.The default implementation does nothing.
- Specified by:
exitString_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterByte_literal
public void enterByte_literal(mysqlParser.Byte_literalContext ctx)
Enter a parse tree produced bymysqlParser.byte_literal()
.The default implementation does nothing.
- Specified by:
enterByte_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitByte_literal
public void exitByte_literal(mysqlParser.Byte_literalContext ctx)
Exit a parse tree produced bymysqlParser.byte_literal()
.The default implementation does nothing.
- Specified by:
exitByte_literal
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterString
public void enterString(mysqlParser.StringContext ctx)
Enter a parse tree produced bymysqlParser.string()
.The default implementation does nothing.
- Specified by:
enterString
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitString
public void exitString(mysqlParser.StringContext ctx)
Exit a parse tree produced bymysqlParser.string()
.The default implementation does nothing.
- Specified by:
exitString
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterInteger
public void enterInteger(mysqlParser.IntegerContext ctx)
Enter a parse tree produced bymysqlParser.integer()
.The default implementation does nothing.
- Specified by:
enterInteger
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitInteger
public void exitInteger(mysqlParser.IntegerContext ctx)
Exit a parse tree produced bymysqlParser.integer()
.The default implementation does nothing.
- Specified by:
exitInteger
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCharset_name
public void enterCharset_name(mysqlParser.Charset_nameContext ctx)
Enter a parse tree produced bymysqlParser.charset_name()
.The default implementation does nothing.
- Specified by:
enterCharset_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCharset_name
public void exitCharset_name(mysqlParser.Charset_nameContext ctx)
Exit a parse tree produced bymysqlParser.charset_name()
.The default implementation does nothing.
- Specified by:
exitCharset_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDefault_character_set
public void enterDefault_character_set(mysqlParser.Default_character_setContext ctx)
Enter a parse tree produced bymysqlParser.default_character_set()
.The default implementation does nothing.
- Specified by:
enterDefault_character_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDefault_character_set
public void exitDefault_character_set(mysqlParser.Default_character_setContext ctx)
Exit a parse tree produced bymysqlParser.default_character_set()
.The default implementation does nothing.
- Specified by:
exitDefault_character_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDefault_collation
public void enterDefault_collation(mysqlParser.Default_collationContext ctx)
Enter a parse tree produced bymysqlParser.default_collation()
.The default implementation does nothing.
- Specified by:
enterDefault_collation
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDefault_collation
public void exitDefault_collation(mysqlParser.Default_collationContext ctx)
Exit a parse tree produced bymysqlParser.default_collation()
.The default implementation does nothing.
- Specified by:
exitDefault_collation
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCharset_token
public void enterCharset_token(mysqlParser.Charset_tokenContext ctx)
Enter a parse tree produced bymysqlParser.charset_token()
.The default implementation does nothing.
- Specified by:
enterCharset_token
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCharset_token
public void exitCharset_token(mysqlParser.Charset_tokenContext ctx)
Exit a parse tree produced bymysqlParser.charset_token()
.The default implementation does nothing.
- Specified by:
exitCharset_token
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCollation
public void enterCollation(mysqlParser.CollationContext ctx)
Enter a parse tree produced bymysqlParser.collation()
.The default implementation does nothing.
- Specified by:
enterCollation
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCollation
public void exitCollation(mysqlParser.CollationContext ctx)
Exit a parse tree produced bymysqlParser.collation()
.The default implementation does nothing.
- Specified by:
exitCollation
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterTablespace
public void enterTablespace(mysqlParser.TablespaceContext ctx)
Enter a parse tree produced bymysqlParser.tablespace()
.The default implementation does nothing.
- Specified by:
enterTablespace
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitTablespace
public void exitTablespace(mysqlParser.TablespaceContext ctx)
Exit a parse tree produced bymysqlParser.tablespace()
.The default implementation does nothing.
- Specified by:
exitTablespace
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIf_not_exists
public void enterIf_not_exists(mysqlParser.If_not_existsContext ctx)
Enter a parse tree produced bymysqlParser.if_not_exists()
.The default implementation does nothing.
- Specified by:
enterIf_not_exists
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIf_not_exists
public void exitIf_not_exists(mysqlParser.If_not_existsContext ctx)
Exit a parse tree produced bymysqlParser.if_not_exists()
.The default implementation does nothing.
- Specified by:
exitIf_not_exists
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_table
public void enterAlter_table(mysqlParser.Alter_tableContext ctx)
Enter a parse tree produced bymysqlParser.alter_table()
.The default implementation does nothing.
- Specified by:
enterAlter_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_table
public void exitAlter_table(mysqlParser.Alter_tableContext ctx)
Exit a parse tree produced bymysqlParser.alter_table()
.The default implementation does nothing.
- Specified by:
exitAlter_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_table_preamble
public void enterAlter_table_preamble(mysqlParser.Alter_table_preambleContext ctx)
Enter a parse tree produced bymysqlParser.alter_table_preamble()
.The default implementation does nothing.
- Specified by:
enterAlter_table_preamble
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_table_preamble
public void exitAlter_table_preamble(mysqlParser.Alter_table_preambleContext ctx)
Exit a parse tree produced bymysqlParser.alter_table_preamble()
.The default implementation does nothing.
- Specified by:
exitAlter_table_preamble
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_flags
public void enterAlter_flags(mysqlParser.Alter_flagsContext ctx)
Enter a parse tree produced bymysqlParser.alter_flags()
.The default implementation does nothing.
- Specified by:
enterAlter_flags
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_flags
public void exitAlter_flags(mysqlParser.Alter_flagsContext ctx)
Exit a parse tree produced bymysqlParser.alter_flags()
.The default implementation does nothing.
- Specified by:
exitAlter_flags
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterWait_flag
public void enterWait_flag(mysqlParser.Wait_flagContext ctx)
Enter a parse tree produced bymysqlParser.wait_flag()
.The default implementation does nothing.
- Specified by:
enterWait_flag
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitWait_flag
public void exitWait_flag(mysqlParser.Wait_flagContext ctx)
Exit a parse tree produced bymysqlParser.wait_flag()
.The default implementation does nothing.
- Specified by:
exitWait_flag
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_specifications
public void enterAlter_specifications(mysqlParser.Alter_specificationsContext ctx)
Enter a parse tree produced bymysqlParser.alter_specifications()
.The default implementation does nothing.
- Specified by:
enterAlter_specifications
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_specifications
public void exitAlter_specifications(mysqlParser.Alter_specificationsContext ctx)
Exit a parse tree produced bymysqlParser.alter_specifications()
.The default implementation does nothing.
- Specified by:
exitAlter_specifications
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_specification
public void enterAlter_specification(mysqlParser.Alter_specificationContext ctx)
Enter a parse tree produced bymysqlParser.alter_specification()
.The default implementation does nothing.
- Specified by:
enterAlter_specification
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_specification
public void exitAlter_specification(mysqlParser.Alter_specificationContext ctx)
Exit a parse tree produced bymysqlParser.alter_specification()
.The default implementation does nothing.
- Specified by:
exitAlter_specification
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAdd_column
public void enterAdd_column(mysqlParser.Add_columnContext ctx)
Enter a parse tree produced bymysqlParser.add_column()
.The default implementation does nothing.
- Specified by:
enterAdd_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAdd_column
public void exitAdd_column(mysqlParser.Add_columnContext ctx)
Exit a parse tree produced bymysqlParser.add_column()
.The default implementation does nothing.
- Specified by:
exitAdd_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAdd_column_parens
public void enterAdd_column_parens(mysqlParser.Add_column_parensContext ctx)
Enter a parse tree produced bymysqlParser.add_column_parens()
.The default implementation does nothing.
- Specified by:
enterAdd_column_parens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAdd_column_parens
public void exitAdd_column_parens(mysqlParser.Add_column_parensContext ctx)
Exit a parse tree produced bymysqlParser.add_column_parens()
.The default implementation does nothing.
- Specified by:
exitAdd_column_parens
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterChange_column
public void enterChange_column(mysqlParser.Change_columnContext ctx)
Enter a parse tree produced bymysqlParser.change_column()
.The default implementation does nothing.
- Specified by:
enterChange_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitChange_column
public void exitChange_column(mysqlParser.Change_columnContext ctx)
Exit a parse tree produced bymysqlParser.change_column()
.The default implementation does nothing.
- Specified by:
exitChange_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIf_exists
public void enterIf_exists(mysqlParser.If_existsContext ctx)
Enter a parse tree produced bymysqlParser.if_exists()
.The default implementation does nothing.
- Specified by:
enterIf_exists
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIf_exists
public void exitIf_exists(mysqlParser.If_existsContext ctx)
Exit a parse tree produced bymysqlParser.if_exists()
.The default implementation does nothing.
- Specified by:
exitIf_exists
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDrop_column
public void enterDrop_column(mysqlParser.Drop_columnContext ctx)
Enter a parse tree produced bymysqlParser.drop_column()
.The default implementation does nothing.
- Specified by:
enterDrop_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDrop_column
public void exitDrop_column(mysqlParser.Drop_columnContext ctx)
Exit a parse tree produced bymysqlParser.drop_column()
.The default implementation does nothing.
- Specified by:
exitDrop_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterModify_column
public void enterModify_column(mysqlParser.Modify_columnContext ctx)
Enter a parse tree produced bymysqlParser.modify_column()
.The default implementation does nothing.
- Specified by:
enterModify_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitModify_column
public void exitModify_column(mysqlParser.Modify_columnContext ctx)
Exit a parse tree produced bymysqlParser.modify_column()
.The default implementation does nothing.
- Specified by:
exitModify_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDrop_key
public void enterDrop_key(mysqlParser.Drop_keyContext ctx)
Enter a parse tree produced bymysqlParser.drop_key()
.The default implementation does nothing.
- Specified by:
enterDrop_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDrop_key
public void exitDrop_key(mysqlParser.Drop_keyContext ctx)
Exit a parse tree produced bymysqlParser.drop_key()
.The default implementation does nothing.
- Specified by:
exitDrop_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDrop_primary_key
public void enterDrop_primary_key(mysqlParser.Drop_primary_keyContext ctx)
Enter a parse tree produced bymysqlParser.drop_primary_key()
.The default implementation does nothing.
- Specified by:
enterDrop_primary_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDrop_primary_key
public void exitDrop_primary_key(mysqlParser.Drop_primary_keyContext ctx)
Exit a parse tree produced bymysqlParser.drop_primary_key()
.The default implementation does nothing.
- Specified by:
exitDrop_primary_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_rename_table
public void enterAlter_rename_table(mysqlParser.Alter_rename_tableContext ctx)
Enter a parse tree produced bymysqlParser.alter_rename_table()
.The default implementation does nothing.
- Specified by:
enterAlter_rename_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_rename_table
public void exitAlter_rename_table(mysqlParser.Alter_rename_tableContext ctx)
Exit a parse tree produced bymysqlParser.alter_rename_table()
.The default implementation does nothing.
- Specified by:
exitAlter_rename_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterConvert_to_character_set
public void enterConvert_to_character_set(mysqlParser.Convert_to_character_setContext ctx)
Enter a parse tree produced bymysqlParser.convert_to_character_set()
.The default implementation does nothing.
- Specified by:
enterConvert_to_character_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitConvert_to_character_set
public void exitConvert_to_character_set(mysqlParser.Convert_to_character_setContext ctx)
Exit a parse tree produced bymysqlParser.convert_to_character_set()
.The default implementation does nothing.
- Specified by:
exitConvert_to_character_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterRename_column
public void enterRename_column(mysqlParser.Rename_columnContext ctx)
Enter a parse tree produced bymysqlParser.rename_column()
.The default implementation does nothing.
- Specified by:
enterRename_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitRename_column
public void exitRename_column(mysqlParser.Rename_columnContext ctx)
Exit a parse tree produced bymysqlParser.rename_column()
.The default implementation does nothing.
- Specified by:
exitRename_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_partition_specification
public void enterAlter_partition_specification(mysqlParser.Alter_partition_specificationContext ctx)
Enter a parse tree produced bymysqlParser.alter_partition_specification()
.The default implementation does nothing.
- Specified by:
enterAlter_partition_specification
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_partition_specification
public void exitAlter_partition_specification(mysqlParser.Alter_partition_specificationContext ctx)
Exit a parse tree produced bymysqlParser.alter_partition_specification()
.The default implementation does nothing.
- Specified by:
exitAlter_partition_specification
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIgnored_alter_specifications
public void enterIgnored_alter_specifications(mysqlParser.Ignored_alter_specificationsContext ctx)
Enter a parse tree produced bymysqlParser.ignored_alter_specifications()
.The default implementation does nothing.
- Specified by:
enterIgnored_alter_specifications
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIgnored_alter_specifications
public void exitIgnored_alter_specifications(mysqlParser.Ignored_alter_specificationsContext ctx)
Exit a parse tree produced bymysqlParser.ignored_alter_specifications()
.The default implementation does nothing.
- Specified by:
exitIgnored_alter_specifications
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_post_flags
public void enterAlter_post_flags(mysqlParser.Alter_post_flagsContext ctx)
Enter a parse tree produced bymysqlParser.alter_post_flags()
.The default implementation does nothing.
- Specified by:
enterAlter_post_flags
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_post_flags
public void exitAlter_post_flags(mysqlParser.Alter_post_flagsContext ctx)
Exit a parse tree produced bymysqlParser.alter_post_flags()
.The default implementation does nothing.
- Specified by:
exitAlter_post_flags
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_post_flag
public void enterAlter_post_flag(mysqlParser.Alter_post_flagContext ctx)
Enter a parse tree produced bymysqlParser.alter_post_flag()
.The default implementation does nothing.
- Specified by:
enterAlter_post_flag
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_post_flag
public void exitAlter_post_flag(mysqlParser.Alter_post_flagContext ctx)
Exit a parse tree produced bymysqlParser.alter_post_flag()
.The default implementation does nothing.
- Specified by:
exitAlter_post_flag
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlgorithm_type
public void enterAlgorithm_type(mysqlParser.Algorithm_typeContext ctx)
Enter a parse tree produced bymysqlParser.algorithm_type()
.The default implementation does nothing.
- Specified by:
enterAlgorithm_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlgorithm_type
public void exitAlgorithm_type(mysqlParser.Algorithm_typeContext ctx)
Exit a parse tree produced bymysqlParser.algorithm_type()
.The default implementation does nothing.
- Specified by:
exitAlgorithm_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterLock_type
public void enterLock_type(mysqlParser.Lock_typeContext ctx)
Enter a parse tree produced bymysqlParser.lock_type()
.The default implementation does nothing.
- Specified by:
enterLock_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitLock_type
public void exitLock_type(mysqlParser.Lock_typeContext ctx)
Exit a parse tree produced bymysqlParser.lock_type()
.The default implementation does nothing.
- Specified by:
exitLock_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterPartition_names
public void enterPartition_names(mysqlParser.Partition_namesContext ctx)
Enter a parse tree produced bymysqlParser.partition_names()
.The default implementation does nothing.
- Specified by:
enterPartition_names
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitPartition_names
public void exitPartition_names(mysqlParser.Partition_namesContext ctx)
Exit a parse tree produced bymysqlParser.partition_names()
.The default implementation does nothing.
- Specified by:
exitPartition_names
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_ordering
public void enterAlter_ordering(mysqlParser.Alter_orderingContext ctx)
Enter a parse tree produced bymysqlParser.alter_ordering()
.The default implementation does nothing.
- Specified by:
enterAlter_ordering
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_ordering
public void exitAlter_ordering(mysqlParser.Alter_orderingContext ctx)
Exit a parse tree produced bymysqlParser.alter_ordering()
.The default implementation does nothing.
- Specified by:
exitAlter_ordering
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_ordering_column
public void enterAlter_ordering_column(mysqlParser.Alter_ordering_columnContext ctx)
Enter a parse tree produced bymysqlParser.alter_ordering_column()
.The default implementation does nothing.
- Specified by:
enterAlter_ordering_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_ordering_column
public void exitAlter_ordering_column(mysqlParser.Alter_ordering_columnContext ctx)
Exit a parse tree produced bymysqlParser.alter_ordering_column()
.The default implementation does nothing.
- Specified by:
exitAlter_ordering_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterFull_column_name
public void enterFull_column_name(mysqlParser.Full_column_nameContext ctx)
Enter a parse tree produced bymysqlParser.full_column_name()
.The default implementation does nothing.
- Specified by:
enterFull_column_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitFull_column_name
public void exitFull_column_name(mysqlParser.Full_column_nameContext ctx)
Exit a parse tree produced bymysqlParser.full_column_name()
.The default implementation does nothing.
- Specified by:
exitFull_column_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterColumn_definition
public void enterColumn_definition(mysqlParser.Column_definitionContext ctx)
Enter a parse tree produced bymysqlParser.column_definition()
.The default implementation does nothing.
- Specified by:
enterColumn_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitColumn_definition
public void exitColumn_definition(mysqlParser.Column_definitionContext ctx)
Exit a parse tree produced bymysqlParser.column_definition()
.The default implementation does nothing.
- Specified by:
exitColumn_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCol_position
public void enterCol_position(mysqlParser.Col_positionContext ctx)
Enter a parse tree produced bymysqlParser.col_position()
.The default implementation does nothing.
- Specified by:
enterCol_position
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCol_position
public void exitCol_position(mysqlParser.Col_positionContext ctx)
Exit a parse tree produced bymysqlParser.col_position()
.The default implementation does nothing.
- Specified by:
exitCol_position
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterData_type
public void enterData_type(mysqlParser.Data_typeContext ctx)
Enter a parse tree produced bymysqlParser.data_type()
.The default implementation does nothing.
- Specified by:
enterData_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitData_type
public void exitData_type(mysqlParser.Data_typeContext ctx)
Exit a parse tree produced bymysqlParser.data_type()
.The default implementation does nothing.
- Specified by:
exitData_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterGeneric_type
public void enterGeneric_type(mysqlParser.Generic_typeContext ctx)
Enter a parse tree produced bymysqlParser.generic_type()
.The default implementation does nothing.
- Specified by:
enterGeneric_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitGeneric_type
public void exitGeneric_type(mysqlParser.Generic_typeContext ctx)
Exit a parse tree produced bymysqlParser.generic_type()
.The default implementation does nothing.
- Specified by:
exitGeneric_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterSigned_type
public void enterSigned_type(mysqlParser.Signed_typeContext ctx)
Enter a parse tree produced bymysqlParser.signed_type()
.The default implementation does nothing.
- Specified by:
enterSigned_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitSigned_type
public void exitSigned_type(mysqlParser.Signed_typeContext ctx)
Exit a parse tree produced bymysqlParser.signed_type()
.The default implementation does nothing.
- Specified by:
exitSigned_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterString_type
public void enterString_type(mysqlParser.String_typeContext ctx)
Enter a parse tree produced bymysqlParser.string_type()
.The default implementation does nothing.
- Specified by:
enterString_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitString_type
public void exitString_type(mysqlParser.String_typeContext ctx)
Exit a parse tree produced bymysqlParser.string_type()
.The default implementation does nothing.
- Specified by:
exitString_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterLong_flag
public void enterLong_flag(mysqlParser.Long_flagContext ctx)
Enter a parse tree produced bymysqlParser.long_flag()
.The default implementation does nothing.
- Specified by:
enterLong_flag
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitLong_flag
public void exitLong_flag(mysqlParser.Long_flagContext ctx)
Exit a parse tree produced bymysqlParser.long_flag()
.The default implementation does nothing.
- Specified by:
exitLong_flag
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterEnumerated_type
public void enterEnumerated_type(mysqlParser.Enumerated_typeContext ctx)
Enter a parse tree produced bymysqlParser.enumerated_type()
.The default implementation does nothing.
- Specified by:
enterEnumerated_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitEnumerated_type
public void exitEnumerated_type(mysqlParser.Enumerated_typeContext ctx)
Exit a parse tree produced bymysqlParser.enumerated_type()
.The default implementation does nothing.
- Specified by:
exitEnumerated_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterColumn_options
public void enterColumn_options(mysqlParser.Column_optionsContext ctx)
Enter a parse tree produced bymysqlParser.column_options()
.The default implementation does nothing.
- Specified by:
enterColumn_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitColumn_options
public void exitColumn_options(mysqlParser.Column_optionsContext ctx)
Exit a parse tree produced bymysqlParser.column_options()
.The default implementation does nothing.
- Specified by:
exitColumn_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterPrimary_key
public void enterPrimary_key(mysqlParser.Primary_keyContext ctx)
Enter a parse tree produced bymysqlParser.primary_key()
.The default implementation does nothing.
- Specified by:
enterPrimary_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitPrimary_key
public void exitPrimary_key(mysqlParser.Primary_keyContext ctx)
Exit a parse tree produced bymysqlParser.primary_key()
.The default implementation does nothing.
- Specified by:
exitPrimary_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterEnumerated_values
public void enterEnumerated_values(mysqlParser.Enumerated_valuesContext ctx)
Enter a parse tree produced bymysqlParser.enumerated_values()
.The default implementation does nothing.
- Specified by:
enterEnumerated_values
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitEnumerated_values
public void exitEnumerated_values(mysqlParser.Enumerated_valuesContext ctx)
Exit a parse tree produced bymysqlParser.enumerated_values()
.The default implementation does nothing.
- Specified by:
exitEnumerated_values
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterEnum_value
public void enterEnum_value(mysqlParser.Enum_valueContext ctx)
Enter a parse tree produced bymysqlParser.enum_value()
.The default implementation does nothing.
- Specified by:
enterEnum_value
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitEnum_value
public void exitEnum_value(mysqlParser.Enum_valueContext ctx)
Exit a parse tree produced bymysqlParser.enum_value()
.The default implementation does nothing.
- Specified by:
exitEnum_value
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCharset_def
public void enterCharset_def(mysqlParser.Charset_defContext ctx)
Enter a parse tree produced bymysqlParser.charset_def()
.The default implementation does nothing.
- Specified by:
enterCharset_def
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCharset_def
public void exitCharset_def(mysqlParser.Charset_defContext ctx)
Exit a parse tree produced bymysqlParser.charset_def()
.The default implementation does nothing.
- Specified by:
exitCharset_def
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCharacter_set
public void enterCharacter_set(mysqlParser.Character_setContext ctx)
Enter a parse tree produced bymysqlParser.character_set()
.The default implementation does nothing.
- Specified by:
enterCharacter_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCharacter_set
public void exitCharacter_set(mysqlParser.Character_setContext ctx)
Exit a parse tree produced bymysqlParser.character_set()
.The default implementation does nothing.
- Specified by:
exitCharacter_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterVisibility
public void enterVisibility(mysqlParser.VisibilityContext ctx)
Enter a parse tree produced bymysqlParser.visibility()
.The default implementation does nothing.
- Specified by:
enterVisibility
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitVisibility
public void exitVisibility(mysqlParser.VisibilityContext ctx)
Exit a parse tree produced bymysqlParser.visibility()
.The default implementation does nothing.
- Specified by:
exitVisibility
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterNullability
public void enterNullability(mysqlParser.NullabilityContext ctx)
Enter a parse tree produced bymysqlParser.nullability()
.The default implementation does nothing.
- Specified by:
enterNullability
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitNullability
public void exitNullability(mysqlParser.NullabilityContext ctx)
Exit a parse tree produced bymysqlParser.nullability()
.The default implementation does nothing.
- Specified by:
exitNullability
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDefault_value
public void enterDefault_value(mysqlParser.Default_valueContext ctx)
Enter a parse tree produced bymysqlParser.default_value()
.The default implementation does nothing.
- Specified by:
enterDefault_value
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDefault_value
public void exitDefault_value(mysqlParser.Default_valueContext ctx)
Exit a parse tree produced bymysqlParser.default_value()
.The default implementation does nothing.
- Specified by:
exitDefault_value
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterLength
public void enterLength(mysqlParser.LengthContext ctx)
Enter a parse tree produced bymysqlParser.length()
.The default implementation does nothing.
- Specified by:
enterLength
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitLength
public void exitLength(mysqlParser.LengthContext ctx)
Exit a parse tree produced bymysqlParser.length()
.The default implementation does nothing.
- Specified by:
exitLength
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterInt_flags
public void enterInt_flags(mysqlParser.Int_flagsContext ctx)
Enter a parse tree produced bymysqlParser.int_flags()
.The default implementation does nothing.
- Specified by:
enterInt_flags
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitInt_flags
public void exitInt_flags(mysqlParser.Int_flagsContext ctx)
Exit a parse tree produced bymysqlParser.int_flags()
.The default implementation does nothing.
- Specified by:
exitInt_flags
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDecimal_length
public void enterDecimal_length(mysqlParser.Decimal_lengthContext ctx)
Enter a parse tree produced bymysqlParser.decimal_length()
.The default implementation does nothing.
- Specified by:
enterDecimal_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDecimal_length
public void exitDecimal_length(mysqlParser.Decimal_lengthContext ctx)
Exit a parse tree produced bymysqlParser.decimal_length()
.The default implementation does nothing.
- Specified by:
exitDecimal_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterNow_function
public void enterNow_function(mysqlParser.Now_functionContext ctx)
Enter a parse tree produced bymysqlParser.now_function()
.The default implementation does nothing.
- Specified by:
enterNow_function
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitNow_function
public void exitNow_function(mysqlParser.Now_functionContext ctx)
Exit a parse tree produced bymysqlParser.now_function()
.The default implementation does nothing.
- Specified by:
exitNow_function
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterNow_function_length
public void enterNow_function_length(mysqlParser.Now_function_lengthContext ctx)
Enter a parse tree produced bymysqlParser.now_function_length()
.The default implementation does nothing.
- Specified by:
enterNow_function_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitNow_function_length
public void exitNow_function_length(mysqlParser.Now_function_lengthContext ctx)
Exit a parse tree produced bymysqlParser.now_function_length()
.The default implementation does nothing.
- Specified by:
exitNow_function_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCurrent_timestamp_length
public void enterCurrent_timestamp_length(mysqlParser.Current_timestamp_lengthContext ctx)
Enter a parse tree produced bymysqlParser.current_timestamp_length()
.The default implementation does nothing.
- Specified by:
enterCurrent_timestamp_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCurrent_timestamp_length
public void exitCurrent_timestamp_length(mysqlParser.Current_timestamp_lengthContext ctx)
Exit a parse tree produced bymysqlParser.current_timestamp_length()
.The default implementation does nothing.
- Specified by:
exitCurrent_timestamp_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterLocaltime_function
public void enterLocaltime_function(mysqlParser.Localtime_functionContext ctx)
Enter a parse tree produced bymysqlParser.localtime_function()
.The default implementation does nothing.
- Specified by:
enterLocaltime_function
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitLocaltime_function
public void exitLocaltime_function(mysqlParser.Localtime_functionContext ctx)
Exit a parse tree produced bymysqlParser.localtime_function()
.The default implementation does nothing.
- Specified by:
exitLocaltime_function
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterPartition_by
public void enterPartition_by(mysqlParser.Partition_byContext ctx)
Enter a parse tree produced bymysqlParser.partition_by()
.The default implementation does nothing.
- Specified by:
enterPartition_by
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitPartition_by
public void exitPartition_by(mysqlParser.Partition_byContext ctx)
Exit a parse tree produced bymysqlParser.partition_by()
.The default implementation does nothing.
- Specified by:
exitPartition_by
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterPartition_by_what
public void enterPartition_by_what(mysqlParser.Partition_by_whatContext ctx)
Enter a parse tree produced bymysqlParser.partition_by_what()
.The default implementation does nothing.
- Specified by:
enterPartition_by_what
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitPartition_by_what
public void exitPartition_by_what(mysqlParser.Partition_by_whatContext ctx)
Exit a parse tree produced bymysqlParser.partition_by_what()
.The default implementation does nothing.
- Specified by:
exitPartition_by_what
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterSubpartition_by
public void enterSubpartition_by(mysqlParser.Subpartition_byContext ctx)
Enter a parse tree produced bymysqlParser.subpartition_by()
.The default implementation does nothing.
- Specified by:
enterSubpartition_by
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitSubpartition_by
public void exitSubpartition_by(mysqlParser.Subpartition_byContext ctx)
Exit a parse tree produced bymysqlParser.subpartition_by()
.The default implementation does nothing.
- Specified by:
exitSubpartition_by
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterPartition_count
public void enterPartition_count(mysqlParser.Partition_countContext ctx)
Enter a parse tree produced bymysqlParser.partition_count()
.The default implementation does nothing.
- Specified by:
enterPartition_count
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitPartition_count
public void exitPartition_count(mysqlParser.Partition_countContext ctx)
Exit a parse tree produced bymysqlParser.partition_count()
.The default implementation does nothing.
- Specified by:
exitPartition_count
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterPartition_definitions
public void enterPartition_definitions(mysqlParser.Partition_definitionsContext ctx)
Enter a parse tree produced bymysqlParser.partition_definitions()
.The default implementation does nothing.
- Specified by:
enterPartition_definitions
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitPartition_definitions
public void exitPartition_definitions(mysqlParser.Partition_definitionsContext ctx)
Exit a parse tree produced bymysqlParser.partition_definitions()
.The default implementation does nothing.
- Specified by:
exitPartition_definitions
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterSkip_parens_inside_partition_definitions
public void enterSkip_parens_inside_partition_definitions(mysqlParser.Skip_parens_inside_partition_definitionsContext ctx)
Enter a parse tree produced bymysqlParser.skip_parens_inside_partition_definitions()
.The default implementation does nothing.
- Specified by:
enterSkip_parens_inside_partition_definitions
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitSkip_parens_inside_partition_definitions
public void exitSkip_parens_inside_partition_definitions(mysqlParser.Skip_parens_inside_partition_definitionsContext ctx)
Exit a parse tree produced bymysqlParser.skip_parens_inside_partition_definitions()
.The default implementation does nothing.
- Specified by:
exitSkip_parens_inside_partition_definitions
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_database
public void enterAlter_database(mysqlParser.Alter_databaseContext ctx)
Enter a parse tree produced bymysqlParser.alter_database()
.The default implementation does nothing.
- Specified by:
enterAlter_database
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_database
public void exitAlter_database(mysqlParser.Alter_databaseContext ctx)
Exit a parse tree produced bymysqlParser.alter_database()
.The default implementation does nothing.
- Specified by:
exitAlter_database
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_database_definition
public void enterAlter_database_definition(mysqlParser.Alter_database_definitionContext ctx)
Enter a parse tree produced bymysqlParser.alter_database_definition()
.The default implementation does nothing.
- Specified by:
enterAlter_database_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_database_definition
public void exitAlter_database_definition(mysqlParser.Alter_database_definitionContext ctx)
Exit a parse tree produced bymysqlParser.alter_database_definition()
.The default implementation does nothing.
- Specified by:
exitAlter_database_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_encryption
public void enterAlter_encryption(mysqlParser.Alter_encryptionContext ctx)
Enter a parse tree produced bymysqlParser.alter_encryption()
.The default implementation does nothing.
- Specified by:
enterAlter_encryption
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_encryption
public void exitAlter_encryption(mysqlParser.Alter_encryptionContext ctx)
Exit a parse tree produced bymysqlParser.alter_encryption()
.The default implementation does nothing.
- Specified by:
exitAlter_encryption
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_option
public void enterCreate_option(mysqlParser.Create_optionContext ctx)
Enter a parse tree produced bymysqlParser.create_option()
.The default implementation does nothing.
- Specified by:
enterCreate_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_option
public void exitCreate_option(mysqlParser.Create_optionContext ctx)
Exit a parse tree produced bymysqlParser.create_option()
.The default implementation does nothing.
- Specified by:
exitCreate_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_database
public void enterCreate_database(mysqlParser.Create_databaseContext ctx)
Enter a parse tree produced bymysqlParser.create_database()
.The default implementation does nothing.
- Specified by:
enterCreate_database
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_database
public void exitCreate_database(mysqlParser.Create_databaseContext ctx)
Exit a parse tree produced bymysqlParser.create_database()
.The default implementation does nothing.
- Specified by:
exitCreate_database
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_table
public void enterCreate_table(mysqlParser.Create_tableContext ctx)
Enter a parse tree produced bymysqlParser.create_table()
.The default implementation does nothing.
- Specified by:
enterCreate_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_table
public void exitCreate_table(mysqlParser.Create_tableContext ctx)
Exit a parse tree produced bymysqlParser.create_table()
.The default implementation does nothing.
- Specified by:
exitCreate_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_table_preamble
public void enterCreate_table_preamble(mysqlParser.Create_table_preambleContext ctx)
Enter a parse tree produced bymysqlParser.create_table_preamble()
.The default implementation does nothing.
- Specified by:
enterCreate_table_preamble
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_table_preamble
public void exitCreate_table_preamble(mysqlParser.Create_table_preambleContext ctx)
Exit a parse tree produced bymysqlParser.create_table_preamble()
.The default implementation does nothing.
- Specified by:
exitCreate_table_preamble
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_specifications
public void enterCreate_specifications(mysqlParser.Create_specificationsContext ctx)
Enter a parse tree produced bymysqlParser.create_specifications()
.The default implementation does nothing.
- Specified by:
enterCreate_specifications
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_specifications
public void exitCreate_specifications(mysqlParser.Create_specificationsContext ctx)
Exit a parse tree produced bymysqlParser.create_specifications()
.The default implementation does nothing.
- Specified by:
exitCreate_specifications
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_specification
public void enterCreate_specification(mysqlParser.Create_specificationContext ctx)
Enter a parse tree produced bymysqlParser.create_specification()
.The default implementation does nothing.
- Specified by:
enterCreate_specification
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_specification
public void exitCreate_specification(mysqlParser.Create_specificationContext ctx)
Exit a parse tree produced bymysqlParser.create_specification()
.The default implementation does nothing.
- Specified by:
exitCreate_specification
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_like_tbl
public void enterCreate_like_tbl(mysqlParser.Create_like_tblContext ctx)
Enter a parse tree produced bymysqlParser.create_like_tbl()
.The default implementation does nothing.
- Specified by:
enterCreate_like_tbl
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_like_tbl
public void exitCreate_like_tbl(mysqlParser.Create_like_tblContext ctx)
Exit a parse tree produced bymysqlParser.create_like_tbl()
.The default implementation does nothing.
- Specified by:
exitCreate_like_tbl
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterTable_creation_option
public void enterTable_creation_option(mysqlParser.Table_creation_optionContext ctx)
Enter a parse tree produced bymysqlParser.table_creation_option()
.The default implementation does nothing.
- Specified by:
enterTable_creation_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitTable_creation_option
public void exitTable_creation_option(mysqlParser.Table_creation_optionContext ctx)
Exit a parse tree produced bymysqlParser.table_creation_option()
.The default implementation does nothing.
- Specified by:
exitTable_creation_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_engine
public void enterCreation_engine(mysqlParser.Creation_engineContext ctx)
Enter a parse tree produced bymysqlParser.creation_engine()
.The default implementation does nothing.
- Specified by:
enterCreation_engine
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_engine
public void exitCreation_engine(mysqlParser.Creation_engineContext ctx)
Exit a parse tree produced bymysqlParser.creation_engine()
.The default implementation does nothing.
- Specified by:
exitCreation_engine
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_auto_increment
public void enterCreation_auto_increment(mysqlParser.Creation_auto_incrementContext ctx)
Enter a parse tree produced bymysqlParser.creation_auto_increment()
.The default implementation does nothing.
- Specified by:
enterCreation_auto_increment
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_auto_increment
public void exitCreation_auto_increment(mysqlParser.Creation_auto_incrementContext ctx)
Exit a parse tree produced bymysqlParser.creation_auto_increment()
.The default implementation does nothing.
- Specified by:
exitCreation_auto_increment
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_avg_row_length
public void enterCreation_avg_row_length(mysqlParser.Creation_avg_row_lengthContext ctx)
Enter a parse tree produced bymysqlParser.creation_avg_row_length()
.The default implementation does nothing.
- Specified by:
enterCreation_avg_row_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_avg_row_length
public void exitCreation_avg_row_length(mysqlParser.Creation_avg_row_lengthContext ctx)
Exit a parse tree produced bymysqlParser.creation_avg_row_length()
.The default implementation does nothing.
- Specified by:
exitCreation_avg_row_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_character_set
public void enterCreation_character_set(mysqlParser.Creation_character_setContext ctx)
Enter a parse tree produced bymysqlParser.creation_character_set()
.The default implementation does nothing.
- Specified by:
enterCreation_character_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_character_set
public void exitCreation_character_set(mysqlParser.Creation_character_setContext ctx)
Exit a parse tree produced bymysqlParser.creation_character_set()
.The default implementation does nothing.
- Specified by:
exitCreation_character_set
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_checksum
public void enterCreation_checksum(mysqlParser.Creation_checksumContext ctx)
Enter a parse tree produced bymysqlParser.creation_checksum()
.The default implementation does nothing.
- Specified by:
enterCreation_checksum
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_checksum
public void exitCreation_checksum(mysqlParser.Creation_checksumContext ctx)
Exit a parse tree produced bymysqlParser.creation_checksum()
.The default implementation does nothing.
- Specified by:
exitCreation_checksum
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_collation
public void enterCreation_collation(mysqlParser.Creation_collationContext ctx)
Enter a parse tree produced bymysqlParser.creation_collation()
.The default implementation does nothing.
- Specified by:
enterCreation_collation
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_collation
public void exitCreation_collation(mysqlParser.Creation_collationContext ctx)
Exit a parse tree produced bymysqlParser.creation_collation()
.The default implementation does nothing.
- Specified by:
exitCreation_collation
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_comment
public void enterCreation_comment(mysqlParser.Creation_commentContext ctx)
Enter a parse tree produced bymysqlParser.creation_comment()
.The default implementation does nothing.
- Specified by:
enterCreation_comment
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_comment
public void exitCreation_comment(mysqlParser.Creation_commentContext ctx)
Exit a parse tree produced bymysqlParser.creation_comment()
.The default implementation does nothing.
- Specified by:
exitCreation_comment
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_connection
public void enterCreation_connection(mysqlParser.Creation_connectionContext ctx)
Enter a parse tree produced bymysqlParser.creation_connection()
.The default implementation does nothing.
- Specified by:
enterCreation_connection
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_connection
public void exitCreation_connection(mysqlParser.Creation_connectionContext ctx)
Exit a parse tree produced bymysqlParser.creation_connection()
.The default implementation does nothing.
- Specified by:
exitCreation_connection
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_data_directory
public void enterCreation_data_directory(mysqlParser.Creation_data_directoryContext ctx)
Enter a parse tree produced bymysqlParser.creation_data_directory()
.The default implementation does nothing.
- Specified by:
enterCreation_data_directory
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_data_directory
public void exitCreation_data_directory(mysqlParser.Creation_data_directoryContext ctx)
Exit a parse tree produced bymysqlParser.creation_data_directory()
.The default implementation does nothing.
- Specified by:
exitCreation_data_directory
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_delay_key_write
public void enterCreation_delay_key_write(mysqlParser.Creation_delay_key_writeContext ctx)
Enter a parse tree produced bymysqlParser.creation_delay_key_write()
.The default implementation does nothing.
- Specified by:
enterCreation_delay_key_write
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_delay_key_write
public void exitCreation_delay_key_write(mysqlParser.Creation_delay_key_writeContext ctx)
Exit a parse tree produced bymysqlParser.creation_delay_key_write()
.The default implementation does nothing.
- Specified by:
exitCreation_delay_key_write
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_index_directory
public void enterCreation_index_directory(mysqlParser.Creation_index_directoryContext ctx)
Enter a parse tree produced bymysqlParser.creation_index_directory()
.The default implementation does nothing.
- Specified by:
enterCreation_index_directory
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_index_directory
public void exitCreation_index_directory(mysqlParser.Creation_index_directoryContext ctx)
Exit a parse tree produced bymysqlParser.creation_index_directory()
.The default implementation does nothing.
- Specified by:
exitCreation_index_directory
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_insert_method
public void enterCreation_insert_method(mysqlParser.Creation_insert_methodContext ctx)
Enter a parse tree produced bymysqlParser.creation_insert_method()
.The default implementation does nothing.
- Specified by:
enterCreation_insert_method
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_insert_method
public void exitCreation_insert_method(mysqlParser.Creation_insert_methodContext ctx)
Exit a parse tree produced bymysqlParser.creation_insert_method()
.The default implementation does nothing.
- Specified by:
exitCreation_insert_method
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_key_block_size
public void enterCreation_key_block_size(mysqlParser.Creation_key_block_sizeContext ctx)
Enter a parse tree produced bymysqlParser.creation_key_block_size()
.The default implementation does nothing.
- Specified by:
enterCreation_key_block_size
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_key_block_size
public void exitCreation_key_block_size(mysqlParser.Creation_key_block_sizeContext ctx)
Exit a parse tree produced bymysqlParser.creation_key_block_size()
.The default implementation does nothing.
- Specified by:
exitCreation_key_block_size
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_max_rows
public void enterCreation_max_rows(mysqlParser.Creation_max_rowsContext ctx)
Enter a parse tree produced bymysqlParser.creation_max_rows()
.The default implementation does nothing.
- Specified by:
enterCreation_max_rows
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_max_rows
public void exitCreation_max_rows(mysqlParser.Creation_max_rowsContext ctx)
Exit a parse tree produced bymysqlParser.creation_max_rows()
.The default implementation does nothing.
- Specified by:
exitCreation_max_rows
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_min_rows
public void enterCreation_min_rows(mysqlParser.Creation_min_rowsContext ctx)
Enter a parse tree produced bymysqlParser.creation_min_rows()
.The default implementation does nothing.
- Specified by:
enterCreation_min_rows
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_min_rows
public void exitCreation_min_rows(mysqlParser.Creation_min_rowsContext ctx)
Exit a parse tree produced bymysqlParser.creation_min_rows()
.The default implementation does nothing.
- Specified by:
exitCreation_min_rows
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_pack_keys
public void enterCreation_pack_keys(mysqlParser.Creation_pack_keysContext ctx)
Enter a parse tree produced bymysqlParser.creation_pack_keys()
.The default implementation does nothing.
- Specified by:
enterCreation_pack_keys
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_pack_keys
public void exitCreation_pack_keys(mysqlParser.Creation_pack_keysContext ctx)
Exit a parse tree produced bymysqlParser.creation_pack_keys()
.The default implementation does nothing.
- Specified by:
exitCreation_pack_keys
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_password
public void enterCreation_password(mysqlParser.Creation_passwordContext ctx)
Enter a parse tree produced bymysqlParser.creation_password()
.The default implementation does nothing.
- Specified by:
enterCreation_password
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_password
public void exitCreation_password(mysqlParser.Creation_passwordContext ctx)
Exit a parse tree produced bymysqlParser.creation_password()
.The default implementation does nothing.
- Specified by:
exitCreation_password
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_compression
public void enterCreation_compression(mysqlParser.Creation_compressionContext ctx)
Enter a parse tree produced bymysqlParser.creation_compression()
.The default implementation does nothing.
- Specified by:
enterCreation_compression
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_compression
public void exitCreation_compression(mysqlParser.Creation_compressionContext ctx)
Exit a parse tree produced bymysqlParser.creation_compression()
.The default implementation does nothing.
- Specified by:
exitCreation_compression
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_row_format
public void enterCreation_row_format(mysqlParser.Creation_row_formatContext ctx)
Enter a parse tree produced bymysqlParser.creation_row_format()
.The default implementation does nothing.
- Specified by:
enterCreation_row_format
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_row_format
public void exitCreation_row_format(mysqlParser.Creation_row_formatContext ctx)
Exit a parse tree produced bymysqlParser.creation_row_format()
.The default implementation does nothing.
- Specified by:
exitCreation_row_format
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_stats_auto_recalc
public void enterCreation_stats_auto_recalc(mysqlParser.Creation_stats_auto_recalcContext ctx)
Enter a parse tree produced bymysqlParser.creation_stats_auto_recalc()
.The default implementation does nothing.
- Specified by:
enterCreation_stats_auto_recalc
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_stats_auto_recalc
public void exitCreation_stats_auto_recalc(mysqlParser.Creation_stats_auto_recalcContext ctx)
Exit a parse tree produced bymysqlParser.creation_stats_auto_recalc()
.The default implementation does nothing.
- Specified by:
exitCreation_stats_auto_recalc
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_stats_persistent
public void enterCreation_stats_persistent(mysqlParser.Creation_stats_persistentContext ctx)
Enter a parse tree produced bymysqlParser.creation_stats_persistent()
.The default implementation does nothing.
- Specified by:
enterCreation_stats_persistent
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_stats_persistent
public void exitCreation_stats_persistent(mysqlParser.Creation_stats_persistentContext ctx)
Exit a parse tree produced bymysqlParser.creation_stats_persistent()
.The default implementation does nothing.
- Specified by:
exitCreation_stats_persistent
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_stats_sample_pages
public void enterCreation_stats_sample_pages(mysqlParser.Creation_stats_sample_pagesContext ctx)
Enter a parse tree produced bymysqlParser.creation_stats_sample_pages()
.The default implementation does nothing.
- Specified by:
enterCreation_stats_sample_pages
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_stats_sample_pages
public void exitCreation_stats_sample_pages(mysqlParser.Creation_stats_sample_pagesContext ctx)
Exit a parse tree produced bymysqlParser.creation_stats_sample_pages()
.The default implementation does nothing.
- Specified by:
exitCreation_stats_sample_pages
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_storage_option
public void enterCreation_storage_option(mysqlParser.Creation_storage_optionContext ctx)
Enter a parse tree produced bymysqlParser.creation_storage_option()
.The default implementation does nothing.
- Specified by:
enterCreation_storage_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_storage_option
public void exitCreation_storage_option(mysqlParser.Creation_storage_optionContext ctx)
Exit a parse tree produced bymysqlParser.creation_storage_option()
.The default implementation does nothing.
- Specified by:
exitCreation_storage_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_tablespace
public void enterCreation_tablespace(mysqlParser.Creation_tablespaceContext ctx)
Enter a parse tree produced bymysqlParser.creation_tablespace()
.The default implementation does nothing.
- Specified by:
enterCreation_tablespace
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_tablespace
public void exitCreation_tablespace(mysqlParser.Creation_tablespaceContext ctx)
Exit a parse tree produced bymysqlParser.creation_tablespace()
.The default implementation does nothing.
- Specified by:
exitCreation_tablespace
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_union
public void enterCreation_union(mysqlParser.Creation_unionContext ctx)
Enter a parse tree produced bymysqlParser.creation_union()
.The default implementation does nothing.
- Specified by:
enterCreation_union
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_union
public void exitCreation_union(mysqlParser.Creation_unionContext ctx)
Exit a parse tree produced bymysqlParser.creation_union()
.The default implementation does nothing.
- Specified by:
exitCreation_union
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_encryption
public void enterCreation_encryption(mysqlParser.Creation_encryptionContext ctx)
Enter a parse tree produced bymysqlParser.creation_encryption()
.The default implementation does nothing.
- Specified by:
enterCreation_encryption
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_encryption
public void exitCreation_encryption(mysqlParser.Creation_encryptionContext ctx)
Exit a parse tree produced bymysqlParser.creation_encryption()
.The default implementation does nothing.
- Specified by:
exitCreation_encryption
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreation_start_transaction
public void enterCreation_start_transaction(mysqlParser.Creation_start_transactionContext ctx)
Enter a parse tree produced bymysqlParser.creation_start_transaction()
.The default implementation does nothing.
- Specified by:
enterCreation_start_transaction
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreation_start_transaction
public void exitCreation_start_transaction(mysqlParser.Creation_start_transactionContext ctx)
Exit a parse tree produced bymysqlParser.creation_start_transaction()
.The default implementation does nothing.
- Specified by:
exitCreation_start_transaction
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_definition
public void enterIndex_definition(mysqlParser.Index_definitionContext ctx)
Enter a parse tree produced bymysqlParser.index_definition()
.The default implementation does nothing.
- Specified by:
enterIndex_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_definition
public void exitIndex_definition(mysqlParser.Index_definitionContext ctx)
Exit a parse tree produced bymysqlParser.index_definition()
.The default implementation does nothing.
- Specified by:
exitIndex_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_type_1
public void enterIndex_type_1(mysqlParser.Index_type_1Context ctx)
Enter a parse tree produced bymysqlParser.index_type_1()
.The default implementation does nothing.
- Specified by:
enterIndex_type_1
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_type_1
public void exitIndex_type_1(mysqlParser.Index_type_1Context ctx)
Exit a parse tree produced bymysqlParser.index_type_1()
.The default implementation does nothing.
- Specified by:
exitIndex_type_1
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_type_pk
public void enterIndex_type_pk(mysqlParser.Index_type_pkContext ctx)
Enter a parse tree produced bymysqlParser.index_type_pk()
.The default implementation does nothing.
- Specified by:
enterIndex_type_pk
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_type_pk
public void exitIndex_type_pk(mysqlParser.Index_type_pkContext ctx)
Exit a parse tree produced bymysqlParser.index_type_pk()
.The default implementation does nothing.
- Specified by:
exitIndex_type_pk
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_type_3
public void enterIndex_type_3(mysqlParser.Index_type_3Context ctx)
Enter a parse tree produced bymysqlParser.index_type_3()
.The default implementation does nothing.
- Specified by:
enterIndex_type_3
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_type_3
public void exitIndex_type_3(mysqlParser.Index_type_3Context ctx)
Exit a parse tree produced bymysqlParser.index_type_3()
.The default implementation does nothing.
- Specified by:
exitIndex_type_3
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_type_4
public void enterIndex_type_4(mysqlParser.Index_type_4Context ctx)
Enter a parse tree produced bymysqlParser.index_type_4()
.The default implementation does nothing.
- Specified by:
enterIndex_type_4
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_type_4
public void exitIndex_type_4(mysqlParser.Index_type_4Context ctx)
Exit a parse tree produced bymysqlParser.index_type_4()
.The default implementation does nothing.
- Specified by:
exitIndex_type_4
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_type_5
public void enterIndex_type_5(mysqlParser.Index_type_5Context ctx)
Enter a parse tree produced bymysqlParser.index_type_5()
.The default implementation does nothing.
- Specified by:
enterIndex_type_5
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_type_5
public void exitIndex_type_5(mysqlParser.Index_type_5Context ctx)
Exit a parse tree produced bymysqlParser.index_type_5()
.The default implementation does nothing.
- Specified by:
exitIndex_type_5
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_type_check
public void enterIndex_type_check(mysqlParser.Index_type_checkContext ctx)
Enter a parse tree produced bymysqlParser.index_type_check()
.The default implementation does nothing.
- Specified by:
enterIndex_type_check
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_type_check
public void exitIndex_type_check(mysqlParser.Index_type_checkContext ctx)
Exit a parse tree produced bymysqlParser.index_type_check()
.The default implementation does nothing.
- Specified by:
exitIndex_type_check
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_or_key
public void enterIndex_or_key(mysqlParser.Index_or_keyContext ctx)
Enter a parse tree produced bymysqlParser.index_or_key()
.The default implementation does nothing.
- Specified by:
enterIndex_or_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_or_key
public void exitIndex_or_key(mysqlParser.Index_or_keyContext ctx)
Exit a parse tree produced bymysqlParser.index_or_key()
.The default implementation does nothing.
- Specified by:
exitIndex_or_key
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_constraint
public void enterIndex_constraint(mysqlParser.Index_constraintContext ctx)
Enter a parse tree produced bymysqlParser.index_constraint()
.The default implementation does nothing.
- Specified by:
enterIndex_constraint
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_constraint
public void exitIndex_constraint(mysqlParser.Index_constraintContext ctx)
Exit a parse tree produced bymysqlParser.index_constraint()
.The default implementation does nothing.
- Specified by:
exitIndex_constraint
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterConstraint_name
public void enterConstraint_name(mysqlParser.Constraint_nameContext ctx)
Enter a parse tree produced bymysqlParser.constraint_name()
.The default implementation does nothing.
- Specified by:
enterConstraint_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitConstraint_name
public void exitConstraint_name(mysqlParser.Constraint_nameContext ctx)
Exit a parse tree produced bymysqlParser.constraint_name()
.The default implementation does nothing.
- Specified by:
exitConstraint_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_name
public void enterIndex_name(mysqlParser.Index_nameContext ctx)
Enter a parse tree produced bymysqlParser.index_name()
.The default implementation does nothing.
- Specified by:
enterIndex_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_name
public void exitIndex_name(mysqlParser.Index_nameContext ctx)
Exit a parse tree produced bymysqlParser.index_name()
.The default implementation does nothing.
- Specified by:
exitIndex_name
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_type
public void enterIndex_type(mysqlParser.Index_typeContext ctx)
Enter a parse tree produced bymysqlParser.index_type()
.The default implementation does nothing.
- Specified by:
enterIndex_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_type
public void exitIndex_type(mysqlParser.Index_typeContext ctx)
Exit a parse tree produced bymysqlParser.index_type()
.The default implementation does nothing.
- Specified by:
exitIndex_type
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_options
public void enterIndex_options(mysqlParser.Index_optionsContext ctx)
Enter a parse tree produced bymysqlParser.index_options()
.The default implementation does nothing.
- Specified by:
enterIndex_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_options
public void exitIndex_options(mysqlParser.Index_optionsContext ctx)
Exit a parse tree produced bymysqlParser.index_options()
.The default implementation does nothing.
- Specified by:
exitIndex_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_column_list
public void enterIndex_column_list(mysqlParser.Index_column_listContext ctx)
Enter a parse tree produced bymysqlParser.index_column_list()
.The default implementation does nothing.
- Specified by:
enterIndex_column_list
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_column_list
public void exitIndex_column_list(mysqlParser.Index_column_listContext ctx)
Exit a parse tree produced bymysqlParser.index_column_list()
.The default implementation does nothing.
- Specified by:
exitIndex_column_list
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_columns
public void enterIndex_columns(mysqlParser.Index_columnsContext ctx)
Enter a parse tree produced bymysqlParser.index_columns()
.The default implementation does nothing.
- Specified by:
enterIndex_columns
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_columns
public void exitIndex_columns(mysqlParser.Index_columnsContext ctx)
Exit a parse tree produced bymysqlParser.index_columns()
.The default implementation does nothing.
- Specified by:
exitIndex_columns
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_column
public void enterIndex_column(mysqlParser.Index_columnContext ctx)
Enter a parse tree produced bymysqlParser.index_column()
.The default implementation does nothing.
- Specified by:
enterIndex_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_column
public void exitIndex_column(mysqlParser.Index_columnContext ctx)
Exit a parse tree produced bymysqlParser.index_column()
.The default implementation does nothing.
- Specified by:
exitIndex_column
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_column_partial_def
public void enterIndex_column_partial_def(mysqlParser.Index_column_partial_defContext ctx)
Enter a parse tree produced bymysqlParser.index_column_partial_def()
.The default implementation does nothing.
- Specified by:
enterIndex_column_partial_def
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_column_partial_def
public void exitIndex_column_partial_def(mysqlParser.Index_column_partial_defContext ctx)
Exit a parse tree produced bymysqlParser.index_column_partial_def()
.The default implementation does nothing.
- Specified by:
exitIndex_column_partial_def
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_column_partial_length
public void enterIndex_column_partial_length(mysqlParser.Index_column_partial_lengthContext ctx)
Enter a parse tree produced bymysqlParser.index_column_partial_length()
.The default implementation does nothing.
- Specified by:
enterIndex_column_partial_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_column_partial_length
public void exitIndex_column_partial_length(mysqlParser.Index_column_partial_lengthContext ctx)
Exit a parse tree produced bymysqlParser.index_column_partial_length()
.The default implementation does nothing.
- Specified by:
exitIndex_column_partial_length
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterIndex_column_asc_or_desc
public void enterIndex_column_asc_or_desc(mysqlParser.Index_column_asc_or_descContext ctx)
Enter a parse tree produced bymysqlParser.index_column_asc_or_desc()
.The default implementation does nothing.
- Specified by:
enterIndex_column_asc_or_desc
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitIndex_column_asc_or_desc
public void exitIndex_column_asc_or_desc(mysqlParser.Index_column_asc_or_descContext ctx)
Exit a parse tree produced bymysqlParser.index_column_asc_or_desc()
.The default implementation does nothing.
- Specified by:
exitIndex_column_asc_or_desc
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterReference_definition
public void enterReference_definition(mysqlParser.Reference_definitionContext ctx)
Enter a parse tree produced bymysqlParser.reference_definition()
.The default implementation does nothing.
- Specified by:
enterReference_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitReference_definition
public void exitReference_definition(mysqlParser.Reference_definitionContext ctx)
Exit a parse tree produced bymysqlParser.reference_definition()
.The default implementation does nothing.
- Specified by:
exitReference_definition
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterReference_definition_match
public void enterReference_definition_match(mysqlParser.Reference_definition_matchContext ctx)
Enter a parse tree produced bymysqlParser.reference_definition_match()
.The default implementation does nothing.
- Specified by:
enterReference_definition_match
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitReference_definition_match
public void exitReference_definition_match(mysqlParser.Reference_definition_matchContext ctx)
Exit a parse tree produced bymysqlParser.reference_definition_match()
.The default implementation does nothing.
- Specified by:
exitReference_definition_match
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterReference_definition_on_delete
public void enterReference_definition_on_delete(mysqlParser.Reference_definition_on_deleteContext ctx)
Enter a parse tree produced bymysqlParser.reference_definition_on_delete()
.The default implementation does nothing.
- Specified by:
enterReference_definition_on_delete
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitReference_definition_on_delete
public void exitReference_definition_on_delete(mysqlParser.Reference_definition_on_deleteContext ctx)
Exit a parse tree produced bymysqlParser.reference_definition_on_delete()
.The default implementation does nothing.
- Specified by:
exitReference_definition_on_delete
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterReference_definition_on_update
public void enterReference_definition_on_update(mysqlParser.Reference_definition_on_updateContext ctx)
Enter a parse tree produced bymysqlParser.reference_definition_on_update()
.The default implementation does nothing.
- Specified by:
enterReference_definition_on_update
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitReference_definition_on_update
public void exitReference_definition_on_update(mysqlParser.Reference_definition_on_updateContext ctx)
Exit a parse tree produced bymysqlParser.reference_definition_on_update()
.The default implementation does nothing.
- Specified by:
exitReference_definition_on_update
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterReference_option
public void enterReference_option(mysqlParser.Reference_optionContext ctx)
Enter a parse tree produced bymysqlParser.reference_option()
.The default implementation does nothing.
- Specified by:
enterReference_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitReference_option
public void exitReference_option(mysqlParser.Reference_optionContext ctx)
Exit a parse tree produced bymysqlParser.reference_option()
.The default implementation does nothing.
- Specified by:
exitReference_option
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDrop_database
public void enterDrop_database(mysqlParser.Drop_databaseContext ctx)
Enter a parse tree produced bymysqlParser.drop_database()
.The default implementation does nothing.
- Specified by:
enterDrop_database
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDrop_database
public void exitDrop_database(mysqlParser.Drop_databaseContext ctx)
Exit a parse tree produced bymysqlParser.drop_database()
.The default implementation does nothing.
- Specified by:
exitDrop_database
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDrop_table
public void enterDrop_table(mysqlParser.Drop_tableContext ctx)
Enter a parse tree produced bymysqlParser.drop_table()
.The default implementation does nothing.
- Specified by:
enterDrop_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDrop_table
public void exitDrop_table(mysqlParser.Drop_tableContext ctx)
Exit a parse tree produced bymysqlParser.drop_table()
.The default implementation does nothing.
- Specified by:
exitDrop_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDrop_table_options
public void enterDrop_table_options(mysqlParser.Drop_table_optionsContext ctx)
Enter a parse tree produced bymysqlParser.drop_table_options()
.The default implementation does nothing.
- Specified by:
enterDrop_table_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDrop_table_options
public void exitDrop_table_options(mysqlParser.Drop_table_optionsContext ctx)
Exit a parse tree produced bymysqlParser.drop_table_options()
.The default implementation does nothing.
- Specified by:
exitDrop_table_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterRename_table
public void enterRename_table(mysqlParser.Rename_tableContext ctx)
Enter a parse tree produced bymysqlParser.rename_table()
.The default implementation does nothing.
- Specified by:
enterRename_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitRename_table
public void exitRename_table(mysqlParser.Rename_tableContext ctx)
Exit a parse tree produced bymysqlParser.rename_table()
.The default implementation does nothing.
- Specified by:
exitRename_table
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterRename_table_spec
public void enterRename_table_spec(mysqlParser.Rename_table_specContext ctx)
Enter a parse tree produced bymysqlParser.rename_table_spec()
.The default implementation does nothing.
- Specified by:
enterRename_table_spec
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitRename_table_spec
public void exitRename_table_spec(mysqlParser.Rename_table_specContext ctx)
Exit a parse tree produced bymysqlParser.rename_table_spec()
.The default implementation does nothing.
- Specified by:
exitRename_table_spec
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterAlter_view
public void enterAlter_view(mysqlParser.Alter_viewContext ctx)
Enter a parse tree produced bymysqlParser.alter_view()
.The default implementation does nothing.
- Specified by:
enterAlter_view
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitAlter_view
public void exitAlter_view(mysqlParser.Alter_viewContext ctx)
Exit a parse tree produced bymysqlParser.alter_view()
.The default implementation does nothing.
- Specified by:
exitAlter_view
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterCreate_view
public void enterCreate_view(mysqlParser.Create_viewContext ctx)
Enter a parse tree produced bymysqlParser.create_view()
.The default implementation does nothing.
- Specified by:
enterCreate_view
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitCreate_view
public void exitCreate_view(mysqlParser.Create_viewContext ctx)
Exit a parse tree produced bymysqlParser.create_view()
.The default implementation does nothing.
- Specified by:
exitCreate_view
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterDrop_view
public void enterDrop_view(mysqlParser.Drop_viewContext ctx)
Enter a parse tree produced bymysqlParser.drop_view()
.The default implementation does nothing.
- Specified by:
enterDrop_view
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitDrop_view
public void exitDrop_view(mysqlParser.Drop_viewContext ctx)
Exit a parse tree produced bymysqlParser.drop_view()
.The default implementation does nothing.
- Specified by:
exitDrop_view
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterView_options
public void enterView_options(mysqlParser.View_optionsContext ctx)
Enter a parse tree produced bymysqlParser.view_options()
.The default implementation does nothing.
- Specified by:
enterView_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
exitView_options
public void exitView_options(mysqlParser.View_optionsContext ctx)
Exit a parse tree produced bymysqlParser.view_options()
.The default implementation does nothing.
- Specified by:
exitView_options
in interfacemysqlListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-