public class PostgreSQLParserBaseListener extends Object implements PostgreSQLParserListener
PostgreSQLParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
PostgreSQLParserBaseListener() |
public void enterSql(PostgreSQLParser.SqlContext ctx)
PostgreSQLParser.sql().
The default implementation does nothing.
enterSql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSql(PostgreSQLParser.SqlContext ctx)
PostgreSQLParser.sql().
The default implementation does nothing.
exitSql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterQname_parser(PostgreSQLParser.Qname_parserContext ctx)
PostgreSQLParser.qname_parser().
The default implementation does nothing.
enterQname_parser 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitQname_parser(PostgreSQLParser.Qname_parserContext ctx)
PostgreSQLParser.qname_parser().
The default implementation does nothing.
exitQname_parser 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_args_parser(PostgreSQLParser.Function_args_parserContext ctx)
PostgreSQLParser.function_args_parser().
The default implementation does nothing.
enterFunction_args_parser 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_args_parser(PostgreSQLParser.Function_args_parserContext ctx)
PostgreSQLParser.function_args_parser().
The default implementation does nothing.
exitFunction_args_parser 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterVex_eof(PostgreSQLParser.Vex_eofContext ctx)
PostgreSQLParser.vex_eof().
The default implementation does nothing.
enterVex_eof 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitVex_eof(PostgreSQLParser.Vex_eofContext ctx)
PostgreSQLParser.vex_eof().
The default implementation does nothing.
exitVex_eof 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPlpgsql_function(PostgreSQLParser.Plpgsql_functionContext ctx)
PostgreSQLParser.plpgsql_function().
The default implementation does nothing.
enterPlpgsql_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPlpgsql_function(PostgreSQLParser.Plpgsql_functionContext ctx)
PostgreSQLParser.plpgsql_function().
The default implementation does nothing.
exitPlpgsql_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPlpgsql_function_test_list(PostgreSQLParser.Plpgsql_function_test_listContext ctx)
PostgreSQLParser.plpgsql_function_test_list().
The default implementation does nothing.
enterPlpgsql_function_test_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPlpgsql_function_test_list(PostgreSQLParser.Plpgsql_function_test_listContext ctx)
PostgreSQLParser.plpgsql_function_test_list().
The default implementation does nothing.
exitPlpgsql_function_test_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterStatement(PostgreSQLParser.StatementContext ctx)
PostgreSQLParser.statement().
The default implementation does nothing.
enterStatement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitStatement(PostgreSQLParser.StatementContext ctx)
PostgreSQLParser.statement().
The default implementation does nothing.
exitStatement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterData_statement(PostgreSQLParser.Data_statementContext ctx)
PostgreSQLParser.data_statement().
The default implementation does nothing.
enterData_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitData_statement(PostgreSQLParser.Data_statementContext ctx)
PostgreSQLParser.data_statement().
The default implementation does nothing.
exitData_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterScript_statement(PostgreSQLParser.Script_statementContext ctx)
PostgreSQLParser.script_statement().
The default implementation does nothing.
enterScript_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitScript_statement(PostgreSQLParser.Script_statementContext ctx)
PostgreSQLParser.script_statement().
The default implementation does nothing.
exitScript_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterScript_transaction(PostgreSQLParser.Script_transactionContext ctx)
PostgreSQLParser.script_transaction().
The default implementation does nothing.
enterScript_transaction 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitScript_transaction(PostgreSQLParser.Script_transactionContext ctx)
PostgreSQLParser.script_transaction().
The default implementation does nothing.
exitScript_transaction 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTransaction_mode(PostgreSQLParser.Transaction_modeContext ctx)
PostgreSQLParser.transaction_mode().
The default implementation does nothing.
enterTransaction_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTransaction_mode(PostgreSQLParser.Transaction_modeContext ctx)
PostgreSQLParser.transaction_mode().
The default implementation does nothing.
exitTransaction_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterLock_table(PostgreSQLParser.Lock_tableContext ctx)
PostgreSQLParser.lock_table().
The default implementation does nothing.
enterLock_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitLock_table(PostgreSQLParser.Lock_tableContext ctx)
PostgreSQLParser.lock_table().
The default implementation does nothing.
exitLock_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterLock_mode(PostgreSQLParser.Lock_modeContext ctx)
PostgreSQLParser.lock_mode().
The default implementation does nothing.
enterLock_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitLock_mode(PostgreSQLParser.Lock_modeContext ctx)
PostgreSQLParser.lock_mode().
The default implementation does nothing.
exitLock_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterScript_additional(PostgreSQLParser.Script_additionalContext ctx)
PostgreSQLParser.script_additional().
The default implementation does nothing.
enterScript_additional 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitScript_additional(PostgreSQLParser.Script_additionalContext ctx)
PostgreSQLParser.script_additional().
The default implementation does nothing.
exitScript_additional 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAdditional_statement(PostgreSQLParser.Additional_statementContext ctx)
PostgreSQLParser.additional_statement().
The default implementation does nothing.
enterAdditional_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAdditional_statement(PostgreSQLParser.Additional_statementContext ctx)
PostgreSQLParser.additional_statement().
The default implementation does nothing.
exitAdditional_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterExplain_statement(PostgreSQLParser.Explain_statementContext ctx)
PostgreSQLParser.explain_statement().
The default implementation does nothing.
enterExplain_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitExplain_statement(PostgreSQLParser.Explain_statementContext ctx)
PostgreSQLParser.explain_statement().
The default implementation does nothing.
exitExplain_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterExplain_query(PostgreSQLParser.Explain_queryContext ctx)
PostgreSQLParser.explain_query().
The default implementation does nothing.
enterExplain_query 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitExplain_query(PostgreSQLParser.Explain_queryContext ctx)
PostgreSQLParser.explain_query().
The default implementation does nothing.
exitExplain_query 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterExecute_statement(PostgreSQLParser.Execute_statementContext ctx)
PostgreSQLParser.execute_statement().
The default implementation does nothing.
enterExecute_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitExecute_statement(PostgreSQLParser.Execute_statementContext ctx)
PostgreSQLParser.execute_statement().
The default implementation does nothing.
exitExecute_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDeclare_statement(PostgreSQLParser.Declare_statementContext ctx)
PostgreSQLParser.declare_statement().
The default implementation does nothing.
enterDeclare_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDeclare_statement(PostgreSQLParser.Declare_statementContext ctx)
PostgreSQLParser.declare_statement().
The default implementation does nothing.
exitDeclare_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterShow_statement(PostgreSQLParser.Show_statementContext ctx)
PostgreSQLParser.show_statement().
The default implementation does nothing.
enterShow_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitShow_statement(PostgreSQLParser.Show_statementContext ctx)
PostgreSQLParser.show_statement().
The default implementation does nothing.
exitShow_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterExplain_option(PostgreSQLParser.Explain_optionContext ctx)
PostgreSQLParser.explain_option().
The default implementation does nothing.
enterExplain_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitExplain_option(PostgreSQLParser.Explain_optionContext ctx)
PostgreSQLParser.explain_option().
The default implementation does nothing.
exitExplain_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUser_name(PostgreSQLParser.User_nameContext ctx)
PostgreSQLParser.user_name().
The default implementation does nothing.
enterUser_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUser_name(PostgreSQLParser.User_nameContext ctx)
PostgreSQLParser.user_name().
The default implementation does nothing.
exitUser_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_cols_list(PostgreSQLParser.Table_cols_listContext ctx)
PostgreSQLParser.table_cols_list().
The default implementation does nothing.
enterTable_cols_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_cols_list(PostgreSQLParser.Table_cols_listContext ctx)
PostgreSQLParser.table_cols_list().
The default implementation does nothing.
exitTable_cols_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_cols(PostgreSQLParser.Table_colsContext ctx)
PostgreSQLParser.table_cols().
The default implementation does nothing.
enterTable_cols 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_cols(PostgreSQLParser.Table_colsContext ctx)
PostgreSQLParser.table_cols().
The default implementation does nothing.
exitTable_cols 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterVacuum_mode(PostgreSQLParser.Vacuum_modeContext ctx)
PostgreSQLParser.vacuum_mode().
The default implementation does nothing.
enterVacuum_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitVacuum_mode(PostgreSQLParser.Vacuum_modeContext ctx)
PostgreSQLParser.vacuum_mode().
The default implementation does nothing.
exitVacuum_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterVacuum_option(PostgreSQLParser.Vacuum_optionContext ctx)
PostgreSQLParser.vacuum_option().
The default implementation does nothing.
enterVacuum_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitVacuum_option(PostgreSQLParser.Vacuum_optionContext ctx)
PostgreSQLParser.vacuum_option().
The default implementation does nothing.
exitVacuum_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAnalyze_mode(PostgreSQLParser.Analyze_modeContext ctx)
PostgreSQLParser.analyze_mode().
The default implementation does nothing.
enterAnalyze_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAnalyze_mode(PostgreSQLParser.Analyze_modeContext ctx)
PostgreSQLParser.analyze_mode().
The default implementation does nothing.
exitAnalyze_mode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterBoolean_value(PostgreSQLParser.Boolean_valueContext ctx)
PostgreSQLParser.boolean_value().
The default implementation does nothing.
enterBoolean_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitBoolean_value(PostgreSQLParser.Boolean_valueContext ctx)
PostgreSQLParser.boolean_value().
The default implementation does nothing.
exitBoolean_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFetch_move_direction(PostgreSQLParser.Fetch_move_directionContext ctx)
PostgreSQLParser.fetch_move_direction().
The default implementation does nothing.
enterFetch_move_direction 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFetch_move_direction(PostgreSQLParser.Fetch_move_directionContext ctx)
PostgreSQLParser.fetch_move_direction().
The default implementation does nothing.
exitFetch_move_direction 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSchema_statement(PostgreSQLParser.Schema_statementContext ctx)
PostgreSQLParser.schema_statement().
The default implementation does nothing.
enterSchema_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSchema_statement(PostgreSQLParser.Schema_statementContext ctx)
PostgreSQLParser.schema_statement().
The default implementation does nothing.
exitSchema_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSchema_create(PostgreSQLParser.Schema_createContext ctx)
PostgreSQLParser.schema_create().
The default implementation does nothing.
enterSchema_create 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSchema_create(PostgreSQLParser.Schema_createContext ctx)
PostgreSQLParser.schema_create().
The default implementation does nothing.
exitSchema_create 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSchema_alter(PostgreSQLParser.Schema_alterContext ctx)
PostgreSQLParser.schema_alter().
The default implementation does nothing.
enterSchema_alter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSchema_alter(PostgreSQLParser.Schema_alterContext ctx)
PostgreSQLParser.schema_alter().
The default implementation does nothing.
exitSchema_alter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSchema_drop(PostgreSQLParser.Schema_dropContext ctx)
PostgreSQLParser.schema_drop().
The default implementation does nothing.
enterSchema_drop 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSchema_drop(PostgreSQLParser.Schema_dropContext ctx)
PostgreSQLParser.schema_drop().
The default implementation does nothing.
exitSchema_drop 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSchema_import(PostgreSQLParser.Schema_importContext ctx)
PostgreSQLParser.schema_import().
The default implementation does nothing.
enterSchema_import 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSchema_import(PostgreSQLParser.Schema_importContext ctx)
PostgreSQLParser.schema_import().
The default implementation does nothing.
exitSchema_import 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_function_statement(PostgreSQLParser.Alter_function_statementContext ctx)
PostgreSQLParser.alter_function_statement().
The default implementation does nothing.
enterAlter_function_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_function_statement(PostgreSQLParser.Alter_function_statementContext ctx)
PostgreSQLParser.alter_function_statement().
The default implementation does nothing.
exitAlter_function_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_aggregate_statement(PostgreSQLParser.Alter_aggregate_statementContext ctx)
PostgreSQLParser.alter_aggregate_statement().
The default implementation does nothing.
enterAlter_aggregate_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_aggregate_statement(PostgreSQLParser.Alter_aggregate_statementContext ctx)
PostgreSQLParser.alter_aggregate_statement().
The default implementation does nothing.
exitAlter_aggregate_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_extension_statement(PostgreSQLParser.Alter_extension_statementContext ctx)
PostgreSQLParser.alter_extension_statement().
The default implementation does nothing.
enterAlter_extension_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_extension_statement(PostgreSQLParser.Alter_extension_statementContext ctx)
PostgreSQLParser.alter_extension_statement().
The default implementation does nothing.
exitAlter_extension_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_extension_action(PostgreSQLParser.Alter_extension_actionContext ctx)
PostgreSQLParser.alter_extension_action().
The default implementation does nothing.
enterAlter_extension_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_extension_action(PostgreSQLParser.Alter_extension_actionContext ctx)
PostgreSQLParser.alter_extension_action().
The default implementation does nothing.
exitAlter_extension_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterExtension_member_object(PostgreSQLParser.Extension_member_objectContext ctx)
PostgreSQLParser.extension_member_object().
The default implementation does nothing.
enterExtension_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitExtension_member_object(PostgreSQLParser.Extension_member_objectContext ctx)
PostgreSQLParser.extension_member_object().
The default implementation does nothing.
exitExtension_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_schema_statement(PostgreSQLParser.Alter_schema_statementContext ctx)
PostgreSQLParser.alter_schema_statement().
The default implementation does nothing.
enterAlter_schema_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_schema_statement(PostgreSQLParser.Alter_schema_statementContext ctx)
PostgreSQLParser.alter_schema_statement().
The default implementation does nothing.
exitAlter_schema_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_language_statement(PostgreSQLParser.Alter_language_statementContext ctx)
PostgreSQLParser.alter_language_statement().
The default implementation does nothing.
enterAlter_language_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_language_statement(PostgreSQLParser.Alter_language_statementContext ctx)
PostgreSQLParser.alter_language_statement().
The default implementation does nothing.
exitAlter_language_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_table_statement(PostgreSQLParser.Alter_table_statementContext ctx)
PostgreSQLParser.alter_table_statement().
The default implementation does nothing.
enterAlter_table_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_table_statement(PostgreSQLParser.Alter_table_statementContext ctx)
PostgreSQLParser.alter_table_statement().
The default implementation does nothing.
exitAlter_table_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_action(PostgreSQLParser.Table_actionContext ctx)
PostgreSQLParser.table_action().
The default implementation does nothing.
enterTable_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_action(PostgreSQLParser.Table_actionContext ctx)
PostgreSQLParser.table_action().
The default implementation does nothing.
exitTable_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterColumn_action(PostgreSQLParser.Column_actionContext ctx)
PostgreSQLParser.column_action().
The default implementation does nothing.
enterColumn_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitColumn_action(PostgreSQLParser.Column_actionContext ctx)
PostgreSQLParser.column_action().
The default implementation does nothing.
exitColumn_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIdentity_body(PostgreSQLParser.Identity_bodyContext ctx)
PostgreSQLParser.identity_body().
The default implementation does nothing.
enterIdentity_body 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIdentity_body(PostgreSQLParser.Identity_bodyContext ctx)
PostgreSQLParser.identity_body().
The default implementation does nothing.
exitIdentity_body 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_identity(PostgreSQLParser.Alter_identityContext ctx)
PostgreSQLParser.alter_identity().
The default implementation does nothing.
enterAlter_identity 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_identity(PostgreSQLParser.Alter_identityContext ctx)
PostgreSQLParser.alter_identity().
The default implementation does nothing.
exitAlter_identity 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterStorage_option(PostgreSQLParser.Storage_optionContext ctx)
PostgreSQLParser.storage_option().
The default implementation does nothing.
enterStorage_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitStorage_option(PostgreSQLParser.Storage_optionContext ctx)
PostgreSQLParser.storage_option().
The default implementation does nothing.
exitStorage_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterValidate_constraint(PostgreSQLParser.Validate_constraintContext ctx)
PostgreSQLParser.validate_constraint().
The default implementation does nothing.
enterValidate_constraint 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitValidate_constraint(PostgreSQLParser.Validate_constraintContext ctx)
PostgreSQLParser.validate_constraint().
The default implementation does nothing.
exitValidate_constraint 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_constraint(PostgreSQLParser.Drop_constraintContext ctx)
PostgreSQLParser.drop_constraint().
The default implementation does nothing.
enterDrop_constraint 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_constraint(PostgreSQLParser.Drop_constraintContext ctx)
PostgreSQLParser.drop_constraint().
The default implementation does nothing.
exitDrop_constraint 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_deferrable(PostgreSQLParser.Table_deferrableContext ctx)
PostgreSQLParser.table_deferrable().
The default implementation does nothing.
enterTable_deferrable 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_deferrable(PostgreSQLParser.Table_deferrableContext ctx)
PostgreSQLParser.table_deferrable().
The default implementation does nothing.
exitTable_deferrable 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_initialy_immed(PostgreSQLParser.Table_initialy_immedContext ctx)
PostgreSQLParser.table_initialy_immed().
The default implementation does nothing.
enterTable_initialy_immed 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_initialy_immed(PostgreSQLParser.Table_initialy_immedContext ctx)
PostgreSQLParser.table_initialy_immed().
The default implementation does nothing.
exitTable_initialy_immed 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_actions_common(PostgreSQLParser.Function_actions_commonContext ctx)
PostgreSQLParser.function_actions_common().
The default implementation does nothing.
enterFunction_actions_common 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_actions_common(PostgreSQLParser.Function_actions_commonContext ctx)
PostgreSQLParser.function_actions_common().
The default implementation does nothing.
exitFunction_actions_common 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_def(PostgreSQLParser.Function_defContext ctx)
PostgreSQLParser.function_def().
The default implementation does nothing.
enterFunction_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_def(PostgreSQLParser.Function_defContext ctx)
PostgreSQLParser.function_def().
The default implementation does nothing.
exitFunction_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_index_statement(PostgreSQLParser.Alter_index_statementContext ctx)
PostgreSQLParser.alter_index_statement().
The default implementation does nothing.
enterAlter_index_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_index_statement(PostgreSQLParser.Alter_index_statementContext ctx)
PostgreSQLParser.alter_index_statement().
The default implementation does nothing.
exitAlter_index_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndex_def_action(PostgreSQLParser.Index_def_actionContext ctx)
PostgreSQLParser.index_def_action().
The default implementation does nothing.
enterIndex_def_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndex_def_action(PostgreSQLParser.Index_def_actionContext ctx)
PostgreSQLParser.index_def_action().
The default implementation does nothing.
exitIndex_def_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_default_privileges(PostgreSQLParser.Alter_default_privilegesContext ctx)
PostgreSQLParser.alter_default_privileges().
The default implementation does nothing.
enterAlter_default_privileges 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_default_privileges(PostgreSQLParser.Alter_default_privilegesContext ctx)
PostgreSQLParser.alter_default_privileges().
The default implementation does nothing.
exitAlter_default_privileges 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAbbreviated_grant_or_revoke(PostgreSQLParser.Abbreviated_grant_or_revokeContext ctx)
PostgreSQLParser.abbreviated_grant_or_revoke().
The default implementation does nothing.
enterAbbreviated_grant_or_revoke 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAbbreviated_grant_or_revoke(PostgreSQLParser.Abbreviated_grant_or_revokeContext ctx)
PostgreSQLParser.abbreviated_grant_or_revoke().
The default implementation does nothing.
exitAbbreviated_grant_or_revoke 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterGrant_option_for(PostgreSQLParser.Grant_option_forContext ctx)
PostgreSQLParser.grant_option_for().
The default implementation does nothing.
enterGrant_option_for 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitGrant_option_for(PostgreSQLParser.Grant_option_forContext ctx)
PostgreSQLParser.grant_option_for().
The default implementation does nothing.
exitGrant_option_for 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_sequence_statement(PostgreSQLParser.Alter_sequence_statementContext ctx)
PostgreSQLParser.alter_sequence_statement().
The default implementation does nothing.
enterAlter_sequence_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_sequence_statement(PostgreSQLParser.Alter_sequence_statementContext ctx)
PostgreSQLParser.alter_sequence_statement().
The default implementation does nothing.
exitAlter_sequence_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_view_statement(PostgreSQLParser.Alter_view_statementContext ctx)
PostgreSQLParser.alter_view_statement().
The default implementation does nothing.
enterAlter_view_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_view_statement(PostgreSQLParser.Alter_view_statementContext ctx)
PostgreSQLParser.alter_view_statement().
The default implementation does nothing.
exitAlter_view_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_event_trigger(PostgreSQLParser.Alter_event_triggerContext ctx)
PostgreSQLParser.alter_event_trigger().
The default implementation does nothing.
enterAlter_event_trigger 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_event_trigger(PostgreSQLParser.Alter_event_triggerContext ctx)
PostgreSQLParser.alter_event_trigger().
The default implementation does nothing.
exitAlter_event_trigger 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_event_trigger_action(PostgreSQLParser.Alter_event_trigger_actionContext ctx)
PostgreSQLParser.alter_event_trigger_action().
The default implementation does nothing.
enterAlter_event_trigger_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_event_trigger_action(PostgreSQLParser.Alter_event_trigger_actionContext ctx)
PostgreSQLParser.alter_event_trigger_action().
The default implementation does nothing.
exitAlter_event_trigger_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_type_statement(PostgreSQLParser.Alter_type_statementContext ctx)
PostgreSQLParser.alter_type_statement().
The default implementation does nothing.
enterAlter_type_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_type_statement(PostgreSQLParser.Alter_type_statementContext ctx)
PostgreSQLParser.alter_type_statement().
The default implementation does nothing.
exitAlter_type_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_domain_statement(PostgreSQLParser.Alter_domain_statementContext ctx)
PostgreSQLParser.alter_domain_statement().
The default implementation does nothing.
enterAlter_domain_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_domain_statement(PostgreSQLParser.Alter_domain_statementContext ctx)
PostgreSQLParser.alter_domain_statement().
The default implementation does nothing.
exitAlter_domain_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_server_statement(PostgreSQLParser.Alter_server_statementContext ctx)
PostgreSQLParser.alter_server_statement().
The default implementation does nothing.
enterAlter_server_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_server_statement(PostgreSQLParser.Alter_server_statementContext ctx)
PostgreSQLParser.alter_server_statement().
The default implementation does nothing.
exitAlter_server_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_server_action(PostgreSQLParser.Alter_server_actionContext ctx)
PostgreSQLParser.alter_server_action().
The default implementation does nothing.
enterAlter_server_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_server_action(PostgreSQLParser.Alter_server_actionContext ctx)
PostgreSQLParser.alter_server_action().
The default implementation does nothing.
exitAlter_server_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_fts_statement(PostgreSQLParser.Alter_fts_statementContext ctx)
PostgreSQLParser.alter_fts_statement().
The default implementation does nothing.
enterAlter_fts_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_fts_statement(PostgreSQLParser.Alter_fts_statementContext ctx)
PostgreSQLParser.alter_fts_statement().
The default implementation does nothing.
exitAlter_fts_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_fts_configuration(PostgreSQLParser.Alter_fts_configurationContext ctx)
PostgreSQLParser.alter_fts_configuration().
The default implementation does nothing.
enterAlter_fts_configuration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_fts_configuration(PostgreSQLParser.Alter_fts_configurationContext ctx)
PostgreSQLParser.alter_fts_configuration().
The default implementation does nothing.
exitAlter_fts_configuration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterType_action(PostgreSQLParser.Type_actionContext ctx)
PostgreSQLParser.type_action().
The default implementation does nothing.
enterType_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitType_action(PostgreSQLParser.Type_actionContext ctx)
PostgreSQLParser.type_action().
The default implementation does nothing.
exitType_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSet_def_column(PostgreSQLParser.Set_def_columnContext ctx)
PostgreSQLParser.set_def_column().
The default implementation does nothing.
enterSet_def_column 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSet_def_column(PostgreSQLParser.Set_def_columnContext ctx)
PostgreSQLParser.set_def_column().
The default implementation does nothing.
exitSet_def_column 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_def(PostgreSQLParser.Drop_defContext ctx)
PostgreSQLParser.drop_def().
The default implementation does nothing.
enterDrop_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_def(PostgreSQLParser.Drop_defContext ctx)
PostgreSQLParser.drop_def().
The default implementation does nothing.
exitDrop_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_index_statement(PostgreSQLParser.Create_index_statementContext ctx)
PostgreSQLParser.create_index_statement().
The default implementation does nothing.
enterCreate_index_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_index_statement(PostgreSQLParser.Create_index_statementContext ctx)
PostgreSQLParser.create_index_statement().
The default implementation does nothing.
exitCreate_index_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndex_rest(PostgreSQLParser.Index_restContext ctx)
PostgreSQLParser.index_rest().
The default implementation does nothing.
enterIndex_rest 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndex_rest(PostgreSQLParser.Index_restContext ctx)
PostgreSQLParser.index_rest().
The default implementation does nothing.
exitIndex_rest 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndex_sort(PostgreSQLParser.Index_sortContext ctx)
PostgreSQLParser.index_sort().
The default implementation does nothing.
enterIndex_sort 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndex_sort(PostgreSQLParser.Index_sortContext ctx)
PostgreSQLParser.index_sort().
The default implementation does nothing.
exitIndex_sort 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIncluding_index(PostgreSQLParser.Including_indexContext ctx)
PostgreSQLParser.including_index().
The default implementation does nothing.
enterIncluding_index 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIncluding_index(PostgreSQLParser.Including_indexContext ctx)
PostgreSQLParser.including_index().
The default implementation does nothing.
exitIncluding_index 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndex_where(PostgreSQLParser.Index_whereContext ctx)
PostgreSQLParser.index_where().
The default implementation does nothing.
enterIndex_where 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndex_where(PostgreSQLParser.Index_whereContext ctx)
PostgreSQLParser.index_where().
The default implementation does nothing.
exitIndex_where 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_extension_statement(PostgreSQLParser.Create_extension_statementContext ctx)
PostgreSQLParser.create_extension_statement().
The default implementation does nothing.
enterCreate_extension_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_extension_statement(PostgreSQLParser.Create_extension_statementContext ctx)
PostgreSQLParser.create_extension_statement().
The default implementation does nothing.
exitCreate_extension_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_language_statement(PostgreSQLParser.Create_language_statementContext ctx)
PostgreSQLParser.create_language_statement().
The default implementation does nothing.
enterCreate_language_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_language_statement(PostgreSQLParser.Create_language_statementContext ctx)
PostgreSQLParser.create_language_statement().
The default implementation does nothing.
exitCreate_language_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_event_trigger(PostgreSQLParser.Create_event_triggerContext ctx)
PostgreSQLParser.create_event_trigger().
The default implementation does nothing.
enterCreate_event_trigger 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_event_trigger(PostgreSQLParser.Create_event_triggerContext ctx)
PostgreSQLParser.create_event_trigger().
The default implementation does nothing.
exitCreate_event_trigger 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_type_statement(PostgreSQLParser.Create_type_statementContext ctx)
PostgreSQLParser.create_type_statement().
The default implementation does nothing.
enterCreate_type_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_type_statement(PostgreSQLParser.Create_type_statementContext ctx)
PostgreSQLParser.create_type_statement().
The default implementation does nothing.
exitCreate_type_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_domain_statement(PostgreSQLParser.Create_domain_statementContext ctx)
PostgreSQLParser.create_domain_statement().
The default implementation does nothing.
enterCreate_domain_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_domain_statement(PostgreSQLParser.Create_domain_statementContext ctx)
PostgreSQLParser.create_domain_statement().
The default implementation does nothing.
exitCreate_domain_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_server_statement(PostgreSQLParser.Create_server_statementContext ctx)
PostgreSQLParser.create_server_statement().
The default implementation does nothing.
enterCreate_server_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_server_statement(PostgreSQLParser.Create_server_statementContext ctx)
PostgreSQLParser.create_server_statement().
The default implementation does nothing.
exitCreate_server_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_fts_dictionary(PostgreSQLParser.Create_fts_dictionaryContext ctx)
PostgreSQLParser.create_fts_dictionary().
The default implementation does nothing.
enterCreate_fts_dictionary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_fts_dictionary(PostgreSQLParser.Create_fts_dictionaryContext ctx)
PostgreSQLParser.create_fts_dictionary().
The default implementation does nothing.
exitCreate_fts_dictionary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOption_with_value(PostgreSQLParser.Option_with_valueContext ctx)
PostgreSQLParser.option_with_value().
The default implementation does nothing.
enterOption_with_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOption_with_value(PostgreSQLParser.Option_with_valueContext ctx)
PostgreSQLParser.option_with_value().
The default implementation does nothing.
exitOption_with_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_fts_configuration(PostgreSQLParser.Create_fts_configurationContext ctx)
PostgreSQLParser.create_fts_configuration().
The default implementation does nothing.
enterCreate_fts_configuration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_fts_configuration(PostgreSQLParser.Create_fts_configurationContext ctx)
PostgreSQLParser.create_fts_configuration().
The default implementation does nothing.
exitCreate_fts_configuration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_fts_template(PostgreSQLParser.Create_fts_templateContext ctx)
PostgreSQLParser.create_fts_template().
The default implementation does nothing.
enterCreate_fts_template 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_fts_template(PostgreSQLParser.Create_fts_templateContext ctx)
PostgreSQLParser.create_fts_template().
The default implementation does nothing.
exitCreate_fts_template 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_fts_parser(PostgreSQLParser.Create_fts_parserContext ctx)
PostgreSQLParser.create_fts_parser().
The default implementation does nothing.
enterCreate_fts_parser 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_fts_parser(PostgreSQLParser.Create_fts_parserContext ctx)
PostgreSQLParser.create_fts_parser().
The default implementation does nothing.
exitCreate_fts_parser 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_collation(PostgreSQLParser.Create_collationContext ctx)
PostgreSQLParser.create_collation().
The default implementation does nothing.
enterCreate_collation 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_collation(PostgreSQLParser.Create_collationContext ctx)
PostgreSQLParser.create_collation().
The default implementation does nothing.
exitCreate_collation 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_collation(PostgreSQLParser.Alter_collationContext ctx)
PostgreSQLParser.alter_collation().
The default implementation does nothing.
enterAlter_collation 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_collation(PostgreSQLParser.Alter_collationContext ctx)
PostgreSQLParser.alter_collation().
The default implementation does nothing.
exitAlter_collation 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCollation_option(PostgreSQLParser.Collation_optionContext ctx)
PostgreSQLParser.collation_option().
The default implementation does nothing.
enterCollation_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCollation_option(PostgreSQLParser.Collation_optionContext ctx)
PostgreSQLParser.collation_option().
The default implementation does nothing.
exitCollation_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_user_mapping(PostgreSQLParser.Create_user_mappingContext ctx)
PostgreSQLParser.create_user_mapping().
The default implementation does nothing.
enterCreate_user_mapping 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_user_mapping(PostgreSQLParser.Create_user_mappingContext ctx)
PostgreSQLParser.create_user_mapping().
The default implementation does nothing.
exitCreate_user_mapping 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_user_mapping(PostgreSQLParser.Alter_user_mappingContext ctx)
PostgreSQLParser.alter_user_mapping().
The default implementation does nothing.
enterAlter_user_mapping 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_user_mapping(PostgreSQLParser.Alter_user_mappingContext ctx)
PostgreSQLParser.alter_user_mapping().
The default implementation does nothing.
exitAlter_user_mapping 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_user_or_role(PostgreSQLParser.Alter_user_or_roleContext ctx)
PostgreSQLParser.alter_user_or_role().
The default implementation does nothing.
enterAlter_user_or_role 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_user_or_role(PostgreSQLParser.Alter_user_or_roleContext ctx)
PostgreSQLParser.alter_user_or_role().
The default implementation does nothing.
exitAlter_user_or_role 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_user_or_role_set_reset(PostgreSQLParser.Alter_user_or_role_set_resetContext ctx)
PostgreSQLParser.alter_user_or_role_set_reset().
The default implementation does nothing.
enterAlter_user_or_role_set_reset 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_user_or_role_set_reset(PostgreSQLParser.Alter_user_or_role_set_resetContext ctx)
PostgreSQLParser.alter_user_or_role_set_reset().
The default implementation does nothing.
exitAlter_user_or_role_set_reset 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUser_or_role_set_reset(PostgreSQLParser.User_or_role_set_resetContext ctx)
PostgreSQLParser.user_or_role_set_reset().
The default implementation does nothing.
enterUser_or_role_set_reset 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUser_or_role_set_reset(PostgreSQLParser.User_or_role_set_resetContext ctx)
PostgreSQLParser.user_or_role_set_reset().
The default implementation does nothing.
exitUser_or_role_set_reset 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_group(PostgreSQLParser.Alter_groupContext ctx)
PostgreSQLParser.alter_group().
The default implementation does nothing.
enterAlter_group 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_group(PostgreSQLParser.Alter_groupContext ctx)
PostgreSQLParser.alter_group().
The default implementation does nothing.
exitAlter_group 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_group_action(PostgreSQLParser.Alter_group_actionContext ctx)
PostgreSQLParser.alter_group_action().
The default implementation does nothing.
enterAlter_group_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_group_action(PostgreSQLParser.Alter_group_actionContext ctx)
PostgreSQLParser.alter_group_action().
The default implementation does nothing.
exitAlter_group_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_tablespace(PostgreSQLParser.Alter_tablespaceContext ctx)
PostgreSQLParser.alter_tablespace().
The default implementation does nothing.
enterAlter_tablespace 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_tablespace(PostgreSQLParser.Alter_tablespaceContext ctx)
PostgreSQLParser.alter_tablespace().
The default implementation does nothing.
exitAlter_tablespace 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_owner(PostgreSQLParser.Alter_ownerContext ctx)
PostgreSQLParser.alter_owner().
The default implementation does nothing.
enterAlter_owner 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_owner(PostgreSQLParser.Alter_ownerContext ctx)
PostgreSQLParser.alter_owner().
The default implementation does nothing.
exitAlter_owner 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_tablespace_action(PostgreSQLParser.Alter_tablespace_actionContext ctx)
PostgreSQLParser.alter_tablespace_action().
The default implementation does nothing.
enterAlter_tablespace_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_tablespace_action(PostgreSQLParser.Alter_tablespace_actionContext ctx)
PostgreSQLParser.alter_tablespace_action().
The default implementation does nothing.
exitAlter_tablespace_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_statistics(PostgreSQLParser.Alter_statisticsContext ctx)
PostgreSQLParser.alter_statistics().
The default implementation does nothing.
enterAlter_statistics 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_statistics(PostgreSQLParser.Alter_statisticsContext ctx)
PostgreSQLParser.alter_statistics().
The default implementation does nothing.
exitAlter_statistics 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_foreign_data_wrapper(PostgreSQLParser.Alter_foreign_data_wrapperContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper().
The default implementation does nothing.
enterAlter_foreign_data_wrapper 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_foreign_data_wrapper(PostgreSQLParser.Alter_foreign_data_wrapperContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper().
The default implementation does nothing.
exitAlter_foreign_data_wrapper 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_foreign_data_wrapper_action(PostgreSQLParser.Alter_foreign_data_wrapper_actionContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper_action().
The default implementation does nothing.
enterAlter_foreign_data_wrapper_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_foreign_data_wrapper_action(PostgreSQLParser.Alter_foreign_data_wrapper_actionContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper_action().
The default implementation does nothing.
exitAlter_foreign_data_wrapper_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_operator_statement(PostgreSQLParser.Alter_operator_statementContext ctx)
PostgreSQLParser.alter_operator_statement().
The default implementation does nothing.
enterAlter_operator_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_operator_statement(PostgreSQLParser.Alter_operator_statementContext ctx)
PostgreSQLParser.alter_operator_statement().
The default implementation does nothing.
exitAlter_operator_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_operator_action(PostgreSQLParser.Alter_operator_actionContext ctx)
PostgreSQLParser.alter_operator_action().
The default implementation does nothing.
enterAlter_operator_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_operator_action(PostgreSQLParser.Alter_operator_actionContext ctx)
PostgreSQLParser.alter_operator_action().
The default implementation does nothing.
exitAlter_operator_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOperator_set_restrict_join(PostgreSQLParser.Operator_set_restrict_joinContext ctx)
PostgreSQLParser.operator_set_restrict_join().
The default implementation does nothing.
enterOperator_set_restrict_join 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOperator_set_restrict_join(PostgreSQLParser.Operator_set_restrict_joinContext ctx)
PostgreSQLParser.operator_set_restrict_join().
The default implementation does nothing.
exitOperator_set_restrict_join 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_user_mapping(PostgreSQLParser.Drop_user_mappingContext ctx)
PostgreSQLParser.drop_user_mapping().
The default implementation does nothing.
enterDrop_user_mapping 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_user_mapping(PostgreSQLParser.Drop_user_mappingContext ctx)
PostgreSQLParser.drop_user_mapping().
The default implementation does nothing.
exitDrop_user_mapping 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_owned(PostgreSQLParser.Drop_ownedContext ctx)
PostgreSQLParser.drop_owned().
The default implementation does nothing.
enterDrop_owned 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_owned(PostgreSQLParser.Drop_ownedContext ctx)
PostgreSQLParser.drop_owned().
The default implementation does nothing.
exitDrop_owned 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_operator_statement(PostgreSQLParser.Drop_operator_statementContext ctx)
PostgreSQLParser.drop_operator_statement().
The default implementation does nothing.
enterDrop_operator_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_operator_statement(PostgreSQLParser.Drop_operator_statementContext ctx)
PostgreSQLParser.drop_operator_statement().
The default implementation does nothing.
exitDrop_operator_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTarget_operator(PostgreSQLParser.Target_operatorContext ctx)
PostgreSQLParser.target_operator().
The default implementation does nothing.
enterTarget_operator 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTarget_operator(PostgreSQLParser.Target_operatorContext ctx)
PostgreSQLParser.target_operator().
The default implementation does nothing.
exitTarget_operator 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDomain_constraint(PostgreSQLParser.Domain_constraintContext ctx)
PostgreSQLParser.domain_constraint().
The default implementation does nothing.
enterDomain_constraint 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDomain_constraint(PostgreSQLParser.Domain_constraintContext ctx)
PostgreSQLParser.domain_constraint().
The default implementation does nothing.
exitDomain_constraint 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_transform_statement(PostgreSQLParser.Create_transform_statementContext ctx)
PostgreSQLParser.create_transform_statement().
The default implementation does nothing.
enterCreate_transform_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_transform_statement(PostgreSQLParser.Create_transform_statementContext ctx)
PostgreSQLParser.create_transform_statement().
The default implementation does nothing.
exitCreate_transform_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_access_method(PostgreSQLParser.Create_access_methodContext ctx)
PostgreSQLParser.create_access_method().
The default implementation does nothing.
enterCreate_access_method 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_access_method(PostgreSQLParser.Create_access_methodContext ctx)
PostgreSQLParser.create_access_method().
The default implementation does nothing.
exitCreate_access_method 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_user_or_role(PostgreSQLParser.Create_user_or_roleContext ctx)
PostgreSQLParser.create_user_or_role().
The default implementation does nothing.
enterCreate_user_or_role 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_user_or_role(PostgreSQLParser.Create_user_or_roleContext ctx)
PostgreSQLParser.create_user_or_role().
The default implementation does nothing.
exitCreate_user_or_role 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUser_or_role_option(PostgreSQLParser.User_or_role_optionContext ctx)
PostgreSQLParser.user_or_role_option().
The default implementation does nothing.
enterUser_or_role_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUser_or_role_option(PostgreSQLParser.User_or_role_optionContext ctx)
PostgreSQLParser.user_or_role_option().
The default implementation does nothing.
exitUser_or_role_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUser_or_role_option_for_alter(PostgreSQLParser.User_or_role_option_for_alterContext ctx)
PostgreSQLParser.user_or_role_option_for_alter().
The default implementation does nothing.
enterUser_or_role_option_for_alter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUser_or_role_option_for_alter(PostgreSQLParser.User_or_role_option_for_alterContext ctx)
PostgreSQLParser.user_or_role_option_for_alter().
The default implementation does nothing.
exitUser_or_role_option_for_alter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUser_or_role_or_group_common_option(PostgreSQLParser.User_or_role_or_group_common_optionContext ctx)
PostgreSQLParser.user_or_role_or_group_common_option().
The default implementation does nothing.
enterUser_or_role_or_group_common_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUser_or_role_or_group_common_option(PostgreSQLParser.User_or_role_or_group_common_optionContext ctx)
PostgreSQLParser.user_or_role_or_group_common_option().
The default implementation does nothing.
exitUser_or_role_or_group_common_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUser_or_role_common_option(PostgreSQLParser.User_or_role_common_optionContext ctx)
PostgreSQLParser.user_or_role_common_option().
The default implementation does nothing.
enterUser_or_role_common_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUser_or_role_common_option(PostgreSQLParser.User_or_role_common_optionContext ctx)
PostgreSQLParser.user_or_role_common_option().
The default implementation does nothing.
exitUser_or_role_common_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUser_or_role_or_group_option_for_create(PostgreSQLParser.User_or_role_or_group_option_for_createContext ctx)
PostgreSQLParser.user_or_role_or_group_option_for_create().
The default implementation does nothing.
enterUser_or_role_or_group_option_for_create 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUser_or_role_or_group_option_for_create(PostgreSQLParser.User_or_role_or_group_option_for_createContext ctx)
PostgreSQLParser.user_or_role_or_group_option_for_create().
The default implementation does nothing.
exitUser_or_role_or_group_option_for_create 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_group(PostgreSQLParser.Create_groupContext ctx)
PostgreSQLParser.create_group().
The default implementation does nothing.
enterCreate_group 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_group(PostgreSQLParser.Create_groupContext ctx)
PostgreSQLParser.create_group().
The default implementation does nothing.
exitCreate_group 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterGroup_option(PostgreSQLParser.Group_optionContext ctx)
PostgreSQLParser.group_option().
The default implementation does nothing.
enterGroup_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitGroup_option(PostgreSQLParser.Group_optionContext ctx)
PostgreSQLParser.group_option().
The default implementation does nothing.
exitGroup_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_tablespace(PostgreSQLParser.Create_tablespaceContext ctx)
PostgreSQLParser.create_tablespace().
The default implementation does nothing.
enterCreate_tablespace 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_tablespace(PostgreSQLParser.Create_tablespaceContext ctx)
PostgreSQLParser.create_tablespace().
The default implementation does nothing.
exitCreate_tablespace 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_statistics(PostgreSQLParser.Create_statisticsContext ctx)
PostgreSQLParser.create_statistics().
The default implementation does nothing.
enterCreate_statistics 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_statistics(PostgreSQLParser.Create_statisticsContext ctx)
PostgreSQLParser.create_statistics().
The default implementation does nothing.
exitCreate_statistics 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_foreign_data_wrapper(PostgreSQLParser.Create_foreign_data_wrapperContext ctx)
PostgreSQLParser.create_foreign_data_wrapper().
The default implementation does nothing.
enterCreate_foreign_data_wrapper 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_foreign_data_wrapper(PostgreSQLParser.Create_foreign_data_wrapperContext ctx)
PostgreSQLParser.create_foreign_data_wrapper().
The default implementation does nothing.
exitCreate_foreign_data_wrapper 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOption_without_equal(PostgreSQLParser.Option_without_equalContext ctx)
PostgreSQLParser.option_without_equal().
The default implementation does nothing.
enterOption_without_equal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOption_without_equal(PostgreSQLParser.Option_without_equalContext ctx)
PostgreSQLParser.option_without_equal().
The default implementation does nothing.
exitOption_without_equal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_operator_statement(PostgreSQLParser.Create_operator_statementContext ctx)
PostgreSQLParser.create_operator_statement().
The default implementation does nothing.
enterCreate_operator_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_operator_statement(PostgreSQLParser.Create_operator_statementContext ctx)
PostgreSQLParser.create_operator_statement().
The default implementation does nothing.
exitCreate_operator_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOperator_name(PostgreSQLParser.Operator_nameContext ctx)
PostgreSQLParser.operator_name().
The default implementation does nothing.
enterOperator_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOperator_name(PostgreSQLParser.Operator_nameContext ctx)
PostgreSQLParser.operator_name().
The default implementation does nothing.
exitOperator_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOperator_option(PostgreSQLParser.Operator_optionContext ctx)
PostgreSQLParser.operator_option().
The default implementation does nothing.
enterOperator_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOperator_option(PostgreSQLParser.Operator_optionContext ctx)
PostgreSQLParser.operator_option().
The default implementation does nothing.
exitOperator_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_aggregate_statement(PostgreSQLParser.Create_aggregate_statementContext ctx)
PostgreSQLParser.create_aggregate_statement().
The default implementation does nothing.
enterCreate_aggregate_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_aggregate_statement(PostgreSQLParser.Create_aggregate_statementContext ctx)
PostgreSQLParser.create_aggregate_statement().
The default implementation does nothing.
exitCreate_aggregate_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAggregate_param(PostgreSQLParser.Aggregate_paramContext ctx)
PostgreSQLParser.aggregate_param().
The default implementation does nothing.
enterAggregate_param 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAggregate_param(PostgreSQLParser.Aggregate_paramContext ctx)
PostgreSQLParser.aggregate_param().
The default implementation does nothing.
exitAggregate_param 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSet_statement(PostgreSQLParser.Set_statementContext ctx)
PostgreSQLParser.set_statement().
The default implementation does nothing.
enterSet_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSet_statement(PostgreSQLParser.Set_statementContext ctx)
PostgreSQLParser.set_statement().
The default implementation does nothing.
exitSet_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSet_action(PostgreSQLParser.Set_actionContext ctx)
PostgreSQLParser.set_action().
The default implementation does nothing.
enterSet_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSet_action(PostgreSQLParser.Set_actionContext ctx)
PostgreSQLParser.set_action().
The default implementation does nothing.
exitSet_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSession_local_option(PostgreSQLParser.Session_local_optionContext ctx)
PostgreSQLParser.session_local_option().
The default implementation does nothing.
enterSession_local_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSession_local_option(PostgreSQLParser.Session_local_optionContext ctx)
PostgreSQLParser.session_local_option().
The default implementation does nothing.
exitSession_local_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSet_statement_value(PostgreSQLParser.Set_statement_valueContext ctx)
PostgreSQLParser.set_statement_value().
The default implementation does nothing.
enterSet_statement_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSet_statement_value(PostgreSQLParser.Set_statement_valueContext ctx)
PostgreSQLParser.set_statement_value().
The default implementation does nothing.
exitSet_statement_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_rewrite_statement(PostgreSQLParser.Create_rewrite_statementContext ctx)
PostgreSQLParser.create_rewrite_statement().
The default implementation does nothing.
enterCreate_rewrite_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_rewrite_statement(PostgreSQLParser.Create_rewrite_statementContext ctx)
PostgreSQLParser.create_rewrite_statement().
The default implementation does nothing.
exitCreate_rewrite_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRewrite_command(PostgreSQLParser.Rewrite_commandContext ctx)
PostgreSQLParser.rewrite_command().
The default implementation does nothing.
enterRewrite_command 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRewrite_command(PostgreSQLParser.Rewrite_commandContext ctx)
PostgreSQLParser.rewrite_command().
The default implementation does nothing.
exitRewrite_command 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_trigger_statement(PostgreSQLParser.Create_trigger_statementContext ctx)
PostgreSQLParser.create_trigger_statement().
The default implementation does nothing.
enterCreate_trigger_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_trigger_statement(PostgreSQLParser.Create_trigger_statementContext ctx)
PostgreSQLParser.create_trigger_statement().
The default implementation does nothing.
exitCreate_trigger_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTrigger_referencing(PostgreSQLParser.Trigger_referencingContext ctx)
PostgreSQLParser.trigger_referencing().
The default implementation does nothing.
enterTrigger_referencing 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTrigger_referencing(PostgreSQLParser.Trigger_referencingContext ctx)
PostgreSQLParser.trigger_referencing().
The default implementation does nothing.
exitTrigger_referencing 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterWhen_trigger(PostgreSQLParser.When_triggerContext ctx)
PostgreSQLParser.when_trigger().
The default implementation does nothing.
enterWhen_trigger 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitWhen_trigger(PostgreSQLParser.When_triggerContext ctx)
PostgreSQLParser.when_trigger().
The default implementation does nothing.
exitWhen_trigger 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRule_common(PostgreSQLParser.Rule_commonContext ctx)
PostgreSQLParser.rule_common().
The default implementation does nothing.
enterRule_common 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRule_common(PostgreSQLParser.Rule_commonContext ctx)
PostgreSQLParser.rule_common().
The default implementation does nothing.
exitRule_common 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRule_member_object(PostgreSQLParser.Rule_member_objectContext ctx)
PostgreSQLParser.rule_member_object().
The default implementation does nothing.
enterRule_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRule_member_object(PostgreSQLParser.Rule_member_objectContext ctx)
PostgreSQLParser.rule_member_object().
The default implementation does nothing.
exitRule_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterColumns_permissions(PostgreSQLParser.Columns_permissionsContext ctx)
PostgreSQLParser.columns_permissions().
The default implementation does nothing.
enterColumns_permissions 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitColumns_permissions(PostgreSQLParser.Columns_permissionsContext ctx)
PostgreSQLParser.columns_permissions().
The default implementation does nothing.
exitColumns_permissions 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_column_privileges(PostgreSQLParser.Table_column_privilegesContext ctx)
PostgreSQLParser.table_column_privileges().
The default implementation does nothing.
enterTable_column_privileges 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_column_privileges(PostgreSQLParser.Table_column_privilegesContext ctx)
PostgreSQLParser.table_column_privileges().
The default implementation does nothing.
exitTable_column_privileges 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPermissions(PostgreSQLParser.PermissionsContext ctx)
PostgreSQLParser.permissions().
The default implementation does nothing.
enterPermissions 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPermissions(PostgreSQLParser.PermissionsContext ctx)
PostgreSQLParser.permissions().
The default implementation does nothing.
exitPermissions 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPermission(PostgreSQLParser.PermissionContext ctx)
PostgreSQLParser.permission().
The default implementation does nothing.
enterPermission 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPermission(PostgreSQLParser.PermissionContext ctx)
PostgreSQLParser.permission().
The default implementation does nothing.
exitPermission 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOther_rules(PostgreSQLParser.Other_rulesContext ctx)
PostgreSQLParser.other_rules().
The default implementation does nothing.
enterOther_rules 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOther_rules(PostgreSQLParser.Other_rulesContext ctx)
PostgreSQLParser.other_rules().
The default implementation does nothing.
exitOther_rules 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterGrant_to_rule(PostgreSQLParser.Grant_to_ruleContext ctx)
PostgreSQLParser.grant_to_rule().
The default implementation does nothing.
enterGrant_to_rule 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitGrant_to_rule(PostgreSQLParser.Grant_to_ruleContext ctx)
PostgreSQLParser.grant_to_rule().
The default implementation does nothing.
exitGrant_to_rule 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRevoke_from_cascade_restrict(PostgreSQLParser.Revoke_from_cascade_restrictContext ctx)
PostgreSQLParser.revoke_from_cascade_restrict().
The default implementation does nothing.
enterRevoke_from_cascade_restrict 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRevoke_from_cascade_restrict(PostgreSQLParser.Revoke_from_cascade_restrictContext ctx)
PostgreSQLParser.revoke_from_cascade_restrict().
The default implementation does nothing.
exitRevoke_from_cascade_restrict 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRoles_names(PostgreSQLParser.Roles_namesContext ctx)
PostgreSQLParser.roles_names().
The default implementation does nothing.
enterRoles_names 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRoles_names(PostgreSQLParser.Roles_namesContext ctx)
PostgreSQLParser.roles_names().
The default implementation does nothing.
exitRoles_names 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRole_name_with_group(PostgreSQLParser.Role_name_with_groupContext ctx)
PostgreSQLParser.role_name_with_group().
The default implementation does nothing.
enterRole_name_with_group 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRole_name_with_group(PostgreSQLParser.Role_name_with_groupContext ctx)
PostgreSQLParser.role_name_with_group().
The default implementation does nothing.
exitRole_name_with_group 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterComment_on_statement(PostgreSQLParser.Comment_on_statementContext ctx)
PostgreSQLParser.comment_on_statement().
The default implementation does nothing.
enterComment_on_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitComment_on_statement(PostgreSQLParser.Comment_on_statementContext ctx)
PostgreSQLParser.comment_on_statement().
The default implementation does nothing.
exitComment_on_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSecurity_label(PostgreSQLParser.Security_labelContext ctx)
PostgreSQLParser.security_label().
The default implementation does nothing.
enterSecurity_label 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSecurity_label(PostgreSQLParser.Security_labelContext ctx)
PostgreSQLParser.security_label().
The default implementation does nothing.
exitSecurity_label 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterComment_member_object(PostgreSQLParser.Comment_member_objectContext ctx)
PostgreSQLParser.comment_member_object().
The default implementation does nothing.
enterComment_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitComment_member_object(PostgreSQLParser.Comment_member_objectContext ctx)
PostgreSQLParser.comment_member_object().
The default implementation does nothing.
exitComment_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterLabel_member_object(PostgreSQLParser.Label_member_objectContext ctx)
PostgreSQLParser.label_member_object().
The default implementation does nothing.
enterLabel_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitLabel_member_object(PostgreSQLParser.Label_member_objectContext ctx)
PostgreSQLParser.label_member_object().
The default implementation does nothing.
exitLabel_member_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_function_statement(PostgreSQLParser.Create_function_statementContext ctx)
PostgreSQLParser.create_function_statement().
The default implementation does nothing.
enterCreate_function_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_function_statement(PostgreSQLParser.Create_function_statementContext ctx)
PostgreSQLParser.create_function_statement().
The default implementation does nothing.
exitCreate_function_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_funct_params(PostgreSQLParser.Create_funct_paramsContext ctx)
PostgreSQLParser.create_funct_params().
The default implementation does nothing.
enterCreate_funct_params 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_funct_params(PostgreSQLParser.Create_funct_paramsContext ctx)
PostgreSQLParser.create_funct_params().
The default implementation does nothing.
exitCreate_funct_params 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTransform_for_type(PostgreSQLParser.Transform_for_typeContext ctx)
PostgreSQLParser.transform_for_type().
The default implementation does nothing.
enterTransform_for_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTransform_for_type(PostgreSQLParser.Transform_for_typeContext ctx)
PostgreSQLParser.transform_for_type().
The default implementation does nothing.
exitTransform_for_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_ret_table(PostgreSQLParser.Function_ret_tableContext ctx)
PostgreSQLParser.function_ret_table().
The default implementation does nothing.
enterFunction_ret_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_ret_table(PostgreSQLParser.Function_ret_tableContext ctx)
PostgreSQLParser.function_ret_table().
The default implementation does nothing.
exitFunction_ret_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_column_name_type(PostgreSQLParser.Function_column_name_typeContext ctx)
PostgreSQLParser.function_column_name_type().
The default implementation does nothing.
enterFunction_column_name_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_column_name_type(PostgreSQLParser.Function_column_name_typeContext ctx)
PostgreSQLParser.function_column_name_type().
The default implementation does nothing.
exitFunction_column_name_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_parameters(PostgreSQLParser.Function_parametersContext ctx)
PostgreSQLParser.function_parameters().
The default implementation does nothing.
enterFunction_parameters 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_parameters(PostgreSQLParser.Function_parametersContext ctx)
PostgreSQLParser.function_parameters().
The default implementation does nothing.
exitFunction_parameters 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_args(PostgreSQLParser.Function_argsContext ctx)
PostgreSQLParser.function_args().
The default implementation does nothing.
enterFunction_args 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_args(PostgreSQLParser.Function_argsContext ctx)
PostgreSQLParser.function_args().
The default implementation does nothing.
exitFunction_args 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAgg_order(PostgreSQLParser.Agg_orderContext ctx)
PostgreSQLParser.agg_order().
The default implementation does nothing.
enterAgg_order 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAgg_order(PostgreSQLParser.Agg_orderContext ctx)
PostgreSQLParser.agg_order().
The default implementation does nothing.
exitAgg_order 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCharacter_string(PostgreSQLParser.Character_stringContext ctx)
PostgreSQLParser.character_string().
The default implementation does nothing.
enterCharacter_string 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCharacter_string(PostgreSQLParser.Character_stringContext ctx)
PostgreSQLParser.character_string().
The default implementation does nothing.
exitCharacter_string 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_arguments(PostgreSQLParser.Function_argumentsContext ctx)
PostgreSQLParser.function_arguments().
The default implementation does nothing.
enterFunction_arguments 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_arguments(PostgreSQLParser.Function_argumentsContext ctx)
PostgreSQLParser.function_arguments().
The default implementation does nothing.
exitFunction_arguments 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterArgmode(PostgreSQLParser.ArgmodeContext ctx)
PostgreSQLParser.argmode().
The default implementation does nothing.
enterArgmode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitArgmode(PostgreSQLParser.ArgmodeContext ctx)
PostgreSQLParser.argmode().
The default implementation does nothing.
exitArgmode 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_sequence_statement(PostgreSQLParser.Create_sequence_statementContext ctx)
PostgreSQLParser.create_sequence_statement().
The default implementation does nothing.
enterCreate_sequence_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_sequence_statement(PostgreSQLParser.Create_sequence_statementContext ctx)
PostgreSQLParser.create_sequence_statement().
The default implementation does nothing.
exitCreate_sequence_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSequence_body(PostgreSQLParser.Sequence_bodyContext ctx)
PostgreSQLParser.sequence_body().
The default implementation does nothing.
enterSequence_body 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSequence_body(PostgreSQLParser.Sequence_bodyContext ctx)
PostgreSQLParser.sequence_body().
The default implementation does nothing.
exitSequence_body 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSigned_number_literal(PostgreSQLParser.Signed_number_literalContext ctx)
PostgreSQLParser.signed_number_literal().
The default implementation does nothing.
enterSigned_number_literal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSigned_number_literal(PostgreSQLParser.Signed_number_literalContext ctx)
PostgreSQLParser.signed_number_literal().
The default implementation does nothing.
exitSigned_number_literal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSigned_numerical_literal(PostgreSQLParser.Signed_numerical_literalContext ctx)
PostgreSQLParser.signed_numerical_literal().
The default implementation does nothing.
enterSigned_numerical_literal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSigned_numerical_literal(PostgreSQLParser.Signed_numerical_literalContext ctx)
PostgreSQLParser.signed_numerical_literal().
The default implementation does nothing.
exitSigned_numerical_literal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSign(PostgreSQLParser.SignContext ctx)
PostgreSQLParser.sign().
The default implementation does nothing.
enterSign 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSign(PostgreSQLParser.SignContext ctx)
PostgreSQLParser.sign().
The default implementation does nothing.
exitSign 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_schema_statement(PostgreSQLParser.Create_schema_statementContext ctx)
PostgreSQLParser.create_schema_statement().
The default implementation does nothing.
enterCreate_schema_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_schema_statement(PostgreSQLParser.Create_schema_statementContext ctx)
PostgreSQLParser.create_schema_statement().
The default implementation does nothing.
exitCreate_schema_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_policy_statement(PostgreSQLParser.Create_policy_statementContext ctx)
PostgreSQLParser.create_policy_statement().
The default implementation does nothing.
enterCreate_policy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_policy_statement(PostgreSQLParser.Create_policy_statementContext ctx)
PostgreSQLParser.create_policy_statement().
The default implementation does nothing.
exitCreate_policy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_policy_statement(PostgreSQLParser.Alter_policy_statementContext ctx)
PostgreSQLParser.alter_policy_statement().
The default implementation does nothing.
enterAlter_policy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_policy_statement(PostgreSQLParser.Alter_policy_statementContext ctx)
PostgreSQLParser.alter_policy_statement().
The default implementation does nothing.
exitAlter_policy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_policy_statement(PostgreSQLParser.Drop_policy_statementContext ctx)
PostgreSQLParser.drop_policy_statement().
The default implementation does nothing.
enterDrop_policy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_policy_statement(PostgreSQLParser.Drop_policy_statementContext ctx)
PostgreSQLParser.drop_policy_statement().
The default implementation does nothing.
exitDrop_policy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_subscription_statement(PostgreSQLParser.Create_subscription_statementContext ctx)
PostgreSQLParser.create_subscription_statement().
The default implementation does nothing.
enterCreate_subscription_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_subscription_statement(PostgreSQLParser.Create_subscription_statementContext ctx)
PostgreSQLParser.create_subscription_statement().
The default implementation does nothing.
exitCreate_subscription_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_subscription_statement(PostgreSQLParser.Alter_subscription_statementContext ctx)
PostgreSQLParser.alter_subscription_statement().
The default implementation does nothing.
enterAlter_subscription_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_subscription_statement(PostgreSQLParser.Alter_subscription_statementContext ctx)
PostgreSQLParser.alter_subscription_statement().
The default implementation does nothing.
exitAlter_subscription_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_subscription_action(PostgreSQLParser.Alter_subscription_actionContext ctx)
PostgreSQLParser.alter_subscription_action().
The default implementation does nothing.
enterAlter_subscription_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_subscription_action(PostgreSQLParser.Alter_subscription_actionContext ctx)
PostgreSQLParser.alter_subscription_action().
The default implementation does nothing.
exitAlter_subscription_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_cast_statement(PostgreSQLParser.Create_cast_statementContext ctx)
PostgreSQLParser.create_cast_statement().
The default implementation does nothing.
enterCreate_cast_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_cast_statement(PostgreSQLParser.Create_cast_statementContext ctx)
PostgreSQLParser.create_cast_statement().
The default implementation does nothing.
exitCreate_cast_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_cast_statement(PostgreSQLParser.Drop_cast_statementContext ctx)
PostgreSQLParser.drop_cast_statement().
The default implementation does nothing.
enterDrop_cast_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_cast_statement(PostgreSQLParser.Drop_cast_statementContext ctx)
PostgreSQLParser.drop_cast_statement().
The default implementation does nothing.
exitDrop_cast_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_operator_family_statement(PostgreSQLParser.Create_operator_family_statementContext ctx)
PostgreSQLParser.create_operator_family_statement().
The default implementation does nothing.
enterCreate_operator_family_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_operator_family_statement(PostgreSQLParser.Create_operator_family_statementContext ctx)
PostgreSQLParser.create_operator_family_statement().
The default implementation does nothing.
exitCreate_operator_family_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_operator_family_statement(PostgreSQLParser.Alter_operator_family_statementContext ctx)
PostgreSQLParser.alter_operator_family_statement().
The default implementation does nothing.
enterAlter_operator_family_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_operator_family_statement(PostgreSQLParser.Alter_operator_family_statementContext ctx)
PostgreSQLParser.alter_operator_family_statement().
The default implementation does nothing.
exitAlter_operator_family_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOperator_family_action(PostgreSQLParser.Operator_family_actionContext ctx)
PostgreSQLParser.operator_family_action().
The default implementation does nothing.
enterOperator_family_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOperator_family_action(PostgreSQLParser.Operator_family_actionContext ctx)
PostgreSQLParser.operator_family_action().
The default implementation does nothing.
exitOperator_family_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAdd_operator_to_family(PostgreSQLParser.Add_operator_to_familyContext ctx)
PostgreSQLParser.add_operator_to_family().
The default implementation does nothing.
enterAdd_operator_to_family 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAdd_operator_to_family(PostgreSQLParser.Add_operator_to_familyContext ctx)
PostgreSQLParser.add_operator_to_family().
The default implementation does nothing.
exitAdd_operator_to_family 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_operator_from_family(PostgreSQLParser.Drop_operator_from_familyContext ctx)
PostgreSQLParser.drop_operator_from_family().
The default implementation does nothing.
enterDrop_operator_from_family 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_operator_from_family(PostgreSQLParser.Drop_operator_from_familyContext ctx)
PostgreSQLParser.drop_operator_from_family().
The default implementation does nothing.
exitDrop_operator_from_family 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_operator_family_statement(PostgreSQLParser.Drop_operator_family_statementContext ctx)
PostgreSQLParser.drop_operator_family_statement().
The default implementation does nothing.
enterDrop_operator_family_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_operator_family_statement(PostgreSQLParser.Drop_operator_family_statementContext ctx)
PostgreSQLParser.drop_operator_family_statement().
The default implementation does nothing.
exitDrop_operator_family_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_operator_class_statement(PostgreSQLParser.Create_operator_class_statementContext ctx)
PostgreSQLParser.create_operator_class_statement().
The default implementation does nothing.
enterCreate_operator_class_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_operator_class_statement(PostgreSQLParser.Create_operator_class_statementContext ctx)
PostgreSQLParser.create_operator_class_statement().
The default implementation does nothing.
exitCreate_operator_class_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_operator_class_option(PostgreSQLParser.Create_operator_class_optionContext ctx)
PostgreSQLParser.create_operator_class_option().
The default implementation does nothing.
enterCreate_operator_class_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_operator_class_option(PostgreSQLParser.Create_operator_class_optionContext ctx)
PostgreSQLParser.create_operator_class_option().
The default implementation does nothing.
exitCreate_operator_class_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_operator_class_statement(PostgreSQLParser.Alter_operator_class_statementContext ctx)
PostgreSQLParser.alter_operator_class_statement().
The default implementation does nothing.
enterAlter_operator_class_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_operator_class_statement(PostgreSQLParser.Alter_operator_class_statementContext ctx)
PostgreSQLParser.alter_operator_class_statement().
The default implementation does nothing.
exitAlter_operator_class_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_operator_class_statement(PostgreSQLParser.Drop_operator_class_statementContext ctx)
PostgreSQLParser.drop_operator_class_statement().
The default implementation does nothing.
enterDrop_operator_class_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_operator_class_statement(PostgreSQLParser.Drop_operator_class_statementContext ctx)
PostgreSQLParser.drop_operator_class_statement().
The default implementation does nothing.
exitDrop_operator_class_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_conversion_statement(PostgreSQLParser.Create_conversion_statementContext ctx)
PostgreSQLParser.create_conversion_statement().
The default implementation does nothing.
enterCreate_conversion_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_conversion_statement(PostgreSQLParser.Create_conversion_statementContext ctx)
PostgreSQLParser.create_conversion_statement().
The default implementation does nothing.
exitCreate_conversion_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_conversion_statement(PostgreSQLParser.Alter_conversion_statementContext ctx)
PostgreSQLParser.alter_conversion_statement().
The default implementation does nothing.
enterAlter_conversion_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_conversion_statement(PostgreSQLParser.Alter_conversion_statementContext ctx)
PostgreSQLParser.alter_conversion_statement().
The default implementation does nothing.
exitAlter_conversion_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_publication_statement(PostgreSQLParser.Create_publication_statementContext ctx)
PostgreSQLParser.create_publication_statement().
The default implementation does nothing.
enterCreate_publication_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_publication_statement(PostgreSQLParser.Create_publication_statementContext ctx)
PostgreSQLParser.create_publication_statement().
The default implementation does nothing.
exitCreate_publication_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_publication_statement(PostgreSQLParser.Alter_publication_statementContext ctx)
PostgreSQLParser.alter_publication_statement().
The default implementation does nothing.
enterAlter_publication_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_publication_statement(PostgreSQLParser.Alter_publication_statementContext ctx)
PostgreSQLParser.alter_publication_statement().
The default implementation does nothing.
exitAlter_publication_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_publication_action(PostgreSQLParser.Alter_publication_actionContext ctx)
PostgreSQLParser.alter_publication_action().
The default implementation does nothing.
enterAlter_publication_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_publication_action(PostgreSQLParser.Alter_publication_actionContext ctx)
PostgreSQLParser.alter_publication_action().
The default implementation does nothing.
exitAlter_publication_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOnly_table_multiply(PostgreSQLParser.Only_table_multiplyContext ctx)
PostgreSQLParser.only_table_multiply().
The default implementation does nothing.
enterOnly_table_multiply 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOnly_table_multiply(PostgreSQLParser.Only_table_multiplyContext ctx)
PostgreSQLParser.only_table_multiply().
The default implementation does nothing.
exitOnly_table_multiply 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_trigger_statement(PostgreSQLParser.Alter_trigger_statementContext ctx)
PostgreSQLParser.alter_trigger_statement().
The default implementation does nothing.
enterAlter_trigger_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_trigger_statement(PostgreSQLParser.Alter_trigger_statementContext ctx)
PostgreSQLParser.alter_trigger_statement().
The default implementation does nothing.
exitAlter_trigger_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlter_rule_statement(PostgreSQLParser.Alter_rule_statementContext ctx)
PostgreSQLParser.alter_rule_statement().
The default implementation does nothing.
enterAlter_rule_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlter_rule_statement(PostgreSQLParser.Alter_rule_statementContext ctx)
PostgreSQLParser.alter_rule_statement().
The default implementation does nothing.
exitAlter_rule_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCopy_statement(PostgreSQLParser.Copy_statementContext ctx)
PostgreSQLParser.copy_statement().
The default implementation does nothing.
enterCopy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCopy_statement(PostgreSQLParser.Copy_statementContext ctx)
PostgreSQLParser.copy_statement().
The default implementation does nothing.
exitCopy_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCopy_from_statement(PostgreSQLParser.Copy_from_statementContext ctx)
PostgreSQLParser.copy_from_statement().
The default implementation does nothing.
enterCopy_from_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCopy_from_statement(PostgreSQLParser.Copy_from_statementContext ctx)
PostgreSQLParser.copy_from_statement().
The default implementation does nothing.
exitCopy_from_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCopy_to_statement(PostgreSQLParser.Copy_to_statementContext ctx)
PostgreSQLParser.copy_to_statement().
The default implementation does nothing.
enterCopy_to_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCopy_to_statement(PostgreSQLParser.Copy_to_statementContext ctx)
PostgreSQLParser.copy_to_statement().
The default implementation does nothing.
exitCopy_to_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCopy_option_list(PostgreSQLParser.Copy_option_listContext ctx)
PostgreSQLParser.copy_option_list().
The default implementation does nothing.
enterCopy_option_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCopy_option_list(PostgreSQLParser.Copy_option_listContext ctx)
PostgreSQLParser.copy_option_list().
The default implementation does nothing.
exitCopy_option_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCopy_option(PostgreSQLParser.Copy_optionContext ctx)
PostgreSQLParser.copy_option().
The default implementation does nothing.
enterCopy_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCopy_option(PostgreSQLParser.Copy_optionContext ctx)
PostgreSQLParser.copy_option().
The default implementation does nothing.
exitCopy_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_view_statement(PostgreSQLParser.Create_view_statementContext ctx)
PostgreSQLParser.create_view_statement().
The default implementation does nothing.
enterCreate_view_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_view_statement(PostgreSQLParser.Create_view_statementContext ctx)
PostgreSQLParser.create_view_statement().
The default implementation does nothing.
exitCreate_view_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIf_exists(PostgreSQLParser.If_existsContext ctx)
PostgreSQLParser.if_exists().
The default implementation does nothing.
enterIf_exists 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIf_exists(PostgreSQLParser.If_existsContext ctx)
PostgreSQLParser.if_exists().
The default implementation does nothing.
exitIf_exists 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIf_not_exists(PostgreSQLParser.If_not_existsContext ctx)
PostgreSQLParser.if_not_exists().
The default implementation does nothing.
enterIf_not_exists 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIf_not_exists(PostgreSQLParser.If_not_existsContext ctx)
PostgreSQLParser.if_not_exists().
The default implementation does nothing.
exitIf_not_exists 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterView_columns(PostgreSQLParser.View_columnsContext ctx)
PostgreSQLParser.view_columns().
The default implementation does nothing.
enterView_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitView_columns(PostgreSQLParser.View_columnsContext ctx)
PostgreSQLParser.view_columns().
The default implementation does nothing.
exitView_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterWith_check_option(PostgreSQLParser.With_check_optionContext ctx)
PostgreSQLParser.with_check_option().
The default implementation does nothing.
enterWith_check_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitWith_check_option(PostgreSQLParser.With_check_optionContext ctx)
PostgreSQLParser.with_check_option().
The default implementation does nothing.
exitWith_check_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_table_statement(PostgreSQLParser.Create_table_statementContext ctx)
PostgreSQLParser.create_table_statement().
The default implementation does nothing.
enterCreate_table_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_table_statement(PostgreSQLParser.Create_table_statementContext ctx)
PostgreSQLParser.create_table_statement().
The default implementation does nothing.
exitCreate_table_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_table_as_statement(PostgreSQLParser.Create_table_as_statementContext ctx)
PostgreSQLParser.create_table_as_statement().
The default implementation does nothing.
enterCreate_table_as_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_table_as_statement(PostgreSQLParser.Create_table_as_statementContext ctx)
PostgreSQLParser.create_table_as_statement().
The default implementation does nothing.
exitCreate_table_as_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCreate_foreign_table_statement(PostgreSQLParser.Create_foreign_table_statementContext ctx)
PostgreSQLParser.create_foreign_table_statement().
The default implementation does nothing.
enterCreate_foreign_table_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCreate_foreign_table_statement(PostgreSQLParser.Create_foreign_table_statementContext ctx)
PostgreSQLParser.create_foreign_table_statement().
The default implementation does nothing.
exitCreate_foreign_table_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDefine_table(PostgreSQLParser.Define_tableContext ctx)
PostgreSQLParser.define_table().
The default implementation does nothing.
enterDefine_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDefine_table(PostgreSQLParser.Define_tableContext ctx)
PostgreSQLParser.define_table().
The default implementation does nothing.
exitDefine_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDefine_partition(PostgreSQLParser.Define_partitionContext ctx)
PostgreSQLParser.define_partition().
The default implementation does nothing.
enterDefine_partition 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDefine_partition(PostgreSQLParser.Define_partitionContext ctx)
PostgreSQLParser.define_partition().
The default implementation does nothing.
exitDefine_partition 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFor_values_bound(PostgreSQLParser.For_values_boundContext ctx)
PostgreSQLParser.for_values_bound().
The default implementation does nothing.
enterFor_values_bound 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFor_values_bound(PostgreSQLParser.For_values_boundContext ctx)
PostgreSQLParser.for_values_bound().
The default implementation does nothing.
exitFor_values_bound 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPartition_bound_spec(PostgreSQLParser.Partition_bound_specContext ctx)
PostgreSQLParser.partition_bound_spec().
The default implementation does nothing.
enterPartition_bound_spec 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPartition_bound_spec(PostgreSQLParser.Partition_bound_specContext ctx)
PostgreSQLParser.partition_bound_spec().
The default implementation does nothing.
exitPartition_bound_spec 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPartition_bound_part(PostgreSQLParser.Partition_bound_partContext ctx)
PostgreSQLParser.partition_bound_part().
The default implementation does nothing.
enterPartition_bound_part 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPartition_bound_part(PostgreSQLParser.Partition_bound_partContext ctx)
PostgreSQLParser.partition_bound_part().
The default implementation does nothing.
exitPartition_bound_part 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDefine_columns(PostgreSQLParser.Define_columnsContext ctx)
PostgreSQLParser.define_columns().
The default implementation does nothing.
enterDefine_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDefine_columns(PostgreSQLParser.Define_columnsContext ctx)
PostgreSQLParser.define_columns().
The default implementation does nothing.
exitDefine_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDefine_type(PostgreSQLParser.Define_typeContext ctx)
PostgreSQLParser.define_type().
The default implementation does nothing.
enterDefine_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDefine_type(PostgreSQLParser.Define_typeContext ctx)
PostgreSQLParser.define_type().
The default implementation does nothing.
exitDefine_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPartition_by(PostgreSQLParser.Partition_byContext ctx)
PostgreSQLParser.partition_by().
The default implementation does nothing.
enterPartition_by 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPartition_by(PostgreSQLParser.Partition_byContext ctx)
PostgreSQLParser.partition_by().
The default implementation does nothing.
exitPartition_by 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPartition_method(PostgreSQLParser.Partition_methodContext ctx)
PostgreSQLParser.partition_method().
The default implementation does nothing.
enterPartition_method 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPartition_method(PostgreSQLParser.Partition_methodContext ctx)
PostgreSQLParser.partition_method().
The default implementation does nothing.
exitPartition_method 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPartition_column(PostgreSQLParser.Partition_columnContext ctx)
PostgreSQLParser.partition_column().
The default implementation does nothing.
enterPartition_column 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPartition_column(PostgreSQLParser.Partition_columnContext ctx)
PostgreSQLParser.partition_column().
The default implementation does nothing.
exitPartition_column 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDefine_server(PostgreSQLParser.Define_serverContext ctx)
PostgreSQLParser.define_server().
The default implementation does nothing.
enterDefine_server 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDefine_server(PostgreSQLParser.Define_serverContext ctx)
PostgreSQLParser.define_server().
The default implementation does nothing.
exitDefine_server 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDefine_foreign_options(PostgreSQLParser.Define_foreign_optionsContext ctx)
PostgreSQLParser.define_foreign_options().
The default implementation does nothing.
enterDefine_foreign_options 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDefine_foreign_options(PostgreSQLParser.Define_foreign_optionsContext ctx)
PostgreSQLParser.define_foreign_options().
The default implementation does nothing.
exitDefine_foreign_options 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterForeign_option(PostgreSQLParser.Foreign_optionContext ctx)
PostgreSQLParser.foreign_option().
The default implementation does nothing.
enterForeign_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitForeign_option(PostgreSQLParser.Foreign_optionContext ctx)
PostgreSQLParser.foreign_option().
The default implementation does nothing.
exitForeign_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterForeign_option_name(PostgreSQLParser.Foreign_option_nameContext ctx)
PostgreSQLParser.foreign_option_name().
The default implementation does nothing.
enterForeign_option_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitForeign_option_name(PostgreSQLParser.Foreign_option_nameContext ctx)
PostgreSQLParser.foreign_option_name().
The default implementation does nothing.
exitForeign_option_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterList_of_type_column_def(PostgreSQLParser.List_of_type_column_defContext ctx)
PostgreSQLParser.list_of_type_column_def().
The default implementation does nothing.
enterList_of_type_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitList_of_type_column_def(PostgreSQLParser.List_of_type_column_defContext ctx)
PostgreSQLParser.list_of_type_column_def().
The default implementation does nothing.
exitList_of_type_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_column_def(PostgreSQLParser.Table_column_defContext ctx)
PostgreSQLParser.table_column_def().
The default implementation does nothing.
enterTable_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_column_def(PostgreSQLParser.Table_column_defContext ctx)
PostgreSQLParser.table_column_def().
The default implementation does nothing.
exitTable_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_of_type_column_def(PostgreSQLParser.Table_of_type_column_defContext ctx)
PostgreSQLParser.table_of_type_column_def().
The default implementation does nothing.
enterTable_of_type_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_of_type_column_def(PostgreSQLParser.Table_of_type_column_defContext ctx)
PostgreSQLParser.table_of_type_column_def().
The default implementation does nothing.
exitTable_of_type_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_column_definition(PostgreSQLParser.Table_column_definitionContext ctx)
PostgreSQLParser.table_column_definition().
The default implementation does nothing.
enterTable_column_definition 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_column_definition(PostgreSQLParser.Table_column_definitionContext ctx)
PostgreSQLParser.table_column_definition().
The default implementation does nothing.
exitTable_column_definition 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterLike_option(PostgreSQLParser.Like_optionContext ctx)
PostgreSQLParser.like_option().
The default implementation does nothing.
enterLike_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitLike_option(PostgreSQLParser.Like_optionContext ctx)
PostgreSQLParser.like_option().
The default implementation does nothing.
exitLike_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterConstraint_common(PostgreSQLParser.Constraint_commonContext ctx)
PostgreSQLParser.constraint_common().
The default implementation does nothing.
enterConstraint_common 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitConstraint_common(PostgreSQLParser.Constraint_commonContext ctx)
PostgreSQLParser.constraint_common().
The default implementation does nothing.
exitConstraint_common 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterConstr_body(PostgreSQLParser.Constr_bodyContext ctx)
PostgreSQLParser.constr_body().
The default implementation does nothing.
enterConstr_body 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitConstr_body(PostgreSQLParser.Constr_bodyContext ctx)
PostgreSQLParser.constr_body().
The default implementation does nothing.
exitConstr_body 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAll_op(PostgreSQLParser.All_opContext ctx)
PostgreSQLParser.all_op().
The default implementation does nothing.
enterAll_op 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAll_op(PostgreSQLParser.All_opContext ctx)
PostgreSQLParser.all_op().
The default implementation does nothing.
exitAll_op 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAll_simple_op(PostgreSQLParser.All_simple_opContext ctx)
PostgreSQLParser.all_simple_op().
The default implementation does nothing.
enterAll_simple_op 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAll_simple_op(PostgreSQLParser.All_simple_opContext ctx)
PostgreSQLParser.all_simple_op().
The default implementation does nothing.
exitAll_simple_op 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOp_chars(PostgreSQLParser.Op_charsContext ctx)
PostgreSQLParser.op_chars().
The default implementation does nothing.
enterOp_chars 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOp_chars(PostgreSQLParser.Op_charsContext ctx)
PostgreSQLParser.op_chars().
The default implementation does nothing.
exitOp_chars 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndex_parameters(PostgreSQLParser.Index_parametersContext ctx)
PostgreSQLParser.index_parameters().
The default implementation does nothing.
enterIndex_parameters 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndex_parameters(PostgreSQLParser.Index_parametersContext ctx)
PostgreSQLParser.index_parameters().
The default implementation does nothing.
exitIndex_parameters 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterNames_in_parens(PostgreSQLParser.Names_in_parensContext ctx)
PostgreSQLParser.names_in_parens().
The default implementation does nothing.
enterNames_in_parens 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitNames_in_parens(PostgreSQLParser.Names_in_parensContext ctx)
PostgreSQLParser.names_in_parens().
The default implementation does nothing.
exitNames_in_parens 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterNames_references(PostgreSQLParser.Names_referencesContext ctx)
PostgreSQLParser.names_references().
The default implementation does nothing.
enterNames_references 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitNames_references(PostgreSQLParser.Names_referencesContext ctx)
PostgreSQLParser.names_references().
The default implementation does nothing.
exitNames_references 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterStorage_parameter(PostgreSQLParser.Storage_parameterContext ctx)
PostgreSQLParser.storage_parameter().
The default implementation does nothing.
enterStorage_parameter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitStorage_parameter(PostgreSQLParser.Storage_parameterContext ctx)
PostgreSQLParser.storage_parameter().
The default implementation does nothing.
exitStorage_parameter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterStorage_parameter_option(PostgreSQLParser.Storage_parameter_optionContext ctx)
PostgreSQLParser.storage_parameter_option().
The default implementation does nothing.
enterStorage_parameter_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitStorage_parameter_option(PostgreSQLParser.Storage_parameter_optionContext ctx)
PostgreSQLParser.storage_parameter_option().
The default implementation does nothing.
exitStorage_parameter_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterStorage_parameter_name(PostgreSQLParser.Storage_parameter_nameContext ctx)
PostgreSQLParser.storage_parameter_name().
The default implementation does nothing.
enterStorage_parameter_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitStorage_parameter_name(PostgreSQLParser.Storage_parameter_nameContext ctx)
PostgreSQLParser.storage_parameter_name().
The default implementation does nothing.
exitStorage_parameter_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterWith_storage_parameter(PostgreSQLParser.With_storage_parameterContext ctx)
PostgreSQLParser.with_storage_parameter().
The default implementation does nothing.
enterWith_storage_parameter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitWith_storage_parameter(PostgreSQLParser.With_storage_parameterContext ctx)
PostgreSQLParser.with_storage_parameter().
The default implementation does nothing.
exitWith_storage_parameter 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterStorage_parameter_oid(PostgreSQLParser.Storage_parameter_oidContext ctx)
PostgreSQLParser.storage_parameter_oid().
The default implementation does nothing.
enterStorage_parameter_oid 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitStorage_parameter_oid(PostgreSQLParser.Storage_parameter_oidContext ctx)
PostgreSQLParser.storage_parameter_oid().
The default implementation does nothing.
exitStorage_parameter_oid 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOn_commit(PostgreSQLParser.On_commitContext ctx)
PostgreSQLParser.on_commit().
The default implementation does nothing.
enterOn_commit 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOn_commit(PostgreSQLParser.On_commitContext ctx)
PostgreSQLParser.on_commit().
The default implementation does nothing.
exitOn_commit 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_space(PostgreSQLParser.Table_spaceContext ctx)
PostgreSQLParser.table_space().
The default implementation does nothing.
enterTable_space 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_space(PostgreSQLParser.Table_spaceContext ctx)
PostgreSQLParser.table_space().
The default implementation does nothing.
exitTable_space 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAction(PostgreSQLParser.ActionContext ctx)
PostgreSQLParser.action().
The default implementation does nothing.
enterAction 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAction(PostgreSQLParser.ActionContext ctx)
PostgreSQLParser.action().
The default implementation does nothing.
exitAction 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOwner_to(PostgreSQLParser.Owner_toContext ctx)
PostgreSQLParser.owner_to().
The default implementation does nothing.
enterOwner_to 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOwner_to(PostgreSQLParser.Owner_toContext ctx)
PostgreSQLParser.owner_to().
The default implementation does nothing.
exitOwner_to 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRename_to(PostgreSQLParser.Rename_toContext ctx)
PostgreSQLParser.rename_to().
The default implementation does nothing.
enterRename_to 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRename_to(PostgreSQLParser.Rename_toContext ctx)
PostgreSQLParser.rename_to().
The default implementation does nothing.
exitRename_to 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSet_schema(PostgreSQLParser.Set_schemaContext ctx)
PostgreSQLParser.set_schema().
The default implementation does nothing.
enterSet_schema 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSet_schema(PostgreSQLParser.Set_schemaContext ctx)
PostgreSQLParser.set_schema().
The default implementation does nothing.
exitSet_schema 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_column_privilege(PostgreSQLParser.Table_column_privilegeContext ctx)
PostgreSQLParser.table_column_privilege().
The default implementation does nothing.
enterTable_column_privilege 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_column_privilege(PostgreSQLParser.Table_column_privilegeContext ctx)
PostgreSQLParser.table_column_privilege().
The default implementation does nothing.
exitTable_column_privilege 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUsage_select_update(PostgreSQLParser.Usage_select_updateContext ctx)
PostgreSQLParser.usage_select_update().
The default implementation does nothing.
enterUsage_select_update 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUsage_select_update(PostgreSQLParser.Usage_select_updateContext ctx)
PostgreSQLParser.usage_select_update().
The default implementation does nothing.
exitUsage_select_update 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPartition_by_columns(PostgreSQLParser.Partition_by_columnsContext ctx)
PostgreSQLParser.partition_by_columns().
The default implementation does nothing.
enterPartition_by_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPartition_by_columns(PostgreSQLParser.Partition_by_columnsContext ctx)
PostgreSQLParser.partition_by_columns().
The default implementation does nothing.
exitPartition_by_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCascade_restrict(PostgreSQLParser.Cascade_restrictContext ctx)
PostgreSQLParser.cascade_restrict().
The default implementation does nothing.
enterCascade_restrict 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCascade_restrict(PostgreSQLParser.Cascade_restrictContext ctx)
PostgreSQLParser.cascade_restrict().
The default implementation does nothing.
exitCascade_restrict 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCollate_identifier(PostgreSQLParser.Collate_identifierContext ctx)
PostgreSQLParser.collate_identifier().
The default implementation does nothing.
enterCollate_identifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCollate_identifier(PostgreSQLParser.Collate_identifierContext ctx)
PostgreSQLParser.collate_identifier().
The default implementation does nothing.
exitCollate_identifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndirection_var(PostgreSQLParser.Indirection_varContext ctx)
PostgreSQLParser.indirection_var().
The default implementation does nothing.
enterIndirection_var 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndirection_var(PostgreSQLParser.Indirection_varContext ctx)
PostgreSQLParser.indirection_var().
The default implementation does nothing.
exitIndirection_var 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDollar_number(PostgreSQLParser.Dollar_numberContext ctx)
PostgreSQLParser.dollar_number().
The default implementation does nothing.
enterDollar_number 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDollar_number(PostgreSQLParser.Dollar_numberContext ctx)
PostgreSQLParser.dollar_number().
The default implementation does nothing.
exitDollar_number 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndirection_list(PostgreSQLParser.Indirection_listContext ctx)
PostgreSQLParser.indirection_list().
The default implementation does nothing.
enterIndirection_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndirection_list(PostgreSQLParser.Indirection_listContext ctx)
PostgreSQLParser.indirection_list().
The default implementation does nothing.
exitIndirection_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndirection(PostgreSQLParser.IndirectionContext ctx)
PostgreSQLParser.indirection().
The default implementation does nothing.
enterIndirection 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndirection(PostgreSQLParser.IndirectionContext ctx)
PostgreSQLParser.indirection().
The default implementation does nothing.
exitIndirection 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_function_statement(PostgreSQLParser.Drop_function_statementContext ctx)
PostgreSQLParser.drop_function_statement().
The default implementation does nothing.
enterDrop_function_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_function_statement(PostgreSQLParser.Drop_function_statementContext ctx)
PostgreSQLParser.drop_function_statement().
The default implementation does nothing.
exitDrop_function_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_trigger_statement(PostgreSQLParser.Drop_trigger_statementContext ctx)
PostgreSQLParser.drop_trigger_statement().
The default implementation does nothing.
enterDrop_trigger_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_trigger_statement(PostgreSQLParser.Drop_trigger_statementContext ctx)
PostgreSQLParser.drop_trigger_statement().
The default implementation does nothing.
exitDrop_trigger_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_rule_statement(PostgreSQLParser.Drop_rule_statementContext ctx)
PostgreSQLParser.drop_rule_statement().
The default implementation does nothing.
enterDrop_rule_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_rule_statement(PostgreSQLParser.Drop_rule_statementContext ctx)
PostgreSQLParser.drop_rule_statement().
The default implementation does nothing.
exitDrop_rule_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDrop_statements(PostgreSQLParser.Drop_statementsContext ctx)
PostgreSQLParser.drop_statements().
The default implementation does nothing.
enterDrop_statements 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDrop_statements(PostgreSQLParser.Drop_statementsContext ctx)
PostgreSQLParser.drop_statements().
The default implementation does nothing.
exitDrop_statements 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIf_exist_names_restrict_cascade(PostgreSQLParser.If_exist_names_restrict_cascadeContext ctx)
PostgreSQLParser.if_exist_names_restrict_cascade().
The default implementation does nothing.
enterIf_exist_names_restrict_cascade 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIf_exist_names_restrict_cascade(PostgreSQLParser.If_exist_names_restrict_cascadeContext ctx)
PostgreSQLParser.if_exist_names_restrict_cascade().
The default implementation does nothing.
exitIf_exist_names_restrict_cascade 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterId_token(PostgreSQLParser.Id_tokenContext ctx)
PostgreSQLParser.id_token().
The default implementation does nothing.
enterId_token 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitId_token(PostgreSQLParser.Id_tokenContext ctx)
PostgreSQLParser.id_token().
The default implementation does nothing.
exitId_token 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIdentifier(PostgreSQLParser.IdentifierContext ctx)
PostgreSQLParser.identifier().
The default implementation does nothing.
enterIdentifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIdentifier(PostgreSQLParser.IdentifierContext ctx)
PostgreSQLParser.identifier().
The default implementation does nothing.
exitIdentifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIdentifier_nontype(PostgreSQLParser.Identifier_nontypeContext ctx)
PostgreSQLParser.identifier_nontype().
The default implementation does nothing.
enterIdentifier_nontype 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIdentifier_nontype(PostgreSQLParser.Identifier_nontypeContext ctx)
PostgreSQLParser.identifier_nontype().
The default implementation does nothing.
exitIdentifier_nontype 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCol_label(PostgreSQLParser.Col_labelContext ctx)
PostgreSQLParser.col_label().
The default implementation does nothing.
enterCol_label 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCol_label(PostgreSQLParser.Col_labelContext ctx)
PostgreSQLParser.col_label().
The default implementation does nothing.
exitCol_label 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTokens_nonreserved(PostgreSQLParser.Tokens_nonreservedContext ctx)
PostgreSQLParser.tokens_nonreserved().
The default implementation does nothing.
enterTokens_nonreserved 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTokens_nonreserved(PostgreSQLParser.Tokens_nonreservedContext ctx)
PostgreSQLParser.tokens_nonreserved().
The default implementation does nothing.
exitTokens_nonreserved 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTokens_nonreserved_except_function_type(PostgreSQLParser.Tokens_nonreserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_nonreserved_except_function_type().
The default implementation does nothing.
enterTokens_nonreserved_except_function_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTokens_nonreserved_except_function_type(PostgreSQLParser.Tokens_nonreserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_nonreserved_except_function_type().
The default implementation does nothing.
exitTokens_nonreserved_except_function_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTokens_reserved_except_function_type(PostgreSQLParser.Tokens_reserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_reserved_except_function_type().
The default implementation does nothing.
enterTokens_reserved_except_function_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTokens_reserved_except_function_type(PostgreSQLParser.Tokens_reserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_reserved_except_function_type().
The default implementation does nothing.
exitTokens_reserved_except_function_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTokens_reserved(PostgreSQLParser.Tokens_reservedContext ctx)
PostgreSQLParser.tokens_reserved().
The default implementation does nothing.
enterTokens_reserved 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTokens_reserved(PostgreSQLParser.Tokens_reservedContext ctx)
PostgreSQLParser.tokens_reserved().
The default implementation does nothing.
exitTokens_reserved 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTokens_nonkeyword(PostgreSQLParser.Tokens_nonkeywordContext ctx)
PostgreSQLParser.tokens_nonkeyword().
The default implementation does nothing.
enterTokens_nonkeyword 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTokens_nonkeyword(PostgreSQLParser.Tokens_nonkeywordContext ctx)
PostgreSQLParser.tokens_nonkeyword().
The default implementation does nothing.
exitTokens_nonkeyword 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSchema_qualified_name_nontype(PostgreSQLParser.Schema_qualified_name_nontypeContext ctx)
PostgreSQLParser.schema_qualified_name_nontype().
The default implementation does nothing.
enterSchema_qualified_name_nontype 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSchema_qualified_name_nontype(PostgreSQLParser.Schema_qualified_name_nontypeContext ctx)
PostgreSQLParser.schema_qualified_name_nontype().
The default implementation does nothing.
exitSchema_qualified_name_nontype 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterType_list(PostgreSQLParser.Type_listContext ctx)
PostgreSQLParser.type_list().
The default implementation does nothing.
enterType_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitType_list(PostgreSQLParser.Type_listContext ctx)
PostgreSQLParser.type_list().
The default implementation does nothing.
exitType_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterData_type(PostgreSQLParser.Data_typeContext ctx)
PostgreSQLParser.data_type().
The default implementation does nothing.
enterData_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitData_type(PostgreSQLParser.Data_typeContext ctx)
PostgreSQLParser.data_type().
The default implementation does nothing.
exitData_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterArray_type(PostgreSQLParser.Array_typeContext ctx)
PostgreSQLParser.array_type().
The default implementation does nothing.
enterArray_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitArray_type(PostgreSQLParser.Array_typeContext ctx)
PostgreSQLParser.array_type().
The default implementation does nothing.
exitArray_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPredefined_type(PostgreSQLParser.Predefined_typeContext ctx)
PostgreSQLParser.predefined_type().
The default implementation does nothing.
enterPredefined_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPredefined_type(PostgreSQLParser.Predefined_typeContext ctx)
PostgreSQLParser.predefined_type().
The default implementation does nothing.
exitPredefined_type 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterInterval_field(PostgreSQLParser.Interval_fieldContext ctx)
PostgreSQLParser.interval_field().
The default implementation does nothing.
enterInterval_field 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitInterval_field(PostgreSQLParser.Interval_fieldContext ctx)
PostgreSQLParser.interval_field().
The default implementation does nothing.
exitInterval_field 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterType_length(PostgreSQLParser.Type_lengthContext ctx)
PostgreSQLParser.type_length().
The default implementation does nothing.
enterType_length 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitType_length(PostgreSQLParser.Type_lengthContext ctx)
PostgreSQLParser.type_length().
The default implementation does nothing.
exitType_length 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPrecision_param(PostgreSQLParser.Precision_paramContext ctx)
PostgreSQLParser.precision_param().
The default implementation does nothing.
enterPrecision_param 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPrecision_param(PostgreSQLParser.Precision_paramContext ctx)
PostgreSQLParser.precision_param().
The default implementation does nothing.
exitPrecision_param 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterVex(PostgreSQLParser.VexContext ctx)
PostgreSQLParser.vex().
The default implementation does nothing.
enterVex 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitVex(PostgreSQLParser.VexContext ctx)
PostgreSQLParser.vex().
The default implementation does nothing.
exitVex 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterVex_b(PostgreSQLParser.Vex_bContext ctx)
PostgreSQLParser.vex_b().
The default implementation does nothing.
enterVex_b 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitVex_b(PostgreSQLParser.Vex_bContext ctx)
PostgreSQLParser.vex_b().
The default implementation does nothing.
exitVex_b 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOp(PostgreSQLParser.OpContext ctx)
PostgreSQLParser.op().
The default implementation does nothing.
enterOp 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOp(PostgreSQLParser.OpContext ctx)
PostgreSQLParser.op().
The default implementation does nothing.
exitOp 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAll_op_ref(PostgreSQLParser.All_op_refContext ctx)
PostgreSQLParser.all_op_ref().
The default implementation does nothing.
enterAll_op_ref 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAll_op_ref(PostgreSQLParser.All_op_refContext ctx)
PostgreSQLParser.all_op_ref().
The default implementation does nothing.
exitAll_op_ref 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDatetime_overlaps(PostgreSQLParser.Datetime_overlapsContext ctx)
PostgreSQLParser.datetime_overlaps().
The default implementation does nothing.
enterDatetime_overlaps 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDatetime_overlaps(PostgreSQLParser.Datetime_overlapsContext ctx)
PostgreSQLParser.datetime_overlaps().
The default implementation does nothing.
exitDatetime_overlaps 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterValue_expression_primary(PostgreSQLParser.Value_expression_primaryContext ctx)
PostgreSQLParser.value_expression_primary().
The default implementation does nothing.
enterValue_expression_primary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitValue_expression_primary(PostgreSQLParser.Value_expression_primaryContext ctx)
PostgreSQLParser.value_expression_primary().
The default implementation does nothing.
exitValue_expression_primary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUnsigned_value_specification(PostgreSQLParser.Unsigned_value_specificationContext ctx)
PostgreSQLParser.unsigned_value_specification().
The default implementation does nothing.
enterUnsigned_value_specification 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUnsigned_value_specification(PostgreSQLParser.Unsigned_value_specificationContext ctx)
PostgreSQLParser.unsigned_value_specification().
The default implementation does nothing.
exitUnsigned_value_specification 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUnsigned_numeric_literal(PostgreSQLParser.Unsigned_numeric_literalContext ctx)
PostgreSQLParser.unsigned_numeric_literal().
The default implementation does nothing.
enterUnsigned_numeric_literal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUnsigned_numeric_literal(PostgreSQLParser.Unsigned_numeric_literalContext ctx)
PostgreSQLParser.unsigned_numeric_literal().
The default implementation does nothing.
exitUnsigned_numeric_literal 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTruth_value(PostgreSQLParser.Truth_valueContext ctx)
PostgreSQLParser.truth_value().
The default implementation does nothing.
enterTruth_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTruth_value(PostgreSQLParser.Truth_valueContext ctx)
PostgreSQLParser.truth_value().
The default implementation does nothing.
exitTruth_value 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCase_expression(PostgreSQLParser.Case_expressionContext ctx)
PostgreSQLParser.case_expression().
The default implementation does nothing.
enterCase_expression 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCase_expression(PostgreSQLParser.Case_expressionContext ctx)
PostgreSQLParser.case_expression().
The default implementation does nothing.
exitCase_expression 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCast_specification(PostgreSQLParser.Cast_specificationContext ctx)
PostgreSQLParser.cast_specification().
The default implementation does nothing.
enterCast_specification 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCast_specification(PostgreSQLParser.Cast_specificationContext ctx)
PostgreSQLParser.cast_specification().
The default implementation does nothing.
exitCast_specification 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_call(PostgreSQLParser.Function_callContext ctx)
PostgreSQLParser.function_call().
The default implementation does nothing.
enterFunction_call 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_call(PostgreSQLParser.Function_callContext ctx)
PostgreSQLParser.function_call().
The default implementation does nothing.
exitFunction_call 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterVex_or_named_notation(PostgreSQLParser.Vex_or_named_notationContext ctx)
PostgreSQLParser.vex_or_named_notation().
The default implementation does nothing.
enterVex_or_named_notation 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitVex_or_named_notation(PostgreSQLParser.Vex_or_named_notationContext ctx)
PostgreSQLParser.vex_or_named_notation().
The default implementation does nothing.
exitVex_or_named_notation 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPointer(PostgreSQLParser.PointerContext ctx)
PostgreSQLParser.pointer().
The default implementation does nothing.
enterPointer 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPointer(PostgreSQLParser.PointerContext ctx)
PostgreSQLParser.pointer().
The default implementation does nothing.
exitPointer 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_construct(PostgreSQLParser.Function_constructContext ctx)
PostgreSQLParser.function_construct().
The default implementation does nothing.
enterFunction_construct 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_construct(PostgreSQLParser.Function_constructContext ctx)
PostgreSQLParser.function_construct().
The default implementation does nothing.
exitFunction_construct 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterExtract_function(PostgreSQLParser.Extract_functionContext ctx)
PostgreSQLParser.extract_function().
The default implementation does nothing.
enterExtract_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitExtract_function(PostgreSQLParser.Extract_functionContext ctx)
PostgreSQLParser.extract_function().
The default implementation does nothing.
exitExtract_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSystem_function(PostgreSQLParser.System_functionContext ctx)
PostgreSQLParser.system_function().
The default implementation does nothing.
enterSystem_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSystem_function(PostgreSQLParser.System_functionContext ctx)
PostgreSQLParser.system_function().
The default implementation does nothing.
exitSystem_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDate_time_function(PostgreSQLParser.Date_time_functionContext ctx)
PostgreSQLParser.date_time_function().
The default implementation does nothing.
enterDate_time_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDate_time_function(PostgreSQLParser.Date_time_functionContext ctx)
PostgreSQLParser.date_time_function().
The default implementation does nothing.
exitDate_time_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterString_value_function(PostgreSQLParser.String_value_functionContext ctx)
PostgreSQLParser.string_value_function().
The default implementation does nothing.
enterString_value_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitString_value_function(PostgreSQLParser.String_value_functionContext ctx)
PostgreSQLParser.string_value_function().
The default implementation does nothing.
exitString_value_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterXml_function(PostgreSQLParser.Xml_functionContext ctx)
PostgreSQLParser.xml_function().
The default implementation does nothing.
enterXml_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitXml_function(PostgreSQLParser.Xml_functionContext ctx)
PostgreSQLParser.xml_function().
The default implementation does nothing.
exitXml_function 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterXml_table_column(PostgreSQLParser.Xml_table_columnContext ctx)
PostgreSQLParser.xml_table_column().
The default implementation does nothing.
enterXml_table_column 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitXml_table_column(PostgreSQLParser.Xml_table_columnContext ctx)
PostgreSQLParser.xml_table_column().
The default implementation does nothing.
exitXml_table_column 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterComparison_mod(PostgreSQLParser.Comparison_modContext ctx)
PostgreSQLParser.comparison_mod().
The default implementation does nothing.
enterComparison_mod 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitComparison_mod(PostgreSQLParser.Comparison_modContext ctx)
PostgreSQLParser.comparison_mod().
The default implementation does nothing.
exitComparison_mod 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
PostgreSQLParser.filter_clause().
The default implementation does nothing.
enterFilter_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
PostgreSQLParser.filter_clause().
The default implementation does nothing.
exitFilter_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
PostgreSQLParser.window_definition().
The default implementation does nothing.
enterWindow_definition 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
PostgreSQLParser.window_definition().
The default implementation does nothing.
exitWindow_definition 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFrame_clause(PostgreSQLParser.Frame_clauseContext ctx)
PostgreSQLParser.frame_clause().
The default implementation does nothing.
enterFrame_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFrame_clause(PostgreSQLParser.Frame_clauseContext ctx)
PostgreSQLParser.frame_clause().
The default implementation does nothing.
exitFrame_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
PostgreSQLParser.frame_bound().
The default implementation does nothing.
enterFrame_bound 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
PostgreSQLParser.frame_bound().
The default implementation does nothing.
exitFrame_bound 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterArray_expression(PostgreSQLParser.Array_expressionContext ctx)
PostgreSQLParser.array_expression().
The default implementation does nothing.
enterArray_expression 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitArray_expression(PostgreSQLParser.Array_expressionContext ctx)
PostgreSQLParser.array_expression().
The default implementation does nothing.
exitArray_expression 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterArray_elements(PostgreSQLParser.Array_elementsContext ctx)
PostgreSQLParser.array_elements().
The default implementation does nothing.
enterArray_elements 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitArray_elements(PostgreSQLParser.Array_elementsContext ctx)
PostgreSQLParser.array_elements().
The default implementation does nothing.
exitArray_elements 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterType_coercion(PostgreSQLParser.Type_coercionContext ctx)
PostgreSQLParser.type_coercion().
The default implementation does nothing.
enterType_coercion 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitType_coercion(PostgreSQLParser.Type_coercionContext ctx)
PostgreSQLParser.type_coercion().
The default implementation does nothing.
exitType_coercion 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSchema_qualified_name(PostgreSQLParser.Schema_qualified_nameContext ctx)
PostgreSQLParser.schema_qualified_name().
The default implementation does nothing.
enterSchema_qualified_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSchema_qualified_name(PostgreSQLParser.Schema_qualified_nameContext ctx)
PostgreSQLParser.schema_qualified_name().
The default implementation does nothing.
exitSchema_qualified_name 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSet_qualifier(PostgreSQLParser.Set_qualifierContext ctx)
PostgreSQLParser.set_qualifier().
The default implementation does nothing.
enterSet_qualifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSet_qualifier(PostgreSQLParser.Set_qualifierContext ctx)
PostgreSQLParser.set_qualifier().
The default implementation does nothing.
exitSet_qualifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTable_subquery(PostgreSQLParser.Table_subqueryContext ctx)
PostgreSQLParser.table_subquery().
The default implementation does nothing.
enterTable_subquery 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTable_subquery(PostgreSQLParser.Table_subqueryContext ctx)
PostgreSQLParser.table_subquery().
The default implementation does nothing.
exitTable_subquery 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSelect_stmt(PostgreSQLParser.Select_stmtContext ctx)
PostgreSQLParser.select_stmt().
The default implementation does nothing.
enterSelect_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSelect_stmt(PostgreSQLParser.Select_stmtContext ctx)
PostgreSQLParser.select_stmt().
The default implementation does nothing.
exitSelect_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAfter_ops(PostgreSQLParser.After_opsContext ctx)
PostgreSQLParser.after_ops().
The default implementation does nothing.
enterAfter_ops 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAfter_ops(PostgreSQLParser.After_opsContext ctx)
PostgreSQLParser.after_ops().
The default implementation does nothing.
exitAfter_ops 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSelect_stmt_no_parens(PostgreSQLParser.Select_stmt_no_parensContext ctx)
PostgreSQLParser.select_stmt_no_parens().
The default implementation does nothing.
enterSelect_stmt_no_parens 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSelect_stmt_no_parens(PostgreSQLParser.Select_stmt_no_parensContext ctx)
PostgreSQLParser.select_stmt_no_parens().
The default implementation does nothing.
exitSelect_stmt_no_parens 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterWith_clause(PostgreSQLParser.With_clauseContext ctx)
PostgreSQLParser.with_clause().
The default implementation does nothing.
enterWith_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitWith_clause(PostgreSQLParser.With_clauseContext ctx)
PostgreSQLParser.with_clause().
The default implementation does nothing.
exitWith_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterWith_query(PostgreSQLParser.With_queryContext ctx)
PostgreSQLParser.with_query().
The default implementation does nothing.
enterWith_query 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitWith_query(PostgreSQLParser.With_queryContext ctx)
PostgreSQLParser.with_query().
The default implementation does nothing.
exitWith_query 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSelect_ops(PostgreSQLParser.Select_opsContext ctx)
PostgreSQLParser.select_ops().
The default implementation does nothing.
enterSelect_ops 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSelect_ops(PostgreSQLParser.Select_opsContext ctx)
PostgreSQLParser.select_ops().
The default implementation does nothing.
exitSelect_ops 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSelect_ops_no_parens(PostgreSQLParser.Select_ops_no_parensContext ctx)
PostgreSQLParser.select_ops_no_parens().
The default implementation does nothing.
enterSelect_ops_no_parens 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSelect_ops_no_parens(PostgreSQLParser.Select_ops_no_parensContext ctx)
PostgreSQLParser.select_ops_no_parens().
The default implementation does nothing.
exitSelect_ops_no_parens 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSelect_primary(PostgreSQLParser.Select_primaryContext ctx)
PostgreSQLParser.select_primary().
The default implementation does nothing.
enterSelect_primary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSelect_primary(PostgreSQLParser.Select_primaryContext ctx)
PostgreSQLParser.select_primary().
The default implementation does nothing.
exitSelect_primary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSelect_list(PostgreSQLParser.Select_listContext ctx)
PostgreSQLParser.select_list().
The default implementation does nothing.
enterSelect_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSelect_list(PostgreSQLParser.Select_listContext ctx)
PostgreSQLParser.select_list().
The default implementation does nothing.
exitSelect_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSelect_sublist(PostgreSQLParser.Select_sublistContext ctx)
PostgreSQLParser.select_sublist().
The default implementation does nothing.
enterSelect_sublist 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSelect_sublist(PostgreSQLParser.Select_sublistContext ctx)
PostgreSQLParser.select_sublist().
The default implementation does nothing.
exitSelect_sublist 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterInto_table(PostgreSQLParser.Into_tableContext ctx)
PostgreSQLParser.into_table().
The default implementation does nothing.
enterInto_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitInto_table(PostgreSQLParser.Into_tableContext ctx)
PostgreSQLParser.into_table().
The default implementation does nothing.
exitInto_table 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFrom_item(PostgreSQLParser.From_itemContext ctx)
PostgreSQLParser.from_item().
The default implementation does nothing.
enterFrom_item 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFrom_item(PostgreSQLParser.From_itemContext ctx)
PostgreSQLParser.from_item().
The default implementation does nothing.
exitFrom_item 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFrom_primary(PostgreSQLParser.From_primaryContext ctx)
PostgreSQLParser.from_primary().
The default implementation does nothing.
enterFrom_primary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFrom_primary(PostgreSQLParser.From_primaryContext ctx)
PostgreSQLParser.from_primary().
The default implementation does nothing.
exitFrom_primary 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
PostgreSQLParser.alias_clause().
The default implementation does nothing.
enterAlias_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
PostgreSQLParser.alias_clause().
The default implementation does nothing.
exitAlias_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFrom_function_column_def(PostgreSQLParser.From_function_column_defContext ctx)
PostgreSQLParser.from_function_column_def().
The default implementation does nothing.
enterFrom_function_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFrom_function_column_def(PostgreSQLParser.From_function_column_defContext ctx)
PostgreSQLParser.from_function_column_def().
The default implementation does nothing.
exitFrom_function_column_def 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterGroupby_clause(PostgreSQLParser.Groupby_clauseContext ctx)
PostgreSQLParser.groupby_clause().
The default implementation does nothing.
enterGroupby_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitGroupby_clause(PostgreSQLParser.Groupby_clauseContext ctx)
PostgreSQLParser.groupby_clause().
The default implementation does nothing.
exitGroupby_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterGrouping_element_list(PostgreSQLParser.Grouping_element_listContext ctx)
PostgreSQLParser.grouping_element_list().
The default implementation does nothing.
enterGrouping_element_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitGrouping_element_list(PostgreSQLParser.Grouping_element_listContext ctx)
PostgreSQLParser.grouping_element_list().
The default implementation does nothing.
exitGrouping_element_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterGrouping_element(PostgreSQLParser.Grouping_elementContext ctx)
PostgreSQLParser.grouping_element().
The default implementation does nothing.
enterGrouping_element 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitGrouping_element(PostgreSQLParser.Grouping_elementContext ctx)
PostgreSQLParser.grouping_element().
The default implementation does nothing.
exitGrouping_element 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterValues_stmt(PostgreSQLParser.Values_stmtContext ctx)
PostgreSQLParser.values_stmt().
The default implementation does nothing.
enterValues_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitValues_stmt(PostgreSQLParser.Values_stmtContext ctx)
PostgreSQLParser.values_stmt().
The default implementation does nothing.
exitValues_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterValues_values(PostgreSQLParser.Values_valuesContext ctx)
PostgreSQLParser.values_values().
The default implementation does nothing.
enterValues_values 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitValues_values(PostgreSQLParser.Values_valuesContext ctx)
PostgreSQLParser.values_values().
The default implementation does nothing.
exitValues_values 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOrderby_clause(PostgreSQLParser.Orderby_clauseContext ctx)
PostgreSQLParser.orderby_clause().
The default implementation does nothing.
enterOrderby_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOrderby_clause(PostgreSQLParser.Orderby_clauseContext ctx)
PostgreSQLParser.orderby_clause().
The default implementation does nothing.
exitOrderby_clause 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSort_specifier_list(PostgreSQLParser.Sort_specifier_listContext ctx)
PostgreSQLParser.sort_specifier_list().
The default implementation does nothing.
enterSort_specifier_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSort_specifier_list(PostgreSQLParser.Sort_specifier_listContext ctx)
PostgreSQLParser.sort_specifier_list().
The default implementation does nothing.
exitSort_specifier_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterSort_specifier(PostgreSQLParser.Sort_specifierContext ctx)
PostgreSQLParser.sort_specifier().
The default implementation does nothing.
enterSort_specifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitSort_specifier(PostgreSQLParser.Sort_specifierContext ctx)
PostgreSQLParser.sort_specifier().
The default implementation does nothing.
exitSort_specifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOrder_specification(PostgreSQLParser.Order_specificationContext ctx)
PostgreSQLParser.order_specification().
The default implementation does nothing.
enterOrder_specification 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOrder_specification(PostgreSQLParser.Order_specificationContext ctx)
PostgreSQLParser.order_specification().
The default implementation does nothing.
exitOrder_specification 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterNull_ordering(PostgreSQLParser.Null_orderingContext ctx)
PostgreSQLParser.null_ordering().
The default implementation does nothing.
enterNull_ordering 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitNull_ordering(PostgreSQLParser.Null_orderingContext ctx)
PostgreSQLParser.null_ordering().
The default implementation does nothing.
exitNull_ordering 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterInsert_stmt_for_psql(PostgreSQLParser.Insert_stmt_for_psqlContext ctx)
PostgreSQLParser.insert_stmt_for_psql().
The default implementation does nothing.
enterInsert_stmt_for_psql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitInsert_stmt_for_psql(PostgreSQLParser.Insert_stmt_for_psqlContext ctx)
PostgreSQLParser.insert_stmt_for_psql().
The default implementation does nothing.
exitInsert_stmt_for_psql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterInsert_columns(PostgreSQLParser.Insert_columnsContext ctx)
PostgreSQLParser.insert_columns().
The default implementation does nothing.
enterInsert_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitInsert_columns(PostgreSQLParser.Insert_columnsContext ctx)
PostgreSQLParser.insert_columns().
The default implementation does nothing.
exitInsert_columns 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIndirection_identifier(PostgreSQLParser.Indirection_identifierContext ctx)
PostgreSQLParser.indirection_identifier().
The default implementation does nothing.
enterIndirection_identifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIndirection_identifier(PostgreSQLParser.Indirection_identifierContext ctx)
PostgreSQLParser.indirection_identifier().
The default implementation does nothing.
exitIndirection_identifier 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterConflict_object(PostgreSQLParser.Conflict_objectContext ctx)
PostgreSQLParser.conflict_object().
The default implementation does nothing.
enterConflict_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitConflict_object(PostgreSQLParser.Conflict_objectContext ctx)
PostgreSQLParser.conflict_object().
The default implementation does nothing.
exitConflict_object 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterConflict_action(PostgreSQLParser.Conflict_actionContext ctx)
PostgreSQLParser.conflict_action().
The default implementation does nothing.
enterConflict_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitConflict_action(PostgreSQLParser.Conflict_actionContext ctx)
PostgreSQLParser.conflict_action().
The default implementation does nothing.
exitConflict_action 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDelete_stmt_for_psql(PostgreSQLParser.Delete_stmt_for_psqlContext ctx)
PostgreSQLParser.delete_stmt_for_psql().
The default implementation does nothing.
enterDelete_stmt_for_psql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDelete_stmt_for_psql(PostgreSQLParser.Delete_stmt_for_psqlContext ctx)
PostgreSQLParser.delete_stmt_for_psql().
The default implementation does nothing.
exitDelete_stmt_for_psql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUpdate_stmt_for_psql(PostgreSQLParser.Update_stmt_for_psqlContext ctx)
PostgreSQLParser.update_stmt_for_psql().
The default implementation does nothing.
enterUpdate_stmt_for_psql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUpdate_stmt_for_psql(PostgreSQLParser.Update_stmt_for_psqlContext ctx)
PostgreSQLParser.update_stmt_for_psql().
The default implementation does nothing.
exitUpdate_stmt_for_psql 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUpdate_set(PostgreSQLParser.Update_setContext ctx)
PostgreSQLParser.update_set().
The default implementation does nothing.
enterUpdate_set 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUpdate_set(PostgreSQLParser.Update_setContext ctx)
PostgreSQLParser.update_set().
The default implementation does nothing.
exitUpdate_set 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterNotify_stmt(PostgreSQLParser.Notify_stmtContext ctx)
PostgreSQLParser.notify_stmt().
The default implementation does nothing.
enterNotify_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitNotify_stmt(PostgreSQLParser.Notify_stmtContext ctx)
PostgreSQLParser.notify_stmt().
The default implementation does nothing.
exitNotify_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTruncate_stmt(PostgreSQLParser.Truncate_stmtContext ctx)
PostgreSQLParser.truncate_stmt().
The default implementation does nothing.
enterTruncate_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTruncate_stmt(PostgreSQLParser.Truncate_stmtContext ctx)
PostgreSQLParser.truncate_stmt().
The default implementation does nothing.
exitTruncate_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIdentifier_list(PostgreSQLParser.Identifier_listContext ctx)
PostgreSQLParser.identifier_list().
The default implementation does nothing.
enterIdentifier_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIdentifier_list(PostgreSQLParser.Identifier_listContext ctx)
PostgreSQLParser.identifier_list().
The default implementation does nothing.
exitIdentifier_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAnonymous_block(PostgreSQLParser.Anonymous_blockContext ctx)
PostgreSQLParser.anonymous_block().
The default implementation does nothing.
enterAnonymous_block 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAnonymous_block(PostgreSQLParser.Anonymous_blockContext ctx)
PostgreSQLParser.anonymous_block().
The default implementation does nothing.
exitAnonymous_block 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterComp_options(PostgreSQLParser.Comp_optionsContext ctx)
PostgreSQLParser.comp_options().
The default implementation does nothing.
enterComp_options 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitComp_options(PostgreSQLParser.Comp_optionsContext ctx)
PostgreSQLParser.comp_options().
The default implementation does nothing.
exitComp_options 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_block(PostgreSQLParser.Function_blockContext ctx)
PostgreSQLParser.function_block().
The default implementation does nothing.
enterFunction_block 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_block(PostgreSQLParser.Function_blockContext ctx)
PostgreSQLParser.function_block().
The default implementation does nothing.
exitFunction_block 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterStart_label(PostgreSQLParser.Start_labelContext ctx)
PostgreSQLParser.start_label().
The default implementation does nothing.
enterStart_label 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitStart_label(PostgreSQLParser.Start_labelContext ctx)
PostgreSQLParser.start_label().
The default implementation does nothing.
exitStart_label 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDeclarations(PostgreSQLParser.DeclarationsContext ctx)
PostgreSQLParser.declarations().
The default implementation does nothing.
enterDeclarations 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDeclarations(PostgreSQLParser.DeclarationsContext ctx)
PostgreSQLParser.declarations().
The default implementation does nothing.
exitDeclarations 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDeclaration(PostgreSQLParser.DeclarationContext ctx)
PostgreSQLParser.declaration().
The default implementation does nothing.
enterDeclaration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDeclaration(PostgreSQLParser.DeclarationContext ctx)
PostgreSQLParser.declaration().
The default implementation does nothing.
exitDeclaration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterType_declaration(PostgreSQLParser.Type_declarationContext ctx)
PostgreSQLParser.type_declaration().
The default implementation does nothing.
enterType_declaration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitType_declaration(PostgreSQLParser.Type_declarationContext ctx)
PostgreSQLParser.type_declaration().
The default implementation does nothing.
exitType_declaration 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterArguments_list(PostgreSQLParser.Arguments_listContext ctx)
PostgreSQLParser.arguments_list().
The default implementation does nothing.
enterArguments_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitArguments_list(PostgreSQLParser.Arguments_listContext ctx)
PostgreSQLParser.arguments_list().
The default implementation does nothing.
exitArguments_list 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterData_type_dec(PostgreSQLParser.Data_type_decContext ctx)
PostgreSQLParser.data_type_dec().
The default implementation does nothing.
enterData_type_dec 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitData_type_dec(PostgreSQLParser.Data_type_decContext ctx)
PostgreSQLParser.data_type_dec().
The default implementation does nothing.
exitData_type_dec 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterException_statement(PostgreSQLParser.Exception_statementContext ctx)
PostgreSQLParser.exception_statement().
The default implementation does nothing.
enterException_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitException_statement(PostgreSQLParser.Exception_statementContext ctx)
PostgreSQLParser.exception_statement().
The default implementation does nothing.
exitException_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_statements(PostgreSQLParser.Function_statementsContext ctx)
PostgreSQLParser.function_statements().
The default implementation does nothing.
enterFunction_statements 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_statements(PostgreSQLParser.Function_statementsContext ctx)
PostgreSQLParser.function_statements().
The default implementation does nothing.
exitFunction_statements 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterFunction_statement(PostgreSQLParser.Function_statementContext ctx)
PostgreSQLParser.function_statement().
The default implementation does nothing.
enterFunction_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitFunction_statement(PostgreSQLParser.Function_statementContext ctx)
PostgreSQLParser.function_statement().
The default implementation does nothing.
exitFunction_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterBase_statement(PostgreSQLParser.Base_statementContext ctx)
PostgreSQLParser.base_statement().
The default implementation does nothing.
enterBase_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitBase_statement(PostgreSQLParser.Base_statementContext ctx)
PostgreSQLParser.base_statement().
The default implementation does nothing.
exitBase_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterVar(PostgreSQLParser.VarContext ctx)
PostgreSQLParser.var().
The default implementation does nothing.
enterVar 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitVar(PostgreSQLParser.VarContext ctx)
PostgreSQLParser.var().
The default implementation does nothing.
exitVar 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterDiagnostic_option(PostgreSQLParser.Diagnostic_optionContext ctx)
PostgreSQLParser.diagnostic_option().
The default implementation does nothing.
enterDiagnostic_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitDiagnostic_option(PostgreSQLParser.Diagnostic_optionContext ctx)
PostgreSQLParser.diagnostic_option().
The default implementation does nothing.
exitDiagnostic_option 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPerform_stmt(PostgreSQLParser.Perform_stmtContext ctx)
PostgreSQLParser.perform_stmt().
The default implementation does nothing.
enterPerform_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPerform_stmt(PostgreSQLParser.Perform_stmtContext ctx)
PostgreSQLParser.perform_stmt().
The default implementation does nothing.
exitPerform_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterAssign_stmt(PostgreSQLParser.Assign_stmtContext ctx)
PostgreSQLParser.assign_stmt().
The default implementation does nothing.
enterAssign_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitAssign_stmt(PostgreSQLParser.Assign_stmtContext ctx)
PostgreSQLParser.assign_stmt().
The default implementation does nothing.
exitAssign_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterExecute_stmt(PostgreSQLParser.Execute_stmtContext ctx)
PostgreSQLParser.execute_stmt().
The default implementation does nothing.
enterExecute_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitExecute_stmt(PostgreSQLParser.Execute_stmtContext ctx)
PostgreSQLParser.execute_stmt().
The default implementation does nothing.
exitExecute_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterControl_statement(PostgreSQLParser.Control_statementContext ctx)
PostgreSQLParser.control_statement().
The default implementation does nothing.
enterControl_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitControl_statement(PostgreSQLParser.Control_statementContext ctx)
PostgreSQLParser.control_statement().
The default implementation does nothing.
exitControl_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCursor_statement(PostgreSQLParser.Cursor_statementContext ctx)
PostgreSQLParser.cursor_statement().
The default implementation does nothing.
enterCursor_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCursor_statement(PostgreSQLParser.Cursor_statementContext ctx)
PostgreSQLParser.cursor_statement().
The default implementation does nothing.
exitCursor_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterOption(PostgreSQLParser.OptionContext ctx)
PostgreSQLParser.option().
The default implementation does nothing.
enterOption 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitOption(PostgreSQLParser.OptionContext ctx)
PostgreSQLParser.option().
The default implementation does nothing.
exitOption 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterTransaction_statement(PostgreSQLParser.Transaction_statementContext ctx)
PostgreSQLParser.transaction_statement().
The default implementation does nothing.
enterTransaction_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitTransaction_statement(PostgreSQLParser.Transaction_statementContext ctx)
PostgreSQLParser.transaction_statement().
The default implementation does nothing.
exitTransaction_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterMessage_statement(PostgreSQLParser.Message_statementContext ctx)
PostgreSQLParser.message_statement().
The default implementation does nothing.
enterMessage_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitMessage_statement(PostgreSQLParser.Message_statementContext ctx)
PostgreSQLParser.message_statement().
The default implementation does nothing.
exitMessage_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterLog_level(PostgreSQLParser.Log_levelContext ctx)
PostgreSQLParser.log_level().
The default implementation does nothing.
enterLog_level 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitLog_level(PostgreSQLParser.Log_levelContext ctx)
PostgreSQLParser.log_level().
The default implementation does nothing.
exitLog_level 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRaise_using(PostgreSQLParser.Raise_usingContext ctx)
PostgreSQLParser.raise_using().
The default implementation does nothing.
enterRaise_using 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRaise_using(PostgreSQLParser.Raise_usingContext ctx)
PostgreSQLParser.raise_using().
The default implementation does nothing.
exitRaise_using 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterRaise_param(PostgreSQLParser.Raise_paramContext ctx)
PostgreSQLParser.raise_param().
The default implementation does nothing.
enterRaise_param 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitRaise_param(PostgreSQLParser.Raise_paramContext ctx)
PostgreSQLParser.raise_param().
The default implementation does nothing.
exitRaise_param 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterReturn_stmt(PostgreSQLParser.Return_stmtContext ctx)
PostgreSQLParser.return_stmt().
The default implementation does nothing.
enterReturn_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitReturn_stmt(PostgreSQLParser.Return_stmtContext ctx)
PostgreSQLParser.return_stmt().
The default implementation does nothing.
exitReturn_stmt 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterLoop_statement(PostgreSQLParser.Loop_statementContext ctx)
PostgreSQLParser.loop_statement().
The default implementation does nothing.
enterLoop_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitLoop_statement(PostgreSQLParser.Loop_statementContext ctx)
PostgreSQLParser.loop_statement().
The default implementation does nothing.
exitLoop_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterLoop_start(PostgreSQLParser.Loop_startContext ctx)
PostgreSQLParser.loop_start().
The default implementation does nothing.
enterLoop_start 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitLoop_start(PostgreSQLParser.Loop_startContext ctx)
PostgreSQLParser.loop_start().
The default implementation does nothing.
exitLoop_start 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterUsing_vex(PostgreSQLParser.Using_vexContext ctx)
PostgreSQLParser.using_vex().
The default implementation does nothing.
enterUsing_vex 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitUsing_vex(PostgreSQLParser.Using_vexContext ctx)
PostgreSQLParser.using_vex().
The default implementation does nothing.
exitUsing_vex 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterIf_statement(PostgreSQLParser.If_statementContext ctx)
PostgreSQLParser.if_statement().
The default implementation does nothing.
enterIf_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitIf_statement(PostgreSQLParser.If_statementContext ctx)
PostgreSQLParser.if_statement().
The default implementation does nothing.
exitIf_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterCase_statement(PostgreSQLParser.Case_statementContext ctx)
PostgreSQLParser.case_statement().
The default implementation does nothing.
enterCase_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitCase_statement(PostgreSQLParser.Case_statementContext ctx)
PostgreSQLParser.case_statement().
The default implementation does nothing.
exitCase_statement 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterPlpgsql_query(PostgreSQLParser.Plpgsql_queryContext ctx)
PostgreSQLParser.plpgsql_query().
The default implementation does nothing.
enterPlpgsql_query 在接口中 PostgreSQLParserListenerctx - the parse treepublic void exitPlpgsql_query(PostgreSQLParser.Plpgsql_queryContext ctx)
PostgreSQLParser.plpgsql_query().
The default implementation does nothing.
exitPlpgsql_query 在接口中 PostgreSQLParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2022. All rights reserved.