public class PlSqlParserBaseListener extends Object implements PlSqlParserListener
PlSqlParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
PlSqlParserBaseListener() |
public void enterSql_script(PlSqlParser.Sql_scriptContext ctx)
PlSqlParser.sql_script().
The default implementation does nothing.
enterSql_script in interface PlSqlParserListenerctx - the parse treepublic void exitSql_script(PlSqlParser.Sql_scriptContext ctx)
PlSqlParser.sql_script().
The default implementation does nothing.
exitSql_script in interface PlSqlParserListenerctx - the parse treepublic void enterUnit_statement(PlSqlParser.Unit_statementContext ctx)
PlSqlParser.unit_statement().
The default implementation does nothing.
enterUnit_statement in interface PlSqlParserListenerctx - the parse treepublic void exitUnit_statement(PlSqlParser.Unit_statementContext ctx)
PlSqlParser.unit_statement().
The default implementation does nothing.
exitUnit_statement in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_function(PlSqlParser.Drop_functionContext ctx)
PlSqlParser.drop_function().
The default implementation does nothing.
enterDrop_function in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_function(PlSqlParser.Drop_functionContext ctx)
PlSqlParser.drop_function().
The default implementation does nothing.
exitDrop_function in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_function(PlSqlParser.Alter_functionContext ctx)
PlSqlParser.alter_function().
The default implementation does nothing.
enterAlter_function in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_function(PlSqlParser.Alter_functionContext ctx)
PlSqlParser.alter_function().
The default implementation does nothing.
exitAlter_function in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_function_body(PlSqlParser.Create_function_bodyContext ctx)
PlSqlParser.create_function_body().
The default implementation does nothing.
enterCreate_function_body in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_function_body(PlSqlParser.Create_function_bodyContext ctx)
PlSqlParser.create_function_body().
The default implementation does nothing.
exitCreate_function_body in interface PlSqlParserListenerctx - the parse treepublic void enterParallel_enable_clause(PlSqlParser.Parallel_enable_clauseContext ctx)
PlSqlParser.parallel_enable_clause().
The default implementation does nothing.
enterParallel_enable_clause in interface PlSqlParserListenerctx - the parse treepublic void exitParallel_enable_clause(PlSqlParser.Parallel_enable_clauseContext ctx)
PlSqlParser.parallel_enable_clause().
The default implementation does nothing.
exitParallel_enable_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPartition_by_clause(PlSqlParser.Partition_by_clauseContext ctx)
PlSqlParser.partition_by_clause().
The default implementation does nothing.
enterPartition_by_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPartition_by_clause(PlSqlParser.Partition_by_clauseContext ctx)
PlSqlParser.partition_by_clause().
The default implementation does nothing.
exitPartition_by_clause in interface PlSqlParserListenerctx - the parse treepublic void enterResult_cache_clause(PlSqlParser.Result_cache_clauseContext ctx)
PlSqlParser.result_cache_clause().
The default implementation does nothing.
enterResult_cache_clause in interface PlSqlParserListenerctx - the parse treepublic void exitResult_cache_clause(PlSqlParser.Result_cache_clauseContext ctx)
PlSqlParser.result_cache_clause().
The default implementation does nothing.
exitResult_cache_clause in interface PlSqlParserListenerctx - the parse treepublic void enterRelies_on_part(PlSqlParser.Relies_on_partContext ctx)
PlSqlParser.relies_on_part().
The default implementation does nothing.
enterRelies_on_part in interface PlSqlParserListenerctx - the parse treepublic void exitRelies_on_part(PlSqlParser.Relies_on_partContext ctx)
PlSqlParser.relies_on_part().
The default implementation does nothing.
exitRelies_on_part in interface PlSqlParserListenerctx - the parse treepublic void enterStreaming_clause(PlSqlParser.Streaming_clauseContext ctx)
PlSqlParser.streaming_clause().
The default implementation does nothing.
enterStreaming_clause in interface PlSqlParserListenerctx - the parse treepublic void exitStreaming_clause(PlSqlParser.Streaming_clauseContext ctx)
PlSqlParser.streaming_clause().
The default implementation does nothing.
exitStreaming_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_package(PlSqlParser.Drop_packageContext ctx)
PlSqlParser.drop_package().
The default implementation does nothing.
enterDrop_package in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_package(PlSqlParser.Drop_packageContext ctx)
PlSqlParser.drop_package().
The default implementation does nothing.
exitDrop_package in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_package(PlSqlParser.Alter_packageContext ctx)
PlSqlParser.alter_package().
The default implementation does nothing.
enterAlter_package in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_package(PlSqlParser.Alter_packageContext ctx)
PlSqlParser.alter_package().
The default implementation does nothing.
exitAlter_package in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_package(PlSqlParser.Create_packageContext ctx)
PlSqlParser.create_package().
The default implementation does nothing.
enterCreate_package in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_package(PlSqlParser.Create_packageContext ctx)
PlSqlParser.create_package().
The default implementation does nothing.
exitCreate_package in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_package_body(PlSqlParser.Create_package_bodyContext ctx)
PlSqlParser.create_package_body().
The default implementation does nothing.
enterCreate_package_body in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_package_body(PlSqlParser.Create_package_bodyContext ctx)
PlSqlParser.create_package_body().
The default implementation does nothing.
exitCreate_package_body in interface PlSqlParserListenerctx - the parse treepublic void enterPackage_obj_spec(PlSqlParser.Package_obj_specContext ctx)
PlSqlParser.package_obj_spec().
The default implementation does nothing.
enterPackage_obj_spec in interface PlSqlParserListenerctx - the parse treepublic void exitPackage_obj_spec(PlSqlParser.Package_obj_specContext ctx)
PlSqlParser.package_obj_spec().
The default implementation does nothing.
exitPackage_obj_spec in interface PlSqlParserListenerctx - the parse treepublic void enterProcedure_spec(PlSqlParser.Procedure_specContext ctx)
PlSqlParser.procedure_spec().
The default implementation does nothing.
enterProcedure_spec in interface PlSqlParserListenerctx - the parse treepublic void exitProcedure_spec(PlSqlParser.Procedure_specContext ctx)
PlSqlParser.procedure_spec().
The default implementation does nothing.
exitProcedure_spec in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_spec(PlSqlParser.Function_specContext ctx)
PlSqlParser.function_spec().
The default implementation does nothing.
enterFunction_spec in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_spec(PlSqlParser.Function_specContext ctx)
PlSqlParser.function_spec().
The default implementation does nothing.
exitFunction_spec in interface PlSqlParserListenerctx - the parse treepublic void enterPackage_obj_body(PlSqlParser.Package_obj_bodyContext ctx)
PlSqlParser.package_obj_body().
The default implementation does nothing.
enterPackage_obj_body in interface PlSqlParserListenerctx - the parse treepublic void exitPackage_obj_body(PlSqlParser.Package_obj_bodyContext ctx)
PlSqlParser.package_obj_body().
The default implementation does nothing.
exitPackage_obj_body in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_procedure(PlSqlParser.Drop_procedureContext ctx)
PlSqlParser.drop_procedure().
The default implementation does nothing.
enterDrop_procedure in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_procedure(PlSqlParser.Drop_procedureContext ctx)
PlSqlParser.drop_procedure().
The default implementation does nothing.
exitDrop_procedure in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_procedure(PlSqlParser.Alter_procedureContext ctx)
PlSqlParser.alter_procedure().
The default implementation does nothing.
enterAlter_procedure in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_procedure(PlSqlParser.Alter_procedureContext ctx)
PlSqlParser.alter_procedure().
The default implementation does nothing.
exitAlter_procedure in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_body(PlSqlParser.Function_bodyContext ctx)
PlSqlParser.function_body().
The default implementation does nothing.
enterFunction_body in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_body(PlSqlParser.Function_bodyContext ctx)
PlSqlParser.function_body().
The default implementation does nothing.
exitFunction_body in interface PlSqlParserListenerctx - the parse treepublic void enterProcedure_body(PlSqlParser.Procedure_bodyContext ctx)
PlSqlParser.procedure_body().
The default implementation does nothing.
enterProcedure_body in interface PlSqlParserListenerctx - the parse treepublic void exitProcedure_body(PlSqlParser.Procedure_bodyContext ctx)
PlSqlParser.procedure_body().
The default implementation does nothing.
exitProcedure_body in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_procedure_body(PlSqlParser.Create_procedure_bodyContext ctx)
PlSqlParser.create_procedure_body().
The default implementation does nothing.
enterCreate_procedure_body in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_procedure_body(PlSqlParser.Create_procedure_bodyContext ctx)
PlSqlParser.create_procedure_body().
The default implementation does nothing.
exitCreate_procedure_body in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_trigger(PlSqlParser.Drop_triggerContext ctx)
PlSqlParser.drop_trigger().
The default implementation does nothing.
enterDrop_trigger in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_trigger(PlSqlParser.Drop_triggerContext ctx)
PlSqlParser.drop_trigger().
The default implementation does nothing.
exitDrop_trigger in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_trigger(PlSqlParser.Alter_triggerContext ctx)
PlSqlParser.alter_trigger().
The default implementation does nothing.
enterAlter_trigger in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_trigger(PlSqlParser.Alter_triggerContext ctx)
PlSqlParser.alter_trigger().
The default implementation does nothing.
exitAlter_trigger in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_trigger(PlSqlParser.Create_triggerContext ctx)
PlSqlParser.create_trigger().
The default implementation does nothing.
enterCreate_trigger in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_trigger(PlSqlParser.Create_triggerContext ctx)
PlSqlParser.create_trigger().
The default implementation does nothing.
exitCreate_trigger in interface PlSqlParserListenerctx - the parse treepublic void enterTrigger_follows_clause(PlSqlParser.Trigger_follows_clauseContext ctx)
PlSqlParser.trigger_follows_clause().
The default implementation does nothing.
enterTrigger_follows_clause in interface PlSqlParserListenerctx - the parse treepublic void exitTrigger_follows_clause(PlSqlParser.Trigger_follows_clauseContext ctx)
PlSqlParser.trigger_follows_clause().
The default implementation does nothing.
exitTrigger_follows_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTrigger_when_clause(PlSqlParser.Trigger_when_clauseContext ctx)
PlSqlParser.trigger_when_clause().
The default implementation does nothing.
enterTrigger_when_clause in interface PlSqlParserListenerctx - the parse treepublic void exitTrigger_when_clause(PlSqlParser.Trigger_when_clauseContext ctx)
PlSqlParser.trigger_when_clause().
The default implementation does nothing.
exitTrigger_when_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSimple_dml_trigger(PlSqlParser.Simple_dml_triggerContext ctx)
PlSqlParser.simple_dml_trigger().
The default implementation does nothing.
enterSimple_dml_trigger in interface PlSqlParserListenerctx - the parse treepublic void exitSimple_dml_trigger(PlSqlParser.Simple_dml_triggerContext ctx)
PlSqlParser.simple_dml_trigger().
The default implementation does nothing.
exitSimple_dml_trigger in interface PlSqlParserListenerctx - the parse treepublic void enterFor_each_row(PlSqlParser.For_each_rowContext ctx)
PlSqlParser.for_each_row().
The default implementation does nothing.
enterFor_each_row in interface PlSqlParserListenerctx - the parse treepublic void exitFor_each_row(PlSqlParser.For_each_rowContext ctx)
PlSqlParser.for_each_row().
The default implementation does nothing.
exitFor_each_row in interface PlSqlParserListenerctx - the parse treepublic void enterCompound_dml_trigger(PlSqlParser.Compound_dml_triggerContext ctx)
PlSqlParser.compound_dml_trigger().
The default implementation does nothing.
enterCompound_dml_trigger in interface PlSqlParserListenerctx - the parse treepublic void exitCompound_dml_trigger(PlSqlParser.Compound_dml_triggerContext ctx)
PlSqlParser.compound_dml_trigger().
The default implementation does nothing.
exitCompound_dml_trigger in interface PlSqlParserListenerctx - the parse treepublic void enterNon_dml_trigger(PlSqlParser.Non_dml_triggerContext ctx)
PlSqlParser.non_dml_trigger().
The default implementation does nothing.
enterNon_dml_trigger in interface PlSqlParserListenerctx - the parse treepublic void exitNon_dml_trigger(PlSqlParser.Non_dml_triggerContext ctx)
PlSqlParser.non_dml_trigger().
The default implementation does nothing.
exitNon_dml_trigger in interface PlSqlParserListenerctx - the parse treepublic void enterTrigger_body(PlSqlParser.Trigger_bodyContext ctx)
PlSqlParser.trigger_body().
The default implementation does nothing.
enterTrigger_body in interface PlSqlParserListenerctx - the parse treepublic void exitTrigger_body(PlSqlParser.Trigger_bodyContext ctx)
PlSqlParser.trigger_body().
The default implementation does nothing.
exitTrigger_body in interface PlSqlParserListenerctx - the parse treepublic void enterRoutine_clause(PlSqlParser.Routine_clauseContext ctx)
PlSqlParser.routine_clause().
The default implementation does nothing.
enterRoutine_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRoutine_clause(PlSqlParser.Routine_clauseContext ctx)
PlSqlParser.routine_clause().
The default implementation does nothing.
exitRoutine_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCompound_trigger_block(PlSqlParser.Compound_trigger_blockContext ctx)
PlSqlParser.compound_trigger_block().
The default implementation does nothing.
enterCompound_trigger_block in interface PlSqlParserListenerctx - the parse treepublic void exitCompound_trigger_block(PlSqlParser.Compound_trigger_blockContext ctx)
PlSqlParser.compound_trigger_block().
The default implementation does nothing.
exitCompound_trigger_block in interface PlSqlParserListenerctx - the parse treepublic void enterTiming_point_section(PlSqlParser.Timing_point_sectionContext ctx)
PlSqlParser.timing_point_section().
The default implementation does nothing.
enterTiming_point_section in interface PlSqlParserListenerctx - the parse treepublic void exitTiming_point_section(PlSqlParser.Timing_point_sectionContext ctx)
PlSqlParser.timing_point_section().
The default implementation does nothing.
exitTiming_point_section in interface PlSqlParserListenerctx - the parse treepublic void enterNon_dml_event(PlSqlParser.Non_dml_eventContext ctx)
PlSqlParser.non_dml_event().
The default implementation does nothing.
enterNon_dml_event in interface PlSqlParserListenerctx - the parse treepublic void exitNon_dml_event(PlSqlParser.Non_dml_eventContext ctx)
PlSqlParser.non_dml_event().
The default implementation does nothing.
exitNon_dml_event in interface PlSqlParserListenerctx - the parse treepublic void enterDml_event_clause(PlSqlParser.Dml_event_clauseContext ctx)
PlSqlParser.dml_event_clause().
The default implementation does nothing.
enterDml_event_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDml_event_clause(PlSqlParser.Dml_event_clauseContext ctx)
PlSqlParser.dml_event_clause().
The default implementation does nothing.
exitDml_event_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDml_event_element(PlSqlParser.Dml_event_elementContext ctx)
PlSqlParser.dml_event_element().
The default implementation does nothing.
enterDml_event_element in interface PlSqlParserListenerctx - the parse treepublic void exitDml_event_element(PlSqlParser.Dml_event_elementContext ctx)
PlSqlParser.dml_event_element().
The default implementation does nothing.
exitDml_event_element in interface PlSqlParserListenerctx - the parse treepublic void enterDml_event_nested_clause(PlSqlParser.Dml_event_nested_clauseContext ctx)
PlSqlParser.dml_event_nested_clause().
The default implementation does nothing.
enterDml_event_nested_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDml_event_nested_clause(PlSqlParser.Dml_event_nested_clauseContext ctx)
PlSqlParser.dml_event_nested_clause().
The default implementation does nothing.
exitDml_event_nested_clause in interface PlSqlParserListenerctx - the parse treepublic void enterReferencing_clause(PlSqlParser.Referencing_clauseContext ctx)
PlSqlParser.referencing_clause().
The default implementation does nothing.
enterReferencing_clause in interface PlSqlParserListenerctx - the parse treepublic void exitReferencing_clause(PlSqlParser.Referencing_clauseContext ctx)
PlSqlParser.referencing_clause().
The default implementation does nothing.
exitReferencing_clause in interface PlSqlParserListenerctx - the parse treepublic void enterReferencing_element(PlSqlParser.Referencing_elementContext ctx)
PlSqlParser.referencing_element().
The default implementation does nothing.
enterReferencing_element in interface PlSqlParserListenerctx - the parse treepublic void exitReferencing_element(PlSqlParser.Referencing_elementContext ctx)
PlSqlParser.referencing_element().
The default implementation does nothing.
exitReferencing_element in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_type(PlSqlParser.Drop_typeContext ctx)
PlSqlParser.drop_type().
The default implementation does nothing.
enterDrop_type in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_type(PlSqlParser.Drop_typeContext ctx)
PlSqlParser.drop_type().
The default implementation does nothing.
exitDrop_type in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_type(PlSqlParser.Alter_typeContext ctx)
PlSqlParser.alter_type().
The default implementation does nothing.
enterAlter_type in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_type(PlSqlParser.Alter_typeContext ctx)
PlSqlParser.alter_type().
The default implementation does nothing.
exitAlter_type in interface PlSqlParserListenerctx - the parse treepublic void enterCompile_type_clause(PlSqlParser.Compile_type_clauseContext ctx)
PlSqlParser.compile_type_clause().
The default implementation does nothing.
enterCompile_type_clause in interface PlSqlParserListenerctx - the parse treepublic void exitCompile_type_clause(PlSqlParser.Compile_type_clauseContext ctx)
PlSqlParser.compile_type_clause().
The default implementation does nothing.
exitCompile_type_clause in interface PlSqlParserListenerctx - the parse treepublic void enterReplace_type_clause(PlSqlParser.Replace_type_clauseContext ctx)
PlSqlParser.replace_type_clause().
The default implementation does nothing.
enterReplace_type_clause in interface PlSqlParserListenerctx - the parse treepublic void exitReplace_type_clause(PlSqlParser.Replace_type_clauseContext ctx)
PlSqlParser.replace_type_clause().
The default implementation does nothing.
exitReplace_type_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_method_spec(PlSqlParser.Alter_method_specContext ctx)
PlSqlParser.alter_method_spec().
The default implementation does nothing.
enterAlter_method_spec in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_method_spec(PlSqlParser.Alter_method_specContext ctx)
PlSqlParser.alter_method_spec().
The default implementation does nothing.
exitAlter_method_spec in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_method_element(PlSqlParser.Alter_method_elementContext ctx)
PlSqlParser.alter_method_element().
The default implementation does nothing.
enterAlter_method_element in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_method_element(PlSqlParser.Alter_method_elementContext ctx)
PlSqlParser.alter_method_element().
The default implementation does nothing.
exitAlter_method_element in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_attribute_definition(PlSqlParser.Alter_attribute_definitionContext ctx)
PlSqlParser.alter_attribute_definition().
The default implementation does nothing.
enterAlter_attribute_definition in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_attribute_definition(PlSqlParser.Alter_attribute_definitionContext ctx)
PlSqlParser.alter_attribute_definition().
The default implementation does nothing.
exitAlter_attribute_definition in interface PlSqlParserListenerctx - the parse treepublic void enterAttribute_definition(PlSqlParser.Attribute_definitionContext ctx)
PlSqlParser.attribute_definition().
The default implementation does nothing.
enterAttribute_definition in interface PlSqlParserListenerctx - the parse treepublic void exitAttribute_definition(PlSqlParser.Attribute_definitionContext ctx)
PlSqlParser.attribute_definition().
The default implementation does nothing.
exitAttribute_definition in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_collection_clauses(PlSqlParser.Alter_collection_clausesContext ctx)
PlSqlParser.alter_collection_clauses().
The default implementation does nothing.
enterAlter_collection_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_collection_clauses(PlSqlParser.Alter_collection_clausesContext ctx)
PlSqlParser.alter_collection_clauses().
The default implementation does nothing.
exitAlter_collection_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterDependent_handling_clause(PlSqlParser.Dependent_handling_clauseContext ctx)
PlSqlParser.dependent_handling_clause().
The default implementation does nothing.
enterDependent_handling_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDependent_handling_clause(PlSqlParser.Dependent_handling_clauseContext ctx)
PlSqlParser.dependent_handling_clause().
The default implementation does nothing.
exitDependent_handling_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDependent_exceptions_part(PlSqlParser.Dependent_exceptions_partContext ctx)
PlSqlParser.dependent_exceptions_part().
The default implementation does nothing.
enterDependent_exceptions_part in interface PlSqlParserListenerctx - the parse treepublic void exitDependent_exceptions_part(PlSqlParser.Dependent_exceptions_partContext ctx)
PlSqlParser.dependent_exceptions_part().
The default implementation does nothing.
exitDependent_exceptions_part in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_type(PlSqlParser.Create_typeContext ctx)
PlSqlParser.create_type().
The default implementation does nothing.
enterCreate_type in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_type(PlSqlParser.Create_typeContext ctx)
PlSqlParser.create_type().
The default implementation does nothing.
exitCreate_type in interface PlSqlParserListenerctx - the parse treepublic void enterType_definition(PlSqlParser.Type_definitionContext ctx)
PlSqlParser.type_definition().
The default implementation does nothing.
enterType_definition in interface PlSqlParserListenerctx - the parse treepublic void exitType_definition(PlSqlParser.Type_definitionContext ctx)
PlSqlParser.type_definition().
The default implementation does nothing.
exitType_definition in interface PlSqlParserListenerctx - the parse treepublic void enterObject_type_def(PlSqlParser.Object_type_defContext ctx)
PlSqlParser.object_type_def().
The default implementation does nothing.
enterObject_type_def in interface PlSqlParserListenerctx - the parse treepublic void exitObject_type_def(PlSqlParser.Object_type_defContext ctx)
PlSqlParser.object_type_def().
The default implementation does nothing.
exitObject_type_def in interface PlSqlParserListenerctx - the parse treepublic void enterObject_as_part(PlSqlParser.Object_as_partContext ctx)
PlSqlParser.object_as_part().
The default implementation does nothing.
enterObject_as_part in interface PlSqlParserListenerctx - the parse treepublic void exitObject_as_part(PlSqlParser.Object_as_partContext ctx)
PlSqlParser.object_as_part().
The default implementation does nothing.
exitObject_as_part in interface PlSqlParserListenerctx - the parse treepublic void enterObject_under_part(PlSqlParser.Object_under_partContext ctx)
PlSqlParser.object_under_part().
The default implementation does nothing.
enterObject_under_part in interface PlSqlParserListenerctx - the parse treepublic void exitObject_under_part(PlSqlParser.Object_under_partContext ctx)
PlSqlParser.object_under_part().
The default implementation does nothing.
exitObject_under_part in interface PlSqlParserListenerctx - the parse treepublic void enterNested_table_type_def(PlSqlParser.Nested_table_type_defContext ctx)
PlSqlParser.nested_table_type_def().
The default implementation does nothing.
enterNested_table_type_def in interface PlSqlParserListenerctx - the parse treepublic void exitNested_table_type_def(PlSqlParser.Nested_table_type_defContext ctx)
PlSqlParser.nested_table_type_def().
The default implementation does nothing.
exitNested_table_type_def in interface PlSqlParserListenerctx - the parse treepublic void enterSqlj_object_type(PlSqlParser.Sqlj_object_typeContext ctx)
PlSqlParser.sqlj_object_type().
The default implementation does nothing.
enterSqlj_object_type in interface PlSqlParserListenerctx - the parse treepublic void exitSqlj_object_type(PlSqlParser.Sqlj_object_typeContext ctx)
PlSqlParser.sqlj_object_type().
The default implementation does nothing.
exitSqlj_object_type in interface PlSqlParserListenerctx - the parse treepublic void enterType_body(PlSqlParser.Type_bodyContext ctx)
PlSqlParser.type_body().
The default implementation does nothing.
enterType_body in interface PlSqlParserListenerctx - the parse treepublic void exitType_body(PlSqlParser.Type_bodyContext ctx)
PlSqlParser.type_body().
The default implementation does nothing.
exitType_body in interface PlSqlParserListenerctx - the parse treepublic void enterType_body_elements(PlSqlParser.Type_body_elementsContext ctx)
PlSqlParser.type_body_elements().
The default implementation does nothing.
enterType_body_elements in interface PlSqlParserListenerctx - the parse treepublic void exitType_body_elements(PlSqlParser.Type_body_elementsContext ctx)
PlSqlParser.type_body_elements().
The default implementation does nothing.
exitType_body_elements in interface PlSqlParserListenerctx - the parse treepublic void enterMap_order_func_declaration(PlSqlParser.Map_order_func_declarationContext ctx)
PlSqlParser.map_order_func_declaration().
The default implementation does nothing.
enterMap_order_func_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitMap_order_func_declaration(PlSqlParser.Map_order_func_declarationContext ctx)
PlSqlParser.map_order_func_declaration().
The default implementation does nothing.
exitMap_order_func_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterSubprog_decl_in_type(PlSqlParser.Subprog_decl_in_typeContext ctx)
PlSqlParser.subprog_decl_in_type().
The default implementation does nothing.
enterSubprog_decl_in_type in interface PlSqlParserListenerctx - the parse treepublic void exitSubprog_decl_in_type(PlSqlParser.Subprog_decl_in_typeContext ctx)
PlSqlParser.subprog_decl_in_type().
The default implementation does nothing.
exitSubprog_decl_in_type in interface PlSqlParserListenerctx - the parse treepublic void enterProc_decl_in_type(PlSqlParser.Proc_decl_in_typeContext ctx)
PlSqlParser.proc_decl_in_type().
The default implementation does nothing.
enterProc_decl_in_type in interface PlSqlParserListenerctx - the parse treepublic void exitProc_decl_in_type(PlSqlParser.Proc_decl_in_typeContext ctx)
PlSqlParser.proc_decl_in_type().
The default implementation does nothing.
exitProc_decl_in_type in interface PlSqlParserListenerctx - the parse treepublic void enterFunc_decl_in_type(PlSqlParser.Func_decl_in_typeContext ctx)
PlSqlParser.func_decl_in_type().
The default implementation does nothing.
enterFunc_decl_in_type in interface PlSqlParserListenerctx - the parse treepublic void exitFunc_decl_in_type(PlSqlParser.Func_decl_in_typeContext ctx)
PlSqlParser.func_decl_in_type().
The default implementation does nothing.
exitFunc_decl_in_type in interface PlSqlParserListenerctx - the parse treepublic void enterConstructor_declaration(PlSqlParser.Constructor_declarationContext ctx)
PlSqlParser.constructor_declaration().
The default implementation does nothing.
enterConstructor_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitConstructor_declaration(PlSqlParser.Constructor_declarationContext ctx)
PlSqlParser.constructor_declaration().
The default implementation does nothing.
exitConstructor_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterModifier_clause(PlSqlParser.Modifier_clauseContext ctx)
PlSqlParser.modifier_clause().
The default implementation does nothing.
enterModifier_clause in interface PlSqlParserListenerctx - the parse treepublic void exitModifier_clause(PlSqlParser.Modifier_clauseContext ctx)
PlSqlParser.modifier_clause().
The default implementation does nothing.
exitModifier_clause in interface PlSqlParserListenerctx - the parse treepublic void enterObject_member_spec(PlSqlParser.Object_member_specContext ctx)
PlSqlParser.object_member_spec().
The default implementation does nothing.
enterObject_member_spec in interface PlSqlParserListenerctx - the parse treepublic void exitObject_member_spec(PlSqlParser.Object_member_specContext ctx)
PlSqlParser.object_member_spec().
The default implementation does nothing.
exitObject_member_spec in interface PlSqlParserListenerctx - the parse treepublic void enterSqlj_object_type_attr(PlSqlParser.Sqlj_object_type_attrContext ctx)
PlSqlParser.sqlj_object_type_attr().
The default implementation does nothing.
enterSqlj_object_type_attr in interface PlSqlParserListenerctx - the parse treepublic void exitSqlj_object_type_attr(PlSqlParser.Sqlj_object_type_attrContext ctx)
PlSqlParser.sqlj_object_type_attr().
The default implementation does nothing.
exitSqlj_object_type_attr in interface PlSqlParserListenerctx - the parse treepublic void enterElement_spec(PlSqlParser.Element_specContext ctx)
PlSqlParser.element_spec().
The default implementation does nothing.
enterElement_spec in interface PlSqlParserListenerctx - the parse treepublic void exitElement_spec(PlSqlParser.Element_specContext ctx)
PlSqlParser.element_spec().
The default implementation does nothing.
exitElement_spec in interface PlSqlParserListenerctx - the parse treepublic void enterElement_spec_options(PlSqlParser.Element_spec_optionsContext ctx)
PlSqlParser.element_spec_options().
The default implementation does nothing.
enterElement_spec_options in interface PlSqlParserListenerctx - the parse treepublic void exitElement_spec_options(PlSqlParser.Element_spec_optionsContext ctx)
PlSqlParser.element_spec_options().
The default implementation does nothing.
exitElement_spec_options in interface PlSqlParserListenerctx - the parse treepublic void enterSubprogram_spec(PlSqlParser.Subprogram_specContext ctx)
PlSqlParser.subprogram_spec().
The default implementation does nothing.
enterSubprogram_spec in interface PlSqlParserListenerctx - the parse treepublic void exitSubprogram_spec(PlSqlParser.Subprogram_specContext ctx)
PlSqlParser.subprogram_spec().
The default implementation does nothing.
exitSubprogram_spec in interface PlSqlParserListenerctx - the parse treepublic void enterType_procedure_spec(PlSqlParser.Type_procedure_specContext ctx)
PlSqlParser.type_procedure_spec().
The default implementation does nothing.
enterType_procedure_spec in interface PlSqlParserListenerctx - the parse treepublic void exitType_procedure_spec(PlSqlParser.Type_procedure_specContext ctx)
PlSqlParser.type_procedure_spec().
The default implementation does nothing.
exitType_procedure_spec in interface PlSqlParserListenerctx - the parse treepublic void enterType_function_spec(PlSqlParser.Type_function_specContext ctx)
PlSqlParser.type_function_spec().
The default implementation does nothing.
enterType_function_spec in interface PlSqlParserListenerctx - the parse treepublic void exitType_function_spec(PlSqlParser.Type_function_specContext ctx)
PlSqlParser.type_function_spec().
The default implementation does nothing.
exitType_function_spec in interface PlSqlParserListenerctx - the parse treepublic void enterConstructor_spec(PlSqlParser.Constructor_specContext ctx)
PlSqlParser.constructor_spec().
The default implementation does nothing.
enterConstructor_spec in interface PlSqlParserListenerctx - the parse treepublic void exitConstructor_spec(PlSqlParser.Constructor_specContext ctx)
PlSqlParser.constructor_spec().
The default implementation does nothing.
exitConstructor_spec in interface PlSqlParserListenerctx - the parse treepublic void enterMap_order_function_spec(PlSqlParser.Map_order_function_specContext ctx)
PlSqlParser.map_order_function_spec().
The default implementation does nothing.
enterMap_order_function_spec in interface PlSqlParserListenerctx - the parse treepublic void exitMap_order_function_spec(PlSqlParser.Map_order_function_specContext ctx)
PlSqlParser.map_order_function_spec().
The default implementation does nothing.
exitMap_order_function_spec in interface PlSqlParserListenerctx - the parse treepublic void enterPragma_clause(PlSqlParser.Pragma_clauseContext ctx)
PlSqlParser.pragma_clause().
The default implementation does nothing.
enterPragma_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPragma_clause(PlSqlParser.Pragma_clauseContext ctx)
PlSqlParser.pragma_clause().
The default implementation does nothing.
exitPragma_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPragma_elements(PlSqlParser.Pragma_elementsContext ctx)
PlSqlParser.pragma_elements().
The default implementation does nothing.
enterPragma_elements in interface PlSqlParserListenerctx - the parse treepublic void exitPragma_elements(PlSqlParser.Pragma_elementsContext ctx)
PlSqlParser.pragma_elements().
The default implementation does nothing.
exitPragma_elements in interface PlSqlParserListenerctx - the parse treepublic void enterType_elements_parameter(PlSqlParser.Type_elements_parameterContext ctx)
PlSqlParser.type_elements_parameter().
The default implementation does nothing.
enterType_elements_parameter in interface PlSqlParserListenerctx - the parse treepublic void exitType_elements_parameter(PlSqlParser.Type_elements_parameterContext ctx)
PlSqlParser.type_elements_parameter().
The default implementation does nothing.
exitType_elements_parameter in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_sequence(PlSqlParser.Drop_sequenceContext ctx)
PlSqlParser.drop_sequence().
The default implementation does nothing.
enterDrop_sequence in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_sequence(PlSqlParser.Drop_sequenceContext ctx)
PlSqlParser.drop_sequence().
The default implementation does nothing.
exitDrop_sequence in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_sequence(PlSqlParser.Alter_sequenceContext ctx)
PlSqlParser.alter_sequence().
The default implementation does nothing.
enterAlter_sequence in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_sequence(PlSqlParser.Alter_sequenceContext ctx)
PlSqlParser.alter_sequence().
The default implementation does nothing.
exitAlter_sequence in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_sequence(PlSqlParser.Create_sequenceContext ctx)
PlSqlParser.create_sequence().
The default implementation does nothing.
enterCreate_sequence in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_sequence(PlSqlParser.Create_sequenceContext ctx)
PlSqlParser.create_sequence().
The default implementation does nothing.
exitCreate_sequence in interface PlSqlParserListenerctx - the parse treepublic void enterSequence_spec(PlSqlParser.Sequence_specContext ctx)
PlSqlParser.sequence_spec().
The default implementation does nothing.
enterSequence_spec in interface PlSqlParserListenerctx - the parse treepublic void exitSequence_spec(PlSqlParser.Sequence_specContext ctx)
PlSqlParser.sequence_spec().
The default implementation does nothing.
exitSequence_spec in interface PlSqlParserListenerctx - the parse treepublic void enterSequence_start_clause(PlSqlParser.Sequence_start_clauseContext ctx)
PlSqlParser.sequence_start_clause().
The default implementation does nothing.
enterSequence_start_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSequence_start_clause(PlSqlParser.Sequence_start_clauseContext ctx)
PlSqlParser.sequence_start_clause().
The default implementation does nothing.
exitSequence_start_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_index(PlSqlParser.Create_indexContext ctx)
PlSqlParser.create_index().
The default implementation does nothing.
enterCreate_index in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_index(PlSqlParser.Create_indexContext ctx)
PlSqlParser.create_index().
The default implementation does nothing.
exitCreate_index in interface PlSqlParserListenerctx - the parse treepublic void enterCluster_index_clause(PlSqlParser.Cluster_index_clauseContext ctx)
PlSqlParser.cluster_index_clause().
The default implementation does nothing.
enterCluster_index_clause in interface PlSqlParserListenerctx - the parse treepublic void exitCluster_index_clause(PlSqlParser.Cluster_index_clauseContext ctx)
PlSqlParser.cluster_index_clause().
The default implementation does nothing.
exitCluster_index_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCluster_name(PlSqlParser.Cluster_nameContext ctx)
PlSqlParser.cluster_name().
The default implementation does nothing.
enterCluster_name in interface PlSqlParserListenerctx - the parse treepublic void exitCluster_name(PlSqlParser.Cluster_nameContext ctx)
PlSqlParser.cluster_name().
The default implementation does nothing.
exitCluster_name in interface PlSqlParserListenerctx - the parse treepublic void enterTable_index_clause(PlSqlParser.Table_index_clauseContext ctx)
PlSqlParser.table_index_clause().
The default implementation does nothing.
enterTable_index_clause in interface PlSqlParserListenerctx - the parse treepublic void exitTable_index_clause(PlSqlParser.Table_index_clauseContext ctx)
PlSqlParser.table_index_clause().
The default implementation does nothing.
exitTable_index_clause in interface PlSqlParserListenerctx - the parse treepublic void enterBitmap_join_index_clause(PlSqlParser.Bitmap_join_index_clauseContext ctx)
PlSqlParser.bitmap_join_index_clause().
The default implementation does nothing.
enterBitmap_join_index_clause in interface PlSqlParserListenerctx - the parse treepublic void exitBitmap_join_index_clause(PlSqlParser.Bitmap_join_index_clauseContext ctx)
PlSqlParser.bitmap_join_index_clause().
The default implementation does nothing.
exitBitmap_join_index_clause in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_expr(PlSqlParser.Index_exprContext ctx)
PlSqlParser.index_expr().
The default implementation does nothing.
enterIndex_expr in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_expr(PlSqlParser.Index_exprContext ctx)
PlSqlParser.index_expr().
The default implementation does nothing.
exitIndex_expr in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_properties(PlSqlParser.Index_propertiesContext ctx)
PlSqlParser.index_properties().
The default implementation does nothing.
enterIndex_properties in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_properties(PlSqlParser.Index_propertiesContext ctx)
PlSqlParser.index_properties().
The default implementation does nothing.
exitIndex_properties in interface PlSqlParserListenerctx - the parse treepublic void enterDomain_index_clause(PlSqlParser.Domain_index_clauseContext ctx)
PlSqlParser.domain_index_clause().
The default implementation does nothing.
enterDomain_index_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDomain_index_clause(PlSqlParser.Domain_index_clauseContext ctx)
PlSqlParser.domain_index_clause().
The default implementation does nothing.
exitDomain_index_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLocal_domain_index_clause(PlSqlParser.Local_domain_index_clauseContext ctx)
PlSqlParser.local_domain_index_clause().
The default implementation does nothing.
enterLocal_domain_index_clause in interface PlSqlParserListenerctx - the parse treepublic void exitLocal_domain_index_clause(PlSqlParser.Local_domain_index_clauseContext ctx)
PlSqlParser.local_domain_index_clause().
The default implementation does nothing.
exitLocal_domain_index_clause in interface PlSqlParserListenerctx - the parse treepublic void enterXmlindex_clause(PlSqlParser.Xmlindex_clauseContext ctx)
PlSqlParser.xmlindex_clause().
The default implementation does nothing.
enterXmlindex_clause in interface PlSqlParserListenerctx - the parse treepublic void exitXmlindex_clause(PlSqlParser.Xmlindex_clauseContext ctx)
PlSqlParser.xmlindex_clause().
The default implementation does nothing.
exitXmlindex_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLocal_xmlindex_clause(PlSqlParser.Local_xmlindex_clauseContext ctx)
PlSqlParser.local_xmlindex_clause().
The default implementation does nothing.
enterLocal_xmlindex_clause in interface PlSqlParserListenerctx - the parse treepublic void exitLocal_xmlindex_clause(PlSqlParser.Local_xmlindex_clauseContext ctx)
PlSqlParser.local_xmlindex_clause().
The default implementation does nothing.
exitLocal_xmlindex_clause in interface PlSqlParserListenerctx - the parse treepublic void enterGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)
PlSqlParser.global_partitioned_index().
The default implementation does nothing.
enterGlobal_partitioned_index in interface PlSqlParserListenerctx - the parse treepublic void exitGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)
PlSqlParser.global_partitioned_index().
The default implementation does nothing.
exitGlobal_partitioned_index in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)
PlSqlParser.index_partitioning_clause().
The default implementation does nothing.
enterIndex_partitioning_clause in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)
PlSqlParser.index_partitioning_clause().
The default implementation does nothing.
exitIndex_partitioning_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLocal_partitioned_index(PlSqlParser.Local_partitioned_indexContext ctx)
PlSqlParser.local_partitioned_index().
The default implementation does nothing.
enterLocal_partitioned_index in interface PlSqlParserListenerctx - the parse treepublic void exitLocal_partitioned_index(PlSqlParser.Local_partitioned_indexContext ctx)
PlSqlParser.local_partitioned_index().
The default implementation does nothing.
exitLocal_partitioned_index in interface PlSqlParserListenerctx - the parse treepublic void enterOn_range_partitioned_table(PlSqlParser.On_range_partitioned_tableContext ctx)
PlSqlParser.on_range_partitioned_table().
The default implementation does nothing.
enterOn_range_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void exitOn_range_partitioned_table(PlSqlParser.On_range_partitioned_tableContext ctx)
PlSqlParser.on_range_partitioned_table().
The default implementation does nothing.
exitOn_range_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void enterOn_list_partitioned_table(PlSqlParser.On_list_partitioned_tableContext ctx)
PlSqlParser.on_list_partitioned_table().
The default implementation does nothing.
enterOn_list_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void exitOn_list_partitioned_table(PlSqlParser.On_list_partitioned_tableContext ctx)
PlSqlParser.on_list_partitioned_table().
The default implementation does nothing.
exitOn_list_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void enterOn_hash_partitioned_table(PlSqlParser.On_hash_partitioned_tableContext ctx)
PlSqlParser.on_hash_partitioned_table().
The default implementation does nothing.
enterOn_hash_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void exitOn_hash_partitioned_table(PlSqlParser.On_hash_partitioned_tableContext ctx)
PlSqlParser.on_hash_partitioned_table().
The default implementation does nothing.
exitOn_hash_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void enterOn_comp_partitioned_table(PlSqlParser.On_comp_partitioned_tableContext ctx)
PlSqlParser.on_comp_partitioned_table().
The default implementation does nothing.
enterOn_comp_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void exitOn_comp_partitioned_table(PlSqlParser.On_comp_partitioned_tableContext ctx)
PlSqlParser.on_comp_partitioned_table().
The default implementation does nothing.
exitOn_comp_partitioned_table in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_subpartition_clause(PlSqlParser.Index_subpartition_clauseContext ctx)
PlSqlParser.index_subpartition_clause().
The default implementation does nothing.
enterIndex_subpartition_clause in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_subpartition_clause(PlSqlParser.Index_subpartition_clauseContext ctx)
PlSqlParser.index_subpartition_clause().
The default implementation does nothing.
exitIndex_subpartition_clause in interface PlSqlParserListenerctx - the parse treepublic void enterOdci_parameters(PlSqlParser.Odci_parametersContext ctx)
PlSqlParser.odci_parameters().
The default implementation does nothing.
enterOdci_parameters in interface PlSqlParserListenerctx - the parse treepublic void exitOdci_parameters(PlSqlParser.Odci_parametersContext ctx)
PlSqlParser.odci_parameters().
The default implementation does nothing.
exitOdci_parameters in interface PlSqlParserListenerctx - the parse treepublic void enterIndextype(PlSqlParser.IndextypeContext ctx)
PlSqlParser.indextype().
The default implementation does nothing.
enterIndextype in interface PlSqlParserListenerctx - the parse treepublic void exitIndextype(PlSqlParser.IndextypeContext ctx)
PlSqlParser.indextype().
The default implementation does nothing.
exitIndextype in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_index(PlSqlParser.Alter_indexContext ctx)
PlSqlParser.alter_index().
The default implementation does nothing.
enterAlter_index in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_index(PlSqlParser.Alter_indexContext ctx)
PlSqlParser.alter_index().
The default implementation does nothing.
exitAlter_index in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_index_ops_set1(PlSqlParser.Alter_index_ops_set1Context ctx)
PlSqlParser.alter_index_ops_set1().
The default implementation does nothing.
enterAlter_index_ops_set1 in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_index_ops_set1(PlSqlParser.Alter_index_ops_set1Context ctx)
PlSqlParser.alter_index_ops_set1().
The default implementation does nothing.
exitAlter_index_ops_set1 in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_index_ops_set2(PlSqlParser.Alter_index_ops_set2Context ctx)
PlSqlParser.alter_index_ops_set2().
The default implementation does nothing.
enterAlter_index_ops_set2 in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_index_ops_set2(PlSqlParser.Alter_index_ops_set2Context ctx)
PlSqlParser.alter_index_ops_set2().
The default implementation does nothing.
exitAlter_index_ops_set2 in interface PlSqlParserListenerctx - the parse treepublic void enterVisible_or_invisible(PlSqlParser.Visible_or_invisibleContext ctx)
PlSqlParser.visible_or_invisible().
The default implementation does nothing.
enterVisible_or_invisible in interface PlSqlParserListenerctx - the parse treepublic void exitVisible_or_invisible(PlSqlParser.Visible_or_invisibleContext ctx)
PlSqlParser.visible_or_invisible().
The default implementation does nothing.
exitVisible_or_invisible in interface PlSqlParserListenerctx - the parse treepublic void enterMonitoring_nomonitoring(PlSqlParser.Monitoring_nomonitoringContext ctx)
PlSqlParser.monitoring_nomonitoring().
The default implementation does nothing.
enterMonitoring_nomonitoring in interface PlSqlParserListenerctx - the parse treepublic void exitMonitoring_nomonitoring(PlSqlParser.Monitoring_nomonitoringContext ctx)
PlSqlParser.monitoring_nomonitoring().
The default implementation does nothing.
exitMonitoring_nomonitoring in interface PlSqlParserListenerctx - the parse treepublic void enterRebuild_clause(PlSqlParser.Rebuild_clauseContext ctx)
PlSqlParser.rebuild_clause().
The default implementation does nothing.
enterRebuild_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRebuild_clause(PlSqlParser.Rebuild_clauseContext ctx)
PlSqlParser.rebuild_clause().
The default implementation does nothing.
exitRebuild_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_index_partitioning(PlSqlParser.Alter_index_partitioningContext ctx)
PlSqlParser.alter_index_partitioning().
The default implementation does nothing.
enterAlter_index_partitioning in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_index_partitioning(PlSqlParser.Alter_index_partitioningContext ctx)
PlSqlParser.alter_index_partitioning().
The default implementation does nothing.
exitAlter_index_partitioning in interface PlSqlParserListenerctx - the parse treepublic void enterModify_index_default_attrs(PlSqlParser.Modify_index_default_attrsContext ctx)
PlSqlParser.modify_index_default_attrs().
The default implementation does nothing.
enterModify_index_default_attrs in interface PlSqlParserListenerctx - the parse treepublic void exitModify_index_default_attrs(PlSqlParser.Modify_index_default_attrsContext ctx)
PlSqlParser.modify_index_default_attrs().
The default implementation does nothing.
exitModify_index_default_attrs in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_hash_index_partition(PlSqlParser.Add_hash_index_partitionContext ctx)
PlSqlParser.add_hash_index_partition().
The default implementation does nothing.
enterAdd_hash_index_partition in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_hash_index_partition(PlSqlParser.Add_hash_index_partitionContext ctx)
PlSqlParser.add_hash_index_partition().
The default implementation does nothing.
exitAdd_hash_index_partition in interface PlSqlParserListenerctx - the parse treepublic void enterCoalesce_index_partition(PlSqlParser.Coalesce_index_partitionContext ctx)
PlSqlParser.coalesce_index_partition().
The default implementation does nothing.
enterCoalesce_index_partition in interface PlSqlParserListenerctx - the parse treepublic void exitCoalesce_index_partition(PlSqlParser.Coalesce_index_partitionContext ctx)
PlSqlParser.coalesce_index_partition().
The default implementation does nothing.
exitCoalesce_index_partition in interface PlSqlParserListenerctx - the parse treepublic void enterModify_index_partition(PlSqlParser.Modify_index_partitionContext ctx)
PlSqlParser.modify_index_partition().
The default implementation does nothing.
enterModify_index_partition in interface PlSqlParserListenerctx - the parse treepublic void exitModify_index_partition(PlSqlParser.Modify_index_partitionContext ctx)
PlSqlParser.modify_index_partition().
The default implementation does nothing.
exitModify_index_partition in interface PlSqlParserListenerctx - the parse treepublic void enterModify_index_partitions_ops(PlSqlParser.Modify_index_partitions_opsContext ctx)
PlSqlParser.modify_index_partitions_ops().
The default implementation does nothing.
enterModify_index_partitions_ops in interface PlSqlParserListenerctx - the parse treepublic void exitModify_index_partitions_ops(PlSqlParser.Modify_index_partitions_opsContext ctx)
PlSqlParser.modify_index_partitions_ops().
The default implementation does nothing.
exitModify_index_partitions_ops in interface PlSqlParserListenerctx - the parse treepublic void enterRename_index_partition(PlSqlParser.Rename_index_partitionContext ctx)
PlSqlParser.rename_index_partition().
The default implementation does nothing.
enterRename_index_partition in interface PlSqlParserListenerctx - the parse treepublic void exitRename_index_partition(PlSqlParser.Rename_index_partitionContext ctx)
PlSqlParser.rename_index_partition().
The default implementation does nothing.
exitRename_index_partition in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_index_partition(PlSqlParser.Drop_index_partitionContext ctx)
PlSqlParser.drop_index_partition().
The default implementation does nothing.
enterDrop_index_partition in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_index_partition(PlSqlParser.Drop_index_partitionContext ctx)
PlSqlParser.drop_index_partition().
The default implementation does nothing.
exitDrop_index_partition in interface PlSqlParserListenerctx - the parse treepublic void enterSplit_index_partition(PlSqlParser.Split_index_partitionContext ctx)
PlSqlParser.split_index_partition().
The default implementation does nothing.
enterSplit_index_partition in interface PlSqlParserListenerctx - the parse treepublic void exitSplit_index_partition(PlSqlParser.Split_index_partitionContext ctx)
PlSqlParser.split_index_partition().
The default implementation does nothing.
exitSplit_index_partition in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)
PlSqlParser.index_partition_description().
The default implementation does nothing.
enterIndex_partition_description in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)
PlSqlParser.index_partition_description().
The default implementation does nothing.
exitIndex_partition_description in interface PlSqlParserListenerctx - the parse treepublic void enterModify_index_subpartition(PlSqlParser.Modify_index_subpartitionContext ctx)
PlSqlParser.modify_index_subpartition().
The default implementation does nothing.
enterModify_index_subpartition in interface PlSqlParserListenerctx - the parse treepublic void exitModify_index_subpartition(PlSqlParser.Modify_index_subpartitionContext ctx)
PlSqlParser.modify_index_subpartition().
The default implementation does nothing.
exitModify_index_subpartition in interface PlSqlParserListenerctx - the parse treepublic void enterPartition_name_old(PlSqlParser.Partition_name_oldContext ctx)
PlSqlParser.partition_name_old().
The default implementation does nothing.
enterPartition_name_old in interface PlSqlParserListenerctx - the parse treepublic void exitPartition_name_old(PlSqlParser.Partition_name_oldContext ctx)
PlSqlParser.partition_name_old().
The default implementation does nothing.
exitPartition_name_old in interface PlSqlParserListenerctx - the parse treepublic void enterNew_partition_name(PlSqlParser.New_partition_nameContext ctx)
PlSqlParser.new_partition_name().
The default implementation does nothing.
enterNew_partition_name in interface PlSqlParserListenerctx - the parse treepublic void exitNew_partition_name(PlSqlParser.New_partition_nameContext ctx)
PlSqlParser.new_partition_name().
The default implementation does nothing.
exitNew_partition_name in interface PlSqlParserListenerctx - the parse treepublic void enterNew_index_name(PlSqlParser.New_index_nameContext ctx)
PlSqlParser.new_index_name().
The default implementation does nothing.
enterNew_index_name in interface PlSqlParserListenerctx - the parse treepublic void exitNew_index_name(PlSqlParser.New_index_nameContext ctx)
PlSqlParser.new_index_name().
The default implementation does nothing.
exitNew_index_name in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_user(PlSqlParser.Create_userContext ctx)
PlSqlParser.create_user().
The default implementation does nothing.
enterCreate_user in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_user(PlSqlParser.Create_userContext ctx)
PlSqlParser.create_user().
The default implementation does nothing.
exitCreate_user in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_user(PlSqlParser.Alter_userContext ctx)
PlSqlParser.alter_user().
The default implementation does nothing.
enterAlter_user in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_user(PlSqlParser.Alter_userContext ctx)
PlSqlParser.alter_user().
The default implementation does nothing.
exitAlter_user in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_identified_by(PlSqlParser.Alter_identified_byContext ctx)
PlSqlParser.alter_identified_by().
The default implementation does nothing.
enterAlter_identified_by in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_identified_by(PlSqlParser.Alter_identified_byContext ctx)
PlSqlParser.alter_identified_by().
The default implementation does nothing.
exitAlter_identified_by in interface PlSqlParserListenerctx - the parse treepublic void enterIdentified_by(PlSqlParser.Identified_byContext ctx)
PlSqlParser.identified_by().
The default implementation does nothing.
enterIdentified_by in interface PlSqlParserListenerctx - the parse treepublic void exitIdentified_by(PlSqlParser.Identified_byContext ctx)
PlSqlParser.identified_by().
The default implementation does nothing.
exitIdentified_by in interface PlSqlParserListenerctx - the parse treepublic void enterIdentified_other_clause(PlSqlParser.Identified_other_clauseContext ctx)
PlSqlParser.identified_other_clause().
The default implementation does nothing.
enterIdentified_other_clause in interface PlSqlParserListenerctx - the parse treepublic void exitIdentified_other_clause(PlSqlParser.Identified_other_clauseContext ctx)
PlSqlParser.identified_other_clause().
The default implementation does nothing.
exitIdentified_other_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUser_tablespace_clause(PlSqlParser.User_tablespace_clauseContext ctx)
PlSqlParser.user_tablespace_clause().
The default implementation does nothing.
enterUser_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUser_tablespace_clause(PlSqlParser.User_tablespace_clauseContext ctx)
PlSqlParser.user_tablespace_clause().
The default implementation does nothing.
exitUser_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void enterQuota_clause(PlSqlParser.Quota_clauseContext ctx)
PlSqlParser.quota_clause().
The default implementation does nothing.
enterQuota_clause in interface PlSqlParserListenerctx - the parse treepublic void exitQuota_clause(PlSqlParser.Quota_clauseContext ctx)
PlSqlParser.quota_clause().
The default implementation does nothing.
exitQuota_clause in interface PlSqlParserListenerctx - the parse treepublic void enterProfile_clause(PlSqlParser.Profile_clauseContext ctx)
PlSqlParser.profile_clause().
The default implementation does nothing.
enterProfile_clause in interface PlSqlParserListenerctx - the parse treepublic void exitProfile_clause(PlSqlParser.Profile_clauseContext ctx)
PlSqlParser.profile_clause().
The default implementation does nothing.
exitProfile_clause in interface PlSqlParserListenerctx - the parse treepublic void enterRole_clause(PlSqlParser.Role_clauseContext ctx)
PlSqlParser.role_clause().
The default implementation does nothing.
enterRole_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRole_clause(PlSqlParser.Role_clauseContext ctx)
PlSqlParser.role_clause().
The default implementation does nothing.
exitRole_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUser_default_role_clause(PlSqlParser.User_default_role_clauseContext ctx)
PlSqlParser.user_default_role_clause().
The default implementation does nothing.
enterUser_default_role_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUser_default_role_clause(PlSqlParser.User_default_role_clauseContext ctx)
PlSqlParser.user_default_role_clause().
The default implementation does nothing.
exitUser_default_role_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPassword_expire_clause(PlSqlParser.Password_expire_clauseContext ctx)
PlSqlParser.password_expire_clause().
The default implementation does nothing.
enterPassword_expire_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPassword_expire_clause(PlSqlParser.Password_expire_clauseContext ctx)
PlSqlParser.password_expire_clause().
The default implementation does nothing.
exitPassword_expire_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUser_lock_clause(PlSqlParser.User_lock_clauseContext ctx)
PlSqlParser.user_lock_clause().
The default implementation does nothing.
enterUser_lock_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUser_lock_clause(PlSqlParser.User_lock_clauseContext ctx)
PlSqlParser.user_lock_clause().
The default implementation does nothing.
exitUser_lock_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUser_editions_clause(PlSqlParser.User_editions_clauseContext ctx)
PlSqlParser.user_editions_clause().
The default implementation does nothing.
enterUser_editions_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUser_editions_clause(PlSqlParser.User_editions_clauseContext ctx)
PlSqlParser.user_editions_clause().
The default implementation does nothing.
exitUser_editions_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_user_editions_clause(PlSqlParser.Alter_user_editions_clauseContext ctx)
PlSqlParser.alter_user_editions_clause().
The default implementation does nothing.
enterAlter_user_editions_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_user_editions_clause(PlSqlParser.Alter_user_editions_clauseContext ctx)
PlSqlParser.alter_user_editions_clause().
The default implementation does nothing.
exitAlter_user_editions_clause in interface PlSqlParserListenerctx - the parse treepublic void enterProxy_clause(PlSqlParser.Proxy_clauseContext ctx)
PlSqlParser.proxy_clause().
The default implementation does nothing.
enterProxy_clause in interface PlSqlParserListenerctx - the parse treepublic void exitProxy_clause(PlSqlParser.Proxy_clauseContext ctx)
PlSqlParser.proxy_clause().
The default implementation does nothing.
exitProxy_clause in interface PlSqlParserListenerctx - the parse treepublic void enterContainer_names(PlSqlParser.Container_namesContext ctx)
PlSqlParser.container_names().
The default implementation does nothing.
enterContainer_names in interface PlSqlParserListenerctx - the parse treepublic void exitContainer_names(PlSqlParser.Container_namesContext ctx)
PlSqlParser.container_names().
The default implementation does nothing.
exitContainer_names in interface PlSqlParserListenerctx - the parse treepublic void enterSet_container_data(PlSqlParser.Set_container_dataContext ctx)
PlSqlParser.set_container_data().
The default implementation does nothing.
enterSet_container_data in interface PlSqlParserListenerctx - the parse treepublic void exitSet_container_data(PlSqlParser.Set_container_dataContext ctx)
PlSqlParser.set_container_data().
The default implementation does nothing.
exitSet_container_data in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_rem_container_data(PlSqlParser.Add_rem_container_dataContext ctx)
PlSqlParser.add_rem_container_data().
The default implementation does nothing.
enterAdd_rem_container_data in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_rem_container_data(PlSqlParser.Add_rem_container_dataContext ctx)
PlSqlParser.add_rem_container_data().
The default implementation does nothing.
exitAdd_rem_container_data in interface PlSqlParserListenerctx - the parse treepublic void enterContainer_data_clause(PlSqlParser.Container_data_clauseContext ctx)
PlSqlParser.container_data_clause().
The default implementation does nothing.
enterContainer_data_clause in interface PlSqlParserListenerctx - the parse treepublic void exitContainer_data_clause(PlSqlParser.Container_data_clauseContext ctx)
PlSqlParser.container_data_clause().
The default implementation does nothing.
exitContainer_data_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAnalyze(PlSqlParser.AnalyzeContext ctx)
PlSqlParser.analyze().
The default implementation does nothing.
enterAnalyze in interface PlSqlParserListenerctx - the parse treepublic void exitAnalyze(PlSqlParser.AnalyzeContext ctx)
PlSqlParser.analyze().
The default implementation does nothing.
exitAnalyze in interface PlSqlParserListenerctx - the parse treepublic void enterPartition_extention_clause(PlSqlParser.Partition_extention_clauseContext ctx)
PlSqlParser.partition_extention_clause().
The default implementation does nothing.
enterPartition_extention_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPartition_extention_clause(PlSqlParser.Partition_extention_clauseContext ctx)
PlSqlParser.partition_extention_clause().
The default implementation does nothing.
exitPartition_extention_clause in interface PlSqlParserListenerctx - the parse treepublic void enterValidation_clauses(PlSqlParser.Validation_clausesContext ctx)
PlSqlParser.validation_clauses().
The default implementation does nothing.
enterValidation_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitValidation_clauses(PlSqlParser.Validation_clausesContext ctx)
PlSqlParser.validation_clauses().
The default implementation does nothing.
exitValidation_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterOnline_or_offline(PlSqlParser.Online_or_offlineContext ctx)
PlSqlParser.online_or_offline().
The default implementation does nothing.
enterOnline_or_offline in interface PlSqlParserListenerctx - the parse treepublic void exitOnline_or_offline(PlSqlParser.Online_or_offlineContext ctx)
PlSqlParser.online_or_offline().
The default implementation does nothing.
exitOnline_or_offline in interface PlSqlParserListenerctx - the parse treepublic void enterInto_clause1(PlSqlParser.Into_clause1Context ctx)
PlSqlParser.into_clause1().
The default implementation does nothing.
enterInto_clause1 in interface PlSqlParserListenerctx - the parse treepublic void exitInto_clause1(PlSqlParser.Into_clause1Context ctx)
PlSqlParser.into_clause1().
The default implementation does nothing.
exitInto_clause1 in interface PlSqlParserListenerctx - the parse treepublic void enterPartition_key_value(PlSqlParser.Partition_key_valueContext ctx)
PlSqlParser.partition_key_value().
The default implementation does nothing.
enterPartition_key_value in interface PlSqlParserListenerctx - the parse treepublic void exitPartition_key_value(PlSqlParser.Partition_key_valueContext ctx)
PlSqlParser.partition_key_value().
The default implementation does nothing.
exitPartition_key_value in interface PlSqlParserListenerctx - the parse treepublic void enterSubpartition_key_value(PlSqlParser.Subpartition_key_valueContext ctx)
PlSqlParser.subpartition_key_value().
The default implementation does nothing.
enterSubpartition_key_value in interface PlSqlParserListenerctx - the parse treepublic void exitSubpartition_key_value(PlSqlParser.Subpartition_key_valueContext ctx)
PlSqlParser.subpartition_key_value().
The default implementation does nothing.
exitSubpartition_key_value in interface PlSqlParserListenerctx - the parse treepublic void enterAssociate_statistics(PlSqlParser.Associate_statisticsContext ctx)
PlSqlParser.associate_statistics().
The default implementation does nothing.
enterAssociate_statistics in interface PlSqlParserListenerctx - the parse treepublic void exitAssociate_statistics(PlSqlParser.Associate_statisticsContext ctx)
PlSqlParser.associate_statistics().
The default implementation does nothing.
exitAssociate_statistics in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_association(PlSqlParser.Column_associationContext ctx)
PlSqlParser.column_association().
The default implementation does nothing.
enterColumn_association in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_association(PlSqlParser.Column_associationContext ctx)
PlSqlParser.column_association().
The default implementation does nothing.
exitColumn_association in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_association(PlSqlParser.Function_associationContext ctx)
PlSqlParser.function_association().
The default implementation does nothing.
enterFunction_association in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_association(PlSqlParser.Function_associationContext ctx)
PlSqlParser.function_association().
The default implementation does nothing.
exitFunction_association in interface PlSqlParserListenerctx - the parse treepublic void enterIndextype_name(PlSqlParser.Indextype_nameContext ctx)
PlSqlParser.indextype_name().
The default implementation does nothing.
enterIndextype_name in interface PlSqlParserListenerctx - the parse treepublic void exitIndextype_name(PlSqlParser.Indextype_nameContext ctx)
PlSqlParser.indextype_name().
The default implementation does nothing.
exitIndextype_name in interface PlSqlParserListenerctx - the parse treepublic void enterUsing_statistics_type(PlSqlParser.Using_statistics_typeContext ctx)
PlSqlParser.using_statistics_type().
The default implementation does nothing.
enterUsing_statistics_type in interface PlSqlParserListenerctx - the parse treepublic void exitUsing_statistics_type(PlSqlParser.Using_statistics_typeContext ctx)
PlSqlParser.using_statistics_type().
The default implementation does nothing.
exitUsing_statistics_type in interface PlSqlParserListenerctx - the parse treepublic void enterStatistics_type_name(PlSqlParser.Statistics_type_nameContext ctx)
PlSqlParser.statistics_type_name().
The default implementation does nothing.
enterStatistics_type_name in interface PlSqlParserListenerctx - the parse treepublic void exitStatistics_type_name(PlSqlParser.Statistics_type_nameContext ctx)
PlSqlParser.statistics_type_name().
The default implementation does nothing.
exitStatistics_type_name in interface PlSqlParserListenerctx - the parse treepublic void enterDefault_cost_clause(PlSqlParser.Default_cost_clauseContext ctx)
PlSqlParser.default_cost_clause().
The default implementation does nothing.
enterDefault_cost_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDefault_cost_clause(PlSqlParser.Default_cost_clauseContext ctx)
PlSqlParser.default_cost_clause().
The default implementation does nothing.
exitDefault_cost_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCpu_cost(PlSqlParser.Cpu_costContext ctx)
PlSqlParser.cpu_cost().
The default implementation does nothing.
enterCpu_cost in interface PlSqlParserListenerctx - the parse treepublic void exitCpu_cost(PlSqlParser.Cpu_costContext ctx)
PlSqlParser.cpu_cost().
The default implementation does nothing.
exitCpu_cost in interface PlSqlParserListenerctx - the parse treepublic void enterIo_cost(PlSqlParser.Io_costContext ctx)
PlSqlParser.io_cost().
The default implementation does nothing.
enterIo_cost in interface PlSqlParserListenerctx - the parse treepublic void exitIo_cost(PlSqlParser.Io_costContext ctx)
PlSqlParser.io_cost().
The default implementation does nothing.
exitIo_cost in interface PlSqlParserListenerctx - the parse treepublic void enterNetwork_cost(PlSqlParser.Network_costContext ctx)
PlSqlParser.network_cost().
The default implementation does nothing.
enterNetwork_cost in interface PlSqlParserListenerctx - the parse treepublic void exitNetwork_cost(PlSqlParser.Network_costContext ctx)
PlSqlParser.network_cost().
The default implementation does nothing.
exitNetwork_cost in interface PlSqlParserListenerctx - the parse treepublic void enterDefault_selectivity_clause(PlSqlParser.Default_selectivity_clauseContext ctx)
PlSqlParser.default_selectivity_clause().
The default implementation does nothing.
enterDefault_selectivity_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDefault_selectivity_clause(PlSqlParser.Default_selectivity_clauseContext ctx)
PlSqlParser.default_selectivity_clause().
The default implementation does nothing.
exitDefault_selectivity_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDefault_selectivity(PlSqlParser.Default_selectivityContext ctx)
PlSqlParser.default_selectivity().
The default implementation does nothing.
enterDefault_selectivity in interface PlSqlParserListenerctx - the parse treepublic void exitDefault_selectivity(PlSqlParser.Default_selectivityContext ctx)
PlSqlParser.default_selectivity().
The default implementation does nothing.
exitDefault_selectivity in interface PlSqlParserListenerctx - the parse treepublic void enterStorage_table_clause(PlSqlParser.Storage_table_clauseContext ctx)
PlSqlParser.storage_table_clause().
The default implementation does nothing.
enterStorage_table_clause in interface PlSqlParserListenerctx - the parse treepublic void exitStorage_table_clause(PlSqlParser.Storage_table_clauseContext ctx)
PlSqlParser.storage_table_clause().
The default implementation does nothing.
exitStorage_table_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUnified_auditing(PlSqlParser.Unified_auditingContext ctx)
PlSqlParser.unified_auditing().
The default implementation does nothing.
enterUnified_auditing in interface PlSqlParserListenerctx - the parse treepublic void exitUnified_auditing(PlSqlParser.Unified_auditingContext ctx)
PlSqlParser.unified_auditing().
The default implementation does nothing.
exitUnified_auditing in interface PlSqlParserListenerctx - the parse treepublic void enterPolicy_name(PlSqlParser.Policy_nameContext ctx)
PlSqlParser.policy_name().
The default implementation does nothing.
enterPolicy_name in interface PlSqlParserListenerctx - the parse treepublic void exitPolicy_name(PlSqlParser.Policy_nameContext ctx)
PlSqlParser.policy_name().
The default implementation does nothing.
exitPolicy_name in interface PlSqlParserListenerctx - the parse treepublic void enterAudit_traditional(PlSqlParser.Audit_traditionalContext ctx)
PlSqlParser.audit_traditional().
The default implementation does nothing.
enterAudit_traditional in interface PlSqlParserListenerctx - the parse treepublic void exitAudit_traditional(PlSqlParser.Audit_traditionalContext ctx)
PlSqlParser.audit_traditional().
The default implementation does nothing.
exitAudit_traditional in interface PlSqlParserListenerctx - the parse treepublic void enterAudit_direct_path(PlSqlParser.Audit_direct_pathContext ctx)
PlSqlParser.audit_direct_path().
The default implementation does nothing.
enterAudit_direct_path in interface PlSqlParserListenerctx - the parse treepublic void exitAudit_direct_path(PlSqlParser.Audit_direct_pathContext ctx)
PlSqlParser.audit_direct_path().
The default implementation does nothing.
exitAudit_direct_path in interface PlSqlParserListenerctx - the parse treepublic void enterAudit_container_clause(PlSqlParser.Audit_container_clauseContext ctx)
PlSqlParser.audit_container_clause().
The default implementation does nothing.
enterAudit_container_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAudit_container_clause(PlSqlParser.Audit_container_clauseContext ctx)
PlSqlParser.audit_container_clause().
The default implementation does nothing.
exitAudit_container_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAudit_operation_clause(PlSqlParser.Audit_operation_clauseContext ctx)
PlSqlParser.audit_operation_clause().
The default implementation does nothing.
enterAudit_operation_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAudit_operation_clause(PlSqlParser.Audit_operation_clauseContext ctx)
PlSqlParser.audit_operation_clause().
The default implementation does nothing.
exitAudit_operation_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAuditing_by_clause(PlSqlParser.Auditing_by_clauseContext ctx)
PlSqlParser.auditing_by_clause().
The default implementation does nothing.
enterAuditing_by_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAuditing_by_clause(PlSqlParser.Auditing_by_clauseContext ctx)
PlSqlParser.auditing_by_clause().
The default implementation does nothing.
exitAuditing_by_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAudit_user(PlSqlParser.Audit_userContext ctx)
PlSqlParser.audit_user().
The default implementation does nothing.
enterAudit_user in interface PlSqlParserListenerctx - the parse treepublic void exitAudit_user(PlSqlParser.Audit_userContext ctx)
PlSqlParser.audit_user().
The default implementation does nothing.
exitAudit_user in interface PlSqlParserListenerctx - the parse treepublic void enterAudit_schema_object_clause(PlSqlParser.Audit_schema_object_clauseContext ctx)
PlSqlParser.audit_schema_object_clause().
The default implementation does nothing.
enterAudit_schema_object_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAudit_schema_object_clause(PlSqlParser.Audit_schema_object_clauseContext ctx)
PlSqlParser.audit_schema_object_clause().
The default implementation does nothing.
exitAudit_schema_object_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSql_operation(PlSqlParser.Sql_operationContext ctx)
PlSqlParser.sql_operation().
The default implementation does nothing.
enterSql_operation in interface PlSqlParserListenerctx - the parse treepublic void exitSql_operation(PlSqlParser.Sql_operationContext ctx)
PlSqlParser.sql_operation().
The default implementation does nothing.
exitSql_operation in interface PlSqlParserListenerctx - the parse treepublic void enterAuditing_on_clause(PlSqlParser.Auditing_on_clauseContext ctx)
PlSqlParser.auditing_on_clause().
The default implementation does nothing.
enterAuditing_on_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAuditing_on_clause(PlSqlParser.Auditing_on_clauseContext ctx)
PlSqlParser.auditing_on_clause().
The default implementation does nothing.
exitAuditing_on_clause in interface PlSqlParserListenerctx - the parse treepublic void enterModel_name(PlSqlParser.Model_nameContext ctx)
PlSqlParser.model_name().
The default implementation does nothing.
enterModel_name in interface PlSqlParserListenerctx - the parse treepublic void exitModel_name(PlSqlParser.Model_nameContext ctx)
PlSqlParser.model_name().
The default implementation does nothing.
exitModel_name in interface PlSqlParserListenerctx - the parse treepublic void enterObject_name(PlSqlParser.Object_nameContext ctx)
PlSqlParser.object_name().
The default implementation does nothing.
enterObject_name in interface PlSqlParserListenerctx - the parse treepublic void exitObject_name(PlSqlParser.Object_nameContext ctx)
PlSqlParser.object_name().
The default implementation does nothing.
exitObject_name in interface PlSqlParserListenerctx - the parse treepublic void enterProfile_name(PlSqlParser.Profile_nameContext ctx)
PlSqlParser.profile_name().
The default implementation does nothing.
enterProfile_name in interface PlSqlParserListenerctx - the parse treepublic void exitProfile_name(PlSqlParser.Profile_nameContext ctx)
PlSqlParser.profile_name().
The default implementation does nothing.
exitProfile_name in interface PlSqlParserListenerctx - the parse treepublic void enterSql_statement_shortcut(PlSqlParser.Sql_statement_shortcutContext ctx)
PlSqlParser.sql_statement_shortcut().
The default implementation does nothing.
enterSql_statement_shortcut in interface PlSqlParserListenerctx - the parse treepublic void exitSql_statement_shortcut(PlSqlParser.Sql_statement_shortcutContext ctx)
PlSqlParser.sql_statement_shortcut().
The default implementation does nothing.
exitSql_statement_shortcut in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_index(PlSqlParser.Drop_indexContext ctx)
PlSqlParser.drop_index().
The default implementation does nothing.
enterDrop_index in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_index(PlSqlParser.Drop_indexContext ctx)
PlSqlParser.drop_index().
The default implementation does nothing.
exitDrop_index in interface PlSqlParserListenerctx - the parse treepublic void enterGrant_statement(PlSqlParser.Grant_statementContext ctx)
PlSqlParser.grant_statement().
The default implementation does nothing.
enterGrant_statement in interface PlSqlParserListenerctx - the parse treepublic void exitGrant_statement(PlSqlParser.Grant_statementContext ctx)
PlSqlParser.grant_statement().
The default implementation does nothing.
exitGrant_statement in interface PlSqlParserListenerctx - the parse treepublic void enterContainer_clause(PlSqlParser.Container_clauseContext ctx)
PlSqlParser.container_clause().
The default implementation does nothing.
enterContainer_clause in interface PlSqlParserListenerctx - the parse treepublic void exitContainer_clause(PlSqlParser.Container_clauseContext ctx)
PlSqlParser.container_clause().
The default implementation does nothing.
exitContainer_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_directory(PlSqlParser.Create_directoryContext ctx)
PlSqlParser.create_directory().
The default implementation does nothing.
enterCreate_directory in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_directory(PlSqlParser.Create_directoryContext ctx)
PlSqlParser.create_directory().
The default implementation does nothing.
exitCreate_directory in interface PlSqlParserListenerctx - the parse treepublic void enterDirectory_name(PlSqlParser.Directory_nameContext ctx)
PlSqlParser.directory_name().
The default implementation does nothing.
enterDirectory_name in interface PlSqlParserListenerctx - the parse treepublic void exitDirectory_name(PlSqlParser.Directory_nameContext ctx)
PlSqlParser.directory_name().
The default implementation does nothing.
exitDirectory_name in interface PlSqlParserListenerctx - the parse treepublic void enterDirectory_path(PlSqlParser.Directory_pathContext ctx)
PlSqlParser.directory_path().
The default implementation does nothing.
enterDirectory_path in interface PlSqlParserListenerctx - the parse treepublic void exitDirectory_path(PlSqlParser.Directory_pathContext ctx)
PlSqlParser.directory_path().
The default implementation does nothing.
exitDirectory_path in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_library(PlSqlParser.Alter_libraryContext ctx)
PlSqlParser.alter_library().
The default implementation does nothing.
enterAlter_library in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_library(PlSqlParser.Alter_libraryContext ctx)
PlSqlParser.alter_library().
The default implementation does nothing.
exitAlter_library in interface PlSqlParserListenerctx - the parse treepublic void enterLibrary_editionable(PlSqlParser.Library_editionableContext ctx)
PlSqlParser.library_editionable().
The default implementation does nothing.
enterLibrary_editionable in interface PlSqlParserListenerctx - the parse treepublic void exitLibrary_editionable(PlSqlParser.Library_editionableContext ctx)
PlSqlParser.library_editionable().
The default implementation does nothing.
exitLibrary_editionable in interface PlSqlParserListenerctx - the parse treepublic void enterLibrary_debug(PlSqlParser.Library_debugContext ctx)
PlSqlParser.library_debug().
The default implementation does nothing.
enterLibrary_debug in interface PlSqlParserListenerctx - the parse treepublic void exitLibrary_debug(PlSqlParser.Library_debugContext ctx)
PlSqlParser.library_debug().
The default implementation does nothing.
exitLibrary_debug in interface PlSqlParserListenerctx - the parse treepublic void enterCompiler_parameters_clause(PlSqlParser.Compiler_parameters_clauseContext ctx)
PlSqlParser.compiler_parameters_clause().
The default implementation does nothing.
enterCompiler_parameters_clause in interface PlSqlParserListenerctx - the parse treepublic void exitCompiler_parameters_clause(PlSqlParser.Compiler_parameters_clauseContext ctx)
PlSqlParser.compiler_parameters_clause().
The default implementation does nothing.
exitCompiler_parameters_clause in interface PlSqlParserListenerctx - the parse treepublic void enterParameter_value(PlSqlParser.Parameter_valueContext ctx)
PlSqlParser.parameter_value().
The default implementation does nothing.
enterParameter_value in interface PlSqlParserListenerctx - the parse treepublic void exitParameter_value(PlSqlParser.Parameter_valueContext ctx)
PlSqlParser.parameter_value().
The default implementation does nothing.
exitParameter_value in interface PlSqlParserListenerctx - the parse treepublic void enterLibrary_name(PlSqlParser.Library_nameContext ctx)
PlSqlParser.library_name().
The default implementation does nothing.
enterLibrary_name in interface PlSqlParserListenerctx - the parse treepublic void exitLibrary_name(PlSqlParser.Library_nameContext ctx)
PlSqlParser.library_name().
The default implementation does nothing.
exitLibrary_name in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_view(PlSqlParser.Alter_viewContext ctx)
PlSqlParser.alter_view().
The default implementation does nothing.
enterAlter_view in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_view(PlSqlParser.Alter_viewContext ctx)
PlSqlParser.alter_view().
The default implementation does nothing.
exitAlter_view in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_view_editionable(PlSqlParser.Alter_view_editionableContext ctx)
PlSqlParser.alter_view_editionable().
The default implementation does nothing.
enterAlter_view_editionable in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_view_editionable(PlSqlParser.Alter_view_editionableContext ctx)
PlSqlParser.alter_view_editionable().
The default implementation does nothing.
exitAlter_view_editionable in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_view(PlSqlParser.Create_viewContext ctx)
PlSqlParser.create_view().
The default implementation does nothing.
enterCreate_view in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_view(PlSqlParser.Create_viewContext ctx)
PlSqlParser.create_view().
The default implementation does nothing.
exitCreate_view in interface PlSqlParserListenerctx - the parse treepublic void enterView_options(PlSqlParser.View_optionsContext ctx)
PlSqlParser.view_options().
The default implementation does nothing.
enterView_options in interface PlSqlParserListenerctx - the parse treepublic void exitView_options(PlSqlParser.View_optionsContext ctx)
PlSqlParser.view_options().
The default implementation does nothing.
exitView_options in interface PlSqlParserListenerctx - the parse treepublic void enterView_alias_constraint(PlSqlParser.View_alias_constraintContext ctx)
PlSqlParser.view_alias_constraint().
The default implementation does nothing.
enterView_alias_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitView_alias_constraint(PlSqlParser.View_alias_constraintContext ctx)
PlSqlParser.view_alias_constraint().
The default implementation does nothing.
exitView_alias_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterObject_view_clause(PlSqlParser.Object_view_clauseContext ctx)
PlSqlParser.object_view_clause().
The default implementation does nothing.
enterObject_view_clause in interface PlSqlParserListenerctx - the parse treepublic void exitObject_view_clause(PlSqlParser.Object_view_clauseContext ctx)
PlSqlParser.object_view_clause().
The default implementation does nothing.
exitObject_view_clause in interface PlSqlParserListenerctx - the parse treepublic void enterInline_constraint(PlSqlParser.Inline_constraintContext ctx)
PlSqlParser.inline_constraint().
The default implementation does nothing.
enterInline_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitInline_constraint(PlSqlParser.Inline_constraintContext ctx)
PlSqlParser.inline_constraint().
The default implementation does nothing.
exitInline_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterInline_ref_constraint(PlSqlParser.Inline_ref_constraintContext ctx)
PlSqlParser.inline_ref_constraint().
The default implementation does nothing.
enterInline_ref_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitInline_ref_constraint(PlSqlParser.Inline_ref_constraintContext ctx)
PlSqlParser.inline_ref_constraint().
The default implementation does nothing.
exitInline_ref_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterOut_of_line_ref_constraint(PlSqlParser.Out_of_line_ref_constraintContext ctx)
PlSqlParser.out_of_line_ref_constraint().
The default implementation does nothing.
enterOut_of_line_ref_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitOut_of_line_ref_constraint(PlSqlParser.Out_of_line_ref_constraintContext ctx)
PlSqlParser.out_of_line_ref_constraint().
The default implementation does nothing.
exitOut_of_line_ref_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterOut_of_line_constraint(PlSqlParser.Out_of_line_constraintContext ctx)
PlSqlParser.out_of_line_constraint().
The default implementation does nothing.
enterOut_of_line_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitOut_of_line_constraint(PlSqlParser.Out_of_line_constraintContext ctx)
PlSqlParser.out_of_line_constraint().
The default implementation does nothing.
exitOut_of_line_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterConstraint_state(PlSqlParser.Constraint_stateContext ctx)
PlSqlParser.constraint_state().
The default implementation does nothing.
enterConstraint_state in interface PlSqlParserListenerctx - the parse treepublic void exitConstraint_state(PlSqlParser.Constraint_stateContext ctx)
PlSqlParser.constraint_state().
The default implementation does nothing.
exitConstraint_state in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_tablespace(PlSqlParser.Alter_tablespaceContext ctx)
PlSqlParser.alter_tablespace().
The default implementation does nothing.
enterAlter_tablespace in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_tablespace(PlSqlParser.Alter_tablespaceContext ctx)
PlSqlParser.alter_tablespace().
The default implementation does nothing.
exitAlter_tablespace in interface PlSqlParserListenerctx - the parse treepublic void enterDatafile_tempfile_clauses(PlSqlParser.Datafile_tempfile_clausesContext ctx)
PlSqlParser.datafile_tempfile_clauses().
The default implementation does nothing.
enterDatafile_tempfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitDatafile_tempfile_clauses(PlSqlParser.Datafile_tempfile_clausesContext ctx)
PlSqlParser.datafile_tempfile_clauses().
The default implementation does nothing.
exitDatafile_tempfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterTablespace_logging_clauses(PlSqlParser.Tablespace_logging_clausesContext ctx)
PlSqlParser.tablespace_logging_clauses().
The default implementation does nothing.
enterTablespace_logging_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitTablespace_logging_clauses(PlSqlParser.Tablespace_logging_clausesContext ctx)
PlSqlParser.tablespace_logging_clauses().
The default implementation does nothing.
exitTablespace_logging_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterTablespace_group_clause(PlSqlParser.Tablespace_group_clauseContext ctx)
PlSqlParser.tablespace_group_clause().
The default implementation does nothing.
enterTablespace_group_clause in interface PlSqlParserListenerctx - the parse treepublic void exitTablespace_group_clause(PlSqlParser.Tablespace_group_clauseContext ctx)
PlSqlParser.tablespace_group_clause().
The default implementation does nothing.
exitTablespace_group_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTablespace_group_name(PlSqlParser.Tablespace_group_nameContext ctx)
PlSqlParser.tablespace_group_name().
The default implementation does nothing.
enterTablespace_group_name in interface PlSqlParserListenerctx - the parse treepublic void exitTablespace_group_name(PlSqlParser.Tablespace_group_nameContext ctx)
PlSqlParser.tablespace_group_name().
The default implementation does nothing.
exitTablespace_group_name in interface PlSqlParserListenerctx - the parse treepublic void enterTablespace_state_clauses(PlSqlParser.Tablespace_state_clausesContext ctx)
PlSqlParser.tablespace_state_clauses().
The default implementation does nothing.
enterTablespace_state_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitTablespace_state_clauses(PlSqlParser.Tablespace_state_clausesContext ctx)
PlSqlParser.tablespace_state_clauses().
The default implementation does nothing.
exitTablespace_state_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterFlashback_mode_clause(PlSqlParser.Flashback_mode_clauseContext ctx)
PlSqlParser.flashback_mode_clause().
The default implementation does nothing.
enterFlashback_mode_clause in interface PlSqlParserListenerctx - the parse treepublic void exitFlashback_mode_clause(PlSqlParser.Flashback_mode_clauseContext ctx)
PlSqlParser.flashback_mode_clause().
The default implementation does nothing.
exitFlashback_mode_clause in interface PlSqlParserListenerctx - the parse treepublic void enterNew_tablespace_name(PlSqlParser.New_tablespace_nameContext ctx)
PlSqlParser.new_tablespace_name().
The default implementation does nothing.
enterNew_tablespace_name in interface PlSqlParserListenerctx - the parse treepublic void exitNew_tablespace_name(PlSqlParser.New_tablespace_nameContext ctx)
PlSqlParser.new_tablespace_name().
The default implementation does nothing.
exitNew_tablespace_name in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_tablespace(PlSqlParser.Create_tablespaceContext ctx)
PlSqlParser.create_tablespace().
The default implementation does nothing.
enterCreate_tablespace in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_tablespace(PlSqlParser.Create_tablespaceContext ctx)
PlSqlParser.create_tablespace().
The default implementation does nothing.
exitCreate_tablespace in interface PlSqlParserListenerctx - the parse treepublic void enterPermanent_tablespace_clause(PlSqlParser.Permanent_tablespace_clauseContext ctx)
PlSqlParser.permanent_tablespace_clause().
The default implementation does nothing.
enterPermanent_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPermanent_tablespace_clause(PlSqlParser.Permanent_tablespace_clauseContext ctx)
PlSqlParser.permanent_tablespace_clause().
The default implementation does nothing.
exitPermanent_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTablespace_encryption_spec(PlSqlParser.Tablespace_encryption_specContext ctx)
PlSqlParser.tablespace_encryption_spec().
The default implementation does nothing.
enterTablespace_encryption_spec in interface PlSqlParserListenerctx - the parse treepublic void exitTablespace_encryption_spec(PlSqlParser.Tablespace_encryption_specContext ctx)
PlSqlParser.tablespace_encryption_spec().
The default implementation does nothing.
exitTablespace_encryption_spec in interface PlSqlParserListenerctx - the parse treepublic void enterLogging_clause(PlSqlParser.Logging_clauseContext ctx)
PlSqlParser.logging_clause().
The default implementation does nothing.
enterLogging_clause in interface PlSqlParserListenerctx - the parse treepublic void exitLogging_clause(PlSqlParser.Logging_clauseContext ctx)
PlSqlParser.logging_clause().
The default implementation does nothing.
exitLogging_clause in interface PlSqlParserListenerctx - the parse treepublic void enterExtent_management_clause(PlSqlParser.Extent_management_clauseContext ctx)
PlSqlParser.extent_management_clause().
The default implementation does nothing.
enterExtent_management_clause in interface PlSqlParserListenerctx - the parse treepublic void exitExtent_management_clause(PlSqlParser.Extent_management_clauseContext ctx)
PlSqlParser.extent_management_clause().
The default implementation does nothing.
exitExtent_management_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSegment_management_clause(PlSqlParser.Segment_management_clauseContext ctx)
PlSqlParser.segment_management_clause().
The default implementation does nothing.
enterSegment_management_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSegment_management_clause(PlSqlParser.Segment_management_clauseContext ctx)
PlSqlParser.segment_management_clause().
The default implementation does nothing.
exitSegment_management_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTemporary_tablespace_clause(PlSqlParser.Temporary_tablespace_clauseContext ctx)
PlSqlParser.temporary_tablespace_clause().
The default implementation does nothing.
enterTemporary_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void exitTemporary_tablespace_clause(PlSqlParser.Temporary_tablespace_clauseContext ctx)
PlSqlParser.temporary_tablespace_clause().
The default implementation does nothing.
exitTemporary_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUndo_tablespace_clause(PlSqlParser.Undo_tablespace_clauseContext ctx)
PlSqlParser.undo_tablespace_clause().
The default implementation does nothing.
enterUndo_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUndo_tablespace_clause(PlSqlParser.Undo_tablespace_clauseContext ctx)
PlSqlParser.undo_tablespace_clause().
The default implementation does nothing.
exitUndo_tablespace_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTablespace_retention_clause(PlSqlParser.Tablespace_retention_clauseContext ctx)
PlSqlParser.tablespace_retention_clause().
The default implementation does nothing.
enterTablespace_retention_clause in interface PlSqlParserListenerctx - the parse treepublic void exitTablespace_retention_clause(PlSqlParser.Tablespace_retention_clauseContext ctx)
PlSqlParser.tablespace_retention_clause().
The default implementation does nothing.
exitTablespace_retention_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDatafile_specification(PlSqlParser.Datafile_specificationContext ctx)
PlSqlParser.datafile_specification().
The default implementation does nothing.
enterDatafile_specification in interface PlSqlParserListenerctx - the parse treepublic void exitDatafile_specification(PlSqlParser.Datafile_specificationContext ctx)
PlSqlParser.datafile_specification().
The default implementation does nothing.
exitDatafile_specification in interface PlSqlParserListenerctx - the parse treepublic void enterTempfile_specification(PlSqlParser.Tempfile_specificationContext ctx)
PlSqlParser.tempfile_specification().
The default implementation does nothing.
enterTempfile_specification in interface PlSqlParserListenerctx - the parse treepublic void exitTempfile_specification(PlSqlParser.Tempfile_specificationContext ctx)
PlSqlParser.tempfile_specification().
The default implementation does nothing.
exitTempfile_specification in interface PlSqlParserListenerctx - the parse treepublic void enterDatafile_tempfile_spec(PlSqlParser.Datafile_tempfile_specContext ctx)
PlSqlParser.datafile_tempfile_spec().
The default implementation does nothing.
enterDatafile_tempfile_spec in interface PlSqlParserListenerctx - the parse treepublic void exitDatafile_tempfile_spec(PlSqlParser.Datafile_tempfile_specContext ctx)
PlSqlParser.datafile_tempfile_spec().
The default implementation does nothing.
exitDatafile_tempfile_spec in interface PlSqlParserListenerctx - the parse treepublic void enterRedo_log_file_spec(PlSqlParser.Redo_log_file_specContext ctx)
PlSqlParser.redo_log_file_spec().
The default implementation does nothing.
enterRedo_log_file_spec in interface PlSqlParserListenerctx - the parse treepublic void exitRedo_log_file_spec(PlSqlParser.Redo_log_file_specContext ctx)
PlSqlParser.redo_log_file_spec().
The default implementation does nothing.
exitRedo_log_file_spec in interface PlSqlParserListenerctx - the parse treepublic void enterAutoextend_clause(PlSqlParser.Autoextend_clauseContext ctx)
PlSqlParser.autoextend_clause().
The default implementation does nothing.
enterAutoextend_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAutoextend_clause(PlSqlParser.Autoextend_clauseContext ctx)
PlSqlParser.autoextend_clause().
The default implementation does nothing.
exitAutoextend_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMaxsize_clause(PlSqlParser.Maxsize_clauseContext ctx)
PlSqlParser.maxsize_clause().
The default implementation does nothing.
enterMaxsize_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMaxsize_clause(PlSqlParser.Maxsize_clauseContext ctx)
PlSqlParser.maxsize_clause().
The default implementation does nothing.
exitMaxsize_clause in interface PlSqlParserListenerctx - the parse treepublic void enterBuild_clause(PlSqlParser.Build_clauseContext ctx)
PlSqlParser.build_clause().
The default implementation does nothing.
enterBuild_clause in interface PlSqlParserListenerctx - the parse treepublic void exitBuild_clause(PlSqlParser.Build_clauseContext ctx)
PlSqlParser.build_clause().
The default implementation does nothing.
exitBuild_clause in interface PlSqlParserListenerctx - the parse treepublic void enterParallel_clause(PlSqlParser.Parallel_clauseContext ctx)
PlSqlParser.parallel_clause().
The default implementation does nothing.
enterParallel_clause in interface PlSqlParserListenerctx - the parse treepublic void exitParallel_clause(PlSqlParser.Parallel_clauseContext ctx)
PlSqlParser.parallel_clause().
The default implementation does nothing.
exitParallel_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_materialized_view(PlSqlParser.Alter_materialized_viewContext ctx)
PlSqlParser.alter_materialized_view().
The default implementation does nothing.
enterAlter_materialized_view in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_materialized_view(PlSqlParser.Alter_materialized_viewContext ctx)
PlSqlParser.alter_materialized_view().
The default implementation does nothing.
exitAlter_materialized_view in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_mv_option1(PlSqlParser.Alter_mv_option1Context ctx)
PlSqlParser.alter_mv_option1().
The default implementation does nothing.
enterAlter_mv_option1 in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_mv_option1(PlSqlParser.Alter_mv_option1Context ctx)
PlSqlParser.alter_mv_option1().
The default implementation does nothing.
exitAlter_mv_option1 in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_mv_refresh(PlSqlParser.Alter_mv_refreshContext ctx)
PlSqlParser.alter_mv_refresh().
The default implementation does nothing.
enterAlter_mv_refresh in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_mv_refresh(PlSqlParser.Alter_mv_refreshContext ctx)
PlSqlParser.alter_mv_refresh().
The default implementation does nothing.
exitAlter_mv_refresh in interface PlSqlParserListenerctx - the parse treepublic void enterRollback_segment(PlSqlParser.Rollback_segmentContext ctx)
PlSqlParser.rollback_segment().
The default implementation does nothing.
enterRollback_segment in interface PlSqlParserListenerctx - the parse treepublic void exitRollback_segment(PlSqlParser.Rollback_segmentContext ctx)
PlSqlParser.rollback_segment().
The default implementation does nothing.
exitRollback_segment in interface PlSqlParserListenerctx - the parse treepublic void enterModify_mv_column_clause(PlSqlParser.Modify_mv_column_clauseContext ctx)
PlSqlParser.modify_mv_column_clause().
The default implementation does nothing.
enterModify_mv_column_clause in interface PlSqlParserListenerctx - the parse treepublic void exitModify_mv_column_clause(PlSqlParser.Modify_mv_column_clauseContext ctx)
PlSqlParser.modify_mv_column_clause().
The default implementation does nothing.
exitModify_mv_column_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_materialized_view_log(PlSqlParser.Alter_materialized_view_logContext ctx)
PlSqlParser.alter_materialized_view_log().
The default implementation does nothing.
enterAlter_materialized_view_log in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_materialized_view_log(PlSqlParser.Alter_materialized_view_logContext ctx)
PlSqlParser.alter_materialized_view_log().
The default implementation does nothing.
exitAlter_materialized_view_log in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_mv_log_column_clause(PlSqlParser.Add_mv_log_column_clauseContext ctx)
PlSqlParser.add_mv_log_column_clause().
The default implementation does nothing.
enterAdd_mv_log_column_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_mv_log_column_clause(PlSqlParser.Add_mv_log_column_clauseContext ctx)
PlSqlParser.add_mv_log_column_clause().
The default implementation does nothing.
exitAdd_mv_log_column_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMove_mv_log_clause(PlSqlParser.Move_mv_log_clauseContext ctx)
PlSqlParser.move_mv_log_clause().
The default implementation does nothing.
enterMove_mv_log_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMove_mv_log_clause(PlSqlParser.Move_mv_log_clauseContext ctx)
PlSqlParser.move_mv_log_clause().
The default implementation does nothing.
exitMove_mv_log_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMv_log_augmentation(PlSqlParser.Mv_log_augmentationContext ctx)
PlSqlParser.mv_log_augmentation().
The default implementation does nothing.
enterMv_log_augmentation in interface PlSqlParserListenerctx - the parse treepublic void exitMv_log_augmentation(PlSqlParser.Mv_log_augmentationContext ctx)
PlSqlParser.mv_log_augmentation().
The default implementation does nothing.
exitMv_log_augmentation in interface PlSqlParserListenerctx - the parse treepublic void enterDatetime_expr(PlSqlParser.Datetime_exprContext ctx)
PlSqlParser.datetime_expr().
The default implementation does nothing.
enterDatetime_expr in interface PlSqlParserListenerctx - the parse treepublic void exitDatetime_expr(PlSqlParser.Datetime_exprContext ctx)
PlSqlParser.datetime_expr().
The default implementation does nothing.
exitDatetime_expr in interface PlSqlParserListenerctx - the parse treepublic void enterInterval_expr(PlSqlParser.Interval_exprContext ctx)
PlSqlParser.interval_expr().
The default implementation does nothing.
enterInterval_expr in interface PlSqlParserListenerctx - the parse treepublic void exitInterval_expr(PlSqlParser.Interval_exprContext ctx)
PlSqlParser.interval_expr().
The default implementation does nothing.
exitInterval_expr in interface PlSqlParserListenerctx - the parse treepublic void enterSynchronous_or_asynchronous(PlSqlParser.Synchronous_or_asynchronousContext ctx)
PlSqlParser.synchronous_or_asynchronous().
The default implementation does nothing.
enterSynchronous_or_asynchronous in interface PlSqlParserListenerctx - the parse treepublic void exitSynchronous_or_asynchronous(PlSqlParser.Synchronous_or_asynchronousContext ctx)
PlSqlParser.synchronous_or_asynchronous().
The default implementation does nothing.
exitSynchronous_or_asynchronous in interface PlSqlParserListenerctx - the parse treepublic void enterIncluding_or_excluding(PlSqlParser.Including_or_excludingContext ctx)
PlSqlParser.including_or_excluding().
The default implementation does nothing.
enterIncluding_or_excluding in interface PlSqlParserListenerctx - the parse treepublic void exitIncluding_or_excluding(PlSqlParser.Including_or_excludingContext ctx)
PlSqlParser.including_or_excluding().
The default implementation does nothing.
exitIncluding_or_excluding in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_materialized_view_log(PlSqlParser.Create_materialized_view_logContext ctx)
PlSqlParser.create_materialized_view_log().
The default implementation does nothing.
enterCreate_materialized_view_log in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_materialized_view_log(PlSqlParser.Create_materialized_view_logContext ctx)
PlSqlParser.create_materialized_view_log().
The default implementation does nothing.
exitCreate_materialized_view_log in interface PlSqlParserListenerctx - the parse treepublic void enterNew_values_clause(PlSqlParser.New_values_clauseContext ctx)
PlSqlParser.new_values_clause().
The default implementation does nothing.
enterNew_values_clause in interface PlSqlParserListenerctx - the parse treepublic void exitNew_values_clause(PlSqlParser.New_values_clauseContext ctx)
PlSqlParser.new_values_clause().
The default implementation does nothing.
exitNew_values_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMv_log_purge_clause(PlSqlParser.Mv_log_purge_clauseContext ctx)
PlSqlParser.mv_log_purge_clause().
The default implementation does nothing.
enterMv_log_purge_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMv_log_purge_clause(PlSqlParser.Mv_log_purge_clauseContext ctx)
PlSqlParser.mv_log_purge_clause().
The default implementation does nothing.
exitMv_log_purge_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_materialized_view(PlSqlParser.Create_materialized_viewContext ctx)
PlSqlParser.create_materialized_view().
The default implementation does nothing.
enterCreate_materialized_view in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_materialized_view(PlSqlParser.Create_materialized_viewContext ctx)
PlSqlParser.create_materialized_view().
The default implementation does nothing.
exitCreate_materialized_view in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_mv_refresh(PlSqlParser.Create_mv_refreshContext ctx)
PlSqlParser.create_mv_refresh().
The default implementation does nothing.
enterCreate_mv_refresh in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_mv_refresh(PlSqlParser.Create_mv_refreshContext ctx)
PlSqlParser.create_mv_refresh().
The default implementation does nothing.
exitCreate_mv_refresh in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_context(PlSqlParser.Create_contextContext ctx)
PlSqlParser.create_context().
The default implementation does nothing.
enterCreate_context in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_context(PlSqlParser.Create_contextContext ctx)
PlSqlParser.create_context().
The default implementation does nothing.
exitCreate_context in interface PlSqlParserListenerctx - the parse treepublic void enterOracle_namespace(PlSqlParser.Oracle_namespaceContext ctx)
PlSqlParser.oracle_namespace().
The default implementation does nothing.
enterOracle_namespace in interface PlSqlParserListenerctx - the parse treepublic void exitOracle_namespace(PlSqlParser.Oracle_namespaceContext ctx)
PlSqlParser.oracle_namespace().
The default implementation does nothing.
exitOracle_namespace in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_cluster(PlSqlParser.Create_clusterContext ctx)
PlSqlParser.create_cluster().
The default implementation does nothing.
enterCreate_cluster in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_cluster(PlSqlParser.Create_clusterContext ctx)
PlSqlParser.create_cluster().
The default implementation does nothing.
exitCreate_cluster in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_table(PlSqlParser.Create_tableContext ctx)
PlSqlParser.create_table().
The default implementation does nothing.
enterCreate_table in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_table(PlSqlParser.Create_tableContext ctx)
PlSqlParser.create_table().
The default implementation does nothing.
exitCreate_table in interface PlSqlParserListenerctx - the parse treepublic void enterXmltype_table(PlSqlParser.Xmltype_tableContext ctx)
PlSqlParser.xmltype_table().
The default implementation does nothing.
enterXmltype_table in interface PlSqlParserListenerctx - the parse treepublic void exitXmltype_table(PlSqlParser.Xmltype_tableContext ctx)
PlSqlParser.xmltype_table().
The default implementation does nothing.
exitXmltype_table in interface PlSqlParserListenerctx - the parse treepublic void enterXmltype_virtual_columns(PlSqlParser.Xmltype_virtual_columnsContext ctx)
PlSqlParser.xmltype_virtual_columns().
The default implementation does nothing.
enterXmltype_virtual_columns in interface PlSqlParserListenerctx - the parse treepublic void exitXmltype_virtual_columns(PlSqlParser.Xmltype_virtual_columnsContext ctx)
PlSqlParser.xmltype_virtual_columns().
The default implementation does nothing.
exitXmltype_virtual_columns in interface PlSqlParserListenerctx - the parse treepublic void enterXmltype_column_properties(PlSqlParser.Xmltype_column_propertiesContext ctx)
PlSqlParser.xmltype_column_properties().
The default implementation does nothing.
enterXmltype_column_properties in interface PlSqlParserListenerctx - the parse treepublic void exitXmltype_column_properties(PlSqlParser.Xmltype_column_propertiesContext ctx)
PlSqlParser.xmltype_column_properties().
The default implementation does nothing.
exitXmltype_column_properties in interface PlSqlParserListenerctx - the parse treepublic void enterXmltype_storage(PlSqlParser.Xmltype_storageContext ctx)
PlSqlParser.xmltype_storage().
The default implementation does nothing.
enterXmltype_storage in interface PlSqlParserListenerctx - the parse treepublic void exitXmltype_storage(PlSqlParser.Xmltype_storageContext ctx)
PlSqlParser.xmltype_storage().
The default implementation does nothing.
exitXmltype_storage in interface PlSqlParserListenerctx - the parse treepublic void enterXmlschema_spec(PlSqlParser.Xmlschema_specContext ctx)
PlSqlParser.xmlschema_spec().
The default implementation does nothing.
enterXmlschema_spec in interface PlSqlParserListenerctx - the parse treepublic void exitXmlschema_spec(PlSqlParser.Xmlschema_specContext ctx)
PlSqlParser.xmlschema_spec().
The default implementation does nothing.
exitXmlschema_spec in interface PlSqlParserListenerctx - the parse treepublic void enterObject_table(PlSqlParser.Object_tableContext ctx)
PlSqlParser.object_table().
The default implementation does nothing.
enterObject_table in interface PlSqlParserListenerctx - the parse treepublic void exitObject_table(PlSqlParser.Object_tableContext ctx)
PlSqlParser.object_table().
The default implementation does nothing.
exitObject_table in interface PlSqlParserListenerctx - the parse treepublic void enterOid_index_clause(PlSqlParser.Oid_index_clauseContext ctx)
PlSqlParser.oid_index_clause().
The default implementation does nothing.
enterOid_index_clause in interface PlSqlParserListenerctx - the parse treepublic void exitOid_index_clause(PlSqlParser.Oid_index_clauseContext ctx)
PlSqlParser.oid_index_clause().
The default implementation does nothing.
exitOid_index_clause in interface PlSqlParserListenerctx - the parse treepublic void enterOid_clause(PlSqlParser.Oid_clauseContext ctx)
PlSqlParser.oid_clause().
The default implementation does nothing.
enterOid_clause in interface PlSqlParserListenerctx - the parse treepublic void exitOid_clause(PlSqlParser.Oid_clauseContext ctx)
PlSqlParser.oid_clause().
The default implementation does nothing.
exitOid_clause in interface PlSqlParserListenerctx - the parse treepublic void enterObject_properties(PlSqlParser.Object_propertiesContext ctx)
PlSqlParser.object_properties().
The default implementation does nothing.
enterObject_properties in interface PlSqlParserListenerctx - the parse treepublic void exitObject_properties(PlSqlParser.Object_propertiesContext ctx)
PlSqlParser.object_properties().
The default implementation does nothing.
exitObject_properties in interface PlSqlParserListenerctx - the parse treepublic void enterObject_table_substitution(PlSqlParser.Object_table_substitutionContext ctx)
PlSqlParser.object_table_substitution().
The default implementation does nothing.
enterObject_table_substitution in interface PlSqlParserListenerctx - the parse treepublic void exitObject_table_substitution(PlSqlParser.Object_table_substitutionContext ctx)
PlSqlParser.object_table_substitution().
The default implementation does nothing.
exitObject_table_substitution in interface PlSqlParserListenerctx - the parse treepublic void enterRelational_table(PlSqlParser.Relational_tableContext ctx)
PlSqlParser.relational_table().
The default implementation does nothing.
enterRelational_table in interface PlSqlParserListenerctx - the parse treepublic void exitRelational_table(PlSqlParser.Relational_tableContext ctx)
PlSqlParser.relational_table().
The default implementation does nothing.
exitRelational_table in interface PlSqlParserListenerctx - the parse treepublic void enterRelational_properties(PlSqlParser.Relational_propertiesContext ctx)
PlSqlParser.relational_properties().
The default implementation does nothing.
enterRelational_properties in interface PlSqlParserListenerctx - the parse treepublic void exitRelational_properties(PlSqlParser.Relational_propertiesContext ctx)
PlSqlParser.relational_properties().
The default implementation does nothing.
exitRelational_properties in interface PlSqlParserListenerctx - the parse treepublic void enterTable_partitioning_clauses(PlSqlParser.Table_partitioning_clausesContext ctx)
PlSqlParser.table_partitioning_clauses().
The default implementation does nothing.
enterTable_partitioning_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitTable_partitioning_clauses(PlSqlParser.Table_partitioning_clausesContext ctx)
PlSqlParser.table_partitioning_clauses().
The default implementation does nothing.
exitTable_partitioning_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterRange_partitions(PlSqlParser.Range_partitionsContext ctx)
PlSqlParser.range_partitions().
The default implementation does nothing.
enterRange_partitions in interface PlSqlParserListenerctx - the parse treepublic void exitRange_partitions(PlSqlParser.Range_partitionsContext ctx)
PlSqlParser.range_partitions().
The default implementation does nothing.
exitRange_partitions in interface PlSqlParserListenerctx - the parse treepublic void enterList_partitions(PlSqlParser.List_partitionsContext ctx)
PlSqlParser.list_partitions().
The default implementation does nothing.
enterList_partitions in interface PlSqlParserListenerctx - the parse treepublic void exitList_partitions(PlSqlParser.List_partitionsContext ctx)
PlSqlParser.list_partitions().
The default implementation does nothing.
exitList_partitions in interface PlSqlParserListenerctx - the parse treepublic void enterHash_partitions(PlSqlParser.Hash_partitionsContext ctx)
PlSqlParser.hash_partitions().
The default implementation does nothing.
enterHash_partitions in interface PlSqlParserListenerctx - the parse treepublic void exitHash_partitions(PlSqlParser.Hash_partitionsContext ctx)
PlSqlParser.hash_partitions().
The default implementation does nothing.
exitHash_partitions in interface PlSqlParserListenerctx - the parse treepublic void enterIndividual_hash_partitions(PlSqlParser.Individual_hash_partitionsContext ctx)
PlSqlParser.individual_hash_partitions().
The default implementation does nothing.
enterIndividual_hash_partitions in interface PlSqlParserListenerctx - the parse treepublic void exitIndividual_hash_partitions(PlSqlParser.Individual_hash_partitionsContext ctx)
PlSqlParser.individual_hash_partitions().
The default implementation does nothing.
exitIndividual_hash_partitions in interface PlSqlParserListenerctx - the parse treepublic void enterHash_partitions_by_quantity(PlSqlParser.Hash_partitions_by_quantityContext ctx)
PlSqlParser.hash_partitions_by_quantity().
The default implementation does nothing.
enterHash_partitions_by_quantity in interface PlSqlParserListenerctx - the parse treepublic void exitHash_partitions_by_quantity(PlSqlParser.Hash_partitions_by_quantityContext ctx)
PlSqlParser.hash_partitions_by_quantity().
The default implementation does nothing.
exitHash_partitions_by_quantity in interface PlSqlParserListenerctx - the parse treepublic void enterHash_partition_quantity(PlSqlParser.Hash_partition_quantityContext ctx)
PlSqlParser.hash_partition_quantity().
The default implementation does nothing.
enterHash_partition_quantity in interface PlSqlParserListenerctx - the parse treepublic void exitHash_partition_quantity(PlSqlParser.Hash_partition_quantityContext ctx)
PlSqlParser.hash_partition_quantity().
The default implementation does nothing.
exitHash_partition_quantity in interface PlSqlParserListenerctx - the parse treepublic void enterComposite_range_partitions(PlSqlParser.Composite_range_partitionsContext ctx)
PlSqlParser.composite_range_partitions().
The default implementation does nothing.
enterComposite_range_partitions in interface PlSqlParserListenerctx - the parse treepublic void exitComposite_range_partitions(PlSqlParser.Composite_range_partitionsContext ctx)
PlSqlParser.composite_range_partitions().
The default implementation does nothing.
exitComposite_range_partitions in interface PlSqlParserListenerctx - the parse treepublic void enterComposite_list_partitions(PlSqlParser.Composite_list_partitionsContext ctx)
PlSqlParser.composite_list_partitions().
The default implementation does nothing.
enterComposite_list_partitions in interface PlSqlParserListenerctx - the parse treepublic void exitComposite_list_partitions(PlSqlParser.Composite_list_partitionsContext ctx)
PlSqlParser.composite_list_partitions().
The default implementation does nothing.
exitComposite_list_partitions in interface PlSqlParserListenerctx - the parse treepublic void enterComposite_hash_partitions(PlSqlParser.Composite_hash_partitionsContext ctx)
PlSqlParser.composite_hash_partitions().
The default implementation does nothing.
enterComposite_hash_partitions in interface PlSqlParserListenerctx - the parse treepublic void exitComposite_hash_partitions(PlSqlParser.Composite_hash_partitionsContext ctx)
PlSqlParser.composite_hash_partitions().
The default implementation does nothing.
exitComposite_hash_partitions in interface PlSqlParserListenerctx - the parse treepublic void enterReference_partitioning(PlSqlParser.Reference_partitioningContext ctx)
PlSqlParser.reference_partitioning().
The default implementation does nothing.
enterReference_partitioning in interface PlSqlParserListenerctx - the parse treepublic void exitReference_partitioning(PlSqlParser.Reference_partitioningContext ctx)
PlSqlParser.reference_partitioning().
The default implementation does nothing.
exitReference_partitioning in interface PlSqlParserListenerctx - the parse treepublic void enterReference_partition_desc(PlSqlParser.Reference_partition_descContext ctx)
PlSqlParser.reference_partition_desc().
The default implementation does nothing.
enterReference_partition_desc in interface PlSqlParserListenerctx - the parse treepublic void exitReference_partition_desc(PlSqlParser.Reference_partition_descContext ctx)
PlSqlParser.reference_partition_desc().
The default implementation does nothing.
exitReference_partition_desc in interface PlSqlParserListenerctx - the parse treepublic void enterSystem_partitioning(PlSqlParser.System_partitioningContext ctx)
PlSqlParser.system_partitioning().
The default implementation does nothing.
enterSystem_partitioning in interface PlSqlParserListenerctx - the parse treepublic void exitSystem_partitioning(PlSqlParser.System_partitioningContext ctx)
PlSqlParser.system_partitioning().
The default implementation does nothing.
exitSystem_partitioning in interface PlSqlParserListenerctx - the parse treepublic void enterRange_partition_desc(PlSqlParser.Range_partition_descContext ctx)
PlSqlParser.range_partition_desc().
The default implementation does nothing.
enterRange_partition_desc in interface PlSqlParserListenerctx - the parse treepublic void exitRange_partition_desc(PlSqlParser.Range_partition_descContext ctx)
PlSqlParser.range_partition_desc().
The default implementation does nothing.
exitRange_partition_desc in interface PlSqlParserListenerctx - the parse treepublic void enterList_partition_desc(PlSqlParser.List_partition_descContext ctx)
PlSqlParser.list_partition_desc().
The default implementation does nothing.
enterList_partition_desc in interface PlSqlParserListenerctx - the parse treepublic void exitList_partition_desc(PlSqlParser.List_partition_descContext ctx)
PlSqlParser.list_partition_desc().
The default implementation does nothing.
exitList_partition_desc in interface PlSqlParserListenerctx - the parse treepublic void enterSubpartition_template(PlSqlParser.Subpartition_templateContext ctx)
PlSqlParser.subpartition_template().
The default implementation does nothing.
enterSubpartition_template in interface PlSqlParserListenerctx - the parse treepublic void exitSubpartition_template(PlSqlParser.Subpartition_templateContext ctx)
PlSqlParser.subpartition_template().
The default implementation does nothing.
exitSubpartition_template in interface PlSqlParserListenerctx - the parse treepublic void enterHash_subpartition_quantity(PlSqlParser.Hash_subpartition_quantityContext ctx)
PlSqlParser.hash_subpartition_quantity().
The default implementation does nothing.
enterHash_subpartition_quantity in interface PlSqlParserListenerctx - the parse treepublic void exitHash_subpartition_quantity(PlSqlParser.Hash_subpartition_quantityContext ctx)
PlSqlParser.hash_subpartition_quantity().
The default implementation does nothing.
exitHash_subpartition_quantity in interface PlSqlParserListenerctx - the parse treepublic void enterSubpartition_by_range(PlSqlParser.Subpartition_by_rangeContext ctx)
PlSqlParser.subpartition_by_range().
The default implementation does nothing.
enterSubpartition_by_range in interface PlSqlParserListenerctx - the parse treepublic void exitSubpartition_by_range(PlSqlParser.Subpartition_by_rangeContext ctx)
PlSqlParser.subpartition_by_range().
The default implementation does nothing.
exitSubpartition_by_range in interface PlSqlParserListenerctx - the parse treepublic void enterSubpartition_by_list(PlSqlParser.Subpartition_by_listContext ctx)
PlSqlParser.subpartition_by_list().
The default implementation does nothing.
enterSubpartition_by_list in interface PlSqlParserListenerctx - the parse treepublic void exitSubpartition_by_list(PlSqlParser.Subpartition_by_listContext ctx)
PlSqlParser.subpartition_by_list().
The default implementation does nothing.
exitSubpartition_by_list in interface PlSqlParserListenerctx - the parse treepublic void enterSubpartition_by_hash(PlSqlParser.Subpartition_by_hashContext ctx)
PlSqlParser.subpartition_by_hash().
The default implementation does nothing.
enterSubpartition_by_hash in interface PlSqlParserListenerctx - the parse treepublic void exitSubpartition_by_hash(PlSqlParser.Subpartition_by_hashContext ctx)
PlSqlParser.subpartition_by_hash().
The default implementation does nothing.
exitSubpartition_by_hash in interface PlSqlParserListenerctx - the parse treepublic void enterSubpartition_name(PlSqlParser.Subpartition_nameContext ctx)
PlSqlParser.subpartition_name().
The default implementation does nothing.
enterSubpartition_name in interface PlSqlParserListenerctx - the parse treepublic void exitSubpartition_name(PlSqlParser.Subpartition_nameContext ctx)
PlSqlParser.subpartition_name().
The default implementation does nothing.
exitSubpartition_name in interface PlSqlParserListenerctx - the parse treepublic void enterRange_subpartition_desc(PlSqlParser.Range_subpartition_descContext ctx)
PlSqlParser.range_subpartition_desc().
The default implementation does nothing.
enterRange_subpartition_desc in interface PlSqlParserListenerctx - the parse treepublic void exitRange_subpartition_desc(PlSqlParser.Range_subpartition_descContext ctx)
PlSqlParser.range_subpartition_desc().
The default implementation does nothing.
exitRange_subpartition_desc in interface PlSqlParserListenerctx - the parse treepublic void enterList_subpartition_desc(PlSqlParser.List_subpartition_descContext ctx)
PlSqlParser.list_subpartition_desc().
The default implementation does nothing.
enterList_subpartition_desc in interface PlSqlParserListenerctx - the parse treepublic void exitList_subpartition_desc(PlSqlParser.List_subpartition_descContext ctx)
PlSqlParser.list_subpartition_desc().
The default implementation does nothing.
exitList_subpartition_desc in interface PlSqlParserListenerctx - the parse treepublic void enterIndividual_hash_subparts(PlSqlParser.Individual_hash_subpartsContext ctx)
PlSqlParser.individual_hash_subparts().
The default implementation does nothing.
enterIndividual_hash_subparts in interface PlSqlParserListenerctx - the parse treepublic void exitIndividual_hash_subparts(PlSqlParser.Individual_hash_subpartsContext ctx)
PlSqlParser.individual_hash_subparts().
The default implementation does nothing.
exitIndividual_hash_subparts in interface PlSqlParserListenerctx - the parse treepublic void enterHash_subparts_by_quantity(PlSqlParser.Hash_subparts_by_quantityContext ctx)
PlSqlParser.hash_subparts_by_quantity().
The default implementation does nothing.
enterHash_subparts_by_quantity in interface PlSqlParserListenerctx - the parse treepublic void exitHash_subparts_by_quantity(PlSqlParser.Hash_subparts_by_quantityContext ctx)
PlSqlParser.hash_subparts_by_quantity().
The default implementation does nothing.
exitHash_subparts_by_quantity in interface PlSqlParserListenerctx - the parse treepublic void enterRange_values_clause(PlSqlParser.Range_values_clauseContext ctx)
PlSqlParser.range_values_clause().
The default implementation does nothing.
enterRange_values_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRange_values_clause(PlSqlParser.Range_values_clauseContext ctx)
PlSqlParser.range_values_clause().
The default implementation does nothing.
exitRange_values_clause in interface PlSqlParserListenerctx - the parse treepublic void enterList_values_clause(PlSqlParser.List_values_clauseContext ctx)
PlSqlParser.list_values_clause().
The default implementation does nothing.
enterList_values_clause in interface PlSqlParserListenerctx - the parse treepublic void exitList_values_clause(PlSqlParser.List_values_clauseContext ctx)
PlSqlParser.list_values_clause().
The default implementation does nothing.
exitList_values_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTable_partition_description(PlSqlParser.Table_partition_descriptionContext ctx)
PlSqlParser.table_partition_description().
The default implementation does nothing.
enterTable_partition_description in interface PlSqlParserListenerctx - the parse treepublic void exitTable_partition_description(PlSqlParser.Table_partition_descriptionContext ctx)
PlSqlParser.table_partition_description().
The default implementation does nothing.
exitTable_partition_description in interface PlSqlParserListenerctx - the parse treepublic void enterPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)
PlSqlParser.partitioning_storage_clause().
The default implementation does nothing.
enterPartitioning_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)
PlSqlParser.partitioning_storage_clause().
The default implementation does nothing.
exitPartitioning_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLob_partitioning_storage(PlSqlParser.Lob_partitioning_storageContext ctx)
PlSqlParser.lob_partitioning_storage().
The default implementation does nothing.
enterLob_partitioning_storage in interface PlSqlParserListenerctx - the parse treepublic void exitLob_partitioning_storage(PlSqlParser.Lob_partitioning_storageContext ctx)
PlSqlParser.lob_partitioning_storage().
The default implementation does nothing.
exitLob_partitioning_storage in interface PlSqlParserListenerctx - the parse treepublic void enterDatatype_null_enable(PlSqlParser.Datatype_null_enableContext ctx)
PlSqlParser.datatype_null_enable().
The default implementation does nothing.
enterDatatype_null_enable in interface PlSqlParserListenerctx - the parse treepublic void exitDatatype_null_enable(PlSqlParser.Datatype_null_enableContext ctx)
PlSqlParser.datatype_null_enable().
The default implementation does nothing.
exitDatatype_null_enable in interface PlSqlParserListenerctx - the parse treepublic void enterSize_clause(PlSqlParser.Size_clauseContext ctx)
PlSqlParser.size_clause().
The default implementation does nothing.
enterSize_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSize_clause(PlSqlParser.Size_clauseContext ctx)
PlSqlParser.size_clause().
The default implementation does nothing.
exitSize_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTable_compression(PlSqlParser.Table_compressionContext ctx)
PlSqlParser.table_compression().
The default implementation does nothing.
enterTable_compression in interface PlSqlParserListenerctx - the parse treepublic void exitTable_compression(PlSqlParser.Table_compressionContext ctx)
PlSqlParser.table_compression().
The default implementation does nothing.
exitTable_compression in interface PlSqlParserListenerctx - the parse treepublic void enterPhysical_attributes_clause(PlSqlParser.Physical_attributes_clauseContext ctx)
PlSqlParser.physical_attributes_clause().
The default implementation does nothing.
enterPhysical_attributes_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPhysical_attributes_clause(PlSqlParser.Physical_attributes_clauseContext ctx)
PlSqlParser.physical_attributes_clause().
The default implementation does nothing.
exitPhysical_attributes_clause in interface PlSqlParserListenerctx - the parse treepublic void enterStorage_clause(PlSqlParser.Storage_clauseContext ctx)
PlSqlParser.storage_clause().
The default implementation does nothing.
enterStorage_clause in interface PlSqlParserListenerctx - the parse treepublic void exitStorage_clause(PlSqlParser.Storage_clauseContext ctx)
PlSqlParser.storage_clause().
The default implementation does nothing.
exitStorage_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDeferred_segment_creation(PlSqlParser.Deferred_segment_creationContext ctx)
PlSqlParser.deferred_segment_creation().
The default implementation does nothing.
enterDeferred_segment_creation in interface PlSqlParserListenerctx - the parse treepublic void exitDeferred_segment_creation(PlSqlParser.Deferred_segment_creationContext ctx)
PlSqlParser.deferred_segment_creation().
The default implementation does nothing.
exitDeferred_segment_creation in interface PlSqlParserListenerctx - the parse treepublic void enterSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)
PlSqlParser.segment_attributes_clause().
The default implementation does nothing.
enterSegment_attributes_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)
PlSqlParser.segment_attributes_clause().
The default implementation does nothing.
exitSegment_attributes_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)
PlSqlParser.physical_properties().
The default implementation does nothing.
enterPhysical_properties in interface PlSqlParserListenerctx - the parse treepublic void exitPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)
PlSqlParser.physical_properties().
The default implementation does nothing.
exitPhysical_properties in interface PlSqlParserListenerctx - the parse treepublic void enterRow_movement_clause(PlSqlParser.Row_movement_clauseContext ctx)
PlSqlParser.row_movement_clause().
The default implementation does nothing.
enterRow_movement_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRow_movement_clause(PlSqlParser.Row_movement_clauseContext ctx)
PlSqlParser.row_movement_clause().
The default implementation does nothing.
exitRow_movement_clause in interface PlSqlParserListenerctx - the parse treepublic void enterFlashback_archive_clause(PlSqlParser.Flashback_archive_clauseContext ctx)
PlSqlParser.flashback_archive_clause().
The default implementation does nothing.
enterFlashback_archive_clause in interface PlSqlParserListenerctx - the parse treepublic void exitFlashback_archive_clause(PlSqlParser.Flashback_archive_clauseContext ctx)
PlSqlParser.flashback_archive_clause().
The default implementation does nothing.
exitFlashback_archive_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLog_grp(PlSqlParser.Log_grpContext ctx)
PlSqlParser.log_grp().
The default implementation does nothing.
enterLog_grp in interface PlSqlParserListenerctx - the parse treepublic void exitLog_grp(PlSqlParser.Log_grpContext ctx)
PlSqlParser.log_grp().
The default implementation does nothing.
exitLog_grp in interface PlSqlParserListenerctx - the parse treepublic void enterSupplemental_table_logging(PlSqlParser.Supplemental_table_loggingContext ctx)
PlSqlParser.supplemental_table_logging().
The default implementation does nothing.
enterSupplemental_table_logging in interface PlSqlParserListenerctx - the parse treepublic void exitSupplemental_table_logging(PlSqlParser.Supplemental_table_loggingContext ctx)
PlSqlParser.supplemental_table_logging().
The default implementation does nothing.
exitSupplemental_table_logging in interface PlSqlParserListenerctx - the parse treepublic void enterSupplemental_log_grp_clause(PlSqlParser.Supplemental_log_grp_clauseContext ctx)
PlSqlParser.supplemental_log_grp_clause().
The default implementation does nothing.
enterSupplemental_log_grp_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSupplemental_log_grp_clause(PlSqlParser.Supplemental_log_grp_clauseContext ctx)
PlSqlParser.supplemental_log_grp_clause().
The default implementation does nothing.
exitSupplemental_log_grp_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSupplemental_id_key_clause(PlSqlParser.Supplemental_id_key_clauseContext ctx)
PlSqlParser.supplemental_id_key_clause().
The default implementation does nothing.
enterSupplemental_id_key_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSupplemental_id_key_clause(PlSqlParser.Supplemental_id_key_clauseContext ctx)
PlSqlParser.supplemental_id_key_clause().
The default implementation does nothing.
exitSupplemental_id_key_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)
PlSqlParser.allocate_extent_clause().
The default implementation does nothing.
enterAllocate_extent_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)
PlSqlParser.allocate_extent_clause().
The default implementation does nothing.
exitAllocate_extent_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDeallocate_unused_clause(PlSqlParser.Deallocate_unused_clauseContext ctx)
PlSqlParser.deallocate_unused_clause().
The default implementation does nothing.
enterDeallocate_unused_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDeallocate_unused_clause(PlSqlParser.Deallocate_unused_clauseContext ctx)
PlSqlParser.deallocate_unused_clause().
The default implementation does nothing.
exitDeallocate_unused_clause in interface PlSqlParserListenerctx - the parse treepublic void enterShrink_clause(PlSqlParser.Shrink_clauseContext ctx)
PlSqlParser.shrink_clause().
The default implementation does nothing.
enterShrink_clause in interface PlSqlParserListenerctx - the parse treepublic void exitShrink_clause(PlSqlParser.Shrink_clauseContext ctx)
PlSqlParser.shrink_clause().
The default implementation does nothing.
exitShrink_clause in interface PlSqlParserListenerctx - the parse treepublic void enterRecords_per_block_clause(PlSqlParser.Records_per_block_clauseContext ctx)
PlSqlParser.records_per_block_clause().
The default implementation does nothing.
enterRecords_per_block_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRecords_per_block_clause(PlSqlParser.Records_per_block_clauseContext ctx)
PlSqlParser.records_per_block_clause().
The default implementation does nothing.
exitRecords_per_block_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUpgrade_table_clause(PlSqlParser.Upgrade_table_clauseContext ctx)
PlSqlParser.upgrade_table_clause().
The default implementation does nothing.
enterUpgrade_table_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUpgrade_table_clause(PlSqlParser.Upgrade_table_clauseContext ctx)
PlSqlParser.upgrade_table_clause().
The default implementation does nothing.
exitUpgrade_table_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_table(PlSqlParser.Drop_tableContext ctx)
PlSqlParser.drop_table().
The default implementation does nothing.
enterDrop_table in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_table(PlSqlParser.Drop_tableContext ctx)
PlSqlParser.drop_table().
The default implementation does nothing.
exitDrop_table in interface PlSqlParserListenerctx - the parse treepublic void enterComment_on_column(PlSqlParser.Comment_on_columnContext ctx)
PlSqlParser.comment_on_column().
The default implementation does nothing.
enterComment_on_column in interface PlSqlParserListenerctx - the parse treepublic void exitComment_on_column(PlSqlParser.Comment_on_columnContext ctx)
PlSqlParser.comment_on_column().
The default implementation does nothing.
exitComment_on_column in interface PlSqlParserListenerctx - the parse treepublic void enterEnable_or_disable(PlSqlParser.Enable_or_disableContext ctx)
PlSqlParser.enable_or_disable().
The default implementation does nothing.
enterEnable_or_disable in interface PlSqlParserListenerctx - the parse treepublic void exitEnable_or_disable(PlSqlParser.Enable_or_disableContext ctx)
PlSqlParser.enable_or_disable().
The default implementation does nothing.
exitEnable_or_disable in interface PlSqlParserListenerctx - the parse treepublic void enterAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)
PlSqlParser.allow_or_disallow().
The default implementation does nothing.
enterAllow_or_disallow in interface PlSqlParserListenerctx - the parse treepublic void exitAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)
PlSqlParser.allow_or_disallow().
The default implementation does nothing.
exitAllow_or_disallow in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_synonym(PlSqlParser.Create_synonymContext ctx)
PlSqlParser.create_synonym().
The default implementation does nothing.
enterCreate_synonym in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_synonym(PlSqlParser.Create_synonymContext ctx)
PlSqlParser.create_synonym().
The default implementation does nothing.
exitCreate_synonym in interface PlSqlParserListenerctx - the parse treepublic void enterComment_on_table(PlSqlParser.Comment_on_tableContext ctx)
PlSqlParser.comment_on_table().
The default implementation does nothing.
enterComment_on_table in interface PlSqlParserListenerctx - the parse treepublic void exitComment_on_table(PlSqlParser.Comment_on_tableContext ctx)
PlSqlParser.comment_on_table().
The default implementation does nothing.
exitComment_on_table in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_cluster(PlSqlParser.Alter_clusterContext ctx)
PlSqlParser.alter_cluster().
The default implementation does nothing.
enterAlter_cluster in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_cluster(PlSqlParser.Alter_clusterContext ctx)
PlSqlParser.alter_cluster().
The default implementation does nothing.
exitAlter_cluster in interface PlSqlParserListenerctx - the parse treepublic void enterCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)
PlSqlParser.cache_or_nocache().
The default implementation does nothing.
enterCache_or_nocache in interface PlSqlParserListenerctx - the parse treepublic void exitCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)
PlSqlParser.cache_or_nocache().
The default implementation does nothing.
exitCache_or_nocache in interface PlSqlParserListenerctx - the parse treepublic void enterDatabase_name(PlSqlParser.Database_nameContext ctx)
PlSqlParser.database_name().
The default implementation does nothing.
enterDatabase_name in interface PlSqlParserListenerctx - the parse treepublic void exitDatabase_name(PlSqlParser.Database_nameContext ctx)
PlSqlParser.database_name().
The default implementation does nothing.
exitDatabase_name in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_database(PlSqlParser.Alter_databaseContext ctx)
PlSqlParser.alter_database().
The default implementation does nothing.
enterAlter_database in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_database(PlSqlParser.Alter_databaseContext ctx)
PlSqlParser.alter_database().
The default implementation does nothing.
exitAlter_database in interface PlSqlParserListenerctx - the parse treepublic void enterStartup_clauses(PlSqlParser.Startup_clausesContext ctx)
PlSqlParser.startup_clauses().
The default implementation does nothing.
enterStartup_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitStartup_clauses(PlSqlParser.Startup_clausesContext ctx)
PlSqlParser.startup_clauses().
The default implementation does nothing.
exitStartup_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterResetlogs_or_noresetlogs(PlSqlParser.Resetlogs_or_noresetlogsContext ctx)
PlSqlParser.resetlogs_or_noresetlogs().
The default implementation does nothing.
enterResetlogs_or_noresetlogs in interface PlSqlParserListenerctx - the parse treepublic void exitResetlogs_or_noresetlogs(PlSqlParser.Resetlogs_or_noresetlogsContext ctx)
PlSqlParser.resetlogs_or_noresetlogs().
The default implementation does nothing.
exitResetlogs_or_noresetlogs in interface PlSqlParserListenerctx - the parse treepublic void enterUpgrade_or_downgrade(PlSqlParser.Upgrade_or_downgradeContext ctx)
PlSqlParser.upgrade_or_downgrade().
The default implementation does nothing.
enterUpgrade_or_downgrade in interface PlSqlParserListenerctx - the parse treepublic void exitUpgrade_or_downgrade(PlSqlParser.Upgrade_or_downgradeContext ctx)
PlSqlParser.upgrade_or_downgrade().
The default implementation does nothing.
exitUpgrade_or_downgrade in interface PlSqlParserListenerctx - the parse treepublic void enterRecovery_clauses(PlSqlParser.Recovery_clausesContext ctx)
PlSqlParser.recovery_clauses().
The default implementation does nothing.
enterRecovery_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitRecovery_clauses(PlSqlParser.Recovery_clausesContext ctx)
PlSqlParser.recovery_clauses().
The default implementation does nothing.
exitRecovery_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterBegin_or_end(PlSqlParser.Begin_or_endContext ctx)
PlSqlParser.begin_or_end().
The default implementation does nothing.
enterBegin_or_end in interface PlSqlParserListenerctx - the parse treepublic void exitBegin_or_end(PlSqlParser.Begin_or_endContext ctx)
PlSqlParser.begin_or_end().
The default implementation does nothing.
exitBegin_or_end in interface PlSqlParserListenerctx - the parse treepublic void enterGeneral_recovery(PlSqlParser.General_recoveryContext ctx)
PlSqlParser.general_recovery().
The default implementation does nothing.
enterGeneral_recovery in interface PlSqlParserListenerctx - the parse treepublic void exitGeneral_recovery(PlSqlParser.General_recoveryContext ctx)
PlSqlParser.general_recovery().
The default implementation does nothing.
exitGeneral_recovery in interface PlSqlParserListenerctx - the parse treepublic void enterFull_database_recovery(PlSqlParser.Full_database_recoveryContext ctx)
PlSqlParser.full_database_recovery().
The default implementation does nothing.
enterFull_database_recovery in interface PlSqlParserListenerctx - the parse treepublic void exitFull_database_recovery(PlSqlParser.Full_database_recoveryContext ctx)
PlSqlParser.full_database_recovery().
The default implementation does nothing.
exitFull_database_recovery in interface PlSqlParserListenerctx - the parse treepublic void enterPartial_database_recovery(PlSqlParser.Partial_database_recoveryContext ctx)
PlSqlParser.partial_database_recovery().
The default implementation does nothing.
enterPartial_database_recovery in interface PlSqlParserListenerctx - the parse treepublic void exitPartial_database_recovery(PlSqlParser.Partial_database_recoveryContext ctx)
PlSqlParser.partial_database_recovery().
The default implementation does nothing.
exitPartial_database_recovery in interface PlSqlParserListenerctx - the parse treepublic void enterManaged_standby_recovery(PlSqlParser.Managed_standby_recoveryContext ctx)
PlSqlParser.managed_standby_recovery().
The default implementation does nothing.
enterManaged_standby_recovery in interface PlSqlParserListenerctx - the parse treepublic void exitManaged_standby_recovery(PlSqlParser.Managed_standby_recoveryContext ctx)
PlSqlParser.managed_standby_recovery().
The default implementation does nothing.
exitManaged_standby_recovery in interface PlSqlParserListenerctx - the parse treepublic void enterDb_name(PlSqlParser.Db_nameContext ctx)
PlSqlParser.db_name().
The default implementation does nothing.
enterDb_name in interface PlSqlParserListenerctx - the parse treepublic void exitDb_name(PlSqlParser.Db_nameContext ctx)
PlSqlParser.db_name().
The default implementation does nothing.
exitDb_name in interface PlSqlParserListenerctx - the parse treepublic void enterDatabase_file_clauses(PlSqlParser.Database_file_clausesContext ctx)
PlSqlParser.database_file_clauses().
The default implementation does nothing.
enterDatabase_file_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitDatabase_file_clauses(PlSqlParser.Database_file_clausesContext ctx)
PlSqlParser.database_file_clauses().
The default implementation does nothing.
exitDatabase_file_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterCreate_datafile_clause(PlSqlParser.Create_datafile_clauseContext ctx)
PlSqlParser.create_datafile_clause().
The default implementation does nothing.
enterCreate_datafile_clause in interface PlSqlParserListenerctx - the parse treepublic void exitCreate_datafile_clause(PlSqlParser.Create_datafile_clauseContext ctx)
PlSqlParser.create_datafile_clause().
The default implementation does nothing.
exitCreate_datafile_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_datafile_clause(PlSqlParser.Alter_datafile_clauseContext ctx)
PlSqlParser.alter_datafile_clause().
The default implementation does nothing.
enterAlter_datafile_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_datafile_clause(PlSqlParser.Alter_datafile_clauseContext ctx)
PlSqlParser.alter_datafile_clause().
The default implementation does nothing.
exitAlter_datafile_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_tempfile_clause(PlSqlParser.Alter_tempfile_clauseContext ctx)
PlSqlParser.alter_tempfile_clause().
The default implementation does nothing.
enterAlter_tempfile_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_tempfile_clause(PlSqlParser.Alter_tempfile_clauseContext ctx)
PlSqlParser.alter_tempfile_clause().
The default implementation does nothing.
exitAlter_tempfile_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLogfile_clauses(PlSqlParser.Logfile_clausesContext ctx)
PlSqlParser.logfile_clauses().
The default implementation does nothing.
enterLogfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitLogfile_clauses(PlSqlParser.Logfile_clausesContext ctx)
PlSqlParser.logfile_clauses().
The default implementation does nothing.
exitLogfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_logfile_clauses(PlSqlParser.Add_logfile_clausesContext ctx)
PlSqlParser.add_logfile_clauses().
The default implementation does nothing.
enterAdd_logfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_logfile_clauses(PlSqlParser.Add_logfile_clausesContext ctx)
PlSqlParser.add_logfile_clauses().
The default implementation does nothing.
exitAdd_logfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_logfile_clauses(PlSqlParser.Drop_logfile_clausesContext ctx)
PlSqlParser.drop_logfile_clauses().
The default implementation does nothing.
enterDrop_logfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_logfile_clauses(PlSqlParser.Drop_logfile_clausesContext ctx)
PlSqlParser.drop_logfile_clauses().
The default implementation does nothing.
exitDrop_logfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterSwitch_logfile_clause(PlSqlParser.Switch_logfile_clauseContext ctx)
PlSqlParser.switch_logfile_clause().
The default implementation does nothing.
enterSwitch_logfile_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSwitch_logfile_clause(PlSqlParser.Switch_logfile_clauseContext ctx)
PlSqlParser.switch_logfile_clause().
The default implementation does nothing.
exitSwitch_logfile_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSupplemental_db_logging(PlSqlParser.Supplemental_db_loggingContext ctx)
PlSqlParser.supplemental_db_logging().
The default implementation does nothing.
enterSupplemental_db_logging in interface PlSqlParserListenerctx - the parse treepublic void exitSupplemental_db_logging(PlSqlParser.Supplemental_db_loggingContext ctx)
PlSqlParser.supplemental_db_logging().
The default implementation does nothing.
exitSupplemental_db_logging in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_or_drop(PlSqlParser.Add_or_dropContext ctx)
PlSqlParser.add_or_drop().
The default implementation does nothing.
enterAdd_or_drop in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_or_drop(PlSqlParser.Add_or_dropContext ctx)
PlSqlParser.add_or_drop().
The default implementation does nothing.
exitAdd_or_drop in interface PlSqlParserListenerctx - the parse treepublic void enterSupplemental_plsql_clause(PlSqlParser.Supplemental_plsql_clauseContext ctx)
PlSqlParser.supplemental_plsql_clause().
The default implementation does nothing.
enterSupplemental_plsql_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSupplemental_plsql_clause(PlSqlParser.Supplemental_plsql_clauseContext ctx)
PlSqlParser.supplemental_plsql_clause().
The default implementation does nothing.
exitSupplemental_plsql_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLogfile_descriptor(PlSqlParser.Logfile_descriptorContext ctx)
PlSqlParser.logfile_descriptor().
The default implementation does nothing.
enterLogfile_descriptor in interface PlSqlParserListenerctx - the parse treepublic void exitLogfile_descriptor(PlSqlParser.Logfile_descriptorContext ctx)
PlSqlParser.logfile_descriptor().
The default implementation does nothing.
exitLogfile_descriptor in interface PlSqlParserListenerctx - the parse treepublic void enterControlfile_clauses(PlSqlParser.Controlfile_clausesContext ctx)
PlSqlParser.controlfile_clauses().
The default implementation does nothing.
enterControlfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitControlfile_clauses(PlSqlParser.Controlfile_clausesContext ctx)
PlSqlParser.controlfile_clauses().
The default implementation does nothing.
exitControlfile_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterTrace_file_clause(PlSqlParser.Trace_file_clauseContext ctx)
PlSqlParser.trace_file_clause().
The default implementation does nothing.
enterTrace_file_clause in interface PlSqlParserListenerctx - the parse treepublic void exitTrace_file_clause(PlSqlParser.Trace_file_clauseContext ctx)
PlSqlParser.trace_file_clause().
The default implementation does nothing.
exitTrace_file_clause in interface PlSqlParserListenerctx - the parse treepublic void enterStandby_database_clauses(PlSqlParser.Standby_database_clausesContext ctx)
PlSqlParser.standby_database_clauses().
The default implementation does nothing.
enterStandby_database_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitStandby_database_clauses(PlSqlParser.Standby_database_clausesContext ctx)
PlSqlParser.standby_database_clauses().
The default implementation does nothing.
exitStandby_database_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterActivate_standby_db_clause(PlSqlParser.Activate_standby_db_clauseContext ctx)
PlSqlParser.activate_standby_db_clause().
The default implementation does nothing.
enterActivate_standby_db_clause in interface PlSqlParserListenerctx - the parse treepublic void exitActivate_standby_db_clause(PlSqlParser.Activate_standby_db_clauseContext ctx)
PlSqlParser.activate_standby_db_clause().
The default implementation does nothing.
exitActivate_standby_db_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMaximize_standby_db_clause(PlSqlParser.Maximize_standby_db_clauseContext ctx)
PlSqlParser.maximize_standby_db_clause().
The default implementation does nothing.
enterMaximize_standby_db_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMaximize_standby_db_clause(PlSqlParser.Maximize_standby_db_clauseContext ctx)
PlSqlParser.maximize_standby_db_clause().
The default implementation does nothing.
exitMaximize_standby_db_clause in interface PlSqlParserListenerctx - the parse treepublic void enterRegister_logfile_clause(PlSqlParser.Register_logfile_clauseContext ctx)
PlSqlParser.register_logfile_clause().
The default implementation does nothing.
enterRegister_logfile_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRegister_logfile_clause(PlSqlParser.Register_logfile_clauseContext ctx)
PlSqlParser.register_logfile_clause().
The default implementation does nothing.
exitRegister_logfile_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCommit_switchover_clause(PlSqlParser.Commit_switchover_clauseContext ctx)
PlSqlParser.commit_switchover_clause().
The default implementation does nothing.
enterCommit_switchover_clause in interface PlSqlParserListenerctx - the parse treepublic void exitCommit_switchover_clause(PlSqlParser.Commit_switchover_clauseContext ctx)
PlSqlParser.commit_switchover_clause().
The default implementation does nothing.
exitCommit_switchover_clause in interface PlSqlParserListenerctx - the parse treepublic void enterStart_standby_clause(PlSqlParser.Start_standby_clauseContext ctx)
PlSqlParser.start_standby_clause().
The default implementation does nothing.
enterStart_standby_clause in interface PlSqlParserListenerctx - the parse treepublic void exitStart_standby_clause(PlSqlParser.Start_standby_clauseContext ctx)
PlSqlParser.start_standby_clause().
The default implementation does nothing.
exitStart_standby_clause in interface PlSqlParserListenerctx - the parse treepublic void enterStop_standby_clause(PlSqlParser.Stop_standby_clauseContext ctx)
PlSqlParser.stop_standby_clause().
The default implementation does nothing.
enterStop_standby_clause in interface PlSqlParserListenerctx - the parse treepublic void exitStop_standby_clause(PlSqlParser.Stop_standby_clauseContext ctx)
PlSqlParser.stop_standby_clause().
The default implementation does nothing.
exitStop_standby_clause in interface PlSqlParserListenerctx - the parse treepublic void enterConvert_database_clause(PlSqlParser.Convert_database_clauseContext ctx)
PlSqlParser.convert_database_clause().
The default implementation does nothing.
enterConvert_database_clause in interface PlSqlParserListenerctx - the parse treepublic void exitConvert_database_clause(PlSqlParser.Convert_database_clauseContext ctx)
PlSqlParser.convert_database_clause().
The default implementation does nothing.
exitConvert_database_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDefault_settings_clause(PlSqlParser.Default_settings_clauseContext ctx)
PlSqlParser.default_settings_clause().
The default implementation does nothing.
enterDefault_settings_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDefault_settings_clause(PlSqlParser.Default_settings_clauseContext ctx)
PlSqlParser.default_settings_clause().
The default implementation does nothing.
exitDefault_settings_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSet_time_zone_clause(PlSqlParser.Set_time_zone_clauseContext ctx)
PlSqlParser.set_time_zone_clause().
The default implementation does nothing.
enterSet_time_zone_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSet_time_zone_clause(PlSqlParser.Set_time_zone_clauseContext ctx)
PlSqlParser.set_time_zone_clause().
The default implementation does nothing.
exitSet_time_zone_clause in interface PlSqlParserListenerctx - the parse treepublic void enterInstance_clauses(PlSqlParser.Instance_clausesContext ctx)
PlSqlParser.instance_clauses().
The default implementation does nothing.
enterInstance_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitInstance_clauses(PlSqlParser.Instance_clausesContext ctx)
PlSqlParser.instance_clauses().
The default implementation does nothing.
exitInstance_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterSecurity_clause(PlSqlParser.Security_clauseContext ctx)
PlSqlParser.security_clause().
The default implementation does nothing.
enterSecurity_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSecurity_clause(PlSqlParser.Security_clauseContext ctx)
PlSqlParser.security_clause().
The default implementation does nothing.
exitSecurity_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDomain(PlSqlParser.DomainContext ctx)
PlSqlParser.domain().
The default implementation does nothing.
enterDomain in interface PlSqlParserListenerctx - the parse treepublic void exitDomain(PlSqlParser.DomainContext ctx)
PlSqlParser.domain().
The default implementation does nothing.
exitDomain in interface PlSqlParserListenerctx - the parse treepublic void enterDatabase(PlSqlParser.DatabaseContext ctx)
PlSqlParser.database().
The default implementation does nothing.
enterDatabase in interface PlSqlParserListenerctx - the parse treepublic void exitDatabase(PlSqlParser.DatabaseContext ctx)
PlSqlParser.database().
The default implementation does nothing.
exitDatabase in interface PlSqlParserListenerctx - the parse treepublic void enterEdition_name(PlSqlParser.Edition_nameContext ctx)
PlSqlParser.edition_name().
The default implementation does nothing.
enterEdition_name in interface PlSqlParserListenerctx - the parse treepublic void exitEdition_name(PlSqlParser.Edition_nameContext ctx)
PlSqlParser.edition_name().
The default implementation does nothing.
exitEdition_name in interface PlSqlParserListenerctx - the parse treepublic void enterFilenumber(PlSqlParser.FilenumberContext ctx)
PlSqlParser.filenumber().
The default implementation does nothing.
enterFilenumber in interface PlSqlParserListenerctx - the parse treepublic void exitFilenumber(PlSqlParser.FilenumberContext ctx)
PlSqlParser.filenumber().
The default implementation does nothing.
exitFilenumber in interface PlSqlParserListenerctx - the parse treepublic void enterFilename(PlSqlParser.FilenameContext ctx)
PlSqlParser.filename().
The default implementation does nothing.
enterFilename in interface PlSqlParserListenerctx - the parse treepublic void exitFilename(PlSqlParser.FilenameContext ctx)
PlSqlParser.filename().
The default implementation does nothing.
exitFilename in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_table(PlSqlParser.Alter_tableContext ctx)
PlSqlParser.alter_table().
The default implementation does nothing.
enterAlter_table in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_table(PlSqlParser.Alter_tableContext ctx)
PlSqlParser.alter_table().
The default implementation does nothing.
exitAlter_table in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_table_properties(PlSqlParser.Alter_table_propertiesContext ctx)
PlSqlParser.alter_table_properties().
The default implementation does nothing.
enterAlter_table_properties in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_table_properties(PlSqlParser.Alter_table_propertiesContext ctx)
PlSqlParser.alter_table_properties().
The default implementation does nothing.
exitAlter_table_properties in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_table_properties_1(PlSqlParser.Alter_table_properties_1Context ctx)
PlSqlParser.alter_table_properties_1().
The default implementation does nothing.
enterAlter_table_properties_1 in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_table_properties_1(PlSqlParser.Alter_table_properties_1Context ctx)
PlSqlParser.alter_table_properties_1().
The default implementation does nothing.
exitAlter_table_properties_1 in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_iot_clauses(PlSqlParser.Alter_iot_clausesContext ctx)
PlSqlParser.alter_iot_clauses().
The default implementation does nothing.
enterAlter_iot_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_iot_clauses(PlSqlParser.Alter_iot_clausesContext ctx)
PlSqlParser.alter_iot_clauses().
The default implementation does nothing.
exitAlter_iot_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_mapping_table_clause(PlSqlParser.Alter_mapping_table_clauseContext ctx)
PlSqlParser.alter_mapping_table_clause().
The default implementation does nothing.
enterAlter_mapping_table_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_mapping_table_clause(PlSqlParser.Alter_mapping_table_clauseContext ctx)
PlSqlParser.alter_mapping_table_clause().
The default implementation does nothing.
exitAlter_mapping_table_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_overflow_clause(PlSqlParser.Alter_overflow_clauseContext ctx)
PlSqlParser.alter_overflow_clause().
The default implementation does nothing.
enterAlter_overflow_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_overflow_clause(PlSqlParser.Alter_overflow_clauseContext ctx)
PlSqlParser.alter_overflow_clause().
The default implementation does nothing.
exitAlter_overflow_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_overflow_clause(PlSqlParser.Add_overflow_clauseContext ctx)
PlSqlParser.add_overflow_clause().
The default implementation does nothing.
enterAdd_overflow_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_overflow_clause(PlSqlParser.Add_overflow_clauseContext ctx)
PlSqlParser.add_overflow_clause().
The default implementation does nothing.
exitAdd_overflow_clause in interface PlSqlParserListenerctx - the parse treepublic void enterEnable_disable_clause(PlSqlParser.Enable_disable_clauseContext ctx)
PlSqlParser.enable_disable_clause().
The default implementation does nothing.
enterEnable_disable_clause in interface PlSqlParserListenerctx - the parse treepublic void exitEnable_disable_clause(PlSqlParser.Enable_disable_clauseContext ctx)
PlSqlParser.enable_disable_clause().
The default implementation does nothing.
exitEnable_disable_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUsing_index_clause(PlSqlParser.Using_index_clauseContext ctx)
PlSqlParser.using_index_clause().
The default implementation does nothing.
enterUsing_index_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUsing_index_clause(PlSqlParser.Using_index_clauseContext ctx)
PlSqlParser.using_index_clause().
The default implementation does nothing.
exitUsing_index_clause in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_attributes(PlSqlParser.Index_attributesContext ctx)
PlSqlParser.index_attributes().
The default implementation does nothing.
enterIndex_attributes in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_attributes(PlSqlParser.Index_attributesContext ctx)
PlSqlParser.index_attributes().
The default implementation does nothing.
exitIndex_attributes in interface PlSqlParserListenerctx - the parse treepublic void enterSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)
PlSqlParser.sort_or_nosort().
The default implementation does nothing.
enterSort_or_nosort in interface PlSqlParserListenerctx - the parse treepublic void exitSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)
PlSqlParser.sort_or_nosort().
The default implementation does nothing.
exitSort_or_nosort in interface PlSqlParserListenerctx - the parse treepublic void enterExceptions_clause(PlSqlParser.Exceptions_clauseContext ctx)
PlSqlParser.exceptions_clause().
The default implementation does nothing.
enterExceptions_clause in interface PlSqlParserListenerctx - the parse treepublic void exitExceptions_clause(PlSqlParser.Exceptions_clauseContext ctx)
PlSqlParser.exceptions_clause().
The default implementation does nothing.
exitExceptions_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMove_table_clause(PlSqlParser.Move_table_clauseContext ctx)
PlSqlParser.move_table_clause().
The default implementation does nothing.
enterMove_table_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMove_table_clause(PlSqlParser.Move_table_clauseContext ctx)
PlSqlParser.move_table_clause().
The default implementation does nothing.
exitMove_table_clause in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_org_table_clause(PlSqlParser.Index_org_table_clauseContext ctx)
PlSqlParser.index_org_table_clause().
The default implementation does nothing.
enterIndex_org_table_clause in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_org_table_clause(PlSqlParser.Index_org_table_clauseContext ctx)
PlSqlParser.index_org_table_clause().
The default implementation does nothing.
exitIndex_org_table_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMapping_table_clause(PlSqlParser.Mapping_table_clauseContext ctx)
PlSqlParser.mapping_table_clause().
The default implementation does nothing.
enterMapping_table_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMapping_table_clause(PlSqlParser.Mapping_table_clauseContext ctx)
PlSqlParser.mapping_table_clause().
The default implementation does nothing.
exitMapping_table_clause in interface PlSqlParserListenerctx - the parse treepublic void enterKey_compression(PlSqlParser.Key_compressionContext ctx)
PlSqlParser.key_compression().
The default implementation does nothing.
enterKey_compression in interface PlSqlParserListenerctx - the parse treepublic void exitKey_compression(PlSqlParser.Key_compressionContext ctx)
PlSqlParser.key_compression().
The default implementation does nothing.
exitKey_compression in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_org_overflow_clause(PlSqlParser.Index_org_overflow_clauseContext ctx)
PlSqlParser.index_org_overflow_clause().
The default implementation does nothing.
enterIndex_org_overflow_clause in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_org_overflow_clause(PlSqlParser.Index_org_overflow_clauseContext ctx)
PlSqlParser.index_org_overflow_clause().
The default implementation does nothing.
exitIndex_org_overflow_clause in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_clauses(PlSqlParser.Column_clausesContext ctx)
PlSqlParser.column_clauses().
The default implementation does nothing.
enterColumn_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_clauses(PlSqlParser.Column_clausesContext ctx)
PlSqlParser.column_clauses().
The default implementation does nothing.
exitColumn_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterModify_collection_retrieval(PlSqlParser.Modify_collection_retrievalContext ctx)
PlSqlParser.modify_collection_retrieval().
The default implementation does nothing.
enterModify_collection_retrieval in interface PlSqlParserListenerctx - the parse treepublic void exitModify_collection_retrieval(PlSqlParser.Modify_collection_retrievalContext ctx)
PlSqlParser.modify_collection_retrieval().
The default implementation does nothing.
exitModify_collection_retrieval in interface PlSqlParserListenerctx - the parse treepublic void enterCollection_item(PlSqlParser.Collection_itemContext ctx)
PlSqlParser.collection_item().
The default implementation does nothing.
enterCollection_item in interface PlSqlParserListenerctx - the parse treepublic void exitCollection_item(PlSqlParser.Collection_itemContext ctx)
PlSqlParser.collection_item().
The default implementation does nothing.
exitCollection_item in interface PlSqlParserListenerctx - the parse treepublic void enterRename_column_clause(PlSqlParser.Rename_column_clauseContext ctx)
PlSqlParser.rename_column_clause().
The default implementation does nothing.
enterRename_column_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRename_column_clause(PlSqlParser.Rename_column_clauseContext ctx)
PlSqlParser.rename_column_clause().
The default implementation does nothing.
exitRename_column_clause in interface PlSqlParserListenerctx - the parse treepublic void enterOld_column_name(PlSqlParser.Old_column_nameContext ctx)
PlSqlParser.old_column_name().
The default implementation does nothing.
enterOld_column_name in interface PlSqlParserListenerctx - the parse treepublic void exitOld_column_name(PlSqlParser.Old_column_nameContext ctx)
PlSqlParser.old_column_name().
The default implementation does nothing.
exitOld_column_name in interface PlSqlParserListenerctx - the parse treepublic void enterNew_column_name(PlSqlParser.New_column_nameContext ctx)
PlSqlParser.new_column_name().
The default implementation does nothing.
enterNew_column_name in interface PlSqlParserListenerctx - the parse treepublic void exitNew_column_name(PlSqlParser.New_column_nameContext ctx)
PlSqlParser.new_column_name().
The default implementation does nothing.
exitNew_column_name in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_modify_drop_column_clauses(PlSqlParser.Add_modify_drop_column_clausesContext ctx)
PlSqlParser.add_modify_drop_column_clauses().
The default implementation does nothing.
enterAdd_modify_drop_column_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_modify_drop_column_clauses(PlSqlParser.Add_modify_drop_column_clausesContext ctx)
PlSqlParser.add_modify_drop_column_clauses().
The default implementation does nothing.
exitAdd_modify_drop_column_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_column_clause(PlSqlParser.Drop_column_clauseContext ctx)
PlSqlParser.drop_column_clause().
The default implementation does nothing.
enterDrop_column_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_column_clause(PlSqlParser.Drop_column_clauseContext ctx)
PlSqlParser.drop_column_clause().
The default implementation does nothing.
exitDrop_column_clause in interface PlSqlParserListenerctx - the parse treepublic void enterModify_column_clauses(PlSqlParser.Modify_column_clausesContext ctx)
PlSqlParser.modify_column_clauses().
The default implementation does nothing.
enterModify_column_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitModify_column_clauses(PlSqlParser.Modify_column_clausesContext ctx)
PlSqlParser.modify_column_clauses().
The default implementation does nothing.
exitModify_column_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterModify_col_properties(PlSqlParser.Modify_col_propertiesContext ctx)
PlSqlParser.modify_col_properties().
The default implementation does nothing.
enterModify_col_properties in interface PlSqlParserListenerctx - the parse treepublic void exitModify_col_properties(PlSqlParser.Modify_col_propertiesContext ctx)
PlSqlParser.modify_col_properties().
The default implementation does nothing.
exitModify_col_properties in interface PlSqlParserListenerctx - the parse treepublic void enterModify_col_substitutable(PlSqlParser.Modify_col_substitutableContext ctx)
PlSqlParser.modify_col_substitutable().
The default implementation does nothing.
enterModify_col_substitutable in interface PlSqlParserListenerctx - the parse treepublic void exitModify_col_substitutable(PlSqlParser.Modify_col_substitutableContext ctx)
PlSqlParser.modify_col_substitutable().
The default implementation does nothing.
exitModify_col_substitutable in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_column_clause(PlSqlParser.Add_column_clauseContext ctx)
PlSqlParser.add_column_clause().
The default implementation does nothing.
enterAdd_column_clause in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_column_clause(PlSqlParser.Add_column_clauseContext ctx)
PlSqlParser.add_column_clause().
The default implementation does nothing.
exitAdd_column_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAlter_varray_col_properties(PlSqlParser.Alter_varray_col_propertiesContext ctx)
PlSqlParser.alter_varray_col_properties().
The default implementation does nothing.
enterAlter_varray_col_properties in interface PlSqlParserListenerctx - the parse treepublic void exitAlter_varray_col_properties(PlSqlParser.Alter_varray_col_propertiesContext ctx)
PlSqlParser.alter_varray_col_properties().
The default implementation does nothing.
exitAlter_varray_col_properties in interface PlSqlParserListenerctx - the parse treepublic void enterVarray_col_properties(PlSqlParser.Varray_col_propertiesContext ctx)
PlSqlParser.varray_col_properties().
The default implementation does nothing.
enterVarray_col_properties in interface PlSqlParserListenerctx - the parse treepublic void exitVarray_col_properties(PlSqlParser.Varray_col_propertiesContext ctx)
PlSqlParser.varray_col_properties().
The default implementation does nothing.
exitVarray_col_properties in interface PlSqlParserListenerctx - the parse treepublic void enterVarray_storage_clause(PlSqlParser.Varray_storage_clauseContext ctx)
PlSqlParser.varray_storage_clause().
The default implementation does nothing.
enterVarray_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void exitVarray_storage_clause(PlSqlParser.Varray_storage_clauseContext ctx)
PlSqlParser.varray_storage_clause().
The default implementation does nothing.
exitVarray_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLob_segname(PlSqlParser.Lob_segnameContext ctx)
PlSqlParser.lob_segname().
The default implementation does nothing.
enterLob_segname in interface PlSqlParserListenerctx - the parse treepublic void exitLob_segname(PlSqlParser.Lob_segnameContext ctx)
PlSqlParser.lob_segname().
The default implementation does nothing.
exitLob_segname in interface PlSqlParserListenerctx - the parse treepublic void enterLob_item(PlSqlParser.Lob_itemContext ctx)
PlSqlParser.lob_item().
The default implementation does nothing.
enterLob_item in interface PlSqlParserListenerctx - the parse treepublic void exitLob_item(PlSqlParser.Lob_itemContext ctx)
PlSqlParser.lob_item().
The default implementation does nothing.
exitLob_item in interface PlSqlParserListenerctx - the parse treepublic void enterLob_storage_parameters(PlSqlParser.Lob_storage_parametersContext ctx)
PlSqlParser.lob_storage_parameters().
The default implementation does nothing.
enterLob_storage_parameters in interface PlSqlParserListenerctx - the parse treepublic void exitLob_storage_parameters(PlSqlParser.Lob_storage_parametersContext ctx)
PlSqlParser.lob_storage_parameters().
The default implementation does nothing.
exitLob_storage_parameters in interface PlSqlParserListenerctx - the parse treepublic void enterLob_storage_clause(PlSqlParser.Lob_storage_clauseContext ctx)
PlSqlParser.lob_storage_clause().
The default implementation does nothing.
enterLob_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void exitLob_storage_clause(PlSqlParser.Lob_storage_clauseContext ctx)
PlSqlParser.lob_storage_clause().
The default implementation does nothing.
exitLob_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void enterModify_lob_storage_clause(PlSqlParser.Modify_lob_storage_clauseContext ctx)
PlSqlParser.modify_lob_storage_clause().
The default implementation does nothing.
enterModify_lob_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void exitModify_lob_storage_clause(PlSqlParser.Modify_lob_storage_clauseContext ctx)
PlSqlParser.modify_lob_storage_clause().
The default implementation does nothing.
exitModify_lob_storage_clause in interface PlSqlParserListenerctx - the parse treepublic void enterModify_lob_parameters(PlSqlParser.Modify_lob_parametersContext ctx)
PlSqlParser.modify_lob_parameters().
The default implementation does nothing.
enterModify_lob_parameters in interface PlSqlParserListenerctx - the parse treepublic void exitModify_lob_parameters(PlSqlParser.Modify_lob_parametersContext ctx)
PlSqlParser.modify_lob_parameters().
The default implementation does nothing.
exitModify_lob_parameters in interface PlSqlParserListenerctx - the parse treepublic void enterLob_parameters(PlSqlParser.Lob_parametersContext ctx)
PlSqlParser.lob_parameters().
The default implementation does nothing.
enterLob_parameters in interface PlSqlParserListenerctx - the parse treepublic void exitLob_parameters(PlSqlParser.Lob_parametersContext ctx)
PlSqlParser.lob_parameters().
The default implementation does nothing.
exitLob_parameters in interface PlSqlParserListenerctx - the parse treepublic void enterLob_deduplicate_clause(PlSqlParser.Lob_deduplicate_clauseContext ctx)
PlSqlParser.lob_deduplicate_clause().
The default implementation does nothing.
enterLob_deduplicate_clause in interface PlSqlParserListenerctx - the parse treepublic void exitLob_deduplicate_clause(PlSqlParser.Lob_deduplicate_clauseContext ctx)
PlSqlParser.lob_deduplicate_clause().
The default implementation does nothing.
exitLob_deduplicate_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLob_compression_clause(PlSqlParser.Lob_compression_clauseContext ctx)
PlSqlParser.lob_compression_clause().
The default implementation does nothing.
enterLob_compression_clause in interface PlSqlParserListenerctx - the parse treepublic void exitLob_compression_clause(PlSqlParser.Lob_compression_clauseContext ctx)
PlSqlParser.lob_compression_clause().
The default implementation does nothing.
exitLob_compression_clause in interface PlSqlParserListenerctx - the parse treepublic void enterLob_retention_clause(PlSqlParser.Lob_retention_clauseContext ctx)
PlSqlParser.lob_retention_clause().
The default implementation does nothing.
enterLob_retention_clause in interface PlSqlParserListenerctx - the parse treepublic void exitLob_retention_clause(PlSqlParser.Lob_retention_clauseContext ctx)
PlSqlParser.lob_retention_clause().
The default implementation does nothing.
exitLob_retention_clause in interface PlSqlParserListenerctx - the parse treepublic void enterEncryption_spec(PlSqlParser.Encryption_specContext ctx)
PlSqlParser.encryption_spec().
The default implementation does nothing.
enterEncryption_spec in interface PlSqlParserListenerctx - the parse treepublic void exitEncryption_spec(PlSqlParser.Encryption_specContext ctx)
PlSqlParser.encryption_spec().
The default implementation does nothing.
exitEncryption_spec in interface PlSqlParserListenerctx - the parse treepublic void enterTablespace(PlSqlParser.TablespaceContext ctx)
PlSqlParser.tablespace().
The default implementation does nothing.
enterTablespace in interface PlSqlParserListenerctx - the parse treepublic void exitTablespace(PlSqlParser.TablespaceContext ctx)
PlSqlParser.tablespace().
The default implementation does nothing.
exitTablespace in interface PlSqlParserListenerctx - the parse treepublic void enterVarray_item(PlSqlParser.Varray_itemContext ctx)
PlSqlParser.varray_item().
The default implementation does nothing.
enterVarray_item in interface PlSqlParserListenerctx - the parse treepublic void exitVarray_item(PlSqlParser.Varray_itemContext ctx)
PlSqlParser.varray_item().
The default implementation does nothing.
exitVarray_item in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_properties(PlSqlParser.Column_propertiesContext ctx)
PlSqlParser.column_properties().
The default implementation does nothing.
enterColumn_properties in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_properties(PlSqlParser.Column_propertiesContext ctx)
PlSqlParser.column_properties().
The default implementation does nothing.
exitColumn_properties in interface PlSqlParserListenerctx - the parse treepublic void enterPeriod_definition(PlSqlParser.Period_definitionContext ctx)
PlSqlParser.period_definition().
The default implementation does nothing.
enterPeriod_definition in interface PlSqlParserListenerctx - the parse treepublic void exitPeriod_definition(PlSqlParser.Period_definitionContext ctx)
PlSqlParser.period_definition().
The default implementation does nothing.
exitPeriod_definition in interface PlSqlParserListenerctx - the parse treepublic void enterStart_time_column(PlSqlParser.Start_time_columnContext ctx)
PlSqlParser.start_time_column().
The default implementation does nothing.
enterStart_time_column in interface PlSqlParserListenerctx - the parse treepublic void exitStart_time_column(PlSqlParser.Start_time_columnContext ctx)
PlSqlParser.start_time_column().
The default implementation does nothing.
exitStart_time_column in interface PlSqlParserListenerctx - the parse treepublic void enterEnd_time_column(PlSqlParser.End_time_columnContext ctx)
PlSqlParser.end_time_column().
The default implementation does nothing.
enterEnd_time_column in interface PlSqlParserListenerctx - the parse treepublic void exitEnd_time_column(PlSqlParser.End_time_columnContext ctx)
PlSqlParser.end_time_column().
The default implementation does nothing.
exitEnd_time_column in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_definition(PlSqlParser.Column_definitionContext ctx)
PlSqlParser.column_definition().
The default implementation does nothing.
enterColumn_definition in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_definition(PlSqlParser.Column_definitionContext ctx)
PlSqlParser.column_definition().
The default implementation does nothing.
exitColumn_definition in interface PlSqlParserListenerctx - the parse treepublic void enterVirtual_column_definition(PlSqlParser.Virtual_column_definitionContext ctx)
PlSqlParser.virtual_column_definition().
The default implementation does nothing.
enterVirtual_column_definition in interface PlSqlParserListenerctx - the parse treepublic void exitVirtual_column_definition(PlSqlParser.Virtual_column_definitionContext ctx)
PlSqlParser.virtual_column_definition().
The default implementation does nothing.
exitVirtual_column_definition in interface PlSqlParserListenerctx - the parse treepublic void enterOut_of_line_part_storage(PlSqlParser.Out_of_line_part_storageContext ctx)
PlSqlParser.out_of_line_part_storage().
The default implementation does nothing.
enterOut_of_line_part_storage in interface PlSqlParserListenerctx - the parse treepublic void exitOut_of_line_part_storage(PlSqlParser.Out_of_line_part_storageContext ctx)
PlSqlParser.out_of_line_part_storage().
The default implementation does nothing.
exitOut_of_line_part_storage in interface PlSqlParserListenerctx - the parse treepublic void enterNested_table_col_properties(PlSqlParser.Nested_table_col_propertiesContext ctx)
PlSqlParser.nested_table_col_properties().
The default implementation does nothing.
enterNested_table_col_properties in interface PlSqlParserListenerctx - the parse treepublic void exitNested_table_col_properties(PlSqlParser.Nested_table_col_propertiesContext ctx)
PlSqlParser.nested_table_col_properties().
The default implementation does nothing.
exitNested_table_col_properties in interface PlSqlParserListenerctx - the parse treepublic void enterNested_item(PlSqlParser.Nested_itemContext ctx)
PlSqlParser.nested_item().
The default implementation does nothing.
enterNested_item in interface PlSqlParserListenerctx - the parse treepublic void exitNested_item(PlSqlParser.Nested_itemContext ctx)
PlSqlParser.nested_item().
The default implementation does nothing.
exitNested_item in interface PlSqlParserListenerctx - the parse treepublic void enterSubstitutable_column_clause(PlSqlParser.Substitutable_column_clauseContext ctx)
PlSqlParser.substitutable_column_clause().
The default implementation does nothing.
enterSubstitutable_column_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSubstitutable_column_clause(PlSqlParser.Substitutable_column_clauseContext ctx)
PlSqlParser.substitutable_column_clause().
The default implementation does nothing.
exitSubstitutable_column_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPartition_name(PlSqlParser.Partition_nameContext ctx)
PlSqlParser.partition_name().
The default implementation does nothing.
enterPartition_name in interface PlSqlParserListenerctx - the parse treepublic void exitPartition_name(PlSqlParser.Partition_nameContext ctx)
PlSqlParser.partition_name().
The default implementation does nothing.
exitPartition_name in interface PlSqlParserListenerctx - the parse treepublic void enterSupplemental_logging_props(PlSqlParser.Supplemental_logging_propsContext ctx)
PlSqlParser.supplemental_logging_props().
The default implementation does nothing.
enterSupplemental_logging_props in interface PlSqlParserListenerctx - the parse treepublic void exitSupplemental_logging_props(PlSqlParser.Supplemental_logging_propsContext ctx)
PlSqlParser.supplemental_logging_props().
The default implementation does nothing.
exitSupplemental_logging_props in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_or_attribute(PlSqlParser.Column_or_attributeContext ctx)
PlSqlParser.column_or_attribute().
The default implementation does nothing.
enterColumn_or_attribute in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_or_attribute(PlSqlParser.Column_or_attributeContext ctx)
PlSqlParser.column_or_attribute().
The default implementation does nothing.
exitColumn_or_attribute in interface PlSqlParserListenerctx - the parse treepublic void enterObject_type_col_properties(PlSqlParser.Object_type_col_propertiesContext ctx)
PlSqlParser.object_type_col_properties().
The default implementation does nothing.
enterObject_type_col_properties in interface PlSqlParserListenerctx - the parse treepublic void exitObject_type_col_properties(PlSqlParser.Object_type_col_propertiesContext ctx)
PlSqlParser.object_type_col_properties().
The default implementation does nothing.
exitObject_type_col_properties in interface PlSqlParserListenerctx - the parse treepublic void enterConstraint_clauses(PlSqlParser.Constraint_clausesContext ctx)
PlSqlParser.constraint_clauses().
The default implementation does nothing.
enterConstraint_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitConstraint_clauses(PlSqlParser.Constraint_clausesContext ctx)
PlSqlParser.constraint_clauses().
The default implementation does nothing.
exitConstraint_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterOld_constraint_name(PlSqlParser.Old_constraint_nameContext ctx)
PlSqlParser.old_constraint_name().
The default implementation does nothing.
enterOld_constraint_name in interface PlSqlParserListenerctx - the parse treepublic void exitOld_constraint_name(PlSqlParser.Old_constraint_nameContext ctx)
PlSqlParser.old_constraint_name().
The default implementation does nothing.
exitOld_constraint_name in interface PlSqlParserListenerctx - the parse treepublic void enterNew_constraint_name(PlSqlParser.New_constraint_nameContext ctx)
PlSqlParser.new_constraint_name().
The default implementation does nothing.
enterNew_constraint_name in interface PlSqlParserListenerctx - the parse treepublic void exitNew_constraint_name(PlSqlParser.New_constraint_nameContext ctx)
PlSqlParser.new_constraint_name().
The default implementation does nothing.
exitNew_constraint_name in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_constraint_clause(PlSqlParser.Drop_constraint_clauseContext ctx)
PlSqlParser.drop_constraint_clause().
The default implementation does nothing.
enterDrop_constraint_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_constraint_clause(PlSqlParser.Drop_constraint_clauseContext ctx)
PlSqlParser.drop_constraint_clause().
The default implementation does nothing.
exitDrop_constraint_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_primary_key_or_unique_or_generic_clause(PlSqlParser.Drop_primary_key_or_unique_or_generic_clauseContext ctx)
PlSqlParser.drop_primary_key_or_unique_or_generic_clause().
The default implementation does nothing.
enterDrop_primary_key_or_unique_or_generic_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_primary_key_or_unique_or_generic_clause(PlSqlParser.Drop_primary_key_or_unique_or_generic_clauseContext ctx)
PlSqlParser.drop_primary_key_or_unique_or_generic_clause().
The default implementation does nothing.
exitDrop_primary_key_or_unique_or_generic_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAdd_constraint(PlSqlParser.Add_constraintContext ctx)
PlSqlParser.add_constraint().
The default implementation does nothing.
enterAdd_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitAdd_constraint(PlSqlParser.Add_constraintContext ctx)
PlSqlParser.add_constraint().
The default implementation does nothing.
exitAdd_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterCheck_constraint(PlSqlParser.Check_constraintContext ctx)
PlSqlParser.check_constraint().
The default implementation does nothing.
enterCheck_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitCheck_constraint(PlSqlParser.Check_constraintContext ctx)
PlSqlParser.check_constraint().
The default implementation does nothing.
exitCheck_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterDrop_constraint(PlSqlParser.Drop_constraintContext ctx)
PlSqlParser.drop_constraint().
The default implementation does nothing.
enterDrop_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitDrop_constraint(PlSqlParser.Drop_constraintContext ctx)
PlSqlParser.drop_constraint().
The default implementation does nothing.
exitDrop_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterEnable_constraint(PlSqlParser.Enable_constraintContext ctx)
PlSqlParser.enable_constraint().
The default implementation does nothing.
enterEnable_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitEnable_constraint(PlSqlParser.Enable_constraintContext ctx)
PlSqlParser.enable_constraint().
The default implementation does nothing.
exitEnable_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterDisable_constraint(PlSqlParser.Disable_constraintContext ctx)
PlSqlParser.disable_constraint().
The default implementation does nothing.
enterDisable_constraint in interface PlSqlParserListenerctx - the parse treepublic void exitDisable_constraint(PlSqlParser.Disable_constraintContext ctx)
PlSqlParser.disable_constraint().
The default implementation does nothing.
exitDisable_constraint in interface PlSqlParserListenerctx - the parse treepublic void enterForeign_key_clause(PlSqlParser.Foreign_key_clauseContext ctx)
PlSqlParser.foreign_key_clause().
The default implementation does nothing.
enterForeign_key_clause in interface PlSqlParserListenerctx - the parse treepublic void exitForeign_key_clause(PlSqlParser.Foreign_key_clauseContext ctx)
PlSqlParser.foreign_key_clause().
The default implementation does nothing.
exitForeign_key_clause in interface PlSqlParserListenerctx - the parse treepublic void enterReferences_clause(PlSqlParser.References_clauseContext ctx)
PlSqlParser.references_clause().
The default implementation does nothing.
enterReferences_clause in interface PlSqlParserListenerctx - the parse treepublic void exitReferences_clause(PlSqlParser.References_clauseContext ctx)
PlSqlParser.references_clause().
The default implementation does nothing.
exitReferences_clause in interface PlSqlParserListenerctx - the parse treepublic void enterOn_delete_clause(PlSqlParser.On_delete_clauseContext ctx)
PlSqlParser.on_delete_clause().
The default implementation does nothing.
enterOn_delete_clause in interface PlSqlParserListenerctx - the parse treepublic void exitOn_delete_clause(PlSqlParser.On_delete_clauseContext ctx)
PlSqlParser.on_delete_clause().
The default implementation does nothing.
exitOn_delete_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUnique_key_clause(PlSqlParser.Unique_key_clauseContext ctx)
PlSqlParser.unique_key_clause().
The default implementation does nothing.
enterUnique_key_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUnique_key_clause(PlSqlParser.Unique_key_clauseContext ctx)
PlSqlParser.unique_key_clause().
The default implementation does nothing.
exitUnique_key_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPrimary_key_clause(PlSqlParser.Primary_key_clauseContext ctx)
PlSqlParser.primary_key_clause().
The default implementation does nothing.
enterPrimary_key_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPrimary_key_clause(PlSqlParser.Primary_key_clauseContext ctx)
PlSqlParser.primary_key_clause().
The default implementation does nothing.
exitPrimary_key_clause in interface PlSqlParserListenerctx - the parse treepublic void enterAnonymous_block(PlSqlParser.Anonymous_blockContext ctx)
PlSqlParser.anonymous_block().
The default implementation does nothing.
enterAnonymous_block in interface PlSqlParserListenerctx - the parse treepublic void exitAnonymous_block(PlSqlParser.Anonymous_blockContext ctx)
PlSqlParser.anonymous_block().
The default implementation does nothing.
exitAnonymous_block in interface PlSqlParserListenerctx - the parse treepublic void enterInvoker_rights_clause(PlSqlParser.Invoker_rights_clauseContext ctx)
PlSqlParser.invoker_rights_clause().
The default implementation does nothing.
enterInvoker_rights_clause in interface PlSqlParserListenerctx - the parse treepublic void exitInvoker_rights_clause(PlSqlParser.Invoker_rights_clauseContext ctx)
PlSqlParser.invoker_rights_clause().
The default implementation does nothing.
exitInvoker_rights_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCall_spec(PlSqlParser.Call_specContext ctx)
PlSqlParser.call_spec().
The default implementation does nothing.
enterCall_spec in interface PlSqlParserListenerctx - the parse treepublic void exitCall_spec(PlSqlParser.Call_specContext ctx)
PlSqlParser.call_spec().
The default implementation does nothing.
exitCall_spec in interface PlSqlParserListenerctx - the parse treepublic void enterJava_spec(PlSqlParser.Java_specContext ctx)
PlSqlParser.java_spec().
The default implementation does nothing.
enterJava_spec in interface PlSqlParserListenerctx - the parse treepublic void exitJava_spec(PlSqlParser.Java_specContext ctx)
PlSqlParser.java_spec().
The default implementation does nothing.
exitJava_spec in interface PlSqlParserListenerctx - the parse treepublic void enterC_spec(PlSqlParser.C_specContext ctx)
PlSqlParser.c_spec().
The default implementation does nothing.
enterC_spec in interface PlSqlParserListenerctx - the parse treepublic void exitC_spec(PlSqlParser.C_specContext ctx)
PlSqlParser.c_spec().
The default implementation does nothing.
exitC_spec in interface PlSqlParserListenerctx - the parse treepublic void enterC_agent_in_clause(PlSqlParser.C_agent_in_clauseContext ctx)
PlSqlParser.c_agent_in_clause().
The default implementation does nothing.
enterC_agent_in_clause in interface PlSqlParserListenerctx - the parse treepublic void exitC_agent_in_clause(PlSqlParser.C_agent_in_clauseContext ctx)
PlSqlParser.c_agent_in_clause().
The default implementation does nothing.
exitC_agent_in_clause in interface PlSqlParserListenerctx - the parse treepublic void enterC_parameters_clause(PlSqlParser.C_parameters_clauseContext ctx)
PlSqlParser.c_parameters_clause().
The default implementation does nothing.
enterC_parameters_clause in interface PlSqlParserListenerctx - the parse treepublic void exitC_parameters_clause(PlSqlParser.C_parameters_clauseContext ctx)
PlSqlParser.c_parameters_clause().
The default implementation does nothing.
exitC_parameters_clause in interface PlSqlParserListenerctx - the parse treepublic void enterParameter(PlSqlParser.ParameterContext ctx)
PlSqlParser.parameter().
The default implementation does nothing.
enterParameter in interface PlSqlParserListenerctx - the parse treepublic void exitParameter(PlSqlParser.ParameterContext ctx)
PlSqlParser.parameter().
The default implementation does nothing.
exitParameter in interface PlSqlParserListenerctx - the parse treepublic void enterDefault_value_part(PlSqlParser.Default_value_partContext ctx)
PlSqlParser.default_value_part().
The default implementation does nothing.
enterDefault_value_part in interface PlSqlParserListenerctx - the parse treepublic void exitDefault_value_part(PlSqlParser.Default_value_partContext ctx)
PlSqlParser.default_value_part().
The default implementation does nothing.
exitDefault_value_part in interface PlSqlParserListenerctx - the parse treepublic void enterSeq_of_declare_specs(PlSqlParser.Seq_of_declare_specsContext ctx)
PlSqlParser.seq_of_declare_specs().
The default implementation does nothing.
enterSeq_of_declare_specs in interface PlSqlParserListenerctx - the parse treepublic void exitSeq_of_declare_specs(PlSqlParser.Seq_of_declare_specsContext ctx)
PlSqlParser.seq_of_declare_specs().
The default implementation does nothing.
exitSeq_of_declare_specs in interface PlSqlParserListenerctx - the parse treepublic void enterDeclare_spec(PlSqlParser.Declare_specContext ctx)
PlSqlParser.declare_spec().
The default implementation does nothing.
enterDeclare_spec in interface PlSqlParserListenerctx - the parse treepublic void exitDeclare_spec(PlSqlParser.Declare_specContext ctx)
PlSqlParser.declare_spec().
The default implementation does nothing.
exitDeclare_spec in interface PlSqlParserListenerctx - the parse treepublic void enterVariable_declaration(PlSqlParser.Variable_declarationContext ctx)
PlSqlParser.variable_declaration().
The default implementation does nothing.
enterVariable_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitVariable_declaration(PlSqlParser.Variable_declarationContext ctx)
PlSqlParser.variable_declaration().
The default implementation does nothing.
exitVariable_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterSubtype_declaration(PlSqlParser.Subtype_declarationContext ctx)
PlSqlParser.subtype_declaration().
The default implementation does nothing.
enterSubtype_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitSubtype_declaration(PlSqlParser.Subtype_declarationContext ctx)
PlSqlParser.subtype_declaration().
The default implementation does nothing.
exitSubtype_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterCursor_declaration(PlSqlParser.Cursor_declarationContext ctx)
PlSqlParser.cursor_declaration().
The default implementation does nothing.
enterCursor_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitCursor_declaration(PlSqlParser.Cursor_declarationContext ctx)
PlSqlParser.cursor_declaration().
The default implementation does nothing.
exitCursor_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterParameter_spec(PlSqlParser.Parameter_specContext ctx)
PlSqlParser.parameter_spec().
The default implementation does nothing.
enterParameter_spec in interface PlSqlParserListenerctx - the parse treepublic void exitParameter_spec(PlSqlParser.Parameter_specContext ctx)
PlSqlParser.parameter_spec().
The default implementation does nothing.
exitParameter_spec in interface PlSqlParserListenerctx - the parse treepublic void enterException_declaration(PlSqlParser.Exception_declarationContext ctx)
PlSqlParser.exception_declaration().
The default implementation does nothing.
enterException_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitException_declaration(PlSqlParser.Exception_declarationContext ctx)
PlSqlParser.exception_declaration().
The default implementation does nothing.
exitException_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterPragma_declaration(PlSqlParser.Pragma_declarationContext ctx)
PlSqlParser.pragma_declaration().
The default implementation does nothing.
enterPragma_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitPragma_declaration(PlSqlParser.Pragma_declarationContext ctx)
PlSqlParser.pragma_declaration().
The default implementation does nothing.
exitPragma_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterRecord_type_def(PlSqlParser.Record_type_defContext ctx)
PlSqlParser.record_type_def().
The default implementation does nothing.
enterRecord_type_def in interface PlSqlParserListenerctx - the parse treepublic void exitRecord_type_def(PlSqlParser.Record_type_defContext ctx)
PlSqlParser.record_type_def().
The default implementation does nothing.
exitRecord_type_def in interface PlSqlParserListenerctx - the parse treepublic void enterField_spec(PlSqlParser.Field_specContext ctx)
PlSqlParser.field_spec().
The default implementation does nothing.
enterField_spec in interface PlSqlParserListenerctx - the parse treepublic void exitField_spec(PlSqlParser.Field_specContext ctx)
PlSqlParser.field_spec().
The default implementation does nothing.
exitField_spec in interface PlSqlParserListenerctx - the parse treepublic void enterRef_cursor_type_def(PlSqlParser.Ref_cursor_type_defContext ctx)
PlSqlParser.ref_cursor_type_def().
The default implementation does nothing.
enterRef_cursor_type_def in interface PlSqlParserListenerctx - the parse treepublic void exitRef_cursor_type_def(PlSqlParser.Ref_cursor_type_defContext ctx)
PlSqlParser.ref_cursor_type_def().
The default implementation does nothing.
exitRef_cursor_type_def in interface PlSqlParserListenerctx - the parse treepublic void enterType_declaration(PlSqlParser.Type_declarationContext ctx)
PlSqlParser.type_declaration().
The default implementation does nothing.
enterType_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitType_declaration(PlSqlParser.Type_declarationContext ctx)
PlSqlParser.type_declaration().
The default implementation does nothing.
exitType_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterTable_type_def(PlSqlParser.Table_type_defContext ctx)
PlSqlParser.table_type_def().
The default implementation does nothing.
enterTable_type_def in interface PlSqlParserListenerctx - the parse treepublic void exitTable_type_def(PlSqlParser.Table_type_defContext ctx)
PlSqlParser.table_type_def().
The default implementation does nothing.
exitTable_type_def in interface PlSqlParserListenerctx - the parse treepublic void enterTable_indexed_by_part(PlSqlParser.Table_indexed_by_partContext ctx)
PlSqlParser.table_indexed_by_part().
The default implementation does nothing.
enterTable_indexed_by_part in interface PlSqlParserListenerctx - the parse treepublic void exitTable_indexed_by_part(PlSqlParser.Table_indexed_by_partContext ctx)
PlSqlParser.table_indexed_by_part().
The default implementation does nothing.
exitTable_indexed_by_part in interface PlSqlParserListenerctx - the parse treepublic void enterVarray_type_def(PlSqlParser.Varray_type_defContext ctx)
PlSqlParser.varray_type_def().
The default implementation does nothing.
enterVarray_type_def in interface PlSqlParserListenerctx - the parse treepublic void exitVarray_type_def(PlSqlParser.Varray_type_defContext ctx)
PlSqlParser.varray_type_def().
The default implementation does nothing.
exitVarray_type_def in interface PlSqlParserListenerctx - the parse treepublic void enterSeq_of_statements(PlSqlParser.Seq_of_statementsContext ctx)
PlSqlParser.seq_of_statements().
The default implementation does nothing.
enterSeq_of_statements in interface PlSqlParserListenerctx - the parse treepublic void exitSeq_of_statements(PlSqlParser.Seq_of_statementsContext ctx)
PlSqlParser.seq_of_statements().
The default implementation does nothing.
exitSeq_of_statements in interface PlSqlParserListenerctx - the parse treepublic void enterLabel_declaration(PlSqlParser.Label_declarationContext ctx)
PlSqlParser.label_declaration().
The default implementation does nothing.
enterLabel_declaration in interface PlSqlParserListenerctx - the parse treepublic void exitLabel_declaration(PlSqlParser.Label_declarationContext ctx)
PlSqlParser.label_declaration().
The default implementation does nothing.
exitLabel_declaration in interface PlSqlParserListenerctx - the parse treepublic void enterStatement(PlSqlParser.StatementContext ctx)
PlSqlParser.statement().
The default implementation does nothing.
enterStatement in interface PlSqlParserListenerctx - the parse treepublic void exitStatement(PlSqlParser.StatementContext ctx)
PlSqlParser.statement().
The default implementation does nothing.
exitStatement in interface PlSqlParserListenerctx - the parse treepublic void enterSwallow_to_semi(PlSqlParser.Swallow_to_semiContext ctx)
PlSqlParser.swallow_to_semi().
The default implementation does nothing.
enterSwallow_to_semi in interface PlSqlParserListenerctx - the parse treepublic void exitSwallow_to_semi(PlSqlParser.Swallow_to_semiContext ctx)
PlSqlParser.swallow_to_semi().
The default implementation does nothing.
exitSwallow_to_semi in interface PlSqlParserListenerctx - the parse treepublic void enterAssignment_statement(PlSqlParser.Assignment_statementContext ctx)
PlSqlParser.assignment_statement().
The default implementation does nothing.
enterAssignment_statement in interface PlSqlParserListenerctx - the parse treepublic void exitAssignment_statement(PlSqlParser.Assignment_statementContext ctx)
PlSqlParser.assignment_statement().
The default implementation does nothing.
exitAssignment_statement in interface PlSqlParserListenerctx - the parse treepublic void enterContinue_statement(PlSqlParser.Continue_statementContext ctx)
PlSqlParser.continue_statement().
The default implementation does nothing.
enterContinue_statement in interface PlSqlParserListenerctx - the parse treepublic void exitContinue_statement(PlSqlParser.Continue_statementContext ctx)
PlSqlParser.continue_statement().
The default implementation does nothing.
exitContinue_statement in interface PlSqlParserListenerctx - the parse treepublic void enterExit_statement(PlSqlParser.Exit_statementContext ctx)
PlSqlParser.exit_statement().
The default implementation does nothing.
enterExit_statement in interface PlSqlParserListenerctx - the parse treepublic void exitExit_statement(PlSqlParser.Exit_statementContext ctx)
PlSqlParser.exit_statement().
The default implementation does nothing.
exitExit_statement in interface PlSqlParserListenerctx - the parse treepublic void enterGoto_statement(PlSqlParser.Goto_statementContext ctx)
PlSqlParser.goto_statement().
The default implementation does nothing.
enterGoto_statement in interface PlSqlParserListenerctx - the parse treepublic void exitGoto_statement(PlSqlParser.Goto_statementContext ctx)
PlSqlParser.goto_statement().
The default implementation does nothing.
exitGoto_statement in interface PlSqlParserListenerctx - the parse treepublic void enterIf_statement(PlSqlParser.If_statementContext ctx)
PlSqlParser.if_statement().
The default implementation does nothing.
enterIf_statement in interface PlSqlParserListenerctx - the parse treepublic void exitIf_statement(PlSqlParser.If_statementContext ctx)
PlSqlParser.if_statement().
The default implementation does nothing.
exitIf_statement in interface PlSqlParserListenerctx - the parse treepublic void enterElsif_part(PlSqlParser.Elsif_partContext ctx)
PlSqlParser.elsif_part().
The default implementation does nothing.
enterElsif_part in interface PlSqlParserListenerctx - the parse treepublic void exitElsif_part(PlSqlParser.Elsif_partContext ctx)
PlSqlParser.elsif_part().
The default implementation does nothing.
exitElsif_part in interface PlSqlParserListenerctx - the parse treepublic void enterElse_part(PlSqlParser.Else_partContext ctx)
PlSqlParser.else_part().
The default implementation does nothing.
enterElse_part in interface PlSqlParserListenerctx - the parse treepublic void exitElse_part(PlSqlParser.Else_partContext ctx)
PlSqlParser.else_part().
The default implementation does nothing.
exitElse_part in interface PlSqlParserListenerctx - the parse treepublic void enterLoop_statement(PlSqlParser.Loop_statementContext ctx)
PlSqlParser.loop_statement().
The default implementation does nothing.
enterLoop_statement in interface PlSqlParserListenerctx - the parse treepublic void exitLoop_statement(PlSqlParser.Loop_statementContext ctx)
PlSqlParser.loop_statement().
The default implementation does nothing.
exitLoop_statement in interface PlSqlParserListenerctx - the parse treepublic void enterCursor_loop_param(PlSqlParser.Cursor_loop_paramContext ctx)
PlSqlParser.cursor_loop_param().
The default implementation does nothing.
enterCursor_loop_param in interface PlSqlParserListenerctx - the parse treepublic void exitCursor_loop_param(PlSqlParser.Cursor_loop_paramContext ctx)
PlSqlParser.cursor_loop_param().
The default implementation does nothing.
exitCursor_loop_param in interface PlSqlParserListenerctx - the parse treepublic void enterForall_statement(PlSqlParser.Forall_statementContext ctx)
PlSqlParser.forall_statement().
The default implementation does nothing.
enterForall_statement in interface PlSqlParserListenerctx - the parse treepublic void exitForall_statement(PlSqlParser.Forall_statementContext ctx)
PlSqlParser.forall_statement().
The default implementation does nothing.
exitForall_statement in interface PlSqlParserListenerctx - the parse treepublic void enterBounds_clause(PlSqlParser.Bounds_clauseContext ctx)
PlSqlParser.bounds_clause().
The default implementation does nothing.
enterBounds_clause in interface PlSqlParserListenerctx - the parse treepublic void exitBounds_clause(PlSqlParser.Bounds_clauseContext ctx)
PlSqlParser.bounds_clause().
The default implementation does nothing.
exitBounds_clause in interface PlSqlParserListenerctx - the parse treepublic void enterBetween_bound(PlSqlParser.Between_boundContext ctx)
PlSqlParser.between_bound().
The default implementation does nothing.
enterBetween_bound in interface PlSqlParserListenerctx - the parse treepublic void exitBetween_bound(PlSqlParser.Between_boundContext ctx)
PlSqlParser.between_bound().
The default implementation does nothing.
exitBetween_bound in interface PlSqlParserListenerctx - the parse treepublic void enterLower_bound(PlSqlParser.Lower_boundContext ctx)
PlSqlParser.lower_bound().
The default implementation does nothing.
enterLower_bound in interface PlSqlParserListenerctx - the parse treepublic void exitLower_bound(PlSqlParser.Lower_boundContext ctx)
PlSqlParser.lower_bound().
The default implementation does nothing.
exitLower_bound in interface PlSqlParserListenerctx - the parse treepublic void enterUpper_bound(PlSqlParser.Upper_boundContext ctx)
PlSqlParser.upper_bound().
The default implementation does nothing.
enterUpper_bound in interface PlSqlParserListenerctx - the parse treepublic void exitUpper_bound(PlSqlParser.Upper_boundContext ctx)
PlSqlParser.upper_bound().
The default implementation does nothing.
exitUpper_bound in interface PlSqlParserListenerctx - the parse treepublic void enterNull_statement(PlSqlParser.Null_statementContext ctx)
PlSqlParser.null_statement().
The default implementation does nothing.
enterNull_statement in interface PlSqlParserListenerctx - the parse treepublic void exitNull_statement(PlSqlParser.Null_statementContext ctx)
PlSqlParser.null_statement().
The default implementation does nothing.
exitNull_statement in interface PlSqlParserListenerctx - the parse treepublic void enterRaise_statement(PlSqlParser.Raise_statementContext ctx)
PlSqlParser.raise_statement().
The default implementation does nothing.
enterRaise_statement in interface PlSqlParserListenerctx - the parse treepublic void exitRaise_statement(PlSqlParser.Raise_statementContext ctx)
PlSqlParser.raise_statement().
The default implementation does nothing.
exitRaise_statement in interface PlSqlParserListenerctx - the parse treepublic void enterReturn_statement(PlSqlParser.Return_statementContext ctx)
PlSqlParser.return_statement().
The default implementation does nothing.
enterReturn_statement in interface PlSqlParserListenerctx - the parse treepublic void exitReturn_statement(PlSqlParser.Return_statementContext ctx)
PlSqlParser.return_statement().
The default implementation does nothing.
exitReturn_statement in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_call(PlSqlParser.Function_callContext ctx)
PlSqlParser.function_call().
The default implementation does nothing.
enterFunction_call in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_call(PlSqlParser.Function_callContext ctx)
PlSqlParser.function_call().
The default implementation does nothing.
exitFunction_call in interface PlSqlParserListenerctx - the parse treepublic void enterPipe_row_statement(PlSqlParser.Pipe_row_statementContext ctx)
PlSqlParser.pipe_row_statement().
The default implementation does nothing.
enterPipe_row_statement in interface PlSqlParserListenerctx - the parse treepublic void exitPipe_row_statement(PlSqlParser.Pipe_row_statementContext ctx)
PlSqlParser.pipe_row_statement().
The default implementation does nothing.
exitPipe_row_statement in interface PlSqlParserListenerctx - the parse treepublic void enterBody(PlSqlParser.BodyContext ctx)
PlSqlParser.body().
The default implementation does nothing.
enterBody in interface PlSqlParserListenerctx - the parse treepublic void exitBody(PlSqlParser.BodyContext ctx)
PlSqlParser.body().
The default implementation does nothing.
exitBody in interface PlSqlParserListenerctx - the parse treepublic void enterException_handler(PlSqlParser.Exception_handlerContext ctx)
PlSqlParser.exception_handler().
The default implementation does nothing.
enterException_handler in interface PlSqlParserListenerctx - the parse treepublic void exitException_handler(PlSqlParser.Exception_handlerContext ctx)
PlSqlParser.exception_handler().
The default implementation does nothing.
exitException_handler in interface PlSqlParserListenerctx - the parse treepublic void enterTrigger_block(PlSqlParser.Trigger_blockContext ctx)
PlSqlParser.trigger_block().
The default implementation does nothing.
enterTrigger_block in interface PlSqlParserListenerctx - the parse treepublic void exitTrigger_block(PlSqlParser.Trigger_blockContext ctx)
PlSqlParser.trigger_block().
The default implementation does nothing.
exitTrigger_block in interface PlSqlParserListenerctx - the parse treepublic void enterBlock(PlSqlParser.BlockContext ctx)
PlSqlParser.block().
The default implementation does nothing.
enterBlock in interface PlSqlParserListenerctx - the parse treepublic void exitBlock(PlSqlParser.BlockContext ctx)
PlSqlParser.block().
The default implementation does nothing.
exitBlock in interface PlSqlParserListenerctx - the parse treepublic void enterSql_statement(PlSqlParser.Sql_statementContext ctx)
PlSqlParser.sql_statement().
The default implementation does nothing.
enterSql_statement in interface PlSqlParserListenerctx - the parse treepublic void exitSql_statement(PlSqlParser.Sql_statementContext ctx)
PlSqlParser.sql_statement().
The default implementation does nothing.
exitSql_statement in interface PlSqlParserListenerctx - the parse treepublic void enterExecute_immediate(PlSqlParser.Execute_immediateContext ctx)
PlSqlParser.execute_immediate().
The default implementation does nothing.
enterExecute_immediate in interface PlSqlParserListenerctx - the parse treepublic void exitExecute_immediate(PlSqlParser.Execute_immediateContext ctx)
PlSqlParser.execute_immediate().
The default implementation does nothing.
exitExecute_immediate in interface PlSqlParserListenerctx - the parse treepublic void enterDynamic_returning_clause(PlSqlParser.Dynamic_returning_clauseContext ctx)
PlSqlParser.dynamic_returning_clause().
The default implementation does nothing.
enterDynamic_returning_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDynamic_returning_clause(PlSqlParser.Dynamic_returning_clauseContext ctx)
PlSqlParser.dynamic_returning_clause().
The default implementation does nothing.
exitDynamic_returning_clause in interface PlSqlParserListenerctx - the parse treepublic void enterData_manipulation_language_statements(PlSqlParser.Data_manipulation_language_statementsContext ctx)
PlSqlParser.data_manipulation_language_statements().
The default implementation does nothing.
enterData_manipulation_language_statements in interface PlSqlParserListenerctx - the parse treepublic void exitData_manipulation_language_statements(PlSqlParser.Data_manipulation_language_statementsContext ctx)
PlSqlParser.data_manipulation_language_statements().
The default implementation does nothing.
exitData_manipulation_language_statements in interface PlSqlParserListenerctx - the parse treepublic void enterCursor_manipulation_statements(PlSqlParser.Cursor_manipulation_statementsContext ctx)
PlSqlParser.cursor_manipulation_statements().
The default implementation does nothing.
enterCursor_manipulation_statements in interface PlSqlParserListenerctx - the parse treepublic void exitCursor_manipulation_statements(PlSqlParser.Cursor_manipulation_statementsContext ctx)
PlSqlParser.cursor_manipulation_statements().
The default implementation does nothing.
exitCursor_manipulation_statements in interface PlSqlParserListenerctx - the parse treepublic void enterClose_statement(PlSqlParser.Close_statementContext ctx)
PlSqlParser.close_statement().
The default implementation does nothing.
enterClose_statement in interface PlSqlParserListenerctx - the parse treepublic void exitClose_statement(PlSqlParser.Close_statementContext ctx)
PlSqlParser.close_statement().
The default implementation does nothing.
exitClose_statement in interface PlSqlParserListenerctx - the parse treepublic void enterOpen_statement(PlSqlParser.Open_statementContext ctx)
PlSqlParser.open_statement().
The default implementation does nothing.
enterOpen_statement in interface PlSqlParserListenerctx - the parse treepublic void exitOpen_statement(PlSqlParser.Open_statementContext ctx)
PlSqlParser.open_statement().
The default implementation does nothing.
exitOpen_statement in interface PlSqlParserListenerctx - the parse treepublic void enterFetch_statement(PlSqlParser.Fetch_statementContext ctx)
PlSqlParser.fetch_statement().
The default implementation does nothing.
enterFetch_statement in interface PlSqlParserListenerctx - the parse treepublic void exitFetch_statement(PlSqlParser.Fetch_statementContext ctx)
PlSqlParser.fetch_statement().
The default implementation does nothing.
exitFetch_statement in interface PlSqlParserListenerctx - the parse treepublic void enterOpen_for_statement(PlSqlParser.Open_for_statementContext ctx)
PlSqlParser.open_for_statement().
The default implementation does nothing.
enterOpen_for_statement in interface PlSqlParserListenerctx - the parse treepublic void exitOpen_for_statement(PlSqlParser.Open_for_statementContext ctx)
PlSqlParser.open_for_statement().
The default implementation does nothing.
exitOpen_for_statement in interface PlSqlParserListenerctx - the parse treepublic void enterTransaction_control_statements(PlSqlParser.Transaction_control_statementsContext ctx)
PlSqlParser.transaction_control_statements().
The default implementation does nothing.
enterTransaction_control_statements in interface PlSqlParserListenerctx - the parse treepublic void exitTransaction_control_statements(PlSqlParser.Transaction_control_statementsContext ctx)
PlSqlParser.transaction_control_statements().
The default implementation does nothing.
exitTransaction_control_statements in interface PlSqlParserListenerctx - the parse treepublic void enterSet_transaction_command(PlSqlParser.Set_transaction_commandContext ctx)
PlSqlParser.set_transaction_command().
The default implementation does nothing.
enterSet_transaction_command in interface PlSqlParserListenerctx - the parse treepublic void exitSet_transaction_command(PlSqlParser.Set_transaction_commandContext ctx)
PlSqlParser.set_transaction_command().
The default implementation does nothing.
exitSet_transaction_command in interface PlSqlParserListenerctx - the parse treepublic void enterSet_constraint_command(PlSqlParser.Set_constraint_commandContext ctx)
PlSqlParser.set_constraint_command().
The default implementation does nothing.
enterSet_constraint_command in interface PlSqlParserListenerctx - the parse treepublic void exitSet_constraint_command(PlSqlParser.Set_constraint_commandContext ctx)
PlSqlParser.set_constraint_command().
The default implementation does nothing.
exitSet_constraint_command in interface PlSqlParserListenerctx - the parse treepublic void enterCommit_statement(PlSqlParser.Commit_statementContext ctx)
PlSqlParser.commit_statement().
The default implementation does nothing.
enterCommit_statement in interface PlSqlParserListenerctx - the parse treepublic void exitCommit_statement(PlSqlParser.Commit_statementContext ctx)
PlSqlParser.commit_statement().
The default implementation does nothing.
exitCommit_statement in interface PlSqlParserListenerctx - the parse treepublic void enterWrite_clause(PlSqlParser.Write_clauseContext ctx)
PlSqlParser.write_clause().
The default implementation does nothing.
enterWrite_clause in interface PlSqlParserListenerctx - the parse treepublic void exitWrite_clause(PlSqlParser.Write_clauseContext ctx)
PlSqlParser.write_clause().
The default implementation does nothing.
exitWrite_clause in interface PlSqlParserListenerctx - the parse treepublic void enterRollback_statement(PlSqlParser.Rollback_statementContext ctx)
PlSqlParser.rollback_statement().
The default implementation does nothing.
enterRollback_statement in interface PlSqlParserListenerctx - the parse treepublic void exitRollback_statement(PlSqlParser.Rollback_statementContext ctx)
PlSqlParser.rollback_statement().
The default implementation does nothing.
exitRollback_statement in interface PlSqlParserListenerctx - the parse treepublic void enterSavepoint_statement(PlSqlParser.Savepoint_statementContext ctx)
PlSqlParser.savepoint_statement().
The default implementation does nothing.
enterSavepoint_statement in interface PlSqlParserListenerctx - the parse treepublic void exitSavepoint_statement(PlSqlParser.Savepoint_statementContext ctx)
PlSqlParser.savepoint_statement().
The default implementation does nothing.
exitSavepoint_statement in interface PlSqlParserListenerctx - the parse treepublic void enterExplain_statement(PlSqlParser.Explain_statementContext ctx)
PlSqlParser.explain_statement().
The default implementation does nothing.
enterExplain_statement in interface PlSqlParserListenerctx - the parse treepublic void exitExplain_statement(PlSqlParser.Explain_statementContext ctx)
PlSqlParser.explain_statement().
The default implementation does nothing.
exitExplain_statement in interface PlSqlParserListenerctx - the parse treepublic void enterSelect_statement(PlSqlParser.Select_statementContext ctx)
PlSqlParser.select_statement().
The default implementation does nothing.
enterSelect_statement in interface PlSqlParserListenerctx - the parse treepublic void exitSelect_statement(PlSqlParser.Select_statementContext ctx)
PlSqlParser.select_statement().
The default implementation does nothing.
exitSelect_statement in interface PlSqlParserListenerctx - the parse treepublic void enterSubquery_factoring_clause(PlSqlParser.Subquery_factoring_clauseContext ctx)
PlSqlParser.subquery_factoring_clause().
The default implementation does nothing.
enterSubquery_factoring_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSubquery_factoring_clause(PlSqlParser.Subquery_factoring_clauseContext ctx)
PlSqlParser.subquery_factoring_clause().
The default implementation does nothing.
exitSubquery_factoring_clause in interface PlSqlParserListenerctx - the parse treepublic void enterFactoring_element(PlSqlParser.Factoring_elementContext ctx)
PlSqlParser.factoring_element().
The default implementation does nothing.
enterFactoring_element in interface PlSqlParserListenerctx - the parse treepublic void exitFactoring_element(PlSqlParser.Factoring_elementContext ctx)
PlSqlParser.factoring_element().
The default implementation does nothing.
exitFactoring_element in interface PlSqlParserListenerctx - the parse treepublic void enterSearch_clause(PlSqlParser.Search_clauseContext ctx)
PlSqlParser.search_clause().
The default implementation does nothing.
enterSearch_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSearch_clause(PlSqlParser.Search_clauseContext ctx)
PlSqlParser.search_clause().
The default implementation does nothing.
exitSearch_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCycle_clause(PlSqlParser.Cycle_clauseContext ctx)
PlSqlParser.cycle_clause().
The default implementation does nothing.
enterCycle_clause in interface PlSqlParserListenerctx - the parse treepublic void exitCycle_clause(PlSqlParser.Cycle_clauseContext ctx)
PlSqlParser.cycle_clause().
The default implementation does nothing.
exitCycle_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSubquery(PlSqlParser.SubqueryContext ctx)
PlSqlParser.subquery().
The default implementation does nothing.
enterSubquery in interface PlSqlParserListenerctx - the parse treepublic void exitSubquery(PlSqlParser.SubqueryContext ctx)
PlSqlParser.subquery().
The default implementation does nothing.
exitSubquery in interface PlSqlParserListenerctx - the parse treepublic void enterSubquery_basic_elements(PlSqlParser.Subquery_basic_elementsContext ctx)
PlSqlParser.subquery_basic_elements().
The default implementation does nothing.
enterSubquery_basic_elements in interface PlSqlParserListenerctx - the parse treepublic void exitSubquery_basic_elements(PlSqlParser.Subquery_basic_elementsContext ctx)
PlSqlParser.subquery_basic_elements().
The default implementation does nothing.
exitSubquery_basic_elements in interface PlSqlParserListenerctx - the parse treepublic void enterSubquery_operation_part(PlSqlParser.Subquery_operation_partContext ctx)
PlSqlParser.subquery_operation_part().
The default implementation does nothing.
enterSubquery_operation_part in interface PlSqlParserListenerctx - the parse treepublic void exitSubquery_operation_part(PlSqlParser.Subquery_operation_partContext ctx)
PlSqlParser.subquery_operation_part().
The default implementation does nothing.
exitSubquery_operation_part in interface PlSqlParserListenerctx - the parse treepublic void enterQuery_block(PlSqlParser.Query_blockContext ctx)
PlSqlParser.query_block().
The default implementation does nothing.
enterQuery_block in interface PlSqlParserListenerctx - the parse treepublic void exitQuery_block(PlSqlParser.Query_blockContext ctx)
PlSqlParser.query_block().
The default implementation does nothing.
exitQuery_block in interface PlSqlParserListenerctx - the parse treepublic void enterSelected_element(PlSqlParser.Selected_elementContext ctx)
PlSqlParser.selected_element().
The default implementation does nothing.
enterSelected_element in interface PlSqlParserListenerctx - the parse treepublic void exitSelected_element(PlSqlParser.Selected_elementContext ctx)
PlSqlParser.selected_element().
The default implementation does nothing.
exitSelected_element in interface PlSqlParserListenerctx - the parse treepublic void enterFrom_clause(PlSqlParser.From_clauseContext ctx)
PlSqlParser.from_clause().
The default implementation does nothing.
enterFrom_clause in interface PlSqlParserListenerctx - the parse treepublic void exitFrom_clause(PlSqlParser.From_clauseContext ctx)
PlSqlParser.from_clause().
The default implementation does nothing.
exitFrom_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSelect_list_elements(PlSqlParser.Select_list_elementsContext ctx)
PlSqlParser.select_list_elements().
The default implementation does nothing.
enterSelect_list_elements in interface PlSqlParserListenerctx - the parse treepublic void exitSelect_list_elements(PlSqlParser.Select_list_elementsContext ctx)
PlSqlParser.select_list_elements().
The default implementation does nothing.
exitSelect_list_elements in interface PlSqlParserListenerctx - the parse treepublic void enterTable_ref_list(PlSqlParser.Table_ref_listContext ctx)
PlSqlParser.table_ref_list().
The default implementation does nothing.
enterTable_ref_list in interface PlSqlParserListenerctx - the parse treepublic void exitTable_ref_list(PlSqlParser.Table_ref_listContext ctx)
PlSqlParser.table_ref_list().
The default implementation does nothing.
exitTable_ref_list in interface PlSqlParserListenerctx - the parse treepublic void enterTable_ref(PlSqlParser.Table_refContext ctx)
PlSqlParser.table_ref().
The default implementation does nothing.
enterTable_ref in interface PlSqlParserListenerctx - the parse treepublic void exitTable_ref(PlSqlParser.Table_refContext ctx)
PlSqlParser.table_ref().
The default implementation does nothing.
exitTable_ref in interface PlSqlParserListenerctx - the parse treepublic void enterTable_ref_aux(PlSqlParser.Table_ref_auxContext ctx)
PlSqlParser.table_ref_aux().
The default implementation does nothing.
enterTable_ref_aux in interface PlSqlParserListenerctx - the parse treepublic void exitTable_ref_aux(PlSqlParser.Table_ref_auxContext ctx)
PlSqlParser.table_ref_aux().
The default implementation does nothing.
exitTable_ref_aux in interface PlSqlParserListenerctx - the parse treepublic void enterTable_ref_aux_internal_one(PlSqlParser.Table_ref_aux_internal_oneContext ctx)
table_ref_aux_internal_one
labeled alternative in PlSqlParser.table_ref_aux_internal().
The default implementation does nothing.
enterTable_ref_aux_internal_one in interface PlSqlParserListenerctx - the parse treepublic void exitTable_ref_aux_internal_one(PlSqlParser.Table_ref_aux_internal_oneContext ctx)
table_ref_aux_internal_one
labeled alternative in PlSqlParser.table_ref_aux_internal().
The default implementation does nothing.
exitTable_ref_aux_internal_one in interface PlSqlParserListenerctx - the parse treepublic void enterTable_ref_aux_internal_two(PlSqlParser.Table_ref_aux_internal_twoContext ctx)
table_ref_aux_internal_two
labeled alternative in PlSqlParser.table_ref_aux_internal().
The default implementation does nothing.
enterTable_ref_aux_internal_two in interface PlSqlParserListenerctx - the parse treepublic void exitTable_ref_aux_internal_two(PlSqlParser.Table_ref_aux_internal_twoContext ctx)
table_ref_aux_internal_two
labeled alternative in PlSqlParser.table_ref_aux_internal().
The default implementation does nothing.
exitTable_ref_aux_internal_two in interface PlSqlParserListenerctx - the parse treepublic void enterTable_ref_aux_internal_three(PlSqlParser.Table_ref_aux_internal_threeContext ctx)
table_ref_aux_internal_three
labeled alternative in PlSqlParser.table_ref_aux_internal().
The default implementation does nothing.
enterTable_ref_aux_internal_three in interface PlSqlParserListenerctx - the parse treepublic void exitTable_ref_aux_internal_three(PlSqlParser.Table_ref_aux_internal_threeContext ctx)
table_ref_aux_internal_three
labeled alternative in PlSqlParser.table_ref_aux_internal().
The default implementation does nothing.
exitTable_ref_aux_internal_three in interface PlSqlParserListenerctx - the parse treepublic void enterJoin_clause(PlSqlParser.Join_clauseContext ctx)
PlSqlParser.join_clause().
The default implementation does nothing.
enterJoin_clause in interface PlSqlParserListenerctx - the parse treepublic void exitJoin_clause(PlSqlParser.Join_clauseContext ctx)
PlSqlParser.join_clause().
The default implementation does nothing.
exitJoin_clause in interface PlSqlParserListenerctx - the parse treepublic void enterJoin_on_part(PlSqlParser.Join_on_partContext ctx)
PlSqlParser.join_on_part().
The default implementation does nothing.
enterJoin_on_part in interface PlSqlParserListenerctx - the parse treepublic void exitJoin_on_part(PlSqlParser.Join_on_partContext ctx)
PlSqlParser.join_on_part().
The default implementation does nothing.
exitJoin_on_part in interface PlSqlParserListenerctx - the parse treepublic void enterJoin_using_part(PlSqlParser.Join_using_partContext ctx)
PlSqlParser.join_using_part().
The default implementation does nothing.
enterJoin_using_part in interface PlSqlParserListenerctx - the parse treepublic void exitJoin_using_part(PlSqlParser.Join_using_partContext ctx)
PlSqlParser.join_using_part().
The default implementation does nothing.
exitJoin_using_part in interface PlSqlParserListenerctx - the parse treepublic void enterOuter_join_type(PlSqlParser.Outer_join_typeContext ctx)
PlSqlParser.outer_join_type().
The default implementation does nothing.
enterOuter_join_type in interface PlSqlParserListenerctx - the parse treepublic void exitOuter_join_type(PlSqlParser.Outer_join_typeContext ctx)
PlSqlParser.outer_join_type().
The default implementation does nothing.
exitOuter_join_type in interface PlSqlParserListenerctx - the parse treepublic void enterQuery_partition_clause(PlSqlParser.Query_partition_clauseContext ctx)
PlSqlParser.query_partition_clause().
The default implementation does nothing.
enterQuery_partition_clause in interface PlSqlParserListenerctx - the parse treepublic void exitQuery_partition_clause(PlSqlParser.Query_partition_clauseContext ctx)
PlSqlParser.query_partition_clause().
The default implementation does nothing.
exitQuery_partition_clause in interface PlSqlParserListenerctx - the parse treepublic void enterFlashback_query_clause(PlSqlParser.Flashback_query_clauseContext ctx)
PlSqlParser.flashback_query_clause().
The default implementation does nothing.
enterFlashback_query_clause in interface PlSqlParserListenerctx - the parse treepublic void exitFlashback_query_clause(PlSqlParser.Flashback_query_clauseContext ctx)
PlSqlParser.flashback_query_clause().
The default implementation does nothing.
exitFlashback_query_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPivot_clause(PlSqlParser.Pivot_clauseContext ctx)
PlSqlParser.pivot_clause().
The default implementation does nothing.
enterPivot_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPivot_clause(PlSqlParser.Pivot_clauseContext ctx)
PlSqlParser.pivot_clause().
The default implementation does nothing.
exitPivot_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPivot_element(PlSqlParser.Pivot_elementContext ctx)
PlSqlParser.pivot_element().
The default implementation does nothing.
enterPivot_element in interface PlSqlParserListenerctx - the parse treepublic void exitPivot_element(PlSqlParser.Pivot_elementContext ctx)
PlSqlParser.pivot_element().
The default implementation does nothing.
exitPivot_element in interface PlSqlParserListenerctx - the parse treepublic void enterPivot_for_clause(PlSqlParser.Pivot_for_clauseContext ctx)
PlSqlParser.pivot_for_clause().
The default implementation does nothing.
enterPivot_for_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPivot_for_clause(PlSqlParser.Pivot_for_clauseContext ctx)
PlSqlParser.pivot_for_clause().
The default implementation does nothing.
exitPivot_for_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPivot_in_clause(PlSqlParser.Pivot_in_clauseContext ctx)
PlSqlParser.pivot_in_clause().
The default implementation does nothing.
enterPivot_in_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPivot_in_clause(PlSqlParser.Pivot_in_clauseContext ctx)
PlSqlParser.pivot_in_clause().
The default implementation does nothing.
exitPivot_in_clause in interface PlSqlParserListenerctx - the parse treepublic void enterPivot_in_clause_element(PlSqlParser.Pivot_in_clause_elementContext ctx)
PlSqlParser.pivot_in_clause_element().
The default implementation does nothing.
enterPivot_in_clause_element in interface PlSqlParserListenerctx - the parse treepublic void exitPivot_in_clause_element(PlSqlParser.Pivot_in_clause_elementContext ctx)
PlSqlParser.pivot_in_clause_element().
The default implementation does nothing.
exitPivot_in_clause_element in interface PlSqlParserListenerctx - the parse treepublic void enterPivot_in_clause_elements(PlSqlParser.Pivot_in_clause_elementsContext ctx)
PlSqlParser.pivot_in_clause_elements().
The default implementation does nothing.
enterPivot_in_clause_elements in interface PlSqlParserListenerctx - the parse treepublic void exitPivot_in_clause_elements(PlSqlParser.Pivot_in_clause_elementsContext ctx)
PlSqlParser.pivot_in_clause_elements().
The default implementation does nothing.
exitPivot_in_clause_elements in interface PlSqlParserListenerctx - the parse treepublic void enterUnpivot_clause(PlSqlParser.Unpivot_clauseContext ctx)
PlSqlParser.unpivot_clause().
The default implementation does nothing.
enterUnpivot_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUnpivot_clause(PlSqlParser.Unpivot_clauseContext ctx)
PlSqlParser.unpivot_clause().
The default implementation does nothing.
exitUnpivot_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUnpivot_in_clause(PlSqlParser.Unpivot_in_clauseContext ctx)
PlSqlParser.unpivot_in_clause().
The default implementation does nothing.
enterUnpivot_in_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUnpivot_in_clause(PlSqlParser.Unpivot_in_clauseContext ctx)
PlSqlParser.unpivot_in_clause().
The default implementation does nothing.
exitUnpivot_in_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUnpivot_in_elements(PlSqlParser.Unpivot_in_elementsContext ctx)
PlSqlParser.unpivot_in_elements().
The default implementation does nothing.
enterUnpivot_in_elements in interface PlSqlParserListenerctx - the parse treepublic void exitUnpivot_in_elements(PlSqlParser.Unpivot_in_elementsContext ctx)
PlSqlParser.unpivot_in_elements().
The default implementation does nothing.
exitUnpivot_in_elements in interface PlSqlParserListenerctx - the parse treepublic void enterHierarchical_query_clause(PlSqlParser.Hierarchical_query_clauseContext ctx)
PlSqlParser.hierarchical_query_clause().
The default implementation does nothing.
enterHierarchical_query_clause in interface PlSqlParserListenerctx - the parse treepublic void exitHierarchical_query_clause(PlSqlParser.Hierarchical_query_clauseContext ctx)
PlSqlParser.hierarchical_query_clause().
The default implementation does nothing.
exitHierarchical_query_clause in interface PlSqlParserListenerctx - the parse treepublic void enterStart_part(PlSqlParser.Start_partContext ctx)
PlSqlParser.start_part().
The default implementation does nothing.
enterStart_part in interface PlSqlParserListenerctx - the parse treepublic void exitStart_part(PlSqlParser.Start_partContext ctx)
PlSqlParser.start_part().
The default implementation does nothing.
exitStart_part in interface PlSqlParserListenerctx - the parse treepublic void enterGroup_by_clause(PlSqlParser.Group_by_clauseContext ctx)
PlSqlParser.group_by_clause().
The default implementation does nothing.
enterGroup_by_clause in interface PlSqlParserListenerctx - the parse treepublic void exitGroup_by_clause(PlSqlParser.Group_by_clauseContext ctx)
PlSqlParser.group_by_clause().
The default implementation does nothing.
exitGroup_by_clause in interface PlSqlParserListenerctx - the parse treepublic void enterGroup_by_elements(PlSqlParser.Group_by_elementsContext ctx)
PlSqlParser.group_by_elements().
The default implementation does nothing.
enterGroup_by_elements in interface PlSqlParserListenerctx - the parse treepublic void exitGroup_by_elements(PlSqlParser.Group_by_elementsContext ctx)
PlSqlParser.group_by_elements().
The default implementation does nothing.
exitGroup_by_elements in interface PlSqlParserListenerctx - the parse treepublic void enterRollup_cube_clause(PlSqlParser.Rollup_cube_clauseContext ctx)
PlSqlParser.rollup_cube_clause().
The default implementation does nothing.
enterRollup_cube_clause in interface PlSqlParserListenerctx - the parse treepublic void exitRollup_cube_clause(PlSqlParser.Rollup_cube_clauseContext ctx)
PlSqlParser.rollup_cube_clause().
The default implementation does nothing.
exitRollup_cube_clause in interface PlSqlParserListenerctx - the parse treepublic void enterGrouping_sets_clause(PlSqlParser.Grouping_sets_clauseContext ctx)
PlSqlParser.grouping_sets_clause().
The default implementation does nothing.
enterGrouping_sets_clause in interface PlSqlParserListenerctx - the parse treepublic void exitGrouping_sets_clause(PlSqlParser.Grouping_sets_clauseContext ctx)
PlSqlParser.grouping_sets_clause().
The default implementation does nothing.
exitGrouping_sets_clause in interface PlSqlParserListenerctx - the parse treepublic void enterGrouping_sets_elements(PlSqlParser.Grouping_sets_elementsContext ctx)
PlSqlParser.grouping_sets_elements().
The default implementation does nothing.
enterGrouping_sets_elements in interface PlSqlParserListenerctx - the parse treepublic void exitGrouping_sets_elements(PlSqlParser.Grouping_sets_elementsContext ctx)
PlSqlParser.grouping_sets_elements().
The default implementation does nothing.
exitGrouping_sets_elements in interface PlSqlParserListenerctx - the parse treepublic void enterHaving_clause(PlSqlParser.Having_clauseContext ctx)
PlSqlParser.having_clause().
The default implementation does nothing.
enterHaving_clause in interface PlSqlParserListenerctx - the parse treepublic void exitHaving_clause(PlSqlParser.Having_clauseContext ctx)
PlSqlParser.having_clause().
The default implementation does nothing.
exitHaving_clause in interface PlSqlParserListenerctx - the parse treepublic void enterModel_clause(PlSqlParser.Model_clauseContext ctx)
PlSqlParser.model_clause().
The default implementation does nothing.
enterModel_clause in interface PlSqlParserListenerctx - the parse treepublic void exitModel_clause(PlSqlParser.Model_clauseContext ctx)
PlSqlParser.model_clause().
The default implementation does nothing.
exitModel_clause in interface PlSqlParserListenerctx - the parse treepublic void enterCell_reference_options(PlSqlParser.Cell_reference_optionsContext ctx)
PlSqlParser.cell_reference_options().
The default implementation does nothing.
enterCell_reference_options in interface PlSqlParserListenerctx - the parse treepublic void exitCell_reference_options(PlSqlParser.Cell_reference_optionsContext ctx)
PlSqlParser.cell_reference_options().
The default implementation does nothing.
exitCell_reference_options in interface PlSqlParserListenerctx - the parse treepublic void enterReturn_rows_clause(PlSqlParser.Return_rows_clauseContext ctx)
PlSqlParser.return_rows_clause().
The default implementation does nothing.
enterReturn_rows_clause in interface PlSqlParserListenerctx - the parse treepublic void exitReturn_rows_clause(PlSqlParser.Return_rows_clauseContext ctx)
PlSqlParser.return_rows_clause().
The default implementation does nothing.
exitReturn_rows_clause in interface PlSqlParserListenerctx - the parse treepublic void enterReference_model(PlSqlParser.Reference_modelContext ctx)
PlSqlParser.reference_model().
The default implementation does nothing.
enterReference_model in interface PlSqlParserListenerctx - the parse treepublic void exitReference_model(PlSqlParser.Reference_modelContext ctx)
PlSqlParser.reference_model().
The default implementation does nothing.
exitReference_model in interface PlSqlParserListenerctx - the parse treepublic void enterMain_model(PlSqlParser.Main_modelContext ctx)
PlSqlParser.main_model().
The default implementation does nothing.
enterMain_model in interface PlSqlParserListenerctx - the parse treepublic void exitMain_model(PlSqlParser.Main_modelContext ctx)
PlSqlParser.main_model().
The default implementation does nothing.
exitMain_model in interface PlSqlParserListenerctx - the parse treepublic void enterModel_column_clauses(PlSqlParser.Model_column_clausesContext ctx)
PlSqlParser.model_column_clauses().
The default implementation does nothing.
enterModel_column_clauses in interface PlSqlParserListenerctx - the parse treepublic void exitModel_column_clauses(PlSqlParser.Model_column_clausesContext ctx)
PlSqlParser.model_column_clauses().
The default implementation does nothing.
exitModel_column_clauses in interface PlSqlParserListenerctx - the parse treepublic void enterModel_column_partition_part(PlSqlParser.Model_column_partition_partContext ctx)
PlSqlParser.model_column_partition_part().
The default implementation does nothing.
enterModel_column_partition_part in interface PlSqlParserListenerctx - the parse treepublic void exitModel_column_partition_part(PlSqlParser.Model_column_partition_partContext ctx)
PlSqlParser.model_column_partition_part().
The default implementation does nothing.
exitModel_column_partition_part in interface PlSqlParserListenerctx - the parse treepublic void enterModel_column_list(PlSqlParser.Model_column_listContext ctx)
PlSqlParser.model_column_list().
The default implementation does nothing.
enterModel_column_list in interface PlSqlParserListenerctx - the parse treepublic void exitModel_column_list(PlSqlParser.Model_column_listContext ctx)
PlSqlParser.model_column_list().
The default implementation does nothing.
exitModel_column_list in interface PlSqlParserListenerctx - the parse treepublic void enterModel_column(PlSqlParser.Model_columnContext ctx)
PlSqlParser.model_column().
The default implementation does nothing.
enterModel_column in interface PlSqlParserListenerctx - the parse treepublic void exitModel_column(PlSqlParser.Model_columnContext ctx)
PlSqlParser.model_column().
The default implementation does nothing.
exitModel_column in interface PlSqlParserListenerctx - the parse treepublic void enterModel_rules_clause(PlSqlParser.Model_rules_clauseContext ctx)
PlSqlParser.model_rules_clause().
The default implementation does nothing.
enterModel_rules_clause in interface PlSqlParserListenerctx - the parse treepublic void exitModel_rules_clause(PlSqlParser.Model_rules_clauseContext ctx)
PlSqlParser.model_rules_clause().
The default implementation does nothing.
exitModel_rules_clause in interface PlSqlParserListenerctx - the parse treepublic void enterModel_rules_part(PlSqlParser.Model_rules_partContext ctx)
PlSqlParser.model_rules_part().
The default implementation does nothing.
enterModel_rules_part in interface PlSqlParserListenerctx - the parse treepublic void exitModel_rules_part(PlSqlParser.Model_rules_partContext ctx)
PlSqlParser.model_rules_part().
The default implementation does nothing.
exitModel_rules_part in interface PlSqlParserListenerctx - the parse treepublic void enterModel_rules_element(PlSqlParser.Model_rules_elementContext ctx)
PlSqlParser.model_rules_element().
The default implementation does nothing.
enterModel_rules_element in interface PlSqlParserListenerctx - the parse treepublic void exitModel_rules_element(PlSqlParser.Model_rules_elementContext ctx)
PlSqlParser.model_rules_element().
The default implementation does nothing.
exitModel_rules_element in interface PlSqlParserListenerctx - the parse treepublic void enterCell_assignment(PlSqlParser.Cell_assignmentContext ctx)
PlSqlParser.cell_assignment().
The default implementation does nothing.
enterCell_assignment in interface PlSqlParserListenerctx - the parse treepublic void exitCell_assignment(PlSqlParser.Cell_assignmentContext ctx)
PlSqlParser.cell_assignment().
The default implementation does nothing.
exitCell_assignment in interface PlSqlParserListenerctx - the parse treepublic void enterModel_iterate_clause(PlSqlParser.Model_iterate_clauseContext ctx)
PlSqlParser.model_iterate_clause().
The default implementation does nothing.
enterModel_iterate_clause in interface PlSqlParserListenerctx - the parse treepublic void exitModel_iterate_clause(PlSqlParser.Model_iterate_clauseContext ctx)
PlSqlParser.model_iterate_clause().
The default implementation does nothing.
exitModel_iterate_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUntil_part(PlSqlParser.Until_partContext ctx)
PlSqlParser.until_part().
The default implementation does nothing.
enterUntil_part in interface PlSqlParserListenerctx - the parse treepublic void exitUntil_part(PlSqlParser.Until_partContext ctx)
PlSqlParser.until_part().
The default implementation does nothing.
exitUntil_part in interface PlSqlParserListenerctx - the parse treepublic void enterOrder_by_clause(PlSqlParser.Order_by_clauseContext ctx)
PlSqlParser.order_by_clause().
The default implementation does nothing.
enterOrder_by_clause in interface PlSqlParserListenerctx - the parse treepublic void exitOrder_by_clause(PlSqlParser.Order_by_clauseContext ctx)
PlSqlParser.order_by_clause().
The default implementation does nothing.
exitOrder_by_clause in interface PlSqlParserListenerctx - the parse treepublic void enterOrder_by_elements(PlSqlParser.Order_by_elementsContext ctx)
PlSqlParser.order_by_elements().
The default implementation does nothing.
enterOrder_by_elements in interface PlSqlParserListenerctx - the parse treepublic void exitOrder_by_elements(PlSqlParser.Order_by_elementsContext ctx)
PlSqlParser.order_by_elements().
The default implementation does nothing.
exitOrder_by_elements in interface PlSqlParserListenerctx - the parse treepublic void enterOffset_clause(PlSqlParser.Offset_clauseContext ctx)
PlSqlParser.offset_clause().
The default implementation does nothing.
enterOffset_clause in interface PlSqlParserListenerctx - the parse treepublic void exitOffset_clause(PlSqlParser.Offset_clauseContext ctx)
PlSqlParser.offset_clause().
The default implementation does nothing.
exitOffset_clause in interface PlSqlParserListenerctx - the parse treepublic void enterFetch_clause(PlSqlParser.Fetch_clauseContext ctx)
PlSqlParser.fetch_clause().
The default implementation does nothing.
enterFetch_clause in interface PlSqlParserListenerctx - the parse treepublic void exitFetch_clause(PlSqlParser.Fetch_clauseContext ctx)
PlSqlParser.fetch_clause().
The default implementation does nothing.
exitFetch_clause in interface PlSqlParserListenerctx - the parse treepublic void enterFor_update_clause(PlSqlParser.For_update_clauseContext ctx)
PlSqlParser.for_update_clause().
The default implementation does nothing.
enterFor_update_clause in interface PlSqlParserListenerctx - the parse treepublic void exitFor_update_clause(PlSqlParser.For_update_clauseContext ctx)
PlSqlParser.for_update_clause().
The default implementation does nothing.
exitFor_update_clause in interface PlSqlParserListenerctx - the parse treepublic void enterFor_update_of_part(PlSqlParser.For_update_of_partContext ctx)
PlSqlParser.for_update_of_part().
The default implementation does nothing.
enterFor_update_of_part in interface PlSqlParserListenerctx - the parse treepublic void exitFor_update_of_part(PlSqlParser.For_update_of_partContext ctx)
PlSqlParser.for_update_of_part().
The default implementation does nothing.
exitFor_update_of_part in interface PlSqlParserListenerctx - the parse treepublic void enterFor_update_options(PlSqlParser.For_update_optionsContext ctx)
PlSqlParser.for_update_options().
The default implementation does nothing.
enterFor_update_options in interface PlSqlParserListenerctx - the parse treepublic void exitFor_update_options(PlSqlParser.For_update_optionsContext ctx)
PlSqlParser.for_update_options().
The default implementation does nothing.
exitFor_update_options in interface PlSqlParserListenerctx - the parse treepublic void enterUpdate_statement(PlSqlParser.Update_statementContext ctx)
PlSqlParser.update_statement().
The default implementation does nothing.
enterUpdate_statement in interface PlSqlParserListenerctx - the parse treepublic void exitUpdate_statement(PlSqlParser.Update_statementContext ctx)
PlSqlParser.update_statement().
The default implementation does nothing.
exitUpdate_statement in interface PlSqlParserListenerctx - the parse treepublic void enterUpdate_set_clause(PlSqlParser.Update_set_clauseContext ctx)
PlSqlParser.update_set_clause().
The default implementation does nothing.
enterUpdate_set_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUpdate_set_clause(PlSqlParser.Update_set_clauseContext ctx)
PlSqlParser.update_set_clause().
The default implementation does nothing.
exitUpdate_set_clause in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_based_update_set_clause(PlSqlParser.Column_based_update_set_clauseContext ctx)
PlSqlParser.column_based_update_set_clause().
The default implementation does nothing.
enterColumn_based_update_set_clause in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_based_update_set_clause(PlSqlParser.Column_based_update_set_clauseContext ctx)
PlSqlParser.column_based_update_set_clause().
The default implementation does nothing.
exitColumn_based_update_set_clause in interface PlSqlParserListenerctx - the parse treepublic void enterDelete_statement(PlSqlParser.Delete_statementContext ctx)
PlSqlParser.delete_statement().
The default implementation does nothing.
enterDelete_statement in interface PlSqlParserListenerctx - the parse treepublic void exitDelete_statement(PlSqlParser.Delete_statementContext ctx)
PlSqlParser.delete_statement().
The default implementation does nothing.
exitDelete_statement in interface PlSqlParserListenerctx - the parse treepublic void enterInsert_statement(PlSqlParser.Insert_statementContext ctx)
PlSqlParser.insert_statement().
The default implementation does nothing.
enterInsert_statement in interface PlSqlParserListenerctx - the parse treepublic void exitInsert_statement(PlSqlParser.Insert_statementContext ctx)
PlSqlParser.insert_statement().
The default implementation does nothing.
exitInsert_statement in interface PlSqlParserListenerctx - the parse treepublic void enterSingle_table_insert(PlSqlParser.Single_table_insertContext ctx)
PlSqlParser.single_table_insert().
The default implementation does nothing.
enterSingle_table_insert in interface PlSqlParserListenerctx - the parse treepublic void exitSingle_table_insert(PlSqlParser.Single_table_insertContext ctx)
PlSqlParser.single_table_insert().
The default implementation does nothing.
exitSingle_table_insert in interface PlSqlParserListenerctx - the parse treepublic void enterMulti_table_insert(PlSqlParser.Multi_table_insertContext ctx)
PlSqlParser.multi_table_insert().
The default implementation does nothing.
enterMulti_table_insert in interface PlSqlParserListenerctx - the parse treepublic void exitMulti_table_insert(PlSqlParser.Multi_table_insertContext ctx)
PlSqlParser.multi_table_insert().
The default implementation does nothing.
exitMulti_table_insert in interface PlSqlParserListenerctx - the parse treepublic void enterMulti_table_element(PlSqlParser.Multi_table_elementContext ctx)
PlSqlParser.multi_table_element().
The default implementation does nothing.
enterMulti_table_element in interface PlSqlParserListenerctx - the parse treepublic void exitMulti_table_element(PlSqlParser.Multi_table_elementContext ctx)
PlSqlParser.multi_table_element().
The default implementation does nothing.
exitMulti_table_element in interface PlSqlParserListenerctx - the parse treepublic void enterConditional_insert_clause(PlSqlParser.Conditional_insert_clauseContext ctx)
PlSqlParser.conditional_insert_clause().
The default implementation does nothing.
enterConditional_insert_clause in interface PlSqlParserListenerctx - the parse treepublic void exitConditional_insert_clause(PlSqlParser.Conditional_insert_clauseContext ctx)
PlSqlParser.conditional_insert_clause().
The default implementation does nothing.
exitConditional_insert_clause in interface PlSqlParserListenerctx - the parse treepublic void enterConditional_insert_when_part(PlSqlParser.Conditional_insert_when_partContext ctx)
PlSqlParser.conditional_insert_when_part().
The default implementation does nothing.
enterConditional_insert_when_part in interface PlSqlParserListenerctx - the parse treepublic void exitConditional_insert_when_part(PlSqlParser.Conditional_insert_when_partContext ctx)
PlSqlParser.conditional_insert_when_part().
The default implementation does nothing.
exitConditional_insert_when_part in interface PlSqlParserListenerctx - the parse treepublic void enterConditional_insert_else_part(PlSqlParser.Conditional_insert_else_partContext ctx)
PlSqlParser.conditional_insert_else_part().
The default implementation does nothing.
enterConditional_insert_else_part in interface PlSqlParserListenerctx - the parse treepublic void exitConditional_insert_else_part(PlSqlParser.Conditional_insert_else_partContext ctx)
PlSqlParser.conditional_insert_else_part().
The default implementation does nothing.
exitConditional_insert_else_part in interface PlSqlParserListenerctx - the parse treepublic void enterInsert_into_clause(PlSqlParser.Insert_into_clauseContext ctx)
PlSqlParser.insert_into_clause().
The default implementation does nothing.
enterInsert_into_clause in interface PlSqlParserListenerctx - the parse treepublic void exitInsert_into_clause(PlSqlParser.Insert_into_clauseContext ctx)
PlSqlParser.insert_into_clause().
The default implementation does nothing.
exitInsert_into_clause in interface PlSqlParserListenerctx - the parse treepublic void enterValues_clause(PlSqlParser.Values_clauseContext ctx)
PlSqlParser.values_clause().
The default implementation does nothing.
enterValues_clause in interface PlSqlParserListenerctx - the parse treepublic void exitValues_clause(PlSqlParser.Values_clauseContext ctx)
PlSqlParser.values_clause().
The default implementation does nothing.
exitValues_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMerge_statement(PlSqlParser.Merge_statementContext ctx)
PlSqlParser.merge_statement().
The default implementation does nothing.
enterMerge_statement in interface PlSqlParserListenerctx - the parse treepublic void exitMerge_statement(PlSqlParser.Merge_statementContext ctx)
PlSqlParser.merge_statement().
The default implementation does nothing.
exitMerge_statement in interface PlSqlParserListenerctx - the parse treepublic void enterMerge_update_clause(PlSqlParser.Merge_update_clauseContext ctx)
PlSqlParser.merge_update_clause().
The default implementation does nothing.
enterMerge_update_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMerge_update_clause(PlSqlParser.Merge_update_clauseContext ctx)
PlSqlParser.merge_update_clause().
The default implementation does nothing.
exitMerge_update_clause in interface PlSqlParserListenerctx - the parse treepublic void enterMerge_element(PlSqlParser.Merge_elementContext ctx)
PlSqlParser.merge_element().
The default implementation does nothing.
enterMerge_element in interface PlSqlParserListenerctx - the parse treepublic void exitMerge_element(PlSqlParser.Merge_elementContext ctx)
PlSqlParser.merge_element().
The default implementation does nothing.
exitMerge_element in interface PlSqlParserListenerctx - the parse treepublic void enterMerge_update_delete_part(PlSqlParser.Merge_update_delete_partContext ctx)
PlSqlParser.merge_update_delete_part().
The default implementation does nothing.
enterMerge_update_delete_part in interface PlSqlParserListenerctx - the parse treepublic void exitMerge_update_delete_part(PlSqlParser.Merge_update_delete_partContext ctx)
PlSqlParser.merge_update_delete_part().
The default implementation does nothing.
exitMerge_update_delete_part in interface PlSqlParserListenerctx - the parse treepublic void enterMerge_insert_clause(PlSqlParser.Merge_insert_clauseContext ctx)
PlSqlParser.merge_insert_clause().
The default implementation does nothing.
enterMerge_insert_clause in interface PlSqlParserListenerctx - the parse treepublic void exitMerge_insert_clause(PlSqlParser.Merge_insert_clauseContext ctx)
PlSqlParser.merge_insert_clause().
The default implementation does nothing.
exitMerge_insert_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSelected_tableview(PlSqlParser.Selected_tableviewContext ctx)
PlSqlParser.selected_tableview().
The default implementation does nothing.
enterSelected_tableview in interface PlSqlParserListenerctx - the parse treepublic void exitSelected_tableview(PlSqlParser.Selected_tableviewContext ctx)
PlSqlParser.selected_tableview().
The default implementation does nothing.
exitSelected_tableview in interface PlSqlParserListenerctx - the parse treepublic void enterLock_table_statement(PlSqlParser.Lock_table_statementContext ctx)
PlSqlParser.lock_table_statement().
The default implementation does nothing.
enterLock_table_statement in interface PlSqlParserListenerctx - the parse treepublic void exitLock_table_statement(PlSqlParser.Lock_table_statementContext ctx)
PlSqlParser.lock_table_statement().
The default implementation does nothing.
exitLock_table_statement in interface PlSqlParserListenerctx - the parse treepublic void enterWait_nowait_part(PlSqlParser.Wait_nowait_partContext ctx)
PlSqlParser.wait_nowait_part().
The default implementation does nothing.
enterWait_nowait_part in interface PlSqlParserListenerctx - the parse treepublic void exitWait_nowait_part(PlSqlParser.Wait_nowait_partContext ctx)
PlSqlParser.wait_nowait_part().
The default implementation does nothing.
exitWait_nowait_part in interface PlSqlParserListenerctx - the parse treepublic void enterLock_table_element(PlSqlParser.Lock_table_elementContext ctx)
PlSqlParser.lock_table_element().
The default implementation does nothing.
enterLock_table_element in interface PlSqlParserListenerctx - the parse treepublic void exitLock_table_element(PlSqlParser.Lock_table_elementContext ctx)
PlSqlParser.lock_table_element().
The default implementation does nothing.
exitLock_table_element in interface PlSqlParserListenerctx - the parse treepublic void enterLock_mode(PlSqlParser.Lock_modeContext ctx)
PlSqlParser.lock_mode().
The default implementation does nothing.
enterLock_mode in interface PlSqlParserListenerctx - the parse treepublic void exitLock_mode(PlSqlParser.Lock_modeContext ctx)
PlSqlParser.lock_mode().
The default implementation does nothing.
exitLock_mode in interface PlSqlParserListenerctx - the parse treepublic void enterGeneral_table_ref(PlSqlParser.General_table_refContext ctx)
PlSqlParser.general_table_ref().
The default implementation does nothing.
enterGeneral_table_ref in interface PlSqlParserListenerctx - the parse treepublic void exitGeneral_table_ref(PlSqlParser.General_table_refContext ctx)
PlSqlParser.general_table_ref().
The default implementation does nothing.
exitGeneral_table_ref in interface PlSqlParserListenerctx - the parse treepublic void enterStatic_returning_clause(PlSqlParser.Static_returning_clauseContext ctx)
PlSqlParser.static_returning_clause().
The default implementation does nothing.
enterStatic_returning_clause in interface PlSqlParserListenerctx - the parse treepublic void exitStatic_returning_clause(PlSqlParser.Static_returning_clauseContext ctx)
PlSqlParser.static_returning_clause().
The default implementation does nothing.
exitStatic_returning_clause in interface PlSqlParserListenerctx - the parse treepublic void enterError_logging_clause(PlSqlParser.Error_logging_clauseContext ctx)
PlSqlParser.error_logging_clause().
The default implementation does nothing.
enterError_logging_clause in interface PlSqlParserListenerctx - the parse treepublic void exitError_logging_clause(PlSqlParser.Error_logging_clauseContext ctx)
PlSqlParser.error_logging_clause().
The default implementation does nothing.
exitError_logging_clause in interface PlSqlParserListenerctx - the parse treepublic void enterError_logging_into_part(PlSqlParser.Error_logging_into_partContext ctx)
PlSqlParser.error_logging_into_part().
The default implementation does nothing.
enterError_logging_into_part in interface PlSqlParserListenerctx - the parse treepublic void exitError_logging_into_part(PlSqlParser.Error_logging_into_partContext ctx)
PlSqlParser.error_logging_into_part().
The default implementation does nothing.
exitError_logging_into_part in interface PlSqlParserListenerctx - the parse treepublic void enterError_logging_reject_part(PlSqlParser.Error_logging_reject_partContext ctx)
PlSqlParser.error_logging_reject_part().
The default implementation does nothing.
enterError_logging_reject_part in interface PlSqlParserListenerctx - the parse treepublic void exitError_logging_reject_part(PlSqlParser.Error_logging_reject_partContext ctx)
PlSqlParser.error_logging_reject_part().
The default implementation does nothing.
exitError_logging_reject_part in interface PlSqlParserListenerctx - the parse treepublic void enterDml_table_expression_clause(PlSqlParser.Dml_table_expression_clauseContext ctx)
PlSqlParser.dml_table_expression_clause().
The default implementation does nothing.
enterDml_table_expression_clause in interface PlSqlParserListenerctx - the parse treepublic void exitDml_table_expression_clause(PlSqlParser.Dml_table_expression_clauseContext ctx)
PlSqlParser.dml_table_expression_clause().
The default implementation does nothing.
exitDml_table_expression_clause in interface PlSqlParserListenerctx - the parse treepublic void enterTable_collection_expression(PlSqlParser.Table_collection_expressionContext ctx)
PlSqlParser.table_collection_expression().
The default implementation does nothing.
enterTable_collection_expression in interface PlSqlParserListenerctx - the parse treepublic void exitTable_collection_expression(PlSqlParser.Table_collection_expressionContext ctx)
PlSqlParser.table_collection_expression().
The default implementation does nothing.
exitTable_collection_expression in interface PlSqlParserListenerctx - the parse treepublic void enterSubquery_restriction_clause(PlSqlParser.Subquery_restriction_clauseContext ctx)
PlSqlParser.subquery_restriction_clause().
The default implementation does nothing.
enterSubquery_restriction_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSubquery_restriction_clause(PlSqlParser.Subquery_restriction_clauseContext ctx)
PlSqlParser.subquery_restriction_clause().
The default implementation does nothing.
exitSubquery_restriction_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSample_clause(PlSqlParser.Sample_clauseContext ctx)
PlSqlParser.sample_clause().
The default implementation does nothing.
enterSample_clause in interface PlSqlParserListenerctx - the parse treepublic void exitSample_clause(PlSqlParser.Sample_clauseContext ctx)
PlSqlParser.sample_clause().
The default implementation does nothing.
exitSample_clause in interface PlSqlParserListenerctx - the parse treepublic void enterSeed_part(PlSqlParser.Seed_partContext ctx)
PlSqlParser.seed_part().
The default implementation does nothing.
enterSeed_part in interface PlSqlParserListenerctx - the parse treepublic void exitSeed_part(PlSqlParser.Seed_partContext ctx)
PlSqlParser.seed_part().
The default implementation does nothing.
exitSeed_part in interface PlSqlParserListenerctx - the parse treepublic void enterCondition(PlSqlParser.ConditionContext ctx)
PlSqlParser.condition().
The default implementation does nothing.
enterCondition in interface PlSqlParserListenerctx - the parse treepublic void exitCondition(PlSqlParser.ConditionContext ctx)
PlSqlParser.condition().
The default implementation does nothing.
exitCondition in interface PlSqlParserListenerctx - the parse treepublic void enterExpressions(PlSqlParser.ExpressionsContext ctx)
PlSqlParser.expressions().
The default implementation does nothing.
enterExpressions in interface PlSqlParserListenerctx - the parse treepublic void exitExpressions(PlSqlParser.ExpressionsContext ctx)
PlSqlParser.expressions().
The default implementation does nothing.
exitExpressions in interface PlSqlParserListenerctx - the parse treepublic void enterExpression(PlSqlParser.ExpressionContext ctx)
PlSqlParser.expression().
The default implementation does nothing.
enterExpression in interface PlSqlParserListenerctx - the parse treepublic void exitExpression(PlSqlParser.ExpressionContext ctx)
PlSqlParser.expression().
The default implementation does nothing.
exitExpression in interface PlSqlParserListenerctx - the parse treepublic void enterCursor_expression(PlSqlParser.Cursor_expressionContext ctx)
PlSqlParser.cursor_expression().
The default implementation does nothing.
enterCursor_expression in interface PlSqlParserListenerctx - the parse treepublic void exitCursor_expression(PlSqlParser.Cursor_expressionContext ctx)
PlSqlParser.cursor_expression().
The default implementation does nothing.
exitCursor_expression in interface PlSqlParserListenerctx - the parse treepublic void enterLogical_expression(PlSqlParser.Logical_expressionContext ctx)
PlSqlParser.logical_expression().
The default implementation does nothing.
enterLogical_expression in interface PlSqlParserListenerctx - the parse treepublic void exitLogical_expression(PlSqlParser.Logical_expressionContext ctx)
PlSqlParser.logical_expression().
The default implementation does nothing.
exitLogical_expression in interface PlSqlParserListenerctx - the parse treepublic void enterMultiset_expression(PlSqlParser.Multiset_expressionContext ctx)
PlSqlParser.multiset_expression().
The default implementation does nothing.
enterMultiset_expression in interface PlSqlParserListenerctx - the parse treepublic void exitMultiset_expression(PlSqlParser.Multiset_expressionContext ctx)
PlSqlParser.multiset_expression().
The default implementation does nothing.
exitMultiset_expression in interface PlSqlParserListenerctx - the parse treepublic void enterRelational_expression(PlSqlParser.Relational_expressionContext ctx)
PlSqlParser.relational_expression().
The default implementation does nothing.
enterRelational_expression in interface PlSqlParserListenerctx - the parse treepublic void exitRelational_expression(PlSqlParser.Relational_expressionContext ctx)
PlSqlParser.relational_expression().
The default implementation does nothing.
exitRelational_expression in interface PlSqlParserListenerctx - the parse treepublic void enterCompound_expression(PlSqlParser.Compound_expressionContext ctx)
PlSqlParser.compound_expression().
The default implementation does nothing.
enterCompound_expression in interface PlSqlParserListenerctx - the parse treepublic void exitCompound_expression(PlSqlParser.Compound_expressionContext ctx)
PlSqlParser.compound_expression().
The default implementation does nothing.
exitCompound_expression in interface PlSqlParserListenerctx - the parse treepublic void enterRelational_operator(PlSqlParser.Relational_operatorContext ctx)
PlSqlParser.relational_operator().
The default implementation does nothing.
enterRelational_operator in interface PlSqlParserListenerctx - the parse treepublic void exitRelational_operator(PlSqlParser.Relational_operatorContext ctx)
PlSqlParser.relational_operator().
The default implementation does nothing.
exitRelational_operator in interface PlSqlParserListenerctx - the parse treepublic void enterIn_elements(PlSqlParser.In_elementsContext ctx)
PlSqlParser.in_elements().
The default implementation does nothing.
enterIn_elements in interface PlSqlParserListenerctx - the parse treepublic void exitIn_elements(PlSqlParser.In_elementsContext ctx)
PlSqlParser.in_elements().
The default implementation does nothing.
exitIn_elements in interface PlSqlParserListenerctx - the parse treepublic void enterBetween_elements(PlSqlParser.Between_elementsContext ctx)
PlSqlParser.between_elements().
The default implementation does nothing.
enterBetween_elements in interface PlSqlParserListenerctx - the parse treepublic void exitBetween_elements(PlSqlParser.Between_elementsContext ctx)
PlSqlParser.between_elements().
The default implementation does nothing.
exitBetween_elements in interface PlSqlParserListenerctx - the parse treepublic void enterConcatenation(PlSqlParser.ConcatenationContext ctx)
PlSqlParser.concatenation().
The default implementation does nothing.
enterConcatenation in interface PlSqlParserListenerctx - the parse treepublic void exitConcatenation(PlSqlParser.ConcatenationContext ctx)
PlSqlParser.concatenation().
The default implementation does nothing.
exitConcatenation in interface PlSqlParserListenerctx - the parse treepublic void enterInterval_expression(PlSqlParser.Interval_expressionContext ctx)
PlSqlParser.interval_expression().
The default implementation does nothing.
enterInterval_expression in interface PlSqlParserListenerctx - the parse treepublic void exitInterval_expression(PlSqlParser.Interval_expressionContext ctx)
PlSqlParser.interval_expression().
The default implementation does nothing.
exitInterval_expression in interface PlSqlParserListenerctx - the parse treepublic void enterModel_expression(PlSqlParser.Model_expressionContext ctx)
PlSqlParser.model_expression().
The default implementation does nothing.
enterModel_expression in interface PlSqlParserListenerctx - the parse treepublic void exitModel_expression(PlSqlParser.Model_expressionContext ctx)
PlSqlParser.model_expression().
The default implementation does nothing.
exitModel_expression in interface PlSqlParserListenerctx - the parse treepublic void enterModel_expression_element(PlSqlParser.Model_expression_elementContext ctx)
PlSqlParser.model_expression_element().
The default implementation does nothing.
enterModel_expression_element in interface PlSqlParserListenerctx - the parse treepublic void exitModel_expression_element(PlSqlParser.Model_expression_elementContext ctx)
PlSqlParser.model_expression_element().
The default implementation does nothing.
exitModel_expression_element in interface PlSqlParserListenerctx - the parse treepublic void enterSingle_column_for_loop(PlSqlParser.Single_column_for_loopContext ctx)
PlSqlParser.single_column_for_loop().
The default implementation does nothing.
enterSingle_column_for_loop in interface PlSqlParserListenerctx - the parse treepublic void exitSingle_column_for_loop(PlSqlParser.Single_column_for_loopContext ctx)
PlSqlParser.single_column_for_loop().
The default implementation does nothing.
exitSingle_column_for_loop in interface PlSqlParserListenerctx - the parse treepublic void enterMulti_column_for_loop(PlSqlParser.Multi_column_for_loopContext ctx)
PlSqlParser.multi_column_for_loop().
The default implementation does nothing.
enterMulti_column_for_loop in interface PlSqlParserListenerctx - the parse treepublic void exitMulti_column_for_loop(PlSqlParser.Multi_column_for_loopContext ctx)
PlSqlParser.multi_column_for_loop().
The default implementation does nothing.
exitMulti_column_for_loop in interface PlSqlParserListenerctx - the parse treepublic void enterUnary_expression(PlSqlParser.Unary_expressionContext ctx)
PlSqlParser.unary_expression().
The default implementation does nothing.
enterUnary_expression in interface PlSqlParserListenerctx - the parse treepublic void exitUnary_expression(PlSqlParser.Unary_expressionContext ctx)
PlSqlParser.unary_expression().
The default implementation does nothing.
exitUnary_expression in interface PlSqlParserListenerctx - the parse treepublic void enterCase_statement(PlSqlParser.Case_statementContext ctx)
PlSqlParser.case_statement().
The default implementation does nothing.
enterCase_statement in interface PlSqlParserListenerctx - the parse treepublic void exitCase_statement(PlSqlParser.Case_statementContext ctx)
PlSqlParser.case_statement().
The default implementation does nothing.
exitCase_statement in interface PlSqlParserListenerctx - the parse treepublic void enterSimple_case_statement(PlSqlParser.Simple_case_statementContext ctx)
PlSqlParser.simple_case_statement().
The default implementation does nothing.
enterSimple_case_statement in interface PlSqlParserListenerctx - the parse treepublic void exitSimple_case_statement(PlSqlParser.Simple_case_statementContext ctx)
PlSqlParser.simple_case_statement().
The default implementation does nothing.
exitSimple_case_statement in interface PlSqlParserListenerctx - the parse treepublic void enterSimple_case_when_part(PlSqlParser.Simple_case_when_partContext ctx)
PlSqlParser.simple_case_when_part().
The default implementation does nothing.
enterSimple_case_when_part in interface PlSqlParserListenerctx - the parse treepublic void exitSimple_case_when_part(PlSqlParser.Simple_case_when_partContext ctx)
PlSqlParser.simple_case_when_part().
The default implementation does nothing.
exitSimple_case_when_part in interface PlSqlParserListenerctx - the parse treepublic void enterSearched_case_statement(PlSqlParser.Searched_case_statementContext ctx)
PlSqlParser.searched_case_statement().
The default implementation does nothing.
enterSearched_case_statement in interface PlSqlParserListenerctx - the parse treepublic void exitSearched_case_statement(PlSqlParser.Searched_case_statementContext ctx)
PlSqlParser.searched_case_statement().
The default implementation does nothing.
exitSearched_case_statement in interface PlSqlParserListenerctx - the parse treepublic void enterSearched_case_when_part(PlSqlParser.Searched_case_when_partContext ctx)
PlSqlParser.searched_case_when_part().
The default implementation does nothing.
enterSearched_case_when_part in interface PlSqlParserListenerctx - the parse treepublic void exitSearched_case_when_part(PlSqlParser.Searched_case_when_partContext ctx)
PlSqlParser.searched_case_when_part().
The default implementation does nothing.
exitSearched_case_when_part in interface PlSqlParserListenerctx - the parse treepublic void enterCase_else_part(PlSqlParser.Case_else_partContext ctx)
PlSqlParser.case_else_part().
The default implementation does nothing.
enterCase_else_part in interface PlSqlParserListenerctx - the parse treepublic void exitCase_else_part(PlSqlParser.Case_else_partContext ctx)
PlSqlParser.case_else_part().
The default implementation does nothing.
exitCase_else_part in interface PlSqlParserListenerctx - the parse treepublic void enterAtom(PlSqlParser.AtomContext ctx)
PlSqlParser.atom().
The default implementation does nothing.
enterAtom in interface PlSqlParserListenerctx - the parse treepublic void exitAtom(PlSqlParser.AtomContext ctx)
PlSqlParser.atom().
The default implementation does nothing.
exitAtom in interface PlSqlParserListenerctx - the parse treepublic void enterQuantified_expression(PlSqlParser.Quantified_expressionContext ctx)
PlSqlParser.quantified_expression().
The default implementation does nothing.
enterQuantified_expression in interface PlSqlParserListenerctx - the parse treepublic void exitQuantified_expression(PlSqlParser.Quantified_expressionContext ctx)
PlSqlParser.quantified_expression().
The default implementation does nothing.
exitQuantified_expression in interface PlSqlParserListenerctx - the parse treepublic void enterString_function(PlSqlParser.String_functionContext ctx)
PlSqlParser.string_function().
The default implementation does nothing.
enterString_function in interface PlSqlParserListenerctx - the parse treepublic void exitString_function(PlSqlParser.String_functionContext ctx)
PlSqlParser.string_function().
The default implementation does nothing.
exitString_function in interface PlSqlParserListenerctx - the parse treepublic void enterStandard_function(PlSqlParser.Standard_functionContext ctx)
PlSqlParser.standard_function().
The default implementation does nothing.
enterStandard_function in interface PlSqlParserListenerctx - the parse treepublic void exitStandard_function(PlSqlParser.Standard_functionContext ctx)
PlSqlParser.standard_function().
The default implementation does nothing.
exitStandard_function in interface PlSqlParserListenerctx - the parse treepublic void enterLiteral(PlSqlParser.LiteralContext ctx)
PlSqlParser.literal().
The default implementation does nothing.
enterLiteral in interface PlSqlParserListenerctx - the parse treepublic void exitLiteral(PlSqlParser.LiteralContext ctx)
PlSqlParser.literal().
The default implementation does nothing.
exitLiteral in interface PlSqlParserListenerctx - the parse treepublic void enterNumeric_function_wrapper(PlSqlParser.Numeric_function_wrapperContext ctx)
PlSqlParser.numeric_function_wrapper().
The default implementation does nothing.
enterNumeric_function_wrapper in interface PlSqlParserListenerctx - the parse treepublic void exitNumeric_function_wrapper(PlSqlParser.Numeric_function_wrapperContext ctx)
PlSqlParser.numeric_function_wrapper().
The default implementation does nothing.
exitNumeric_function_wrapper in interface PlSqlParserListenerctx - the parse treepublic void enterNumeric_function(PlSqlParser.Numeric_functionContext ctx)
PlSqlParser.numeric_function().
The default implementation does nothing.
enterNumeric_function in interface PlSqlParserListenerctx - the parse treepublic void exitNumeric_function(PlSqlParser.Numeric_functionContext ctx)
PlSqlParser.numeric_function().
The default implementation does nothing.
exitNumeric_function in interface PlSqlParserListenerctx - the parse treepublic void enterOther_function(PlSqlParser.Other_functionContext ctx)
PlSqlParser.other_function().
The default implementation does nothing.
enterOther_function in interface PlSqlParserListenerctx - the parse treepublic void exitOther_function(PlSqlParser.Other_functionContext ctx)
PlSqlParser.other_function().
The default implementation does nothing.
exitOther_function in interface PlSqlParserListenerctx - the parse treepublic void enterOver_clause_keyword(PlSqlParser.Over_clause_keywordContext ctx)
PlSqlParser.over_clause_keyword().
The default implementation does nothing.
enterOver_clause_keyword in interface PlSqlParserListenerctx - the parse treepublic void exitOver_clause_keyword(PlSqlParser.Over_clause_keywordContext ctx)
PlSqlParser.over_clause_keyword().
The default implementation does nothing.
exitOver_clause_keyword in interface PlSqlParserListenerctx - the parse treepublic void enterWithin_or_over_clause_keyword(PlSqlParser.Within_or_over_clause_keywordContext ctx)
PlSqlParser.within_or_over_clause_keyword().
The default implementation does nothing.
enterWithin_or_over_clause_keyword in interface PlSqlParserListenerctx - the parse treepublic void exitWithin_or_over_clause_keyword(PlSqlParser.Within_or_over_clause_keywordContext ctx)
PlSqlParser.within_or_over_clause_keyword().
The default implementation does nothing.
exitWithin_or_over_clause_keyword in interface PlSqlParserListenerctx - the parse treepublic void enterStandard_prediction_function_keyword(PlSqlParser.Standard_prediction_function_keywordContext ctx)
PlSqlParser.standard_prediction_function_keyword().
The default implementation does nothing.
enterStandard_prediction_function_keyword in interface PlSqlParserListenerctx - the parse treepublic void exitStandard_prediction_function_keyword(PlSqlParser.Standard_prediction_function_keywordContext ctx)
PlSqlParser.standard_prediction_function_keyword().
The default implementation does nothing.
exitStandard_prediction_function_keyword in interface PlSqlParserListenerctx - the parse treepublic void enterOver_clause(PlSqlParser.Over_clauseContext ctx)
PlSqlParser.over_clause().
The default implementation does nothing.
enterOver_clause in interface PlSqlParserListenerctx - the parse treepublic void exitOver_clause(PlSqlParser.Over_clauseContext ctx)
PlSqlParser.over_clause().
The default implementation does nothing.
exitOver_clause in interface PlSqlParserListenerctx - the parse treepublic void enterWindowing_clause(PlSqlParser.Windowing_clauseContext ctx)
PlSqlParser.windowing_clause().
The default implementation does nothing.
enterWindowing_clause in interface PlSqlParserListenerctx - the parse treepublic void exitWindowing_clause(PlSqlParser.Windowing_clauseContext ctx)
PlSqlParser.windowing_clause().
The default implementation does nothing.
exitWindowing_clause in interface PlSqlParserListenerctx - the parse treepublic void enterWindowing_type(PlSqlParser.Windowing_typeContext ctx)
PlSqlParser.windowing_type().
The default implementation does nothing.
enterWindowing_type in interface PlSqlParserListenerctx - the parse treepublic void exitWindowing_type(PlSqlParser.Windowing_typeContext ctx)
PlSqlParser.windowing_type().
The default implementation does nothing.
exitWindowing_type in interface PlSqlParserListenerctx - the parse treepublic void enterWindowing_elements(PlSqlParser.Windowing_elementsContext ctx)
PlSqlParser.windowing_elements().
The default implementation does nothing.
enterWindowing_elements in interface PlSqlParserListenerctx - the parse treepublic void exitWindowing_elements(PlSqlParser.Windowing_elementsContext ctx)
PlSqlParser.windowing_elements().
The default implementation does nothing.
exitWindowing_elements in interface PlSqlParserListenerctx - the parse treepublic void enterUsing_clause(PlSqlParser.Using_clauseContext ctx)
PlSqlParser.using_clause().
The default implementation does nothing.
enterUsing_clause in interface PlSqlParserListenerctx - the parse treepublic void exitUsing_clause(PlSqlParser.Using_clauseContext ctx)
PlSqlParser.using_clause().
The default implementation does nothing.
exitUsing_clause in interface PlSqlParserListenerctx - the parse treepublic void enterUsing_element(PlSqlParser.Using_elementContext ctx)
PlSqlParser.using_element().
The default implementation does nothing.
enterUsing_element in interface PlSqlParserListenerctx - the parse treepublic void exitUsing_element(PlSqlParser.Using_elementContext ctx)
PlSqlParser.using_element().
The default implementation does nothing.
exitUsing_element in interface PlSqlParserListenerctx - the parse treepublic void enterCollect_order_by_part(PlSqlParser.Collect_order_by_partContext ctx)
PlSqlParser.collect_order_by_part().
The default implementation does nothing.
enterCollect_order_by_part in interface PlSqlParserListenerctx - the parse treepublic void exitCollect_order_by_part(PlSqlParser.Collect_order_by_partContext ctx)
PlSqlParser.collect_order_by_part().
The default implementation does nothing.
exitCollect_order_by_part in interface PlSqlParserListenerctx - the parse treepublic void enterWithin_or_over_part(PlSqlParser.Within_or_over_partContext ctx)
PlSqlParser.within_or_over_part().
The default implementation does nothing.
enterWithin_or_over_part in interface PlSqlParserListenerctx - the parse treepublic void exitWithin_or_over_part(PlSqlParser.Within_or_over_partContext ctx)
PlSqlParser.within_or_over_part().
The default implementation does nothing.
exitWithin_or_over_part in interface PlSqlParserListenerctx - the parse treepublic void enterCost_matrix_clause(PlSqlParser.Cost_matrix_clauseContext ctx)
PlSqlParser.cost_matrix_clause().
The default implementation does nothing.
enterCost_matrix_clause in interface PlSqlParserListenerctx - the parse treepublic void exitCost_matrix_clause(PlSqlParser.Cost_matrix_clauseContext ctx)
PlSqlParser.cost_matrix_clause().
The default implementation does nothing.
exitCost_matrix_clause in interface PlSqlParserListenerctx - the parse treepublic void enterXml_passing_clause(PlSqlParser.Xml_passing_clauseContext ctx)
PlSqlParser.xml_passing_clause().
The default implementation does nothing.
enterXml_passing_clause in interface PlSqlParserListenerctx - the parse treepublic void exitXml_passing_clause(PlSqlParser.Xml_passing_clauseContext ctx)
PlSqlParser.xml_passing_clause().
The default implementation does nothing.
exitXml_passing_clause in interface PlSqlParserListenerctx - the parse treepublic void enterXml_attributes_clause(PlSqlParser.Xml_attributes_clauseContext ctx)
PlSqlParser.xml_attributes_clause().
The default implementation does nothing.
enterXml_attributes_clause in interface PlSqlParserListenerctx - the parse treepublic void exitXml_attributes_clause(PlSqlParser.Xml_attributes_clauseContext ctx)
PlSqlParser.xml_attributes_clause().
The default implementation does nothing.
exitXml_attributes_clause in interface PlSqlParserListenerctx - the parse treepublic void enterXml_namespaces_clause(PlSqlParser.Xml_namespaces_clauseContext ctx)
PlSqlParser.xml_namespaces_clause().
The default implementation does nothing.
enterXml_namespaces_clause in interface PlSqlParserListenerctx - the parse treepublic void exitXml_namespaces_clause(PlSqlParser.Xml_namespaces_clauseContext ctx)
PlSqlParser.xml_namespaces_clause().
The default implementation does nothing.
exitXml_namespaces_clause in interface PlSqlParserListenerctx - the parse treepublic void enterXml_table_column(PlSqlParser.Xml_table_columnContext ctx)
PlSqlParser.xml_table_column().
The default implementation does nothing.
enterXml_table_column in interface PlSqlParserListenerctx - the parse treepublic void exitXml_table_column(PlSqlParser.Xml_table_columnContext ctx)
PlSqlParser.xml_table_column().
The default implementation does nothing.
exitXml_table_column in interface PlSqlParserListenerctx - the parse treepublic void enterXml_general_default_part(PlSqlParser.Xml_general_default_partContext ctx)
PlSqlParser.xml_general_default_part().
The default implementation does nothing.
enterXml_general_default_part in interface PlSqlParserListenerctx - the parse treepublic void exitXml_general_default_part(PlSqlParser.Xml_general_default_partContext ctx)
PlSqlParser.xml_general_default_part().
The default implementation does nothing.
exitXml_general_default_part in interface PlSqlParserListenerctx - the parse treepublic void enterXml_multiuse_expression_element(PlSqlParser.Xml_multiuse_expression_elementContext ctx)
PlSqlParser.xml_multiuse_expression_element().
The default implementation does nothing.
enterXml_multiuse_expression_element in interface PlSqlParserListenerctx - the parse treepublic void exitXml_multiuse_expression_element(PlSqlParser.Xml_multiuse_expression_elementContext ctx)
PlSqlParser.xml_multiuse_expression_element().
The default implementation does nothing.
exitXml_multiuse_expression_element in interface PlSqlParserListenerctx - the parse treepublic void enterXmlroot_param_version_part(PlSqlParser.Xmlroot_param_version_partContext ctx)
PlSqlParser.xmlroot_param_version_part().
The default implementation does nothing.
enterXmlroot_param_version_part in interface PlSqlParserListenerctx - the parse treepublic void exitXmlroot_param_version_part(PlSqlParser.Xmlroot_param_version_partContext ctx)
PlSqlParser.xmlroot_param_version_part().
The default implementation does nothing.
exitXmlroot_param_version_part in interface PlSqlParserListenerctx - the parse treepublic void enterXmlroot_param_standalone_part(PlSqlParser.Xmlroot_param_standalone_partContext ctx)
PlSqlParser.xmlroot_param_standalone_part().
The default implementation does nothing.
enterXmlroot_param_standalone_part in interface PlSqlParserListenerctx - the parse treepublic void exitXmlroot_param_standalone_part(PlSqlParser.Xmlroot_param_standalone_partContext ctx)
PlSqlParser.xmlroot_param_standalone_part().
The default implementation does nothing.
exitXmlroot_param_standalone_part in interface PlSqlParserListenerctx - the parse treepublic void enterXmlserialize_param_enconding_part(PlSqlParser.Xmlserialize_param_enconding_partContext ctx)
PlSqlParser.xmlserialize_param_enconding_part().
The default implementation does nothing.
enterXmlserialize_param_enconding_part in interface PlSqlParserListenerctx - the parse treepublic void exitXmlserialize_param_enconding_part(PlSqlParser.Xmlserialize_param_enconding_partContext ctx)
PlSqlParser.xmlserialize_param_enconding_part().
The default implementation does nothing.
exitXmlserialize_param_enconding_part in interface PlSqlParserListenerctx - the parse treepublic void enterXmlserialize_param_version_part(PlSqlParser.Xmlserialize_param_version_partContext ctx)
PlSqlParser.xmlserialize_param_version_part().
The default implementation does nothing.
enterXmlserialize_param_version_part in interface PlSqlParserListenerctx - the parse treepublic void exitXmlserialize_param_version_part(PlSqlParser.Xmlserialize_param_version_partContext ctx)
PlSqlParser.xmlserialize_param_version_part().
The default implementation does nothing.
exitXmlserialize_param_version_part in interface PlSqlParserListenerctx - the parse treepublic void enterXmlserialize_param_ident_part(PlSqlParser.Xmlserialize_param_ident_partContext ctx)
PlSqlParser.xmlserialize_param_ident_part().
The default implementation does nothing.
enterXmlserialize_param_ident_part in interface PlSqlParserListenerctx - the parse treepublic void exitXmlserialize_param_ident_part(PlSqlParser.Xmlserialize_param_ident_partContext ctx)
PlSqlParser.xmlserialize_param_ident_part().
The default implementation does nothing.
exitXmlserialize_param_ident_part in interface PlSqlParserListenerctx - the parse treepublic void enterSql_plus_command(PlSqlParser.Sql_plus_commandContext ctx)
PlSqlParser.sql_plus_command().
The default implementation does nothing.
enterSql_plus_command in interface PlSqlParserListenerctx - the parse treepublic void exitSql_plus_command(PlSqlParser.Sql_plus_commandContext ctx)
PlSqlParser.sql_plus_command().
The default implementation does nothing.
exitSql_plus_command in interface PlSqlParserListenerctx - the parse treepublic void enterWhenever_command(PlSqlParser.Whenever_commandContext ctx)
PlSqlParser.whenever_command().
The default implementation does nothing.
enterWhenever_command in interface PlSqlParserListenerctx - the parse treepublic void exitWhenever_command(PlSqlParser.Whenever_commandContext ctx)
PlSqlParser.whenever_command().
The default implementation does nothing.
exitWhenever_command in interface PlSqlParserListenerctx - the parse treepublic void enterSet_command(PlSqlParser.Set_commandContext ctx)
PlSqlParser.set_command().
The default implementation does nothing.
enterSet_command in interface PlSqlParserListenerctx - the parse treepublic void exitSet_command(PlSqlParser.Set_commandContext ctx)
PlSqlParser.set_command().
The default implementation does nothing.
exitSet_command in interface PlSqlParserListenerctx - the parse treepublic void enterPartition_extension_clause(PlSqlParser.Partition_extension_clauseContext ctx)
PlSqlParser.partition_extension_clause().
The default implementation does nothing.
enterPartition_extension_clause in interface PlSqlParserListenerctx - the parse treepublic void exitPartition_extension_clause(PlSqlParser.Partition_extension_clauseContext ctx)
PlSqlParser.partition_extension_clause().
The default implementation does nothing.
exitPartition_extension_clause in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_alias(PlSqlParser.Column_aliasContext ctx)
PlSqlParser.column_alias().
The default implementation does nothing.
enterColumn_alias in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_alias(PlSqlParser.Column_aliasContext ctx)
PlSqlParser.column_alias().
The default implementation does nothing.
exitColumn_alias in interface PlSqlParserListenerctx - the parse treepublic void enterTable_alias(PlSqlParser.Table_aliasContext ctx)
PlSqlParser.table_alias().
The default implementation does nothing.
enterTable_alias in interface PlSqlParserListenerctx - the parse treepublic void exitTable_alias(PlSqlParser.Table_aliasContext ctx)
PlSqlParser.table_alias().
The default implementation does nothing.
exitTable_alias in interface PlSqlParserListenerctx - the parse treepublic void enterWhere_clause(PlSqlParser.Where_clauseContext ctx)
PlSqlParser.where_clause().
The default implementation does nothing.
enterWhere_clause in interface PlSqlParserListenerctx - the parse treepublic void exitWhere_clause(PlSqlParser.Where_clauseContext ctx)
PlSqlParser.where_clause().
The default implementation does nothing.
exitWhere_clause in interface PlSqlParserListenerctx - the parse treepublic void enterInto_clause(PlSqlParser.Into_clauseContext ctx)
PlSqlParser.into_clause().
The default implementation does nothing.
enterInto_clause in interface PlSqlParserListenerctx - the parse treepublic void exitInto_clause(PlSqlParser.Into_clauseContext ctx)
PlSqlParser.into_clause().
The default implementation does nothing.
exitInto_clause in interface PlSqlParserListenerctx - the parse treepublic void enterXml_column_name(PlSqlParser.Xml_column_nameContext ctx)
PlSqlParser.xml_column_name().
The default implementation does nothing.
enterXml_column_name in interface PlSqlParserListenerctx - the parse treepublic void exitXml_column_name(PlSqlParser.Xml_column_nameContext ctx)
PlSqlParser.xml_column_name().
The default implementation does nothing.
exitXml_column_name in interface PlSqlParserListenerctx - the parse treepublic void enterCost_class_name(PlSqlParser.Cost_class_nameContext ctx)
PlSqlParser.cost_class_name().
The default implementation does nothing.
enterCost_class_name in interface PlSqlParserListenerctx - the parse treepublic void exitCost_class_name(PlSqlParser.Cost_class_nameContext ctx)
PlSqlParser.cost_class_name().
The default implementation does nothing.
exitCost_class_name in interface PlSqlParserListenerctx - the parse treepublic void enterAttribute_name(PlSqlParser.Attribute_nameContext ctx)
PlSqlParser.attribute_name().
The default implementation does nothing.
enterAttribute_name in interface PlSqlParserListenerctx - the parse treepublic void exitAttribute_name(PlSqlParser.Attribute_nameContext ctx)
PlSqlParser.attribute_name().
The default implementation does nothing.
exitAttribute_name in interface PlSqlParserListenerctx - the parse treepublic void enterSavepoint_name(PlSqlParser.Savepoint_nameContext ctx)
PlSqlParser.savepoint_name().
The default implementation does nothing.
enterSavepoint_name in interface PlSqlParserListenerctx - the parse treepublic void exitSavepoint_name(PlSqlParser.Savepoint_nameContext ctx)
PlSqlParser.savepoint_name().
The default implementation does nothing.
exitSavepoint_name in interface PlSqlParserListenerctx - the parse treepublic void enterRollback_segment_name(PlSqlParser.Rollback_segment_nameContext ctx)
PlSqlParser.rollback_segment_name().
The default implementation does nothing.
enterRollback_segment_name in interface PlSqlParserListenerctx - the parse treepublic void exitRollback_segment_name(PlSqlParser.Rollback_segment_nameContext ctx)
PlSqlParser.rollback_segment_name().
The default implementation does nothing.
exitRollback_segment_name in interface PlSqlParserListenerctx - the parse treepublic void enterTable_var_name(PlSqlParser.Table_var_nameContext ctx)
PlSqlParser.table_var_name().
The default implementation does nothing.
enterTable_var_name in interface PlSqlParserListenerctx - the parse treepublic void exitTable_var_name(PlSqlParser.Table_var_nameContext ctx)
PlSqlParser.table_var_name().
The default implementation does nothing.
exitTable_var_name in interface PlSqlParserListenerctx - the parse treepublic void enterSchema_name(PlSqlParser.Schema_nameContext ctx)
PlSqlParser.schema_name().
The default implementation does nothing.
enterSchema_name in interface PlSqlParserListenerctx - the parse treepublic void exitSchema_name(PlSqlParser.Schema_nameContext ctx)
PlSqlParser.schema_name().
The default implementation does nothing.
exitSchema_name in interface PlSqlParserListenerctx - the parse treepublic void enterRoutine_name(PlSqlParser.Routine_nameContext ctx)
PlSqlParser.routine_name().
The default implementation does nothing.
enterRoutine_name in interface PlSqlParserListenerctx - the parse treepublic void exitRoutine_name(PlSqlParser.Routine_nameContext ctx)
PlSqlParser.routine_name().
The default implementation does nothing.
exitRoutine_name in interface PlSqlParserListenerctx - the parse treepublic void enterPackage_name(PlSqlParser.Package_nameContext ctx)
PlSqlParser.package_name().
The default implementation does nothing.
enterPackage_name in interface PlSqlParserListenerctx - the parse treepublic void exitPackage_name(PlSqlParser.Package_nameContext ctx)
PlSqlParser.package_name().
The default implementation does nothing.
exitPackage_name in interface PlSqlParserListenerctx - the parse treepublic void enterImplementation_type_name(PlSqlParser.Implementation_type_nameContext ctx)
PlSqlParser.implementation_type_name().
The default implementation does nothing.
enterImplementation_type_name in interface PlSqlParserListenerctx - the parse treepublic void exitImplementation_type_name(PlSqlParser.Implementation_type_nameContext ctx)
PlSqlParser.implementation_type_name().
The default implementation does nothing.
exitImplementation_type_name in interface PlSqlParserListenerctx - the parse treepublic void enterParameter_name(PlSqlParser.Parameter_nameContext ctx)
PlSqlParser.parameter_name().
The default implementation does nothing.
enterParameter_name in interface PlSqlParserListenerctx - the parse treepublic void exitParameter_name(PlSqlParser.Parameter_nameContext ctx)
PlSqlParser.parameter_name().
The default implementation does nothing.
exitParameter_name in interface PlSqlParserListenerctx - the parse treepublic void enterReference_model_name(PlSqlParser.Reference_model_nameContext ctx)
PlSqlParser.reference_model_name().
The default implementation does nothing.
enterReference_model_name in interface PlSqlParserListenerctx - the parse treepublic void exitReference_model_name(PlSqlParser.Reference_model_nameContext ctx)
PlSqlParser.reference_model_name().
The default implementation does nothing.
exitReference_model_name in interface PlSqlParserListenerctx - the parse treepublic void enterMain_model_name(PlSqlParser.Main_model_nameContext ctx)
PlSqlParser.main_model_name().
The default implementation does nothing.
enterMain_model_name in interface PlSqlParserListenerctx - the parse treepublic void exitMain_model_name(PlSqlParser.Main_model_nameContext ctx)
PlSqlParser.main_model_name().
The default implementation does nothing.
exitMain_model_name in interface PlSqlParserListenerctx - the parse treepublic void enterContainer_tableview_name(PlSqlParser.Container_tableview_nameContext ctx)
PlSqlParser.container_tableview_name().
The default implementation does nothing.
enterContainer_tableview_name in interface PlSqlParserListenerctx - the parse treepublic void exitContainer_tableview_name(PlSqlParser.Container_tableview_nameContext ctx)
PlSqlParser.container_tableview_name().
The default implementation does nothing.
exitContainer_tableview_name in interface PlSqlParserListenerctx - the parse treepublic void enterAggregate_function_name(PlSqlParser.Aggregate_function_nameContext ctx)
PlSqlParser.aggregate_function_name().
The default implementation does nothing.
enterAggregate_function_name in interface PlSqlParserListenerctx - the parse treepublic void exitAggregate_function_name(PlSqlParser.Aggregate_function_nameContext ctx)
PlSqlParser.aggregate_function_name().
The default implementation does nothing.
exitAggregate_function_name in interface PlSqlParserListenerctx - the parse treepublic void enterQuery_name(PlSqlParser.Query_nameContext ctx)
PlSqlParser.query_name().
The default implementation does nothing.
enterQuery_name in interface PlSqlParserListenerctx - the parse treepublic void exitQuery_name(PlSqlParser.Query_nameContext ctx)
PlSqlParser.query_name().
The default implementation does nothing.
exitQuery_name in interface PlSqlParserListenerctx - the parse treepublic void enterGrantee_name(PlSqlParser.Grantee_nameContext ctx)
PlSqlParser.grantee_name().
The default implementation does nothing.
enterGrantee_name in interface PlSqlParserListenerctx - the parse treepublic void exitGrantee_name(PlSqlParser.Grantee_nameContext ctx)
PlSqlParser.grantee_name().
The default implementation does nothing.
exitGrantee_name in interface PlSqlParserListenerctx - the parse treepublic void enterRole_name(PlSqlParser.Role_nameContext ctx)
PlSqlParser.role_name().
The default implementation does nothing.
enterRole_name in interface PlSqlParserListenerctx - the parse treepublic void exitRole_name(PlSqlParser.Role_nameContext ctx)
PlSqlParser.role_name().
The default implementation does nothing.
exitRole_name in interface PlSqlParserListenerctx - the parse treepublic void enterConstraint_name(PlSqlParser.Constraint_nameContext ctx)
PlSqlParser.constraint_name().
The default implementation does nothing.
enterConstraint_name in interface PlSqlParserListenerctx - the parse treepublic void exitConstraint_name(PlSqlParser.Constraint_nameContext ctx)
PlSqlParser.constraint_name().
The default implementation does nothing.
exitConstraint_name in interface PlSqlParserListenerctx - the parse treepublic void enterLabel_name(PlSqlParser.Label_nameContext ctx)
PlSqlParser.label_name().
The default implementation does nothing.
enterLabel_name in interface PlSqlParserListenerctx - the parse treepublic void exitLabel_name(PlSqlParser.Label_nameContext ctx)
PlSqlParser.label_name().
The default implementation does nothing.
exitLabel_name in interface PlSqlParserListenerctx - the parse treepublic void enterType_name(PlSqlParser.Type_nameContext ctx)
PlSqlParser.type_name().
The default implementation does nothing.
enterType_name in interface PlSqlParserListenerctx - the parse treepublic void exitType_name(PlSqlParser.Type_nameContext ctx)
PlSqlParser.type_name().
The default implementation does nothing.
exitType_name in interface PlSqlParserListenerctx - the parse treepublic void enterSequence_name(PlSqlParser.Sequence_nameContext ctx)
PlSqlParser.sequence_name().
The default implementation does nothing.
enterSequence_name in interface PlSqlParserListenerctx - the parse treepublic void exitSequence_name(PlSqlParser.Sequence_nameContext ctx)
PlSqlParser.sequence_name().
The default implementation does nothing.
exitSequence_name in interface PlSqlParserListenerctx - the parse treepublic void enterException_name(PlSqlParser.Exception_nameContext ctx)
PlSqlParser.exception_name().
The default implementation does nothing.
enterException_name in interface PlSqlParserListenerctx - the parse treepublic void exitException_name(PlSqlParser.Exception_nameContext ctx)
PlSqlParser.exception_name().
The default implementation does nothing.
exitException_name in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_name(PlSqlParser.Function_nameContext ctx)
PlSqlParser.function_name().
The default implementation does nothing.
enterFunction_name in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_name(PlSqlParser.Function_nameContext ctx)
PlSqlParser.function_name().
The default implementation does nothing.
exitFunction_name in interface PlSqlParserListenerctx - the parse treepublic void enterProcedure_name(PlSqlParser.Procedure_nameContext ctx)
PlSqlParser.procedure_name().
The default implementation does nothing.
enterProcedure_name in interface PlSqlParserListenerctx - the parse treepublic void exitProcedure_name(PlSqlParser.Procedure_nameContext ctx)
PlSqlParser.procedure_name().
The default implementation does nothing.
exitProcedure_name in interface PlSqlParserListenerctx - the parse treepublic void enterTrigger_name(PlSqlParser.Trigger_nameContext ctx)
PlSqlParser.trigger_name().
The default implementation does nothing.
enterTrigger_name in interface PlSqlParserListenerctx - the parse treepublic void exitTrigger_name(PlSqlParser.Trigger_nameContext ctx)
PlSqlParser.trigger_name().
The default implementation does nothing.
exitTrigger_name in interface PlSqlParserListenerctx - the parse treepublic void enterVariable_name(PlSqlParser.Variable_nameContext ctx)
PlSqlParser.variable_name().
The default implementation does nothing.
enterVariable_name in interface PlSqlParserListenerctx - the parse treepublic void exitVariable_name(PlSqlParser.Variable_nameContext ctx)
PlSqlParser.variable_name().
The default implementation does nothing.
exitVariable_name in interface PlSqlParserListenerctx - the parse treepublic void enterIndex_name(PlSqlParser.Index_nameContext ctx)
PlSqlParser.index_name().
The default implementation does nothing.
enterIndex_name in interface PlSqlParserListenerctx - the parse treepublic void exitIndex_name(PlSqlParser.Index_nameContext ctx)
PlSqlParser.index_name().
The default implementation does nothing.
exitIndex_name in interface PlSqlParserListenerctx - the parse treepublic void enterCursor_name(PlSqlParser.Cursor_nameContext ctx)
PlSqlParser.cursor_name().
The default implementation does nothing.
enterCursor_name in interface PlSqlParserListenerctx - the parse treepublic void exitCursor_name(PlSqlParser.Cursor_nameContext ctx)
PlSqlParser.cursor_name().
The default implementation does nothing.
exitCursor_name in interface PlSqlParserListenerctx - the parse treepublic void enterRecord_name(PlSqlParser.Record_nameContext ctx)
PlSqlParser.record_name().
The default implementation does nothing.
enterRecord_name in interface PlSqlParserListenerctx - the parse treepublic void exitRecord_name(PlSqlParser.Record_nameContext ctx)
PlSqlParser.record_name().
The default implementation does nothing.
exitRecord_name in interface PlSqlParserListenerctx - the parse treepublic void enterCollection_name(PlSqlParser.Collection_nameContext ctx)
PlSqlParser.collection_name().
The default implementation does nothing.
enterCollection_name in interface PlSqlParserListenerctx - the parse treepublic void exitCollection_name(PlSqlParser.Collection_nameContext ctx)
PlSqlParser.collection_name().
The default implementation does nothing.
exitCollection_name in interface PlSqlParserListenerctx - the parse treepublic void enterLink_name(PlSqlParser.Link_nameContext ctx)
PlSqlParser.link_name().
The default implementation does nothing.
enterLink_name in interface PlSqlParserListenerctx - the parse treepublic void exitLink_name(PlSqlParser.Link_nameContext ctx)
PlSqlParser.link_name().
The default implementation does nothing.
exitLink_name in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_name(PlSqlParser.Column_nameContext ctx)
PlSqlParser.column_name().
The default implementation does nothing.
enterColumn_name in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_name(PlSqlParser.Column_nameContext ctx)
PlSqlParser.column_name().
The default implementation does nothing.
exitColumn_name in interface PlSqlParserListenerctx - the parse treepublic void enterTableview_name(PlSqlParser.Tableview_nameContext ctx)
PlSqlParser.tableview_name().
The default implementation does nothing.
enterTableview_name in interface PlSqlParserListenerctx - the parse treepublic void exitTableview_name(PlSqlParser.Tableview_nameContext ctx)
PlSqlParser.tableview_name().
The default implementation does nothing.
exitTableview_name in interface PlSqlParserListenerctx - the parse treepublic void enterChar_set_name(PlSqlParser.Char_set_nameContext ctx)
PlSqlParser.char_set_name().
The default implementation does nothing.
enterChar_set_name in interface PlSqlParserListenerctx - the parse treepublic void exitChar_set_name(PlSqlParser.Char_set_nameContext ctx)
PlSqlParser.char_set_name().
The default implementation does nothing.
exitChar_set_name in interface PlSqlParserListenerctx - the parse treepublic void enterSynonym_name(PlSqlParser.Synonym_nameContext ctx)
PlSqlParser.synonym_name().
The default implementation does nothing.
enterSynonym_name in interface PlSqlParserListenerctx - the parse treepublic void exitSynonym_name(PlSqlParser.Synonym_nameContext ctx)
PlSqlParser.synonym_name().
The default implementation does nothing.
exitSynonym_name in interface PlSqlParserListenerctx - the parse treepublic void enterSchema_object_name(PlSqlParser.Schema_object_nameContext ctx)
PlSqlParser.schema_object_name().
The default implementation does nothing.
enterSchema_object_name in interface PlSqlParserListenerctx - the parse treepublic void exitSchema_object_name(PlSqlParser.Schema_object_nameContext ctx)
PlSqlParser.schema_object_name().
The default implementation does nothing.
exitSchema_object_name in interface PlSqlParserListenerctx - the parse treepublic void enterDir_object_name(PlSqlParser.Dir_object_nameContext ctx)
PlSqlParser.dir_object_name().
The default implementation does nothing.
enterDir_object_name in interface PlSqlParserListenerctx - the parse treepublic void exitDir_object_name(PlSqlParser.Dir_object_nameContext ctx)
PlSqlParser.dir_object_name().
The default implementation does nothing.
exitDir_object_name in interface PlSqlParserListenerctx - the parse treepublic void enterUser_object_name(PlSqlParser.User_object_nameContext ctx)
PlSqlParser.user_object_name().
The default implementation does nothing.
enterUser_object_name in interface PlSqlParserListenerctx - the parse treepublic void exitUser_object_name(PlSqlParser.User_object_nameContext ctx)
PlSqlParser.user_object_name().
The default implementation does nothing.
exitUser_object_name in interface PlSqlParserListenerctx - the parse treepublic void enterGrant_object_name(PlSqlParser.Grant_object_nameContext ctx)
PlSqlParser.grant_object_name().
The default implementation does nothing.
enterGrant_object_name in interface PlSqlParserListenerctx - the parse treepublic void exitGrant_object_name(PlSqlParser.Grant_object_nameContext ctx)
PlSqlParser.grant_object_name().
The default implementation does nothing.
exitGrant_object_name in interface PlSqlParserListenerctx - the parse treepublic void enterColumn_list(PlSqlParser.Column_listContext ctx)
PlSqlParser.column_list().
The default implementation does nothing.
enterColumn_list in interface PlSqlParserListenerctx - the parse treepublic void exitColumn_list(PlSqlParser.Column_listContext ctx)
PlSqlParser.column_list().
The default implementation does nothing.
exitColumn_list in interface PlSqlParserListenerctx - the parse treepublic void enterParen_column_list(PlSqlParser.Paren_column_listContext ctx)
PlSqlParser.paren_column_list().
The default implementation does nothing.
enterParen_column_list in interface PlSqlParserListenerctx - the parse treepublic void exitParen_column_list(PlSqlParser.Paren_column_listContext ctx)
PlSqlParser.paren_column_list().
The default implementation does nothing.
exitParen_column_list in interface PlSqlParserListenerctx - the parse treepublic void enterKeep_clause(PlSqlParser.Keep_clauseContext ctx)
PlSqlParser.keep_clause().
The default implementation does nothing.
enterKeep_clause in interface PlSqlParserListenerctx - the parse treepublic void exitKeep_clause(PlSqlParser.Keep_clauseContext ctx)
PlSqlParser.keep_clause().
The default implementation does nothing.
exitKeep_clause in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_argument(PlSqlParser.Function_argumentContext ctx)
PlSqlParser.function_argument().
The default implementation does nothing.
enterFunction_argument in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_argument(PlSqlParser.Function_argumentContext ctx)
PlSqlParser.function_argument().
The default implementation does nothing.
exitFunction_argument in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_argument_analytic(PlSqlParser.Function_argument_analyticContext ctx)
PlSqlParser.function_argument_analytic().
The default implementation does nothing.
enterFunction_argument_analytic in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_argument_analytic(PlSqlParser.Function_argument_analyticContext ctx)
PlSqlParser.function_argument_analytic().
The default implementation does nothing.
exitFunction_argument_analytic in interface PlSqlParserListenerctx - the parse treepublic void enterFunction_argument_modeling(PlSqlParser.Function_argument_modelingContext ctx)
PlSqlParser.function_argument_modeling().
The default implementation does nothing.
enterFunction_argument_modeling in interface PlSqlParserListenerctx - the parse treepublic void exitFunction_argument_modeling(PlSqlParser.Function_argument_modelingContext ctx)
PlSqlParser.function_argument_modeling().
The default implementation does nothing.
exitFunction_argument_modeling in interface PlSqlParserListenerctx - the parse treepublic void enterRespect_or_ignore_nulls(PlSqlParser.Respect_or_ignore_nullsContext ctx)
PlSqlParser.respect_or_ignore_nulls().
The default implementation does nothing.
enterRespect_or_ignore_nulls in interface PlSqlParserListenerctx - the parse treepublic void exitRespect_or_ignore_nulls(PlSqlParser.Respect_or_ignore_nullsContext ctx)
PlSqlParser.respect_or_ignore_nulls().
The default implementation does nothing.
exitRespect_or_ignore_nulls in interface PlSqlParserListenerctx - the parse treepublic void enterArgument(PlSqlParser.ArgumentContext ctx)
PlSqlParser.argument().
The default implementation does nothing.
enterArgument in interface PlSqlParserListenerctx - the parse treepublic void exitArgument(PlSqlParser.ArgumentContext ctx)
PlSqlParser.argument().
The default implementation does nothing.
exitArgument in interface PlSqlParserListenerctx - the parse treepublic void enterType_spec(PlSqlParser.Type_specContext ctx)
PlSqlParser.type_spec().
The default implementation does nothing.
enterType_spec in interface PlSqlParserListenerctx - the parse treepublic void exitType_spec(PlSqlParser.Type_specContext ctx)
PlSqlParser.type_spec().
The default implementation does nothing.
exitType_spec in interface PlSqlParserListenerctx - the parse treepublic void enterDatatype(PlSqlParser.DatatypeContext ctx)
PlSqlParser.datatype().
The default implementation does nothing.
enterDatatype in interface PlSqlParserListenerctx - the parse treepublic void exitDatatype(PlSqlParser.DatatypeContext ctx)
PlSqlParser.datatype().
The default implementation does nothing.
exitDatatype in interface PlSqlParserListenerctx - the parse treepublic void enterPrecision_part(PlSqlParser.Precision_partContext ctx)
PlSqlParser.precision_part().
The default implementation does nothing.
enterPrecision_part in interface PlSqlParserListenerctx - the parse treepublic void exitPrecision_part(PlSqlParser.Precision_partContext ctx)
PlSqlParser.precision_part().
The default implementation does nothing.
exitPrecision_part in interface PlSqlParserListenerctx - the parse treepublic void enterNative_datatype_element(PlSqlParser.Native_datatype_elementContext ctx)
PlSqlParser.native_datatype_element().
The default implementation does nothing.
enterNative_datatype_element in interface PlSqlParserListenerctx - the parse treepublic void exitNative_datatype_element(PlSqlParser.Native_datatype_elementContext ctx)
PlSqlParser.native_datatype_element().
The default implementation does nothing.
exitNative_datatype_element in interface PlSqlParserListenerctx - the parse treepublic void enterBind_variable(PlSqlParser.Bind_variableContext ctx)
PlSqlParser.bind_variable().
The default implementation does nothing.
enterBind_variable in interface PlSqlParserListenerctx - the parse treepublic void exitBind_variable(PlSqlParser.Bind_variableContext ctx)
PlSqlParser.bind_variable().
The default implementation does nothing.
exitBind_variable in interface PlSqlParserListenerctx - the parse treepublic void enterGeneral_element(PlSqlParser.General_elementContext ctx)
PlSqlParser.general_element().
The default implementation does nothing.
enterGeneral_element in interface PlSqlParserListenerctx - the parse treepublic void exitGeneral_element(PlSqlParser.General_elementContext ctx)
PlSqlParser.general_element().
The default implementation does nothing.
exitGeneral_element in interface PlSqlParserListenerctx - the parse treepublic void enterGeneral_element_part(PlSqlParser.General_element_partContext ctx)
PlSqlParser.general_element_part().
The default implementation does nothing.
enterGeneral_element_part in interface PlSqlParserListenerctx - the parse treepublic void exitGeneral_element_part(PlSqlParser.General_element_partContext ctx)
PlSqlParser.general_element_part().
The default implementation does nothing.
exitGeneral_element_part in interface PlSqlParserListenerctx - the parse treepublic void enterTable_element(PlSqlParser.Table_elementContext ctx)
PlSqlParser.table_element().
The default implementation does nothing.
enterTable_element in interface PlSqlParserListenerctx - the parse treepublic void exitTable_element(PlSqlParser.Table_elementContext ctx)
PlSqlParser.table_element().
The default implementation does nothing.
exitTable_element in interface PlSqlParserListenerctx - the parse treepublic void enterObject_privilege(PlSqlParser.Object_privilegeContext ctx)
PlSqlParser.object_privilege().
The default implementation does nothing.
enterObject_privilege in interface PlSqlParserListenerctx - the parse treepublic void exitObject_privilege(PlSqlParser.Object_privilegeContext ctx)
PlSqlParser.object_privilege().
The default implementation does nothing.
exitObject_privilege in interface PlSqlParserListenerctx - the parse treepublic void enterSystem_privilege(PlSqlParser.System_privilegeContext ctx)
PlSqlParser.system_privilege().
The default implementation does nothing.
enterSystem_privilege in interface PlSqlParserListenerctx - the parse treepublic void exitSystem_privilege(PlSqlParser.System_privilegeContext ctx)
PlSqlParser.system_privilege().
The default implementation does nothing.
exitSystem_privilege in interface PlSqlParserListenerctx - the parse treepublic void enterConstant(PlSqlParser.ConstantContext ctx)
PlSqlParser.constant().
The default implementation does nothing.
enterConstant in interface PlSqlParserListenerctx - the parse treepublic void exitConstant(PlSqlParser.ConstantContext ctx)
PlSqlParser.constant().
The default implementation does nothing.
exitConstant in interface PlSqlParserListenerctx - the parse treepublic void enterNumeric(PlSqlParser.NumericContext ctx)
PlSqlParser.numeric().
The default implementation does nothing.
enterNumeric in interface PlSqlParserListenerctx - the parse treepublic void exitNumeric(PlSqlParser.NumericContext ctx)
PlSqlParser.numeric().
The default implementation does nothing.
exitNumeric in interface PlSqlParserListenerctx - the parse treepublic void enterNumeric_negative(PlSqlParser.Numeric_negativeContext ctx)
PlSqlParser.numeric_negative().
The default implementation does nothing.
enterNumeric_negative in interface PlSqlParserListenerctx - the parse treepublic void exitNumeric_negative(PlSqlParser.Numeric_negativeContext ctx)
PlSqlParser.numeric_negative().
The default implementation does nothing.
exitNumeric_negative in interface PlSqlParserListenerctx - the parse treepublic void enterQuoted_string(PlSqlParser.Quoted_stringContext ctx)
PlSqlParser.quoted_string().
The default implementation does nothing.
enterQuoted_string in interface PlSqlParserListenerctx - the parse treepublic void exitQuoted_string(PlSqlParser.Quoted_stringContext ctx)
PlSqlParser.quoted_string().
The default implementation does nothing.
exitQuoted_string in interface PlSqlParserListenerctx - the parse treepublic void enterIdentifier(PlSqlParser.IdentifierContext ctx)
PlSqlParser.identifier().
The default implementation does nothing.
enterIdentifier in interface PlSqlParserListenerctx - the parse treepublic void exitIdentifier(PlSqlParser.IdentifierContext ctx)
PlSqlParser.identifier().
The default implementation does nothing.
exitIdentifier in interface PlSqlParserListenerctx - the parse treepublic void enterId_expression(PlSqlParser.Id_expressionContext ctx)
PlSqlParser.id_expression().
The default implementation does nothing.
enterId_expression in interface PlSqlParserListenerctx - the parse treepublic void exitId_expression(PlSqlParser.Id_expressionContext ctx)
PlSqlParser.id_expression().
The default implementation does nothing.
exitId_expression in interface PlSqlParserListenerctx - the parse treepublic void enterOuter_join_sign(PlSqlParser.Outer_join_signContext ctx)
PlSqlParser.outer_join_sign().
The default implementation does nothing.
enterOuter_join_sign in interface PlSqlParserListenerctx - the parse treepublic void exitOuter_join_sign(PlSqlParser.Outer_join_signContext ctx)
PlSqlParser.outer_join_sign().
The default implementation does nothing.
exitOuter_join_sign in interface PlSqlParserListenerctx - the parse treepublic void enterRegular_id(PlSqlParser.Regular_idContext ctx)
PlSqlParser.regular_id().
The default implementation does nothing.
enterRegular_id in interface PlSqlParserListenerctx - the parse treepublic void exitRegular_id(PlSqlParser.Regular_idContext ctx)
PlSqlParser.regular_id().
The default implementation does nothing.
exitRegular_id in interface PlSqlParserListenerctx - the parse treepublic void enterNon_reserved_keywords_in_12c(PlSqlParser.Non_reserved_keywords_in_12cContext ctx)
PlSqlParser.non_reserved_keywords_in_12c().
The default implementation does nothing.
enterNon_reserved_keywords_in_12c in interface PlSqlParserListenerctx - the parse treepublic void exitNon_reserved_keywords_in_12c(PlSqlParser.Non_reserved_keywords_in_12cContext ctx)
PlSqlParser.non_reserved_keywords_in_12c().
The default implementation does nothing.
exitNon_reserved_keywords_in_12c in interface PlSqlParserListenerctx - the parse treepublic void enterNon_reserved_keywords_pre12c(PlSqlParser.Non_reserved_keywords_pre12cContext ctx)
PlSqlParser.non_reserved_keywords_pre12c().
The default implementation does nothing.
enterNon_reserved_keywords_pre12c in interface PlSqlParserListenerctx - the parse treepublic void exitNon_reserved_keywords_pre12c(PlSqlParser.Non_reserved_keywords_pre12cContext ctx)
PlSqlParser.non_reserved_keywords_pre12c().
The default implementation does nothing.
exitNon_reserved_keywords_pre12c in interface PlSqlParserListenerctx - the parse treepublic void enterString_function_name(PlSqlParser.String_function_nameContext ctx)
PlSqlParser.string_function_name().
The default implementation does nothing.
enterString_function_name in interface PlSqlParserListenerctx - the parse treepublic void exitString_function_name(PlSqlParser.String_function_nameContext ctx)
PlSqlParser.string_function_name().
The default implementation does nothing.
exitString_function_name in interface PlSqlParserListenerctx - the parse treepublic void enterNumeric_function_name(PlSqlParser.Numeric_function_nameContext ctx)
PlSqlParser.numeric_function_name().
The default implementation does nothing.
enterNumeric_function_name in interface PlSqlParserListenerctx - the parse treepublic void exitNumeric_function_name(PlSqlParser.Numeric_function_nameContext ctx)
PlSqlParser.numeric_function_name().
The default implementation does nothing.
exitNumeric_function_name in interface PlSqlParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2020 JBoss by Red Hat. All rights reserved.