Class PlSqlParserBaseListener
- java.lang.Object
-
- io.debezium.ddl.parser.oracle.generated.PlSqlParserBaseListener
-
- All Implemented Interfaces:
PlSqlParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class PlSqlParserBaseListener extends Object implements PlSqlParserListener
This class provides an empty implementation ofPlSqlParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description PlSqlParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterSql_script
public void enterSql_script(PlSqlParser.Sql_scriptContext ctx)
Enter a parse tree produced byPlSqlParser.sql_script().The default implementation does nothing.
- Specified by:
enterSql_scriptin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSql_script
public void exitSql_script(PlSqlParser.Sql_scriptContext ctx)
Exit a parse tree produced byPlSqlParser.sql_script().The default implementation does nothing.
- Specified by:
exitSql_scriptin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnit_statement
public void enterUnit_statement(PlSqlParser.Unit_statementContext ctx)
Enter a parse tree produced byPlSqlParser.unit_statement().The default implementation does nothing.
- Specified by:
enterUnit_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnit_statement
public void exitUnit_statement(PlSqlParser.Unit_statementContext ctx)
Exit a parse tree produced byPlSqlParser.unit_statement().The default implementation does nothing.
- Specified by:
exitUnit_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_function
public void enterDrop_function(PlSqlParser.Drop_functionContext ctx)
Enter a parse tree produced byPlSqlParser.drop_function().The default implementation does nothing.
- Specified by:
enterDrop_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_function
public void exitDrop_function(PlSqlParser.Drop_functionContext ctx)
Exit a parse tree produced byPlSqlParser.drop_function().The default implementation does nothing.
- Specified by:
exitDrop_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_function
public void enterAlter_function(PlSqlParser.Alter_functionContext ctx)
Enter a parse tree produced byPlSqlParser.alter_function().The default implementation does nothing.
- Specified by:
enterAlter_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_function
public void exitAlter_function(PlSqlParser.Alter_functionContext ctx)
Exit a parse tree produced byPlSqlParser.alter_function().The default implementation does nothing.
- Specified by:
exitAlter_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_function_body
public void enterCreate_function_body(PlSqlParser.Create_function_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.create_function_body().The default implementation does nothing.
- Specified by:
enterCreate_function_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_function_body
public void exitCreate_function_body(PlSqlParser.Create_function_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.create_function_body().The default implementation does nothing.
- Specified by:
exitCreate_function_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterParallel_enable_clause
public void enterParallel_enable_clause(PlSqlParser.Parallel_enable_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.parallel_enable_clause().The default implementation does nothing.
- Specified by:
enterParallel_enable_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitParallel_enable_clause
public void exitParallel_enable_clause(PlSqlParser.Parallel_enable_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.parallel_enable_clause().The default implementation does nothing.
- Specified by:
exitParallel_enable_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartition_by_clause
public void enterPartition_by_clause(PlSqlParser.Partition_by_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.partition_by_clause().The default implementation does nothing.
- Specified by:
enterPartition_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartition_by_clause
public void exitPartition_by_clause(PlSqlParser.Partition_by_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.partition_by_clause().The default implementation does nothing.
- Specified by:
exitPartition_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterResult_cache_clause
public void enterResult_cache_clause(PlSqlParser.Result_cache_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.result_cache_clause().The default implementation does nothing.
- Specified by:
enterResult_cache_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitResult_cache_clause
public void exitResult_cache_clause(PlSqlParser.Result_cache_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.result_cache_clause().The default implementation does nothing.
- Specified by:
exitResult_cache_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRelies_on_part
public void enterRelies_on_part(PlSqlParser.Relies_on_partContext ctx)
Enter a parse tree produced byPlSqlParser.relies_on_part().The default implementation does nothing.
- Specified by:
enterRelies_on_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRelies_on_part
public void exitRelies_on_part(PlSqlParser.Relies_on_partContext ctx)
Exit a parse tree produced byPlSqlParser.relies_on_part().The default implementation does nothing.
- Specified by:
exitRelies_on_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStreaming_clause
public void enterStreaming_clause(PlSqlParser.Streaming_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.streaming_clause().The default implementation does nothing.
- Specified by:
enterStreaming_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStreaming_clause
public void exitStreaming_clause(PlSqlParser.Streaming_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.streaming_clause().The default implementation does nothing.
- Specified by:
exitStreaming_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_package
public void enterDrop_package(PlSqlParser.Drop_packageContext ctx)
Enter a parse tree produced byPlSqlParser.drop_package().The default implementation does nothing.
- Specified by:
enterDrop_packagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_package
public void exitDrop_package(PlSqlParser.Drop_packageContext ctx)
Exit a parse tree produced byPlSqlParser.drop_package().The default implementation does nothing.
- Specified by:
exitDrop_packagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_package
public void enterAlter_package(PlSqlParser.Alter_packageContext ctx)
Enter a parse tree produced byPlSqlParser.alter_package().The default implementation does nothing.
- Specified by:
enterAlter_packagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_package
public void exitAlter_package(PlSqlParser.Alter_packageContext ctx)
Exit a parse tree produced byPlSqlParser.alter_package().The default implementation does nothing.
- Specified by:
exitAlter_packagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_package
public void enterCreate_package(PlSqlParser.Create_packageContext ctx)
Enter a parse tree produced byPlSqlParser.create_package().The default implementation does nothing.
- Specified by:
enterCreate_packagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_package
public void exitCreate_package(PlSqlParser.Create_packageContext ctx)
Exit a parse tree produced byPlSqlParser.create_package().The default implementation does nothing.
- Specified by:
exitCreate_packagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_package_body
public void enterCreate_package_body(PlSqlParser.Create_package_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.create_package_body().The default implementation does nothing.
- Specified by:
enterCreate_package_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_package_body
public void exitCreate_package_body(PlSqlParser.Create_package_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.create_package_body().The default implementation does nothing.
- Specified by:
exitCreate_package_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPackage_obj_spec
public void enterPackage_obj_spec(PlSqlParser.Package_obj_specContext ctx)
Enter a parse tree produced byPlSqlParser.package_obj_spec().The default implementation does nothing.
- Specified by:
enterPackage_obj_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPackage_obj_spec
public void exitPackage_obj_spec(PlSqlParser.Package_obj_specContext ctx)
Exit a parse tree produced byPlSqlParser.package_obj_spec().The default implementation does nothing.
- Specified by:
exitPackage_obj_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProcedure_spec
public void enterProcedure_spec(PlSqlParser.Procedure_specContext ctx)
Enter a parse tree produced byPlSqlParser.procedure_spec().The default implementation does nothing.
- Specified by:
enterProcedure_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProcedure_spec
public void exitProcedure_spec(PlSqlParser.Procedure_specContext ctx)
Exit a parse tree produced byPlSqlParser.procedure_spec().The default implementation does nothing.
- Specified by:
exitProcedure_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_spec
public void enterFunction_spec(PlSqlParser.Function_specContext ctx)
Enter a parse tree produced byPlSqlParser.function_spec().The default implementation does nothing.
- Specified by:
enterFunction_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_spec
public void exitFunction_spec(PlSqlParser.Function_specContext ctx)
Exit a parse tree produced byPlSqlParser.function_spec().The default implementation does nothing.
- Specified by:
exitFunction_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPackage_obj_body
public void enterPackage_obj_body(PlSqlParser.Package_obj_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.package_obj_body().The default implementation does nothing.
- Specified by:
enterPackage_obj_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPackage_obj_body
public void exitPackage_obj_body(PlSqlParser.Package_obj_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.package_obj_body().The default implementation does nothing.
- Specified by:
exitPackage_obj_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_procedure
public void enterDrop_procedure(PlSqlParser.Drop_procedureContext ctx)
Enter a parse tree produced byPlSqlParser.drop_procedure().The default implementation does nothing.
- Specified by:
enterDrop_procedurein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_procedure
public void exitDrop_procedure(PlSqlParser.Drop_procedureContext ctx)
Exit a parse tree produced byPlSqlParser.drop_procedure().The default implementation does nothing.
- Specified by:
exitDrop_procedurein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_procedure
public void enterAlter_procedure(PlSqlParser.Alter_procedureContext ctx)
Enter a parse tree produced byPlSqlParser.alter_procedure().The default implementation does nothing.
- Specified by:
enterAlter_procedurein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_procedure
public void exitAlter_procedure(PlSqlParser.Alter_procedureContext ctx)
Exit a parse tree produced byPlSqlParser.alter_procedure().The default implementation does nothing.
- Specified by:
exitAlter_procedurein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_body
public void enterFunction_body(PlSqlParser.Function_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.function_body().The default implementation does nothing.
- Specified by:
enterFunction_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_body
public void exitFunction_body(PlSqlParser.Function_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.function_body().The default implementation does nothing.
- Specified by:
exitFunction_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProcedure_body
public void enterProcedure_body(PlSqlParser.Procedure_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.procedure_body().The default implementation does nothing.
- Specified by:
enterProcedure_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProcedure_body
public void exitProcedure_body(PlSqlParser.Procedure_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.procedure_body().The default implementation does nothing.
- Specified by:
exitProcedure_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_procedure_body
public void enterCreate_procedure_body(PlSqlParser.Create_procedure_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.create_procedure_body().The default implementation does nothing.
- Specified by:
enterCreate_procedure_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_procedure_body
public void exitCreate_procedure_body(PlSqlParser.Create_procedure_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.create_procedure_body().The default implementation does nothing.
- Specified by:
exitCreate_procedure_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_trigger
public void enterDrop_trigger(PlSqlParser.Drop_triggerContext ctx)
Enter a parse tree produced byPlSqlParser.drop_trigger().The default implementation does nothing.
- Specified by:
enterDrop_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_trigger
public void exitDrop_trigger(PlSqlParser.Drop_triggerContext ctx)
Exit a parse tree produced byPlSqlParser.drop_trigger().The default implementation does nothing.
- Specified by:
exitDrop_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_trigger
public void enterAlter_trigger(PlSqlParser.Alter_triggerContext ctx)
Enter a parse tree produced byPlSqlParser.alter_trigger().The default implementation does nothing.
- Specified by:
enterAlter_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_trigger
public void exitAlter_trigger(PlSqlParser.Alter_triggerContext ctx)
Exit a parse tree produced byPlSqlParser.alter_trigger().The default implementation does nothing.
- Specified by:
exitAlter_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_trigger
public void enterCreate_trigger(PlSqlParser.Create_triggerContext ctx)
Enter a parse tree produced byPlSqlParser.create_trigger().The default implementation does nothing.
- Specified by:
enterCreate_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_trigger
public void exitCreate_trigger(PlSqlParser.Create_triggerContext ctx)
Exit a parse tree produced byPlSqlParser.create_trigger().The default implementation does nothing.
- Specified by:
exitCreate_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTrigger_follows_clause
public void enterTrigger_follows_clause(PlSqlParser.Trigger_follows_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.trigger_follows_clause().The default implementation does nothing.
- Specified by:
enterTrigger_follows_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTrigger_follows_clause
public void exitTrigger_follows_clause(PlSqlParser.Trigger_follows_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.trigger_follows_clause().The default implementation does nothing.
- Specified by:
exitTrigger_follows_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTrigger_when_clause
public void enterTrigger_when_clause(PlSqlParser.Trigger_when_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.trigger_when_clause().The default implementation does nothing.
- Specified by:
enterTrigger_when_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTrigger_when_clause
public void exitTrigger_when_clause(PlSqlParser.Trigger_when_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.trigger_when_clause().The default implementation does nothing.
- Specified by:
exitTrigger_when_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSimple_dml_trigger
public void enterSimple_dml_trigger(PlSqlParser.Simple_dml_triggerContext ctx)
Enter a parse tree produced byPlSqlParser.simple_dml_trigger().The default implementation does nothing.
- Specified by:
enterSimple_dml_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSimple_dml_trigger
public void exitSimple_dml_trigger(PlSqlParser.Simple_dml_triggerContext ctx)
Exit a parse tree produced byPlSqlParser.simple_dml_trigger().The default implementation does nothing.
- Specified by:
exitSimple_dml_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFor_each_row
public void enterFor_each_row(PlSqlParser.For_each_rowContext ctx)
Enter a parse tree produced byPlSqlParser.for_each_row().The default implementation does nothing.
- Specified by:
enterFor_each_rowin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFor_each_row
public void exitFor_each_row(PlSqlParser.For_each_rowContext ctx)
Exit a parse tree produced byPlSqlParser.for_each_row().The default implementation does nothing.
- Specified by:
exitFor_each_rowin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCompound_dml_trigger
public void enterCompound_dml_trigger(PlSqlParser.Compound_dml_triggerContext ctx)
Enter a parse tree produced byPlSqlParser.compound_dml_trigger().The default implementation does nothing.
- Specified by:
enterCompound_dml_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCompound_dml_trigger
public void exitCompound_dml_trigger(PlSqlParser.Compound_dml_triggerContext ctx)
Exit a parse tree produced byPlSqlParser.compound_dml_trigger().The default implementation does nothing.
- Specified by:
exitCompound_dml_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNon_dml_trigger
public void enterNon_dml_trigger(PlSqlParser.Non_dml_triggerContext ctx)
Enter a parse tree produced byPlSqlParser.non_dml_trigger().The default implementation does nothing.
- Specified by:
enterNon_dml_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNon_dml_trigger
public void exitNon_dml_trigger(PlSqlParser.Non_dml_triggerContext ctx)
Exit a parse tree produced byPlSqlParser.non_dml_trigger().The default implementation does nothing.
- Specified by:
exitNon_dml_triggerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTrigger_body
public void enterTrigger_body(PlSqlParser.Trigger_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.trigger_body().The default implementation does nothing.
- Specified by:
enterTrigger_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTrigger_body
public void exitTrigger_body(PlSqlParser.Trigger_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.trigger_body().The default implementation does nothing.
- Specified by:
exitTrigger_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRoutine_clause
public void enterRoutine_clause(PlSqlParser.Routine_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.routine_clause().The default implementation does nothing.
- Specified by:
enterRoutine_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRoutine_clause
public void exitRoutine_clause(PlSqlParser.Routine_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.routine_clause().The default implementation does nothing.
- Specified by:
exitRoutine_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCompound_trigger_block
public void enterCompound_trigger_block(PlSqlParser.Compound_trigger_blockContext ctx)
Enter a parse tree produced byPlSqlParser.compound_trigger_block().The default implementation does nothing.
- Specified by:
enterCompound_trigger_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCompound_trigger_block
public void exitCompound_trigger_block(PlSqlParser.Compound_trigger_blockContext ctx)
Exit a parse tree produced byPlSqlParser.compound_trigger_block().The default implementation does nothing.
- Specified by:
exitCompound_trigger_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTiming_point_section
public void enterTiming_point_section(PlSqlParser.Timing_point_sectionContext ctx)
Enter a parse tree produced byPlSqlParser.timing_point_section().The default implementation does nothing.
- Specified by:
enterTiming_point_sectionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTiming_point_section
public void exitTiming_point_section(PlSqlParser.Timing_point_sectionContext ctx)
Exit a parse tree produced byPlSqlParser.timing_point_section().The default implementation does nothing.
- Specified by:
exitTiming_point_sectionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNon_dml_event
public void enterNon_dml_event(PlSqlParser.Non_dml_eventContext ctx)
Enter a parse tree produced byPlSqlParser.non_dml_event().The default implementation does nothing.
- Specified by:
enterNon_dml_eventin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNon_dml_event
public void exitNon_dml_event(PlSqlParser.Non_dml_eventContext ctx)
Exit a parse tree produced byPlSqlParser.non_dml_event().The default implementation does nothing.
- Specified by:
exitNon_dml_eventin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDml_event_clause
public void enterDml_event_clause(PlSqlParser.Dml_event_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.dml_event_clause().The default implementation does nothing.
- Specified by:
enterDml_event_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDml_event_clause
public void exitDml_event_clause(PlSqlParser.Dml_event_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.dml_event_clause().The default implementation does nothing.
- Specified by:
exitDml_event_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDml_event_element
public void enterDml_event_element(PlSqlParser.Dml_event_elementContext ctx)
Enter a parse tree produced byPlSqlParser.dml_event_element().The default implementation does nothing.
- Specified by:
enterDml_event_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDml_event_element
public void exitDml_event_element(PlSqlParser.Dml_event_elementContext ctx)
Exit a parse tree produced byPlSqlParser.dml_event_element().The default implementation does nothing.
- Specified by:
exitDml_event_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDml_event_nested_clause
public void enterDml_event_nested_clause(PlSqlParser.Dml_event_nested_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.dml_event_nested_clause().The default implementation does nothing.
- Specified by:
enterDml_event_nested_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDml_event_nested_clause
public void exitDml_event_nested_clause(PlSqlParser.Dml_event_nested_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.dml_event_nested_clause().The default implementation does nothing.
- Specified by:
exitDml_event_nested_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReferencing_clause
public void enterReferencing_clause(PlSqlParser.Referencing_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.referencing_clause().The default implementation does nothing.
- Specified by:
enterReferencing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReferencing_clause
public void exitReferencing_clause(PlSqlParser.Referencing_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.referencing_clause().The default implementation does nothing.
- Specified by:
exitReferencing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReferencing_element
public void enterReferencing_element(PlSqlParser.Referencing_elementContext ctx)
Enter a parse tree produced byPlSqlParser.referencing_element().The default implementation does nothing.
- Specified by:
enterReferencing_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReferencing_element
public void exitReferencing_element(PlSqlParser.Referencing_elementContext ctx)
Exit a parse tree produced byPlSqlParser.referencing_element().The default implementation does nothing.
- Specified by:
exitReferencing_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_type
public void enterDrop_type(PlSqlParser.Drop_typeContext ctx)
Enter a parse tree produced byPlSqlParser.drop_type().The default implementation does nothing.
- Specified by:
enterDrop_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_type
public void exitDrop_type(PlSqlParser.Drop_typeContext ctx)
Exit a parse tree produced byPlSqlParser.drop_type().The default implementation does nothing.
- Specified by:
exitDrop_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_type
public void enterAlter_type(PlSqlParser.Alter_typeContext ctx)
Enter a parse tree produced byPlSqlParser.alter_type().The default implementation does nothing.
- Specified by:
enterAlter_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_type
public void exitAlter_type(PlSqlParser.Alter_typeContext ctx)
Exit a parse tree produced byPlSqlParser.alter_type().The default implementation does nothing.
- Specified by:
exitAlter_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCompile_type_clause
public void enterCompile_type_clause(PlSqlParser.Compile_type_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.compile_type_clause().The default implementation does nothing.
- Specified by:
enterCompile_type_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCompile_type_clause
public void exitCompile_type_clause(PlSqlParser.Compile_type_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.compile_type_clause().The default implementation does nothing.
- Specified by:
exitCompile_type_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReplace_type_clause
public void enterReplace_type_clause(PlSqlParser.Replace_type_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.replace_type_clause().The default implementation does nothing.
- Specified by:
enterReplace_type_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReplace_type_clause
public void exitReplace_type_clause(PlSqlParser.Replace_type_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.replace_type_clause().The default implementation does nothing.
- Specified by:
exitReplace_type_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_method_spec
public void enterAlter_method_spec(PlSqlParser.Alter_method_specContext ctx)
Enter a parse tree produced byPlSqlParser.alter_method_spec().The default implementation does nothing.
- Specified by:
enterAlter_method_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_method_spec
public void exitAlter_method_spec(PlSqlParser.Alter_method_specContext ctx)
Exit a parse tree produced byPlSqlParser.alter_method_spec().The default implementation does nothing.
- Specified by:
exitAlter_method_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_method_element
public void enterAlter_method_element(PlSqlParser.Alter_method_elementContext ctx)
Enter a parse tree produced byPlSqlParser.alter_method_element().The default implementation does nothing.
- Specified by:
enterAlter_method_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_method_element
public void exitAlter_method_element(PlSqlParser.Alter_method_elementContext ctx)
Exit a parse tree produced byPlSqlParser.alter_method_element().The default implementation does nothing.
- Specified by:
exitAlter_method_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_attribute_definition
public void enterAlter_attribute_definition(PlSqlParser.Alter_attribute_definitionContext ctx)
Enter a parse tree produced byPlSqlParser.alter_attribute_definition().The default implementation does nothing.
- Specified by:
enterAlter_attribute_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_attribute_definition
public void exitAlter_attribute_definition(PlSqlParser.Alter_attribute_definitionContext ctx)
Exit a parse tree produced byPlSqlParser.alter_attribute_definition().The default implementation does nothing.
- Specified by:
exitAlter_attribute_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAttribute_definition
public void enterAttribute_definition(PlSqlParser.Attribute_definitionContext ctx)
Enter a parse tree produced byPlSqlParser.attribute_definition().The default implementation does nothing.
- Specified by:
enterAttribute_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAttribute_definition
public void exitAttribute_definition(PlSqlParser.Attribute_definitionContext ctx)
Exit a parse tree produced byPlSqlParser.attribute_definition().The default implementation does nothing.
- Specified by:
exitAttribute_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_collection_clauses
public void enterAlter_collection_clauses(PlSqlParser.Alter_collection_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.alter_collection_clauses().The default implementation does nothing.
- Specified by:
enterAlter_collection_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_collection_clauses
public void exitAlter_collection_clauses(PlSqlParser.Alter_collection_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.alter_collection_clauses().The default implementation does nothing.
- Specified by:
exitAlter_collection_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDependent_handling_clause
public void enterDependent_handling_clause(PlSqlParser.Dependent_handling_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.dependent_handling_clause().The default implementation does nothing.
- Specified by:
enterDependent_handling_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDependent_handling_clause
public void exitDependent_handling_clause(PlSqlParser.Dependent_handling_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.dependent_handling_clause().The default implementation does nothing.
- Specified by:
exitDependent_handling_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDependent_exceptions_part
public void enterDependent_exceptions_part(PlSqlParser.Dependent_exceptions_partContext ctx)
Enter a parse tree produced byPlSqlParser.dependent_exceptions_part().The default implementation does nothing.
- Specified by:
enterDependent_exceptions_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDependent_exceptions_part
public void exitDependent_exceptions_part(PlSqlParser.Dependent_exceptions_partContext ctx)
Exit a parse tree produced byPlSqlParser.dependent_exceptions_part().The default implementation does nothing.
- Specified by:
exitDependent_exceptions_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_type
public void enterCreate_type(PlSqlParser.Create_typeContext ctx)
Enter a parse tree produced byPlSqlParser.create_type().The default implementation does nothing.
- Specified by:
enterCreate_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_type
public void exitCreate_type(PlSqlParser.Create_typeContext ctx)
Exit a parse tree produced byPlSqlParser.create_type().The default implementation does nothing.
- Specified by:
exitCreate_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_definition
public void enterType_definition(PlSqlParser.Type_definitionContext ctx)
Enter a parse tree produced byPlSqlParser.type_definition().The default implementation does nothing.
- Specified by:
enterType_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_definition
public void exitType_definition(PlSqlParser.Type_definitionContext ctx)
Exit a parse tree produced byPlSqlParser.type_definition().The default implementation does nothing.
- Specified by:
exitType_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_type_def
public void enterObject_type_def(PlSqlParser.Object_type_defContext ctx)
Enter a parse tree produced byPlSqlParser.object_type_def().The default implementation does nothing.
- Specified by:
enterObject_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_type_def
public void exitObject_type_def(PlSqlParser.Object_type_defContext ctx)
Exit a parse tree produced byPlSqlParser.object_type_def().The default implementation does nothing.
- Specified by:
exitObject_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_as_part
public void enterObject_as_part(PlSqlParser.Object_as_partContext ctx)
Enter a parse tree produced byPlSqlParser.object_as_part().The default implementation does nothing.
- Specified by:
enterObject_as_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_as_part
public void exitObject_as_part(PlSqlParser.Object_as_partContext ctx)
Exit a parse tree produced byPlSqlParser.object_as_part().The default implementation does nothing.
- Specified by:
exitObject_as_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_under_part
public void enterObject_under_part(PlSqlParser.Object_under_partContext ctx)
Enter a parse tree produced byPlSqlParser.object_under_part().The default implementation does nothing.
- Specified by:
enterObject_under_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_under_part
public void exitObject_under_part(PlSqlParser.Object_under_partContext ctx)
Exit a parse tree produced byPlSqlParser.object_under_part().The default implementation does nothing.
- Specified by:
exitObject_under_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNested_table_type_def
public void enterNested_table_type_def(PlSqlParser.Nested_table_type_defContext ctx)
Enter a parse tree produced byPlSqlParser.nested_table_type_def().The default implementation does nothing.
- Specified by:
enterNested_table_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNested_table_type_def
public void exitNested_table_type_def(PlSqlParser.Nested_table_type_defContext ctx)
Exit a parse tree produced byPlSqlParser.nested_table_type_def().The default implementation does nothing.
- Specified by:
exitNested_table_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSqlj_object_type
public void enterSqlj_object_type(PlSqlParser.Sqlj_object_typeContext ctx)
Enter a parse tree produced byPlSqlParser.sqlj_object_type().The default implementation does nothing.
- Specified by:
enterSqlj_object_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSqlj_object_type
public void exitSqlj_object_type(PlSqlParser.Sqlj_object_typeContext ctx)
Exit a parse tree produced byPlSqlParser.sqlj_object_type().The default implementation does nothing.
- Specified by:
exitSqlj_object_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_body
public void enterType_body(PlSqlParser.Type_bodyContext ctx)
Enter a parse tree produced byPlSqlParser.type_body().The default implementation does nothing.
- Specified by:
enterType_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_body
public void exitType_body(PlSqlParser.Type_bodyContext ctx)
Exit a parse tree produced byPlSqlParser.type_body().The default implementation does nothing.
- Specified by:
exitType_bodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_body_elements
public void enterType_body_elements(PlSqlParser.Type_body_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.type_body_elements().The default implementation does nothing.
- Specified by:
enterType_body_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_body_elements
public void exitType_body_elements(PlSqlParser.Type_body_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.type_body_elements().The default implementation does nothing.
- Specified by:
exitType_body_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMap_order_func_declaration
public void enterMap_order_func_declaration(PlSqlParser.Map_order_func_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.map_order_func_declaration().The default implementation does nothing.
- Specified by:
enterMap_order_func_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMap_order_func_declaration
public void exitMap_order_func_declaration(PlSqlParser.Map_order_func_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.map_order_func_declaration().The default implementation does nothing.
- Specified by:
exitMap_order_func_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubprog_decl_in_type
public void enterSubprog_decl_in_type(PlSqlParser.Subprog_decl_in_typeContext ctx)
Enter a parse tree produced byPlSqlParser.subprog_decl_in_type().The default implementation does nothing.
- Specified by:
enterSubprog_decl_in_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubprog_decl_in_type
public void exitSubprog_decl_in_type(PlSqlParser.Subprog_decl_in_typeContext ctx)
Exit a parse tree produced byPlSqlParser.subprog_decl_in_type().The default implementation does nothing.
- Specified by:
exitSubprog_decl_in_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProc_decl_in_type
public void enterProc_decl_in_type(PlSqlParser.Proc_decl_in_typeContext ctx)
Enter a parse tree produced byPlSqlParser.proc_decl_in_type().The default implementation does nothing.
- Specified by:
enterProc_decl_in_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProc_decl_in_type
public void exitProc_decl_in_type(PlSqlParser.Proc_decl_in_typeContext ctx)
Exit a parse tree produced byPlSqlParser.proc_decl_in_type().The default implementation does nothing.
- Specified by:
exitProc_decl_in_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunc_decl_in_type
public void enterFunc_decl_in_type(PlSqlParser.Func_decl_in_typeContext ctx)
Enter a parse tree produced byPlSqlParser.func_decl_in_type().The default implementation does nothing.
- Specified by:
enterFunc_decl_in_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunc_decl_in_type
public void exitFunc_decl_in_type(PlSqlParser.Func_decl_in_typeContext ctx)
Exit a parse tree produced byPlSqlParser.func_decl_in_type().The default implementation does nothing.
- Specified by:
exitFunc_decl_in_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConstructor_declaration
public void enterConstructor_declaration(PlSqlParser.Constructor_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.constructor_declaration().The default implementation does nothing.
- Specified by:
enterConstructor_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConstructor_declaration
public void exitConstructor_declaration(PlSqlParser.Constructor_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.constructor_declaration().The default implementation does nothing.
- Specified by:
exitConstructor_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModifier_clause
public void enterModifier_clause(PlSqlParser.Modifier_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.modifier_clause().The default implementation does nothing.
- Specified by:
enterModifier_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModifier_clause
public void exitModifier_clause(PlSqlParser.Modifier_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.modifier_clause().The default implementation does nothing.
- Specified by:
exitModifier_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_member_spec
public void enterObject_member_spec(PlSqlParser.Object_member_specContext ctx)
Enter a parse tree produced byPlSqlParser.object_member_spec().The default implementation does nothing.
- Specified by:
enterObject_member_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_member_spec
public void exitObject_member_spec(PlSqlParser.Object_member_specContext ctx)
Exit a parse tree produced byPlSqlParser.object_member_spec().The default implementation does nothing.
- Specified by:
exitObject_member_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSqlj_object_type_attr
public void enterSqlj_object_type_attr(PlSqlParser.Sqlj_object_type_attrContext ctx)
Enter a parse tree produced byPlSqlParser.sqlj_object_type_attr().The default implementation does nothing.
- Specified by:
enterSqlj_object_type_attrin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSqlj_object_type_attr
public void exitSqlj_object_type_attr(PlSqlParser.Sqlj_object_type_attrContext ctx)
Exit a parse tree produced byPlSqlParser.sqlj_object_type_attr().The default implementation does nothing.
- Specified by:
exitSqlj_object_type_attrin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterElement_spec
public void enterElement_spec(PlSqlParser.Element_specContext ctx)
Enter a parse tree produced byPlSqlParser.element_spec().The default implementation does nothing.
- Specified by:
enterElement_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitElement_spec
public void exitElement_spec(PlSqlParser.Element_specContext ctx)
Exit a parse tree produced byPlSqlParser.element_spec().The default implementation does nothing.
- Specified by:
exitElement_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterElement_spec_options
public void enterElement_spec_options(PlSqlParser.Element_spec_optionsContext ctx)
Enter a parse tree produced byPlSqlParser.element_spec_options().The default implementation does nothing.
- Specified by:
enterElement_spec_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitElement_spec_options
public void exitElement_spec_options(PlSqlParser.Element_spec_optionsContext ctx)
Exit a parse tree produced byPlSqlParser.element_spec_options().The default implementation does nothing.
- Specified by:
exitElement_spec_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubprogram_spec
public void enterSubprogram_spec(PlSqlParser.Subprogram_specContext ctx)
Enter a parse tree produced byPlSqlParser.subprogram_spec().The default implementation does nothing.
- Specified by:
enterSubprogram_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubprogram_spec
public void exitSubprogram_spec(PlSqlParser.Subprogram_specContext ctx)
Exit a parse tree produced byPlSqlParser.subprogram_spec().The default implementation does nothing.
- Specified by:
exitSubprogram_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOverriding_subprogram_spec
public void enterOverriding_subprogram_spec(PlSqlParser.Overriding_subprogram_specContext ctx)
Enter a parse tree produced byPlSqlParser.overriding_subprogram_spec().The default implementation does nothing.
- Specified by:
enterOverriding_subprogram_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOverriding_subprogram_spec
public void exitOverriding_subprogram_spec(PlSqlParser.Overriding_subprogram_specContext ctx)
Exit a parse tree produced byPlSqlParser.overriding_subprogram_spec().The default implementation does nothing.
- Specified by:
exitOverriding_subprogram_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOverriding_function_spec
public void enterOverriding_function_spec(PlSqlParser.Overriding_function_specContext ctx)
Enter a parse tree produced byPlSqlParser.overriding_function_spec().The default implementation does nothing.
- Specified by:
enterOverriding_function_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOverriding_function_spec
public void exitOverriding_function_spec(PlSqlParser.Overriding_function_specContext ctx)
Exit a parse tree produced byPlSqlParser.overriding_function_spec().The default implementation does nothing.
- Specified by:
exitOverriding_function_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_procedure_spec
public void enterType_procedure_spec(PlSqlParser.Type_procedure_specContext ctx)
Enter a parse tree produced byPlSqlParser.type_procedure_spec().The default implementation does nothing.
- Specified by:
enterType_procedure_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_procedure_spec
public void exitType_procedure_spec(PlSqlParser.Type_procedure_specContext ctx)
Exit a parse tree produced byPlSqlParser.type_procedure_spec().The default implementation does nothing.
- Specified by:
exitType_procedure_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_function_spec
public void enterType_function_spec(PlSqlParser.Type_function_specContext ctx)
Enter a parse tree produced byPlSqlParser.type_function_spec().The default implementation does nothing.
- Specified by:
enterType_function_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_function_spec
public void exitType_function_spec(PlSqlParser.Type_function_specContext ctx)
Exit a parse tree produced byPlSqlParser.type_function_spec().The default implementation does nothing.
- Specified by:
exitType_function_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConstructor_spec
public void enterConstructor_spec(PlSqlParser.Constructor_specContext ctx)
Enter a parse tree produced byPlSqlParser.constructor_spec().The default implementation does nothing.
- Specified by:
enterConstructor_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConstructor_spec
public void exitConstructor_spec(PlSqlParser.Constructor_specContext ctx)
Exit a parse tree produced byPlSqlParser.constructor_spec().The default implementation does nothing.
- Specified by:
exitConstructor_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMap_order_function_spec
public void enterMap_order_function_spec(PlSqlParser.Map_order_function_specContext ctx)
Enter a parse tree produced byPlSqlParser.map_order_function_spec().The default implementation does nothing.
- Specified by:
enterMap_order_function_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMap_order_function_spec
public void exitMap_order_function_spec(PlSqlParser.Map_order_function_specContext ctx)
Exit a parse tree produced byPlSqlParser.map_order_function_spec().The default implementation does nothing.
- Specified by:
exitMap_order_function_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPragma_clause
public void enterPragma_clause(PlSqlParser.Pragma_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.pragma_clause().The default implementation does nothing.
- Specified by:
enterPragma_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPragma_clause
public void exitPragma_clause(PlSqlParser.Pragma_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.pragma_clause().The default implementation does nothing.
- Specified by:
exitPragma_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPragma_elements
public void enterPragma_elements(PlSqlParser.Pragma_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.pragma_elements().The default implementation does nothing.
- Specified by:
enterPragma_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPragma_elements
public void exitPragma_elements(PlSqlParser.Pragma_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.pragma_elements().The default implementation does nothing.
- Specified by:
exitPragma_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_elements_parameter
public void enterType_elements_parameter(PlSqlParser.Type_elements_parameterContext ctx)
Enter a parse tree produced byPlSqlParser.type_elements_parameter().The default implementation does nothing.
- Specified by:
enterType_elements_parameterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_elements_parameter
public void exitType_elements_parameter(PlSqlParser.Type_elements_parameterContext ctx)
Exit a parse tree produced byPlSqlParser.type_elements_parameter().The default implementation does nothing.
- Specified by:
exitType_elements_parameterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_sequence
public void enterDrop_sequence(PlSqlParser.Drop_sequenceContext ctx)
Enter a parse tree produced byPlSqlParser.drop_sequence().The default implementation does nothing.
- Specified by:
enterDrop_sequencein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_sequence
public void exitDrop_sequence(PlSqlParser.Drop_sequenceContext ctx)
Exit a parse tree produced byPlSqlParser.drop_sequence().The default implementation does nothing.
- Specified by:
exitDrop_sequencein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_sequence
public void enterAlter_sequence(PlSqlParser.Alter_sequenceContext ctx)
Enter a parse tree produced byPlSqlParser.alter_sequence().The default implementation does nothing.
- Specified by:
enterAlter_sequencein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_sequence
public void exitAlter_sequence(PlSqlParser.Alter_sequenceContext ctx)
Exit a parse tree produced byPlSqlParser.alter_sequence().The default implementation does nothing.
- Specified by:
exitAlter_sequencein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_session
public void enterAlter_session(PlSqlParser.Alter_sessionContext ctx)
Enter a parse tree produced byPlSqlParser.alter_session().The default implementation does nothing.
- Specified by:
enterAlter_sessionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_session
public void exitAlter_session(PlSqlParser.Alter_sessionContext ctx)
Exit a parse tree produced byPlSqlParser.alter_session().The default implementation does nothing.
- Specified by:
exitAlter_sessionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_session_set_clause
public void enterAlter_session_set_clause(PlSqlParser.Alter_session_set_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.alter_session_set_clause().The default implementation does nothing.
- Specified by:
enterAlter_session_set_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_session_set_clause
public void exitAlter_session_set_clause(PlSqlParser.Alter_session_set_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.alter_session_set_clause().The default implementation does nothing.
- Specified by:
exitAlter_session_set_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_sequence
public void enterCreate_sequence(PlSqlParser.Create_sequenceContext ctx)
Enter a parse tree produced byPlSqlParser.create_sequence().The default implementation does nothing.
- Specified by:
enterCreate_sequencein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_sequence
public void exitCreate_sequence(PlSqlParser.Create_sequenceContext ctx)
Exit a parse tree produced byPlSqlParser.create_sequence().The default implementation does nothing.
- Specified by:
exitCreate_sequencein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSequence_spec
public void enterSequence_spec(PlSqlParser.Sequence_specContext ctx)
Enter a parse tree produced byPlSqlParser.sequence_spec().The default implementation does nothing.
- Specified by:
enterSequence_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSequence_spec
public void exitSequence_spec(PlSqlParser.Sequence_specContext ctx)
Exit a parse tree produced byPlSqlParser.sequence_spec().The default implementation does nothing.
- Specified by:
exitSequence_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSequence_start_clause
public void enterSequence_start_clause(PlSqlParser.Sequence_start_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.sequence_start_clause().The default implementation does nothing.
- Specified by:
enterSequence_start_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSequence_start_clause
public void exitSequence_start_clause(PlSqlParser.Sequence_start_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.sequence_start_clause().The default implementation does nothing.
- Specified by:
exitSequence_start_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_index
public void enterCreate_index(PlSqlParser.Create_indexContext ctx)
Enter a parse tree produced byPlSqlParser.create_index().The default implementation does nothing.
- Specified by:
enterCreate_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_index
public void exitCreate_index(PlSqlParser.Create_indexContext ctx)
Exit a parse tree produced byPlSqlParser.create_index().The default implementation does nothing.
- Specified by:
exitCreate_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCluster_index_clause
public void enterCluster_index_clause(PlSqlParser.Cluster_index_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.cluster_index_clause().The default implementation does nothing.
- Specified by:
enterCluster_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCluster_index_clause
public void exitCluster_index_clause(PlSqlParser.Cluster_index_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.cluster_index_clause().The default implementation does nothing.
- Specified by:
exitCluster_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCluster_name
public void enterCluster_name(PlSqlParser.Cluster_nameContext ctx)
Enter a parse tree produced byPlSqlParser.cluster_name().The default implementation does nothing.
- Specified by:
enterCluster_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCluster_name
public void exitCluster_name(PlSqlParser.Cluster_nameContext ctx)
Exit a parse tree produced byPlSqlParser.cluster_name().The default implementation does nothing.
- Specified by:
exitCluster_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_index_clause
public void enterTable_index_clause(PlSqlParser.Table_index_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.table_index_clause().The default implementation does nothing.
- Specified by:
enterTable_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_index_clause
public void exitTable_index_clause(PlSqlParser.Table_index_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.table_index_clause().The default implementation does nothing.
- Specified by:
exitTable_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBitmap_join_index_clause
public void enterBitmap_join_index_clause(PlSqlParser.Bitmap_join_index_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.bitmap_join_index_clause().The default implementation does nothing.
- Specified by:
enterBitmap_join_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBitmap_join_index_clause
public void exitBitmap_join_index_clause(PlSqlParser.Bitmap_join_index_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.bitmap_join_index_clause().The default implementation does nothing.
- Specified by:
exitBitmap_join_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_expr
public void enterIndex_expr(PlSqlParser.Index_exprContext ctx)
Enter a parse tree produced byPlSqlParser.index_expr().The default implementation does nothing.
- Specified by:
enterIndex_exprin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_expr
public void exitIndex_expr(PlSqlParser.Index_exprContext ctx)
Exit a parse tree produced byPlSqlParser.index_expr().The default implementation does nothing.
- Specified by:
exitIndex_exprin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_properties
public void enterIndex_properties(PlSqlParser.Index_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.index_properties().The default implementation does nothing.
- Specified by:
enterIndex_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_properties
public void exitIndex_properties(PlSqlParser.Index_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.index_properties().The default implementation does nothing.
- Specified by:
exitIndex_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDomain_index_clause
public void enterDomain_index_clause(PlSqlParser.Domain_index_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.domain_index_clause().The default implementation does nothing.
- Specified by:
enterDomain_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDomain_index_clause
public void exitDomain_index_clause(PlSqlParser.Domain_index_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.domain_index_clause().The default implementation does nothing.
- Specified by:
exitDomain_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLocal_domain_index_clause
public void enterLocal_domain_index_clause(PlSqlParser.Local_domain_index_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.local_domain_index_clause().The default implementation does nothing.
- Specified by:
enterLocal_domain_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLocal_domain_index_clause
public void exitLocal_domain_index_clause(PlSqlParser.Local_domain_index_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.local_domain_index_clause().The default implementation does nothing.
- Specified by:
exitLocal_domain_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmlindex_clause
public void enterXmlindex_clause(PlSqlParser.Xmlindex_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.xmlindex_clause().The default implementation does nothing.
- Specified by:
enterXmlindex_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmlindex_clause
public void exitXmlindex_clause(PlSqlParser.Xmlindex_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.xmlindex_clause().The default implementation does nothing.
- Specified by:
exitXmlindex_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLocal_xmlindex_clause
public void enterLocal_xmlindex_clause(PlSqlParser.Local_xmlindex_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.local_xmlindex_clause().The default implementation does nothing.
- Specified by:
enterLocal_xmlindex_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLocal_xmlindex_clause
public void exitLocal_xmlindex_clause(PlSqlParser.Local_xmlindex_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.local_xmlindex_clause().The default implementation does nothing.
- Specified by:
exitLocal_xmlindex_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGlobal_partitioned_index
public void enterGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)
Enter a parse tree produced byPlSqlParser.global_partitioned_index().The default implementation does nothing.
- Specified by:
enterGlobal_partitioned_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGlobal_partitioned_index
public void exitGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)
Exit a parse tree produced byPlSqlParser.global_partitioned_index().The default implementation does nothing.
- Specified by:
exitGlobal_partitioned_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_partitioning_clause
public void enterIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.index_partitioning_clause().The default implementation does nothing.
- Specified by:
enterIndex_partitioning_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_partitioning_clause
public void exitIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.index_partitioning_clause().The default implementation does nothing.
- Specified by:
exitIndex_partitioning_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLocal_partitioned_index
public void enterLocal_partitioned_index(PlSqlParser.Local_partitioned_indexContext ctx)
Enter a parse tree produced byPlSqlParser.local_partitioned_index().The default implementation does nothing.
- Specified by:
enterLocal_partitioned_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLocal_partitioned_index
public void exitLocal_partitioned_index(PlSqlParser.Local_partitioned_indexContext ctx)
Exit a parse tree produced byPlSqlParser.local_partitioned_index().The default implementation does nothing.
- Specified by:
exitLocal_partitioned_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOn_range_partitioned_table
public void enterOn_range_partitioned_table(PlSqlParser.On_range_partitioned_tableContext ctx)
Enter a parse tree produced byPlSqlParser.on_range_partitioned_table().The default implementation does nothing.
- Specified by:
enterOn_range_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOn_range_partitioned_table
public void exitOn_range_partitioned_table(PlSqlParser.On_range_partitioned_tableContext ctx)
Exit a parse tree produced byPlSqlParser.on_range_partitioned_table().The default implementation does nothing.
- Specified by:
exitOn_range_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOn_list_partitioned_table
public void enterOn_list_partitioned_table(PlSqlParser.On_list_partitioned_tableContext ctx)
Enter a parse tree produced byPlSqlParser.on_list_partitioned_table().The default implementation does nothing.
- Specified by:
enterOn_list_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOn_list_partitioned_table
public void exitOn_list_partitioned_table(PlSqlParser.On_list_partitioned_tableContext ctx)
Exit a parse tree produced byPlSqlParser.on_list_partitioned_table().The default implementation does nothing.
- Specified by:
exitOn_list_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartitioned_table
public void enterPartitioned_table(PlSqlParser.Partitioned_tableContext ctx)
Enter a parse tree produced byPlSqlParser.partitioned_table().The default implementation does nothing.
- Specified by:
enterPartitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartitioned_table
public void exitPartitioned_table(PlSqlParser.Partitioned_tableContext ctx)
Exit a parse tree produced byPlSqlParser.partitioned_table().The default implementation does nothing.
- Specified by:
exitPartitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOn_hash_partitioned_table
public void enterOn_hash_partitioned_table(PlSqlParser.On_hash_partitioned_tableContext ctx)
Enter a parse tree produced byPlSqlParser.on_hash_partitioned_table().The default implementation does nothing.
- Specified by:
enterOn_hash_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOn_hash_partitioned_table
public void exitOn_hash_partitioned_table(PlSqlParser.On_hash_partitioned_tableContext ctx)
Exit a parse tree produced byPlSqlParser.on_hash_partitioned_table().The default implementation does nothing.
- Specified by:
exitOn_hash_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOn_hash_partitioned_clause
public void enterOn_hash_partitioned_clause(PlSqlParser.On_hash_partitioned_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.on_hash_partitioned_clause().The default implementation does nothing.
- Specified by:
enterOn_hash_partitioned_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOn_hash_partitioned_clause
public void exitOn_hash_partitioned_clause(PlSqlParser.On_hash_partitioned_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.on_hash_partitioned_clause().The default implementation does nothing.
- Specified by:
exitOn_hash_partitioned_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOn_comp_partitioned_table
public void enterOn_comp_partitioned_table(PlSqlParser.On_comp_partitioned_tableContext ctx)
Enter a parse tree produced byPlSqlParser.on_comp_partitioned_table().The default implementation does nothing.
- Specified by:
enterOn_comp_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOn_comp_partitioned_table
public void exitOn_comp_partitioned_table(PlSqlParser.On_comp_partitioned_tableContext ctx)
Exit a parse tree produced byPlSqlParser.on_comp_partitioned_table().The default implementation does nothing.
- Specified by:
exitOn_comp_partitioned_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOn_comp_partitioned_clause
public void enterOn_comp_partitioned_clause(PlSqlParser.On_comp_partitioned_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.on_comp_partitioned_clause().The default implementation does nothing.
- Specified by:
enterOn_comp_partitioned_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOn_comp_partitioned_clause
public void exitOn_comp_partitioned_clause(PlSqlParser.On_comp_partitioned_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.on_comp_partitioned_clause().The default implementation does nothing.
- Specified by:
exitOn_comp_partitioned_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_subpartition_clause
public void enterIndex_subpartition_clause(PlSqlParser.Index_subpartition_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.index_subpartition_clause().The default implementation does nothing.
- Specified by:
enterIndex_subpartition_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_subpartition_clause
public void exitIndex_subpartition_clause(PlSqlParser.Index_subpartition_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.index_subpartition_clause().The default implementation does nothing.
- Specified by:
exitIndex_subpartition_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_subpartition_subclause
public void enterIndex_subpartition_subclause(PlSqlParser.Index_subpartition_subclauseContext ctx)
Enter a parse tree produced byPlSqlParser.index_subpartition_subclause().The default implementation does nothing.
- Specified by:
enterIndex_subpartition_subclausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_subpartition_subclause
public void exitIndex_subpartition_subclause(PlSqlParser.Index_subpartition_subclauseContext ctx)
Exit a parse tree produced byPlSqlParser.index_subpartition_subclause().The default implementation does nothing.
- Specified by:
exitIndex_subpartition_subclausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOdci_parameters
public void enterOdci_parameters(PlSqlParser.Odci_parametersContext ctx)
Enter a parse tree produced byPlSqlParser.odci_parameters().The default implementation does nothing.
- Specified by:
enterOdci_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOdci_parameters
public void exitOdci_parameters(PlSqlParser.Odci_parametersContext ctx)
Exit a parse tree produced byPlSqlParser.odci_parameters().The default implementation does nothing.
- Specified by:
exitOdci_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndextype
public void enterIndextype(PlSqlParser.IndextypeContext ctx)
Enter a parse tree produced byPlSqlParser.indextype().The default implementation does nothing.
- Specified by:
enterIndextypein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndextype
public void exitIndextype(PlSqlParser.IndextypeContext ctx)
Exit a parse tree produced byPlSqlParser.indextype().The default implementation does nothing.
- Specified by:
exitIndextypein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_index
public void enterAlter_index(PlSqlParser.Alter_indexContext ctx)
Enter a parse tree produced byPlSqlParser.alter_index().The default implementation does nothing.
- Specified by:
enterAlter_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_index
public void exitAlter_index(PlSqlParser.Alter_indexContext ctx)
Exit a parse tree produced byPlSqlParser.alter_index().The default implementation does nothing.
- Specified by:
exitAlter_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_index_ops_set1
public void enterAlter_index_ops_set1(PlSqlParser.Alter_index_ops_set1Context ctx)
Enter a parse tree produced byPlSqlParser.alter_index_ops_set1().The default implementation does nothing.
- Specified by:
enterAlter_index_ops_set1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_index_ops_set1
public void exitAlter_index_ops_set1(PlSqlParser.Alter_index_ops_set1Context ctx)
Exit a parse tree produced byPlSqlParser.alter_index_ops_set1().The default implementation does nothing.
- Specified by:
exitAlter_index_ops_set1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_index_ops_set2
public void enterAlter_index_ops_set2(PlSqlParser.Alter_index_ops_set2Context ctx)
Enter a parse tree produced byPlSqlParser.alter_index_ops_set2().The default implementation does nothing.
- Specified by:
enterAlter_index_ops_set2in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_index_ops_set2
public void exitAlter_index_ops_set2(PlSqlParser.Alter_index_ops_set2Context ctx)
Exit a parse tree produced byPlSqlParser.alter_index_ops_set2().The default implementation does nothing.
- Specified by:
exitAlter_index_ops_set2in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVisible_or_invisible
public void enterVisible_or_invisible(PlSqlParser.Visible_or_invisibleContext ctx)
Enter a parse tree produced byPlSqlParser.visible_or_invisible().The default implementation does nothing.
- Specified by:
enterVisible_or_invisiblein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVisible_or_invisible
public void exitVisible_or_invisible(PlSqlParser.Visible_or_invisibleContext ctx)
Exit a parse tree produced byPlSqlParser.visible_or_invisible().The default implementation does nothing.
- Specified by:
exitVisible_or_invisiblein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMonitoring_nomonitoring
public void enterMonitoring_nomonitoring(PlSqlParser.Monitoring_nomonitoringContext ctx)
Enter a parse tree produced byPlSqlParser.monitoring_nomonitoring().The default implementation does nothing.
- Specified by:
enterMonitoring_nomonitoringin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMonitoring_nomonitoring
public void exitMonitoring_nomonitoring(PlSqlParser.Monitoring_nomonitoringContext ctx)
Exit a parse tree produced byPlSqlParser.monitoring_nomonitoring().The default implementation does nothing.
- Specified by:
exitMonitoring_nomonitoringin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRebuild_clause
public void enterRebuild_clause(PlSqlParser.Rebuild_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.rebuild_clause().The default implementation does nothing.
- Specified by:
enterRebuild_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRebuild_clause
public void exitRebuild_clause(PlSqlParser.Rebuild_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.rebuild_clause().The default implementation does nothing.
- Specified by:
exitRebuild_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_index_partitioning
public void enterAlter_index_partitioning(PlSqlParser.Alter_index_partitioningContext ctx)
Enter a parse tree produced byPlSqlParser.alter_index_partitioning().The default implementation does nothing.
- Specified by:
enterAlter_index_partitioningin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_index_partitioning
public void exitAlter_index_partitioning(PlSqlParser.Alter_index_partitioningContext ctx)
Exit a parse tree produced byPlSqlParser.alter_index_partitioning().The default implementation does nothing.
- Specified by:
exitAlter_index_partitioningin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_index_default_attrs
public void enterModify_index_default_attrs(PlSqlParser.Modify_index_default_attrsContext ctx)
Enter a parse tree produced byPlSqlParser.modify_index_default_attrs().The default implementation does nothing.
- Specified by:
enterModify_index_default_attrsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_index_default_attrs
public void exitModify_index_default_attrs(PlSqlParser.Modify_index_default_attrsContext ctx)
Exit a parse tree produced byPlSqlParser.modify_index_default_attrs().The default implementation does nothing.
- Specified by:
exitModify_index_default_attrsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_hash_index_partition
public void enterAdd_hash_index_partition(PlSqlParser.Add_hash_index_partitionContext ctx)
Enter a parse tree produced byPlSqlParser.add_hash_index_partition().The default implementation does nothing.
- Specified by:
enterAdd_hash_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_hash_index_partition
public void exitAdd_hash_index_partition(PlSqlParser.Add_hash_index_partitionContext ctx)
Exit a parse tree produced byPlSqlParser.add_hash_index_partition().The default implementation does nothing.
- Specified by:
exitAdd_hash_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCoalesce_index_partition
public void enterCoalesce_index_partition(PlSqlParser.Coalesce_index_partitionContext ctx)
Enter a parse tree produced byPlSqlParser.coalesce_index_partition().The default implementation does nothing.
- Specified by:
enterCoalesce_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCoalesce_index_partition
public void exitCoalesce_index_partition(PlSqlParser.Coalesce_index_partitionContext ctx)
Exit a parse tree produced byPlSqlParser.coalesce_index_partition().The default implementation does nothing.
- Specified by:
exitCoalesce_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_index_partition
public void enterModify_index_partition(PlSqlParser.Modify_index_partitionContext ctx)
Enter a parse tree produced byPlSqlParser.modify_index_partition().The default implementation does nothing.
- Specified by:
enterModify_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_index_partition
public void exitModify_index_partition(PlSqlParser.Modify_index_partitionContext ctx)
Exit a parse tree produced byPlSqlParser.modify_index_partition().The default implementation does nothing.
- Specified by:
exitModify_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_index_partitions_ops
public void enterModify_index_partitions_ops(PlSqlParser.Modify_index_partitions_opsContext ctx)
Enter a parse tree produced byPlSqlParser.modify_index_partitions_ops().The default implementation does nothing.
- Specified by:
enterModify_index_partitions_opsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_index_partitions_ops
public void exitModify_index_partitions_ops(PlSqlParser.Modify_index_partitions_opsContext ctx)
Exit a parse tree produced byPlSqlParser.modify_index_partitions_ops().The default implementation does nothing.
- Specified by:
exitModify_index_partitions_opsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRename_index_partition
public void enterRename_index_partition(PlSqlParser.Rename_index_partitionContext ctx)
Enter a parse tree produced byPlSqlParser.rename_index_partition().The default implementation does nothing.
- Specified by:
enterRename_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRename_index_partition
public void exitRename_index_partition(PlSqlParser.Rename_index_partitionContext ctx)
Exit a parse tree produced byPlSqlParser.rename_index_partition().The default implementation does nothing.
- Specified by:
exitRename_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_index_partition
public void enterDrop_index_partition(PlSqlParser.Drop_index_partitionContext ctx)
Enter a parse tree produced byPlSqlParser.drop_index_partition().The default implementation does nothing.
- Specified by:
enterDrop_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_index_partition
public void exitDrop_index_partition(PlSqlParser.Drop_index_partitionContext ctx)
Exit a parse tree produced byPlSqlParser.drop_index_partition().The default implementation does nothing.
- Specified by:
exitDrop_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSplit_index_partition
public void enterSplit_index_partition(PlSqlParser.Split_index_partitionContext ctx)
Enter a parse tree produced byPlSqlParser.split_index_partition().The default implementation does nothing.
- Specified by:
enterSplit_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSplit_index_partition
public void exitSplit_index_partition(PlSqlParser.Split_index_partitionContext ctx)
Exit a parse tree produced byPlSqlParser.split_index_partition().The default implementation does nothing.
- Specified by:
exitSplit_index_partitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_partition_description
public void enterIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)
Enter a parse tree produced byPlSqlParser.index_partition_description().The default implementation does nothing.
- Specified by:
enterIndex_partition_descriptionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_partition_description
public void exitIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)
Exit a parse tree produced byPlSqlParser.index_partition_description().The default implementation does nothing.
- Specified by:
exitIndex_partition_descriptionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_index_subpartition
public void enterModify_index_subpartition(PlSqlParser.Modify_index_subpartitionContext ctx)
Enter a parse tree produced byPlSqlParser.modify_index_subpartition().The default implementation does nothing.
- Specified by:
enterModify_index_subpartitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_index_subpartition
public void exitModify_index_subpartition(PlSqlParser.Modify_index_subpartitionContext ctx)
Exit a parse tree produced byPlSqlParser.modify_index_subpartition().The default implementation does nothing.
- Specified by:
exitModify_index_subpartitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartition_name_old
public void enterPartition_name_old(PlSqlParser.Partition_name_oldContext ctx)
Enter a parse tree produced byPlSqlParser.partition_name_old().The default implementation does nothing.
- Specified by:
enterPartition_name_oldin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartition_name_old
public void exitPartition_name_old(PlSqlParser.Partition_name_oldContext ctx)
Exit a parse tree produced byPlSqlParser.partition_name_old().The default implementation does nothing.
- Specified by:
exitPartition_name_oldin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNew_partition_name
public void enterNew_partition_name(PlSqlParser.New_partition_nameContext ctx)
Enter a parse tree produced byPlSqlParser.new_partition_name().The default implementation does nothing.
- Specified by:
enterNew_partition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNew_partition_name
public void exitNew_partition_name(PlSqlParser.New_partition_nameContext ctx)
Exit a parse tree produced byPlSqlParser.new_partition_name().The default implementation does nothing.
- Specified by:
exitNew_partition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNew_index_name
public void enterNew_index_name(PlSqlParser.New_index_nameContext ctx)
Enter a parse tree produced byPlSqlParser.new_index_name().The default implementation does nothing.
- Specified by:
enterNew_index_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNew_index_name
public void exitNew_index_name(PlSqlParser.New_index_nameContext ctx)
Exit a parse tree produced byPlSqlParser.new_index_name().The default implementation does nothing.
- Specified by:
exitNew_index_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_user
public void enterCreate_user(PlSqlParser.Create_userContext ctx)
Enter a parse tree produced byPlSqlParser.create_user().The default implementation does nothing.
- Specified by:
enterCreate_userin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_user
public void exitCreate_user(PlSqlParser.Create_userContext ctx)
Exit a parse tree produced byPlSqlParser.create_user().The default implementation does nothing.
- Specified by:
exitCreate_userin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_user
public void enterAlter_user(PlSqlParser.Alter_userContext ctx)
Enter a parse tree produced byPlSqlParser.alter_user().The default implementation does nothing.
- Specified by:
enterAlter_userin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_user
public void exitAlter_user(PlSqlParser.Alter_userContext ctx)
Exit a parse tree produced byPlSqlParser.alter_user().The default implementation does nothing.
- Specified by:
exitAlter_userin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_identified_by
public void enterAlter_identified_by(PlSqlParser.Alter_identified_byContext ctx)
Enter a parse tree produced byPlSqlParser.alter_identified_by().The default implementation does nothing.
- Specified by:
enterAlter_identified_byin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_identified_by
public void exitAlter_identified_by(PlSqlParser.Alter_identified_byContext ctx)
Exit a parse tree produced byPlSqlParser.alter_identified_by().The default implementation does nothing.
- Specified by:
exitAlter_identified_byin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIdentified_by
public void enterIdentified_by(PlSqlParser.Identified_byContext ctx)
Enter a parse tree produced byPlSqlParser.identified_by().The default implementation does nothing.
- Specified by:
enterIdentified_byin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIdentified_by
public void exitIdentified_by(PlSqlParser.Identified_byContext ctx)
Exit a parse tree produced byPlSqlParser.identified_by().The default implementation does nothing.
- Specified by:
exitIdentified_byin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIdentified_other_clause
public void enterIdentified_other_clause(PlSqlParser.Identified_other_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.identified_other_clause().The default implementation does nothing.
- Specified by:
enterIdentified_other_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIdentified_other_clause
public void exitIdentified_other_clause(PlSqlParser.Identified_other_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.identified_other_clause().The default implementation does nothing.
- Specified by:
exitIdentified_other_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUser_tablespace_clause
public void enterUser_tablespace_clause(PlSqlParser.User_tablespace_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.user_tablespace_clause().The default implementation does nothing.
- Specified by:
enterUser_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUser_tablespace_clause
public void exitUser_tablespace_clause(PlSqlParser.User_tablespace_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.user_tablespace_clause().The default implementation does nothing.
- Specified by:
exitUser_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterQuota_clause
public void enterQuota_clause(PlSqlParser.Quota_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.quota_clause().The default implementation does nothing.
- Specified by:
enterQuota_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitQuota_clause
public void exitQuota_clause(PlSqlParser.Quota_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.quota_clause().The default implementation does nothing.
- Specified by:
exitQuota_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProfile_clause
public void enterProfile_clause(PlSqlParser.Profile_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.profile_clause().The default implementation does nothing.
- Specified by:
enterProfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProfile_clause
public void exitProfile_clause(PlSqlParser.Profile_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.profile_clause().The default implementation does nothing.
- Specified by:
exitProfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRole_clause
public void enterRole_clause(PlSqlParser.Role_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.role_clause().The default implementation does nothing.
- Specified by:
enterRole_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRole_clause
public void exitRole_clause(PlSqlParser.Role_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.role_clause().The default implementation does nothing.
- Specified by:
exitRole_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUser_default_role_clause
public void enterUser_default_role_clause(PlSqlParser.User_default_role_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.user_default_role_clause().The default implementation does nothing.
- Specified by:
enterUser_default_role_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUser_default_role_clause
public void exitUser_default_role_clause(PlSqlParser.User_default_role_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.user_default_role_clause().The default implementation does nothing.
- Specified by:
exitUser_default_role_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPassword_expire_clause
public void enterPassword_expire_clause(PlSqlParser.Password_expire_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.password_expire_clause().The default implementation does nothing.
- Specified by:
enterPassword_expire_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPassword_expire_clause
public void exitPassword_expire_clause(PlSqlParser.Password_expire_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.password_expire_clause().The default implementation does nothing.
- Specified by:
exitPassword_expire_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUser_lock_clause
public void enterUser_lock_clause(PlSqlParser.User_lock_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.user_lock_clause().The default implementation does nothing.
- Specified by:
enterUser_lock_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUser_lock_clause
public void exitUser_lock_clause(PlSqlParser.User_lock_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.user_lock_clause().The default implementation does nothing.
- Specified by:
exitUser_lock_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUser_editions_clause
public void enterUser_editions_clause(PlSqlParser.User_editions_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.user_editions_clause().The default implementation does nothing.
- Specified by:
enterUser_editions_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUser_editions_clause
public void exitUser_editions_clause(PlSqlParser.User_editions_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.user_editions_clause().The default implementation does nothing.
- Specified by:
exitUser_editions_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_user_editions_clause
public void enterAlter_user_editions_clause(PlSqlParser.Alter_user_editions_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.alter_user_editions_clause().The default implementation does nothing.
- Specified by:
enterAlter_user_editions_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_user_editions_clause
public void exitAlter_user_editions_clause(PlSqlParser.Alter_user_editions_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.alter_user_editions_clause().The default implementation does nothing.
- Specified by:
exitAlter_user_editions_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProxy_clause
public void enterProxy_clause(PlSqlParser.Proxy_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.proxy_clause().The default implementation does nothing.
- Specified by:
enterProxy_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProxy_clause
public void exitProxy_clause(PlSqlParser.Proxy_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.proxy_clause().The default implementation does nothing.
- Specified by:
exitProxy_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterContainer_names
public void enterContainer_names(PlSqlParser.Container_namesContext ctx)
Enter a parse tree produced byPlSqlParser.container_names().The default implementation does nothing.
- Specified by:
enterContainer_namesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitContainer_names
public void exitContainer_names(PlSqlParser.Container_namesContext ctx)
Exit a parse tree produced byPlSqlParser.container_names().The default implementation does nothing.
- Specified by:
exitContainer_namesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSet_container_data
public void enterSet_container_data(PlSqlParser.Set_container_dataContext ctx)
Enter a parse tree produced byPlSqlParser.set_container_data().The default implementation does nothing.
- Specified by:
enterSet_container_datain interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSet_container_data
public void exitSet_container_data(PlSqlParser.Set_container_dataContext ctx)
Exit a parse tree produced byPlSqlParser.set_container_data().The default implementation does nothing.
- Specified by:
exitSet_container_datain interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_rem_container_data
public void enterAdd_rem_container_data(PlSqlParser.Add_rem_container_dataContext ctx)
Enter a parse tree produced byPlSqlParser.add_rem_container_data().The default implementation does nothing.
- Specified by:
enterAdd_rem_container_datain interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_rem_container_data
public void exitAdd_rem_container_data(PlSqlParser.Add_rem_container_dataContext ctx)
Exit a parse tree produced byPlSqlParser.add_rem_container_data().The default implementation does nothing.
- Specified by:
exitAdd_rem_container_datain interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterContainer_data_clause
public void enterContainer_data_clause(PlSqlParser.Container_data_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.container_data_clause().The default implementation does nothing.
- Specified by:
enterContainer_data_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitContainer_data_clause
public void exitContainer_data_clause(PlSqlParser.Container_data_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.container_data_clause().The default implementation does nothing.
- Specified by:
exitContainer_data_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAnalyze
public void enterAnalyze(PlSqlParser.AnalyzeContext ctx)
Enter a parse tree produced byPlSqlParser.analyze().The default implementation does nothing.
- Specified by:
enterAnalyzein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAnalyze
public void exitAnalyze(PlSqlParser.AnalyzeContext ctx)
Exit a parse tree produced byPlSqlParser.analyze().The default implementation does nothing.
- Specified by:
exitAnalyzein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartition_extention_clause
public void enterPartition_extention_clause(PlSqlParser.Partition_extention_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.partition_extention_clause().The default implementation does nothing.
- Specified by:
enterPartition_extention_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartition_extention_clause
public void exitPartition_extention_clause(PlSqlParser.Partition_extention_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.partition_extention_clause().The default implementation does nothing.
- Specified by:
exitPartition_extention_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterValidation_clauses
public void enterValidation_clauses(PlSqlParser.Validation_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.validation_clauses().The default implementation does nothing.
- Specified by:
enterValidation_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitValidation_clauses
public void exitValidation_clauses(PlSqlParser.Validation_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.validation_clauses().The default implementation does nothing.
- Specified by:
exitValidation_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOnline_or_offline
public void enterOnline_or_offline(PlSqlParser.Online_or_offlineContext ctx)
Enter a parse tree produced byPlSqlParser.online_or_offline().The default implementation does nothing.
- Specified by:
enterOnline_or_offlinein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOnline_or_offline
public void exitOnline_or_offline(PlSqlParser.Online_or_offlineContext ctx)
Exit a parse tree produced byPlSqlParser.online_or_offline().The default implementation does nothing.
- Specified by:
exitOnline_or_offlinein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInto_clause1
public void enterInto_clause1(PlSqlParser.Into_clause1Context ctx)
Enter a parse tree produced byPlSqlParser.into_clause1().The default implementation does nothing.
- Specified by:
enterInto_clause1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInto_clause1
public void exitInto_clause1(PlSqlParser.Into_clause1Context ctx)
Exit a parse tree produced byPlSqlParser.into_clause1().The default implementation does nothing.
- Specified by:
exitInto_clause1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartition_key_value
public void enterPartition_key_value(PlSqlParser.Partition_key_valueContext ctx)
Enter a parse tree produced byPlSqlParser.partition_key_value().The default implementation does nothing.
- Specified by:
enterPartition_key_valuein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartition_key_value
public void exitPartition_key_value(PlSqlParser.Partition_key_valueContext ctx)
Exit a parse tree produced byPlSqlParser.partition_key_value().The default implementation does nothing.
- Specified by:
exitPartition_key_valuein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubpartition_key_value
public void enterSubpartition_key_value(PlSqlParser.Subpartition_key_valueContext ctx)
Enter a parse tree produced byPlSqlParser.subpartition_key_value().The default implementation does nothing.
- Specified by:
enterSubpartition_key_valuein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubpartition_key_value
public void exitSubpartition_key_value(PlSqlParser.Subpartition_key_valueContext ctx)
Exit a parse tree produced byPlSqlParser.subpartition_key_value().The default implementation does nothing.
- Specified by:
exitSubpartition_key_valuein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAssociate_statistics
public void enterAssociate_statistics(PlSqlParser.Associate_statisticsContext ctx)
Enter a parse tree produced byPlSqlParser.associate_statistics().The default implementation does nothing.
- Specified by:
enterAssociate_statisticsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAssociate_statistics
public void exitAssociate_statistics(PlSqlParser.Associate_statisticsContext ctx)
Exit a parse tree produced byPlSqlParser.associate_statistics().The default implementation does nothing.
- Specified by:
exitAssociate_statisticsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_association
public void enterColumn_association(PlSqlParser.Column_associationContext ctx)
Enter a parse tree produced byPlSqlParser.column_association().The default implementation does nothing.
- Specified by:
enterColumn_associationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_association
public void exitColumn_association(PlSqlParser.Column_associationContext ctx)
Exit a parse tree produced byPlSqlParser.column_association().The default implementation does nothing.
- Specified by:
exitColumn_associationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_association
public void enterFunction_association(PlSqlParser.Function_associationContext ctx)
Enter a parse tree produced byPlSqlParser.function_association().The default implementation does nothing.
- Specified by:
enterFunction_associationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_association
public void exitFunction_association(PlSqlParser.Function_associationContext ctx)
Exit a parse tree produced byPlSqlParser.function_association().The default implementation does nothing.
- Specified by:
exitFunction_associationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndextype_name
public void enterIndextype_name(PlSqlParser.Indextype_nameContext ctx)
Enter a parse tree produced byPlSqlParser.indextype_name().The default implementation does nothing.
- Specified by:
enterIndextype_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndextype_name
public void exitIndextype_name(PlSqlParser.Indextype_nameContext ctx)
Exit a parse tree produced byPlSqlParser.indextype_name().The default implementation does nothing.
- Specified by:
exitIndextype_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUsing_statistics_type
public void enterUsing_statistics_type(PlSqlParser.Using_statistics_typeContext ctx)
Enter a parse tree produced byPlSqlParser.using_statistics_type().The default implementation does nothing.
- Specified by:
enterUsing_statistics_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUsing_statistics_type
public void exitUsing_statistics_type(PlSqlParser.Using_statistics_typeContext ctx)
Exit a parse tree produced byPlSqlParser.using_statistics_type().The default implementation does nothing.
- Specified by:
exitUsing_statistics_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStatistics_type_name
public void enterStatistics_type_name(PlSqlParser.Statistics_type_nameContext ctx)
Enter a parse tree produced byPlSqlParser.statistics_type_name().The default implementation does nothing.
- Specified by:
enterStatistics_type_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStatistics_type_name
public void exitStatistics_type_name(PlSqlParser.Statistics_type_nameContext ctx)
Exit a parse tree produced byPlSqlParser.statistics_type_name().The default implementation does nothing.
- Specified by:
exitStatistics_type_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDefault_cost_clause
public void enterDefault_cost_clause(PlSqlParser.Default_cost_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.default_cost_clause().The default implementation does nothing.
- Specified by:
enterDefault_cost_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDefault_cost_clause
public void exitDefault_cost_clause(PlSqlParser.Default_cost_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.default_cost_clause().The default implementation does nothing.
- Specified by:
exitDefault_cost_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCpu_cost
public void enterCpu_cost(PlSqlParser.Cpu_costContext ctx)
Enter a parse tree produced byPlSqlParser.cpu_cost().The default implementation does nothing.
- Specified by:
enterCpu_costin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCpu_cost
public void exitCpu_cost(PlSqlParser.Cpu_costContext ctx)
Exit a parse tree produced byPlSqlParser.cpu_cost().The default implementation does nothing.
- Specified by:
exitCpu_costin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIo_cost
public void enterIo_cost(PlSqlParser.Io_costContext ctx)
Enter a parse tree produced byPlSqlParser.io_cost().The default implementation does nothing.
- Specified by:
enterIo_costin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIo_cost
public void exitIo_cost(PlSqlParser.Io_costContext ctx)
Exit a parse tree produced byPlSqlParser.io_cost().The default implementation does nothing.
- Specified by:
exitIo_costin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNetwork_cost
public void enterNetwork_cost(PlSqlParser.Network_costContext ctx)
Enter a parse tree produced byPlSqlParser.network_cost().The default implementation does nothing.
- Specified by:
enterNetwork_costin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNetwork_cost
public void exitNetwork_cost(PlSqlParser.Network_costContext ctx)
Exit a parse tree produced byPlSqlParser.network_cost().The default implementation does nothing.
- Specified by:
exitNetwork_costin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDefault_selectivity_clause
public void enterDefault_selectivity_clause(PlSqlParser.Default_selectivity_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.default_selectivity_clause().The default implementation does nothing.
- Specified by:
enterDefault_selectivity_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDefault_selectivity_clause
public void exitDefault_selectivity_clause(PlSqlParser.Default_selectivity_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.default_selectivity_clause().The default implementation does nothing.
- Specified by:
exitDefault_selectivity_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDefault_selectivity
public void enterDefault_selectivity(PlSqlParser.Default_selectivityContext ctx)
Enter a parse tree produced byPlSqlParser.default_selectivity().The default implementation does nothing.
- Specified by:
enterDefault_selectivityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDefault_selectivity
public void exitDefault_selectivity(PlSqlParser.Default_selectivityContext ctx)
Exit a parse tree produced byPlSqlParser.default_selectivity().The default implementation does nothing.
- Specified by:
exitDefault_selectivityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStorage_table_clause
public void enterStorage_table_clause(PlSqlParser.Storage_table_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.storage_table_clause().The default implementation does nothing.
- Specified by:
enterStorage_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStorage_table_clause
public void exitStorage_table_clause(PlSqlParser.Storage_table_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.storage_table_clause().The default implementation does nothing.
- Specified by:
exitStorage_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnified_auditing
public void enterUnified_auditing(PlSqlParser.Unified_auditingContext ctx)
Enter a parse tree produced byPlSqlParser.unified_auditing().The default implementation does nothing.
- Specified by:
enterUnified_auditingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnified_auditing
public void exitUnified_auditing(PlSqlParser.Unified_auditingContext ctx)
Exit a parse tree produced byPlSqlParser.unified_auditing().The default implementation does nothing.
- Specified by:
exitUnified_auditingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPolicy_name
public void enterPolicy_name(PlSqlParser.Policy_nameContext ctx)
Enter a parse tree produced byPlSqlParser.policy_name().The default implementation does nothing.
- Specified by:
enterPolicy_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPolicy_name
public void exitPolicy_name(PlSqlParser.Policy_nameContext ctx)
Exit a parse tree produced byPlSqlParser.policy_name().The default implementation does nothing.
- Specified by:
exitPolicy_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAudit_traditional
public void enterAudit_traditional(PlSqlParser.Audit_traditionalContext ctx)
Enter a parse tree produced byPlSqlParser.audit_traditional().The default implementation does nothing.
- Specified by:
enterAudit_traditionalin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAudit_traditional
public void exitAudit_traditional(PlSqlParser.Audit_traditionalContext ctx)
Exit a parse tree produced byPlSqlParser.audit_traditional().The default implementation does nothing.
- Specified by:
exitAudit_traditionalin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAudit_direct_path
public void enterAudit_direct_path(PlSqlParser.Audit_direct_pathContext ctx)
Enter a parse tree produced byPlSqlParser.audit_direct_path().The default implementation does nothing.
- Specified by:
enterAudit_direct_pathin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAudit_direct_path
public void exitAudit_direct_path(PlSqlParser.Audit_direct_pathContext ctx)
Exit a parse tree produced byPlSqlParser.audit_direct_path().The default implementation does nothing.
- Specified by:
exitAudit_direct_pathin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAudit_container_clause
public void enterAudit_container_clause(PlSqlParser.Audit_container_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.audit_container_clause().The default implementation does nothing.
- Specified by:
enterAudit_container_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAudit_container_clause
public void exitAudit_container_clause(PlSqlParser.Audit_container_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.audit_container_clause().The default implementation does nothing.
- Specified by:
exitAudit_container_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAudit_operation_clause
public void enterAudit_operation_clause(PlSqlParser.Audit_operation_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.audit_operation_clause().The default implementation does nothing.
- Specified by:
enterAudit_operation_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAudit_operation_clause
public void exitAudit_operation_clause(PlSqlParser.Audit_operation_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.audit_operation_clause().The default implementation does nothing.
- Specified by:
exitAudit_operation_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAuditing_by_clause
public void enterAuditing_by_clause(PlSqlParser.Auditing_by_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.auditing_by_clause().The default implementation does nothing.
- Specified by:
enterAuditing_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAuditing_by_clause
public void exitAuditing_by_clause(PlSqlParser.Auditing_by_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.auditing_by_clause().The default implementation does nothing.
- Specified by:
exitAuditing_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAudit_user
public void enterAudit_user(PlSqlParser.Audit_userContext ctx)
Enter a parse tree produced byPlSqlParser.audit_user().The default implementation does nothing.
- Specified by:
enterAudit_userin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAudit_user
public void exitAudit_user(PlSqlParser.Audit_userContext ctx)
Exit a parse tree produced byPlSqlParser.audit_user().The default implementation does nothing.
- Specified by:
exitAudit_userin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAudit_schema_object_clause
public void enterAudit_schema_object_clause(PlSqlParser.Audit_schema_object_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.audit_schema_object_clause().The default implementation does nothing.
- Specified by:
enterAudit_schema_object_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAudit_schema_object_clause
public void exitAudit_schema_object_clause(PlSqlParser.Audit_schema_object_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.audit_schema_object_clause().The default implementation does nothing.
- Specified by:
exitAudit_schema_object_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSql_operation
public void enterSql_operation(PlSqlParser.Sql_operationContext ctx)
Enter a parse tree produced byPlSqlParser.sql_operation().The default implementation does nothing.
- Specified by:
enterSql_operationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSql_operation
public void exitSql_operation(PlSqlParser.Sql_operationContext ctx)
Exit a parse tree produced byPlSqlParser.sql_operation().The default implementation does nothing.
- Specified by:
exitSql_operationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAuditing_on_clause
public void enterAuditing_on_clause(PlSqlParser.Auditing_on_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.auditing_on_clause().The default implementation does nothing.
- Specified by:
enterAuditing_on_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAuditing_on_clause
public void exitAuditing_on_clause(PlSqlParser.Auditing_on_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.auditing_on_clause().The default implementation does nothing.
- Specified by:
exitAuditing_on_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_name
public void enterModel_name(PlSqlParser.Model_nameContext ctx)
Enter a parse tree produced byPlSqlParser.model_name().The default implementation does nothing.
- Specified by:
enterModel_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_name
public void exitModel_name(PlSqlParser.Model_nameContext ctx)
Exit a parse tree produced byPlSqlParser.model_name().The default implementation does nothing.
- Specified by:
exitModel_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_name
public void enterObject_name(PlSqlParser.Object_nameContext ctx)
Enter a parse tree produced byPlSqlParser.object_name().The default implementation does nothing.
- Specified by:
enterObject_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_name
public void exitObject_name(PlSqlParser.Object_nameContext ctx)
Exit a parse tree produced byPlSqlParser.object_name().The default implementation does nothing.
- Specified by:
exitObject_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProfile_name
public void enterProfile_name(PlSqlParser.Profile_nameContext ctx)
Enter a parse tree produced byPlSqlParser.profile_name().The default implementation does nothing.
- Specified by:
enterProfile_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProfile_name
public void exitProfile_name(PlSqlParser.Profile_nameContext ctx)
Exit a parse tree produced byPlSqlParser.profile_name().The default implementation does nothing.
- Specified by:
exitProfile_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSql_statement_shortcut
public void enterSql_statement_shortcut(PlSqlParser.Sql_statement_shortcutContext ctx)
Enter a parse tree produced byPlSqlParser.sql_statement_shortcut().The default implementation does nothing.
- Specified by:
enterSql_statement_shortcutin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSql_statement_shortcut
public void exitSql_statement_shortcut(PlSqlParser.Sql_statement_shortcutContext ctx)
Exit a parse tree produced byPlSqlParser.sql_statement_shortcut().The default implementation does nothing.
- Specified by:
exitSql_statement_shortcutin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_index
public void enterDrop_index(PlSqlParser.Drop_indexContext ctx)
Enter a parse tree produced byPlSqlParser.drop_index().The default implementation does nothing.
- Specified by:
enterDrop_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_index
public void exitDrop_index(PlSqlParser.Drop_indexContext ctx)
Exit a parse tree produced byPlSqlParser.drop_index().The default implementation does nothing.
- Specified by:
exitDrop_indexin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRename_object
public void enterRename_object(PlSqlParser.Rename_objectContext ctx)
Enter a parse tree produced byPlSqlParser.rename_object().The default implementation does nothing.
- Specified by:
enterRename_objectin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRename_object
public void exitRename_object(PlSqlParser.Rename_objectContext ctx)
Exit a parse tree produced byPlSqlParser.rename_object().The default implementation does nothing.
- Specified by:
exitRename_objectin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGrant_statement
public void enterGrant_statement(PlSqlParser.Grant_statementContext ctx)
Enter a parse tree produced byPlSqlParser.grant_statement().The default implementation does nothing.
- Specified by:
enterGrant_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGrant_statement
public void exitGrant_statement(PlSqlParser.Grant_statementContext ctx)
Exit a parse tree produced byPlSqlParser.grant_statement().The default implementation does nothing.
- Specified by:
exitGrant_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterContainer_clause
public void enterContainer_clause(PlSqlParser.Container_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.container_clause().The default implementation does nothing.
- Specified by:
enterContainer_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitContainer_clause
public void exitContainer_clause(PlSqlParser.Container_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.container_clause().The default implementation does nothing.
- Specified by:
exitContainer_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_directory
public void enterCreate_directory(PlSqlParser.Create_directoryContext ctx)
Enter a parse tree produced byPlSqlParser.create_directory().The default implementation does nothing.
- Specified by:
enterCreate_directoryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_directory
public void exitCreate_directory(PlSqlParser.Create_directoryContext ctx)
Exit a parse tree produced byPlSqlParser.create_directory().The default implementation does nothing.
- Specified by:
exitCreate_directoryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDirectory_name
public void enterDirectory_name(PlSqlParser.Directory_nameContext ctx)
Enter a parse tree produced byPlSqlParser.directory_name().The default implementation does nothing.
- Specified by:
enterDirectory_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDirectory_name
public void exitDirectory_name(PlSqlParser.Directory_nameContext ctx)
Exit a parse tree produced byPlSqlParser.directory_name().The default implementation does nothing.
- Specified by:
exitDirectory_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDirectory_path
public void enterDirectory_path(PlSqlParser.Directory_pathContext ctx)
Enter a parse tree produced byPlSqlParser.directory_path().The default implementation does nothing.
- Specified by:
enterDirectory_pathin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDirectory_path
public void exitDirectory_path(PlSqlParser.Directory_pathContext ctx)
Exit a parse tree produced byPlSqlParser.directory_path().The default implementation does nothing.
- Specified by:
exitDirectory_pathin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_library
public void enterAlter_library(PlSqlParser.Alter_libraryContext ctx)
Enter a parse tree produced byPlSqlParser.alter_library().The default implementation does nothing.
- Specified by:
enterAlter_libraryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_library
public void exitAlter_library(PlSqlParser.Alter_libraryContext ctx)
Exit a parse tree produced byPlSqlParser.alter_library().The default implementation does nothing.
- Specified by:
exitAlter_libraryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLibrary_editionable
public void enterLibrary_editionable(PlSqlParser.Library_editionableContext ctx)
Enter a parse tree produced byPlSqlParser.library_editionable().The default implementation does nothing.
- Specified by:
enterLibrary_editionablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLibrary_editionable
public void exitLibrary_editionable(PlSqlParser.Library_editionableContext ctx)
Exit a parse tree produced byPlSqlParser.library_editionable().The default implementation does nothing.
- Specified by:
exitLibrary_editionablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLibrary_debug
public void enterLibrary_debug(PlSqlParser.Library_debugContext ctx)
Enter a parse tree produced byPlSqlParser.library_debug().The default implementation does nothing.
- Specified by:
enterLibrary_debugin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLibrary_debug
public void exitLibrary_debug(PlSqlParser.Library_debugContext ctx)
Exit a parse tree produced byPlSqlParser.library_debug().The default implementation does nothing.
- Specified by:
exitLibrary_debugin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCompiler_parameters_clause
public void enterCompiler_parameters_clause(PlSqlParser.Compiler_parameters_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.compiler_parameters_clause().The default implementation does nothing.
- Specified by:
enterCompiler_parameters_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCompiler_parameters_clause
public void exitCompiler_parameters_clause(PlSqlParser.Compiler_parameters_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.compiler_parameters_clause().The default implementation does nothing.
- Specified by:
exitCompiler_parameters_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterParameter_value
public void enterParameter_value(PlSqlParser.Parameter_valueContext ctx)
Enter a parse tree produced byPlSqlParser.parameter_value().The default implementation does nothing.
- Specified by:
enterParameter_valuein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitParameter_value
public void exitParameter_value(PlSqlParser.Parameter_valueContext ctx)
Exit a parse tree produced byPlSqlParser.parameter_value().The default implementation does nothing.
- Specified by:
exitParameter_valuein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLibrary_name
public void enterLibrary_name(PlSqlParser.Library_nameContext ctx)
Enter a parse tree produced byPlSqlParser.library_name().The default implementation does nothing.
- Specified by:
enterLibrary_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLibrary_name
public void exitLibrary_name(PlSqlParser.Library_nameContext ctx)
Exit a parse tree produced byPlSqlParser.library_name().The default implementation does nothing.
- Specified by:
exitLibrary_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_view
public void enterAlter_view(PlSqlParser.Alter_viewContext ctx)
Enter a parse tree produced byPlSqlParser.alter_view().The default implementation does nothing.
- Specified by:
enterAlter_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_view
public void exitAlter_view(PlSqlParser.Alter_viewContext ctx)
Exit a parse tree produced byPlSqlParser.alter_view().The default implementation does nothing.
- Specified by:
exitAlter_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_view_editionable
public void enterAlter_view_editionable(PlSqlParser.Alter_view_editionableContext ctx)
Enter a parse tree produced byPlSqlParser.alter_view_editionable().The default implementation does nothing.
- Specified by:
enterAlter_view_editionablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_view_editionable
public void exitAlter_view_editionable(PlSqlParser.Alter_view_editionableContext ctx)
Exit a parse tree produced byPlSqlParser.alter_view_editionable().The default implementation does nothing.
- Specified by:
exitAlter_view_editionablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_view
public void enterCreate_view(PlSqlParser.Create_viewContext ctx)
Enter a parse tree produced byPlSqlParser.create_view().The default implementation does nothing.
- Specified by:
enterCreate_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_view
public void exitCreate_view(PlSqlParser.Create_viewContext ctx)
Exit a parse tree produced byPlSqlParser.create_view().The default implementation does nothing.
- Specified by:
exitCreate_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterView_options
public void enterView_options(PlSqlParser.View_optionsContext ctx)
Enter a parse tree produced byPlSqlParser.view_options().The default implementation does nothing.
- Specified by:
enterView_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitView_options
public void exitView_options(PlSqlParser.View_optionsContext ctx)
Exit a parse tree produced byPlSqlParser.view_options().The default implementation does nothing.
- Specified by:
exitView_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterView_alias_constraint
public void enterView_alias_constraint(PlSqlParser.View_alias_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.view_alias_constraint().The default implementation does nothing.
- Specified by:
enterView_alias_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitView_alias_constraint
public void exitView_alias_constraint(PlSqlParser.View_alias_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.view_alias_constraint().The default implementation does nothing.
- Specified by:
exitView_alias_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_view_clause
public void enterObject_view_clause(PlSqlParser.Object_view_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.object_view_clause().The default implementation does nothing.
- Specified by:
enterObject_view_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_view_clause
public void exitObject_view_clause(PlSqlParser.Object_view_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.object_view_clause().The default implementation does nothing.
- Specified by:
exitObject_view_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInline_constraint
public void enterInline_constraint(PlSqlParser.Inline_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.inline_constraint().The default implementation does nothing.
- Specified by:
enterInline_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInline_constraint
public void exitInline_constraint(PlSqlParser.Inline_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.inline_constraint().The default implementation does nothing.
- Specified by:
exitInline_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInline_ref_constraint
public void enterInline_ref_constraint(PlSqlParser.Inline_ref_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.inline_ref_constraint().The default implementation does nothing.
- Specified by:
enterInline_ref_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInline_ref_constraint
public void exitInline_ref_constraint(PlSqlParser.Inline_ref_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.inline_ref_constraint().The default implementation does nothing.
- Specified by:
exitInline_ref_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOut_of_line_ref_constraint
public void enterOut_of_line_ref_constraint(PlSqlParser.Out_of_line_ref_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.out_of_line_ref_constraint().The default implementation does nothing.
- Specified by:
enterOut_of_line_ref_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOut_of_line_ref_constraint
public void exitOut_of_line_ref_constraint(PlSqlParser.Out_of_line_ref_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.out_of_line_ref_constraint().The default implementation does nothing.
- Specified by:
exitOut_of_line_ref_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOut_of_line_constraint
public void enterOut_of_line_constraint(PlSqlParser.Out_of_line_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.out_of_line_constraint().The default implementation does nothing.
- Specified by:
enterOut_of_line_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOut_of_line_constraint
public void exitOut_of_line_constraint(PlSqlParser.Out_of_line_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.out_of_line_constraint().The default implementation does nothing.
- Specified by:
exitOut_of_line_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConstraint_state
public void enterConstraint_state(PlSqlParser.Constraint_stateContext ctx)
Enter a parse tree produced byPlSqlParser.constraint_state().The default implementation does nothing.
- Specified by:
enterConstraint_statein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConstraint_state
public void exitConstraint_state(PlSqlParser.Constraint_stateContext ctx)
Exit a parse tree produced byPlSqlParser.constraint_state().The default implementation does nothing.
- Specified by:
exitConstraint_statein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_tablespace
public void enterAlter_tablespace(PlSqlParser.Alter_tablespaceContext ctx)
Enter a parse tree produced byPlSqlParser.alter_tablespace().The default implementation does nothing.
- Specified by:
enterAlter_tablespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_tablespace
public void exitAlter_tablespace(PlSqlParser.Alter_tablespaceContext ctx)
Exit a parse tree produced byPlSqlParser.alter_tablespace().The default implementation does nothing.
- Specified by:
exitAlter_tablespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatafile_tempfile_clauses
public void enterDatafile_tempfile_clauses(PlSqlParser.Datafile_tempfile_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.datafile_tempfile_clauses().The default implementation does nothing.
- Specified by:
enterDatafile_tempfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatafile_tempfile_clauses
public void exitDatafile_tempfile_clauses(PlSqlParser.Datafile_tempfile_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.datafile_tempfile_clauses().The default implementation does nothing.
- Specified by:
exitDatafile_tempfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTablespace_logging_clauses
public void enterTablespace_logging_clauses(PlSqlParser.Tablespace_logging_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.tablespace_logging_clauses().The default implementation does nothing.
- Specified by:
enterTablespace_logging_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTablespace_logging_clauses
public void exitTablespace_logging_clauses(PlSqlParser.Tablespace_logging_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.tablespace_logging_clauses().The default implementation does nothing.
- Specified by:
exitTablespace_logging_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTablespace_group_clause
public void enterTablespace_group_clause(PlSqlParser.Tablespace_group_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.tablespace_group_clause().The default implementation does nothing.
- Specified by:
enterTablespace_group_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTablespace_group_clause
public void exitTablespace_group_clause(PlSqlParser.Tablespace_group_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.tablespace_group_clause().The default implementation does nothing.
- Specified by:
exitTablespace_group_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTablespace_group_name
public void enterTablespace_group_name(PlSqlParser.Tablespace_group_nameContext ctx)
Enter a parse tree produced byPlSqlParser.tablespace_group_name().The default implementation does nothing.
- Specified by:
enterTablespace_group_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTablespace_group_name
public void exitTablespace_group_name(PlSqlParser.Tablespace_group_nameContext ctx)
Exit a parse tree produced byPlSqlParser.tablespace_group_name().The default implementation does nothing.
- Specified by:
exitTablespace_group_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTablespace_state_clauses
public void enterTablespace_state_clauses(PlSqlParser.Tablespace_state_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.tablespace_state_clauses().The default implementation does nothing.
- Specified by:
enterTablespace_state_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTablespace_state_clauses
public void exitTablespace_state_clauses(PlSqlParser.Tablespace_state_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.tablespace_state_clauses().The default implementation does nothing.
- Specified by:
exitTablespace_state_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFlashback_mode_clause
public void enterFlashback_mode_clause(PlSqlParser.Flashback_mode_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.flashback_mode_clause().The default implementation does nothing.
- Specified by:
enterFlashback_mode_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFlashback_mode_clause
public void exitFlashback_mode_clause(PlSqlParser.Flashback_mode_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.flashback_mode_clause().The default implementation does nothing.
- Specified by:
exitFlashback_mode_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNew_tablespace_name
public void enterNew_tablespace_name(PlSqlParser.New_tablespace_nameContext ctx)
Enter a parse tree produced byPlSqlParser.new_tablespace_name().The default implementation does nothing.
- Specified by:
enterNew_tablespace_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNew_tablespace_name
public void exitNew_tablespace_name(PlSqlParser.New_tablespace_nameContext ctx)
Exit a parse tree produced byPlSqlParser.new_tablespace_name().The default implementation does nothing.
- Specified by:
exitNew_tablespace_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_tablespace
public void enterCreate_tablespace(PlSqlParser.Create_tablespaceContext ctx)
Enter a parse tree produced byPlSqlParser.create_tablespace().The default implementation does nothing.
- Specified by:
enterCreate_tablespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_tablespace
public void exitCreate_tablespace(PlSqlParser.Create_tablespaceContext ctx)
Exit a parse tree produced byPlSqlParser.create_tablespace().The default implementation does nothing.
- Specified by:
exitCreate_tablespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPermanent_tablespace_clause
public void enterPermanent_tablespace_clause(PlSqlParser.Permanent_tablespace_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.permanent_tablespace_clause().The default implementation does nothing.
- Specified by:
enterPermanent_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPermanent_tablespace_clause
public void exitPermanent_tablespace_clause(PlSqlParser.Permanent_tablespace_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.permanent_tablespace_clause().The default implementation does nothing.
- Specified by:
exitPermanent_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTablespace_encryption_spec
public void enterTablespace_encryption_spec(PlSqlParser.Tablespace_encryption_specContext ctx)
Enter a parse tree produced byPlSqlParser.tablespace_encryption_spec().The default implementation does nothing.
- Specified by:
enterTablespace_encryption_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTablespace_encryption_spec
public void exitTablespace_encryption_spec(PlSqlParser.Tablespace_encryption_specContext ctx)
Exit a parse tree produced byPlSqlParser.tablespace_encryption_spec().The default implementation does nothing.
- Specified by:
exitTablespace_encryption_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLogging_clause
public void enterLogging_clause(PlSqlParser.Logging_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.logging_clause().The default implementation does nothing.
- Specified by:
enterLogging_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLogging_clause
public void exitLogging_clause(PlSqlParser.Logging_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.logging_clause().The default implementation does nothing.
- Specified by:
exitLogging_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterExtent_management_clause
public void enterExtent_management_clause(PlSqlParser.Extent_management_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.extent_management_clause().The default implementation does nothing.
- Specified by:
enterExtent_management_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitExtent_management_clause
public void exitExtent_management_clause(PlSqlParser.Extent_management_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.extent_management_clause().The default implementation does nothing.
- Specified by:
exitExtent_management_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSegment_management_clause
public void enterSegment_management_clause(PlSqlParser.Segment_management_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.segment_management_clause().The default implementation does nothing.
- Specified by:
enterSegment_management_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSegment_management_clause
public void exitSegment_management_clause(PlSqlParser.Segment_management_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.segment_management_clause().The default implementation does nothing.
- Specified by:
exitSegment_management_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTemporary_tablespace_clause
public void enterTemporary_tablespace_clause(PlSqlParser.Temporary_tablespace_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.temporary_tablespace_clause().The default implementation does nothing.
- Specified by:
enterTemporary_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTemporary_tablespace_clause
public void exitTemporary_tablespace_clause(PlSqlParser.Temporary_tablespace_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.temporary_tablespace_clause().The default implementation does nothing.
- Specified by:
exitTemporary_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUndo_tablespace_clause
public void enterUndo_tablespace_clause(PlSqlParser.Undo_tablespace_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.undo_tablespace_clause().The default implementation does nothing.
- Specified by:
enterUndo_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUndo_tablespace_clause
public void exitUndo_tablespace_clause(PlSqlParser.Undo_tablespace_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.undo_tablespace_clause().The default implementation does nothing.
- Specified by:
exitUndo_tablespace_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTablespace_retention_clause
public void enterTablespace_retention_clause(PlSqlParser.Tablespace_retention_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.tablespace_retention_clause().The default implementation does nothing.
- Specified by:
enterTablespace_retention_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTablespace_retention_clause
public void exitTablespace_retention_clause(PlSqlParser.Tablespace_retention_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.tablespace_retention_clause().The default implementation does nothing.
- Specified by:
exitTablespace_retention_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatafile_specification
public void enterDatafile_specification(PlSqlParser.Datafile_specificationContext ctx)
Enter a parse tree produced byPlSqlParser.datafile_specification().The default implementation does nothing.
- Specified by:
enterDatafile_specificationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatafile_specification
public void exitDatafile_specification(PlSqlParser.Datafile_specificationContext ctx)
Exit a parse tree produced byPlSqlParser.datafile_specification().The default implementation does nothing.
- Specified by:
exitDatafile_specificationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTempfile_specification
public void enterTempfile_specification(PlSqlParser.Tempfile_specificationContext ctx)
Enter a parse tree produced byPlSqlParser.tempfile_specification().The default implementation does nothing.
- Specified by:
enterTempfile_specificationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTempfile_specification
public void exitTempfile_specification(PlSqlParser.Tempfile_specificationContext ctx)
Exit a parse tree produced byPlSqlParser.tempfile_specification().The default implementation does nothing.
- Specified by:
exitTempfile_specificationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatafile_tempfile_spec
public void enterDatafile_tempfile_spec(PlSqlParser.Datafile_tempfile_specContext ctx)
Enter a parse tree produced byPlSqlParser.datafile_tempfile_spec().The default implementation does nothing.
- Specified by:
enterDatafile_tempfile_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatafile_tempfile_spec
public void exitDatafile_tempfile_spec(PlSqlParser.Datafile_tempfile_specContext ctx)
Exit a parse tree produced byPlSqlParser.datafile_tempfile_spec().The default implementation does nothing.
- Specified by:
exitDatafile_tempfile_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRedo_log_file_spec
public void enterRedo_log_file_spec(PlSqlParser.Redo_log_file_specContext ctx)
Enter a parse tree produced byPlSqlParser.redo_log_file_spec().The default implementation does nothing.
- Specified by:
enterRedo_log_file_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRedo_log_file_spec
public void exitRedo_log_file_spec(PlSqlParser.Redo_log_file_specContext ctx)
Exit a parse tree produced byPlSqlParser.redo_log_file_spec().The default implementation does nothing.
- Specified by:
exitRedo_log_file_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAutoextend_clause
public void enterAutoextend_clause(PlSqlParser.Autoextend_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.autoextend_clause().The default implementation does nothing.
- Specified by:
enterAutoextend_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAutoextend_clause
public void exitAutoextend_clause(PlSqlParser.Autoextend_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.autoextend_clause().The default implementation does nothing.
- Specified by:
exitAutoextend_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMaxsize_clause
public void enterMaxsize_clause(PlSqlParser.Maxsize_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.maxsize_clause().The default implementation does nothing.
- Specified by:
enterMaxsize_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMaxsize_clause
public void exitMaxsize_clause(PlSqlParser.Maxsize_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.maxsize_clause().The default implementation does nothing.
- Specified by:
exitMaxsize_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBuild_clause
public void enterBuild_clause(PlSqlParser.Build_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.build_clause().The default implementation does nothing.
- Specified by:
enterBuild_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBuild_clause
public void exitBuild_clause(PlSqlParser.Build_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.build_clause().The default implementation does nothing.
- Specified by:
exitBuild_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterParallel_clause
public void enterParallel_clause(PlSqlParser.Parallel_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.parallel_clause().The default implementation does nothing.
- Specified by:
enterParallel_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitParallel_clause
public void exitParallel_clause(PlSqlParser.Parallel_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.parallel_clause().The default implementation does nothing.
- Specified by:
exitParallel_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_materialized_view
public void enterAlter_materialized_view(PlSqlParser.Alter_materialized_viewContext ctx)
Enter a parse tree produced byPlSqlParser.alter_materialized_view().The default implementation does nothing.
- Specified by:
enterAlter_materialized_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_materialized_view
public void exitAlter_materialized_view(PlSqlParser.Alter_materialized_viewContext ctx)
Exit a parse tree produced byPlSqlParser.alter_materialized_view().The default implementation does nothing.
- Specified by:
exitAlter_materialized_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_mv_option1
public void enterAlter_mv_option1(PlSqlParser.Alter_mv_option1Context ctx)
Enter a parse tree produced byPlSqlParser.alter_mv_option1().The default implementation does nothing.
- Specified by:
enterAlter_mv_option1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_mv_option1
public void exitAlter_mv_option1(PlSqlParser.Alter_mv_option1Context ctx)
Exit a parse tree produced byPlSqlParser.alter_mv_option1().The default implementation does nothing.
- Specified by:
exitAlter_mv_option1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_mv_refresh
public void enterAlter_mv_refresh(PlSqlParser.Alter_mv_refreshContext ctx)
Enter a parse tree produced byPlSqlParser.alter_mv_refresh().The default implementation does nothing.
- Specified by:
enterAlter_mv_refreshin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_mv_refresh
public void exitAlter_mv_refresh(PlSqlParser.Alter_mv_refreshContext ctx)
Exit a parse tree produced byPlSqlParser.alter_mv_refresh().The default implementation does nothing.
- Specified by:
exitAlter_mv_refreshin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRollback_segment
public void enterRollback_segment(PlSqlParser.Rollback_segmentContext ctx)
Enter a parse tree produced byPlSqlParser.rollback_segment().The default implementation does nothing.
- Specified by:
enterRollback_segmentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRollback_segment
public void exitRollback_segment(PlSqlParser.Rollback_segmentContext ctx)
Exit a parse tree produced byPlSqlParser.rollback_segment().The default implementation does nothing.
- Specified by:
exitRollback_segmentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_mv_column_clause
public void enterModify_mv_column_clause(PlSqlParser.Modify_mv_column_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.modify_mv_column_clause().The default implementation does nothing.
- Specified by:
enterModify_mv_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_mv_column_clause
public void exitModify_mv_column_clause(PlSqlParser.Modify_mv_column_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.modify_mv_column_clause().The default implementation does nothing.
- Specified by:
exitModify_mv_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_materialized_view_log
public void enterAlter_materialized_view_log(PlSqlParser.Alter_materialized_view_logContext ctx)
Enter a parse tree produced byPlSqlParser.alter_materialized_view_log().The default implementation does nothing.
- Specified by:
enterAlter_materialized_view_login interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_materialized_view_log
public void exitAlter_materialized_view_log(PlSqlParser.Alter_materialized_view_logContext ctx)
Exit a parse tree produced byPlSqlParser.alter_materialized_view_log().The default implementation does nothing.
- Specified by:
exitAlter_materialized_view_login interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_mv_log_column_clause
public void enterAdd_mv_log_column_clause(PlSqlParser.Add_mv_log_column_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.add_mv_log_column_clause().The default implementation does nothing.
- Specified by:
enterAdd_mv_log_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_mv_log_column_clause
public void exitAdd_mv_log_column_clause(PlSqlParser.Add_mv_log_column_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.add_mv_log_column_clause().The default implementation does nothing.
- Specified by:
exitAdd_mv_log_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMove_mv_log_clause
public void enterMove_mv_log_clause(PlSqlParser.Move_mv_log_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.move_mv_log_clause().The default implementation does nothing.
- Specified by:
enterMove_mv_log_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMove_mv_log_clause
public void exitMove_mv_log_clause(PlSqlParser.Move_mv_log_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.move_mv_log_clause().The default implementation does nothing.
- Specified by:
exitMove_mv_log_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMv_log_augmentation
public void enterMv_log_augmentation(PlSqlParser.Mv_log_augmentationContext ctx)
Enter a parse tree produced byPlSqlParser.mv_log_augmentation().The default implementation does nothing.
- Specified by:
enterMv_log_augmentationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMv_log_augmentation
public void exitMv_log_augmentation(PlSqlParser.Mv_log_augmentationContext ctx)
Exit a parse tree produced byPlSqlParser.mv_log_augmentation().The default implementation does nothing.
- Specified by:
exitMv_log_augmentationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatetime_expr
public void enterDatetime_expr(PlSqlParser.Datetime_exprContext ctx)
Enter a parse tree produced byPlSqlParser.datetime_expr().The default implementation does nothing.
- Specified by:
enterDatetime_exprin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatetime_expr
public void exitDatetime_expr(PlSqlParser.Datetime_exprContext ctx)
Exit a parse tree produced byPlSqlParser.datetime_expr().The default implementation does nothing.
- Specified by:
exitDatetime_exprin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInterval_expr
public void enterInterval_expr(PlSqlParser.Interval_exprContext ctx)
Enter a parse tree produced byPlSqlParser.interval_expr().The default implementation does nothing.
- Specified by:
enterInterval_exprin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInterval_expr
public void exitInterval_expr(PlSqlParser.Interval_exprContext ctx)
Exit a parse tree produced byPlSqlParser.interval_expr().The default implementation does nothing.
- Specified by:
exitInterval_exprin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSynchronous_or_asynchronous
public void enterSynchronous_or_asynchronous(PlSqlParser.Synchronous_or_asynchronousContext ctx)
Enter a parse tree produced byPlSqlParser.synchronous_or_asynchronous().The default implementation does nothing.
- Specified by:
enterSynchronous_or_asynchronousin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSynchronous_or_asynchronous
public void exitSynchronous_or_asynchronous(PlSqlParser.Synchronous_or_asynchronousContext ctx)
Exit a parse tree produced byPlSqlParser.synchronous_or_asynchronous().The default implementation does nothing.
- Specified by:
exitSynchronous_or_asynchronousin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIncluding_or_excluding
public void enterIncluding_or_excluding(PlSqlParser.Including_or_excludingContext ctx)
Enter a parse tree produced byPlSqlParser.including_or_excluding().The default implementation does nothing.
- Specified by:
enterIncluding_or_excludingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIncluding_or_excluding
public void exitIncluding_or_excluding(PlSqlParser.Including_or_excludingContext ctx)
Exit a parse tree produced byPlSqlParser.including_or_excluding().The default implementation does nothing.
- Specified by:
exitIncluding_or_excludingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_materialized_view_log
public void enterCreate_materialized_view_log(PlSqlParser.Create_materialized_view_logContext ctx)
Enter a parse tree produced byPlSqlParser.create_materialized_view_log().The default implementation does nothing.
- Specified by:
enterCreate_materialized_view_login interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_materialized_view_log
public void exitCreate_materialized_view_log(PlSqlParser.Create_materialized_view_logContext ctx)
Exit a parse tree produced byPlSqlParser.create_materialized_view_log().The default implementation does nothing.
- Specified by:
exitCreate_materialized_view_login interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNew_values_clause
public void enterNew_values_clause(PlSqlParser.New_values_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.new_values_clause().The default implementation does nothing.
- Specified by:
enterNew_values_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNew_values_clause
public void exitNew_values_clause(PlSqlParser.New_values_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.new_values_clause().The default implementation does nothing.
- Specified by:
exitNew_values_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMv_log_purge_clause
public void enterMv_log_purge_clause(PlSqlParser.Mv_log_purge_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.mv_log_purge_clause().The default implementation does nothing.
- Specified by:
enterMv_log_purge_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMv_log_purge_clause
public void exitMv_log_purge_clause(PlSqlParser.Mv_log_purge_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.mv_log_purge_clause().The default implementation does nothing.
- Specified by:
exitMv_log_purge_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_materialized_view
public void enterCreate_materialized_view(PlSqlParser.Create_materialized_viewContext ctx)
Enter a parse tree produced byPlSqlParser.create_materialized_view().The default implementation does nothing.
- Specified by:
enterCreate_materialized_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_materialized_view
public void exitCreate_materialized_view(PlSqlParser.Create_materialized_viewContext ctx)
Exit a parse tree produced byPlSqlParser.create_materialized_view().The default implementation does nothing.
- Specified by:
exitCreate_materialized_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_mv_refresh
public void enterCreate_mv_refresh(PlSqlParser.Create_mv_refreshContext ctx)
Enter a parse tree produced byPlSqlParser.create_mv_refresh().The default implementation does nothing.
- Specified by:
enterCreate_mv_refreshin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_mv_refresh
public void exitCreate_mv_refresh(PlSqlParser.Create_mv_refreshContext ctx)
Exit a parse tree produced byPlSqlParser.create_mv_refresh().The default implementation does nothing.
- Specified by:
exitCreate_mv_refreshin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_context
public void enterCreate_context(PlSqlParser.Create_contextContext ctx)
Enter a parse tree produced byPlSqlParser.create_context().The default implementation does nothing.
- Specified by:
enterCreate_contextin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_context
public void exitCreate_context(PlSqlParser.Create_contextContext ctx)
Exit a parse tree produced byPlSqlParser.create_context().The default implementation does nothing.
- Specified by:
exitCreate_contextin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOracle_namespace
public void enterOracle_namespace(PlSqlParser.Oracle_namespaceContext ctx)
Enter a parse tree produced byPlSqlParser.oracle_namespace().The default implementation does nothing.
- Specified by:
enterOracle_namespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOracle_namespace
public void exitOracle_namespace(PlSqlParser.Oracle_namespaceContext ctx)
Exit a parse tree produced byPlSqlParser.oracle_namespace().The default implementation does nothing.
- Specified by:
exitOracle_namespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_cluster
public void enterCreate_cluster(PlSqlParser.Create_clusterContext ctx)
Enter a parse tree produced byPlSqlParser.create_cluster().The default implementation does nothing.
- Specified by:
enterCreate_clusterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_cluster
public void exitCreate_cluster(PlSqlParser.Create_clusterContext ctx)
Exit a parse tree produced byPlSqlParser.create_cluster().The default implementation does nothing.
- Specified by:
exitCreate_clusterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_table
public void enterCreate_table(PlSqlParser.Create_tableContext ctx)
Enter a parse tree produced byPlSqlParser.create_table().The default implementation does nothing.
- Specified by:
enterCreate_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_table
public void exitCreate_table(PlSqlParser.Create_tableContext ctx)
Exit a parse tree produced byPlSqlParser.create_table().The default implementation does nothing.
- Specified by:
exitCreate_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmltype_table
public void enterXmltype_table(PlSqlParser.Xmltype_tableContext ctx)
Enter a parse tree produced byPlSqlParser.xmltype_table().The default implementation does nothing.
- Specified by:
enterXmltype_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmltype_table
public void exitXmltype_table(PlSqlParser.Xmltype_tableContext ctx)
Exit a parse tree produced byPlSqlParser.xmltype_table().The default implementation does nothing.
- Specified by:
exitXmltype_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmltype_virtual_columns
public void enterXmltype_virtual_columns(PlSqlParser.Xmltype_virtual_columnsContext ctx)
Enter a parse tree produced byPlSqlParser.xmltype_virtual_columns().The default implementation does nothing.
- Specified by:
enterXmltype_virtual_columnsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmltype_virtual_columns
public void exitXmltype_virtual_columns(PlSqlParser.Xmltype_virtual_columnsContext ctx)
Exit a parse tree produced byPlSqlParser.xmltype_virtual_columns().The default implementation does nothing.
- Specified by:
exitXmltype_virtual_columnsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmltype_column_properties
public void enterXmltype_column_properties(PlSqlParser.Xmltype_column_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.xmltype_column_properties().The default implementation does nothing.
- Specified by:
enterXmltype_column_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmltype_column_properties
public void exitXmltype_column_properties(PlSqlParser.Xmltype_column_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.xmltype_column_properties().The default implementation does nothing.
- Specified by:
exitXmltype_column_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmltype_storage
public void enterXmltype_storage(PlSqlParser.Xmltype_storageContext ctx)
Enter a parse tree produced byPlSqlParser.xmltype_storage().The default implementation does nothing.
- Specified by:
enterXmltype_storagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmltype_storage
public void exitXmltype_storage(PlSqlParser.Xmltype_storageContext ctx)
Exit a parse tree produced byPlSqlParser.xmltype_storage().The default implementation does nothing.
- Specified by:
exitXmltype_storagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmlschema_spec
public void enterXmlschema_spec(PlSqlParser.Xmlschema_specContext ctx)
Enter a parse tree produced byPlSqlParser.xmlschema_spec().The default implementation does nothing.
- Specified by:
enterXmlschema_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmlschema_spec
public void exitXmlschema_spec(PlSqlParser.Xmlschema_specContext ctx)
Exit a parse tree produced byPlSqlParser.xmlschema_spec().The default implementation does nothing.
- Specified by:
exitXmlschema_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_table
public void enterObject_table(PlSqlParser.Object_tableContext ctx)
Enter a parse tree produced byPlSqlParser.object_table().The default implementation does nothing.
- Specified by:
enterObject_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_table
public void exitObject_table(PlSqlParser.Object_tableContext ctx)
Exit a parse tree produced byPlSqlParser.object_table().The default implementation does nothing.
- Specified by:
exitObject_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOid_index_clause
public void enterOid_index_clause(PlSqlParser.Oid_index_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.oid_index_clause().The default implementation does nothing.
- Specified by:
enterOid_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOid_index_clause
public void exitOid_index_clause(PlSqlParser.Oid_index_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.oid_index_clause().The default implementation does nothing.
- Specified by:
exitOid_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOid_clause
public void enterOid_clause(PlSqlParser.Oid_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.oid_clause().The default implementation does nothing.
- Specified by:
enterOid_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOid_clause
public void exitOid_clause(PlSqlParser.Oid_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.oid_clause().The default implementation does nothing.
- Specified by:
exitOid_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_properties
public void enterObject_properties(PlSqlParser.Object_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.object_properties().The default implementation does nothing.
- Specified by:
enterObject_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_properties
public void exitObject_properties(PlSqlParser.Object_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.object_properties().The default implementation does nothing.
- Specified by:
exitObject_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_table_substitution
public void enterObject_table_substitution(PlSqlParser.Object_table_substitutionContext ctx)
Enter a parse tree produced byPlSqlParser.object_table_substitution().The default implementation does nothing.
- Specified by:
enterObject_table_substitutionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_table_substitution
public void exitObject_table_substitution(PlSqlParser.Object_table_substitutionContext ctx)
Exit a parse tree produced byPlSqlParser.object_table_substitution().The default implementation does nothing.
- Specified by:
exitObject_table_substitutionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRelational_table
public void enterRelational_table(PlSqlParser.Relational_tableContext ctx)
Enter a parse tree produced byPlSqlParser.relational_table().The default implementation does nothing.
- Specified by:
enterRelational_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRelational_table
public void exitRelational_table(PlSqlParser.Relational_tableContext ctx)
Exit a parse tree produced byPlSqlParser.relational_table().The default implementation does nothing.
- Specified by:
exitRelational_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRelational_property
public void enterRelational_property(PlSqlParser.Relational_propertyContext ctx)
Enter a parse tree produced byPlSqlParser.relational_property().The default implementation does nothing.
- Specified by:
enterRelational_propertyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRelational_property
public void exitRelational_property(PlSqlParser.Relational_propertyContext ctx)
Exit a parse tree produced byPlSqlParser.relational_property().The default implementation does nothing.
- Specified by:
exitRelational_propertyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_partitioning_clauses
public void enterTable_partitioning_clauses(PlSqlParser.Table_partitioning_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.table_partitioning_clauses().The default implementation does nothing.
- Specified by:
enterTable_partitioning_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_partitioning_clauses
public void exitTable_partitioning_clauses(PlSqlParser.Table_partitioning_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.table_partitioning_clauses().The default implementation does nothing.
- Specified by:
exitTable_partitioning_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRange_partitions
public void enterRange_partitions(PlSqlParser.Range_partitionsContext ctx)
Enter a parse tree produced byPlSqlParser.range_partitions().The default implementation does nothing.
- Specified by:
enterRange_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRange_partitions
public void exitRange_partitions(PlSqlParser.Range_partitionsContext ctx)
Exit a parse tree produced byPlSqlParser.range_partitions().The default implementation does nothing.
- Specified by:
exitRange_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterList_partitions
public void enterList_partitions(PlSqlParser.List_partitionsContext ctx)
Enter a parse tree produced byPlSqlParser.list_partitions().The default implementation does nothing.
- Specified by:
enterList_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitList_partitions
public void exitList_partitions(PlSqlParser.List_partitionsContext ctx)
Exit a parse tree produced byPlSqlParser.list_partitions().The default implementation does nothing.
- Specified by:
exitList_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterHash_partitions
public void enterHash_partitions(PlSqlParser.Hash_partitionsContext ctx)
Enter a parse tree produced byPlSqlParser.hash_partitions().The default implementation does nothing.
- Specified by:
enterHash_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitHash_partitions
public void exitHash_partitions(PlSqlParser.Hash_partitionsContext ctx)
Exit a parse tree produced byPlSqlParser.hash_partitions().The default implementation does nothing.
- Specified by:
exitHash_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndividual_hash_partitions
public void enterIndividual_hash_partitions(PlSqlParser.Individual_hash_partitionsContext ctx)
Enter a parse tree produced byPlSqlParser.individual_hash_partitions().The default implementation does nothing.
- Specified by:
enterIndividual_hash_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndividual_hash_partitions
public void exitIndividual_hash_partitions(PlSqlParser.Individual_hash_partitionsContext ctx)
Exit a parse tree produced byPlSqlParser.individual_hash_partitions().The default implementation does nothing.
- Specified by:
exitIndividual_hash_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterHash_partitions_by_quantity
public void enterHash_partitions_by_quantity(PlSqlParser.Hash_partitions_by_quantityContext ctx)
Enter a parse tree produced byPlSqlParser.hash_partitions_by_quantity().The default implementation does nothing.
- Specified by:
enterHash_partitions_by_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitHash_partitions_by_quantity
public void exitHash_partitions_by_quantity(PlSqlParser.Hash_partitions_by_quantityContext ctx)
Exit a parse tree produced byPlSqlParser.hash_partitions_by_quantity().The default implementation does nothing.
- Specified by:
exitHash_partitions_by_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterHash_partition_quantity
public void enterHash_partition_quantity(PlSqlParser.Hash_partition_quantityContext ctx)
Enter a parse tree produced byPlSqlParser.hash_partition_quantity().The default implementation does nothing.
- Specified by:
enterHash_partition_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitHash_partition_quantity
public void exitHash_partition_quantity(PlSqlParser.Hash_partition_quantityContext ctx)
Exit a parse tree produced byPlSqlParser.hash_partition_quantity().The default implementation does nothing.
- Specified by:
exitHash_partition_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterComposite_range_partitions
public void enterComposite_range_partitions(PlSqlParser.Composite_range_partitionsContext ctx)
Enter a parse tree produced byPlSqlParser.composite_range_partitions().The default implementation does nothing.
- Specified by:
enterComposite_range_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitComposite_range_partitions
public void exitComposite_range_partitions(PlSqlParser.Composite_range_partitionsContext ctx)
Exit a parse tree produced byPlSqlParser.composite_range_partitions().The default implementation does nothing.
- Specified by:
exitComposite_range_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterComposite_list_partitions
public void enterComposite_list_partitions(PlSqlParser.Composite_list_partitionsContext ctx)
Enter a parse tree produced byPlSqlParser.composite_list_partitions().The default implementation does nothing.
- Specified by:
enterComposite_list_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitComposite_list_partitions
public void exitComposite_list_partitions(PlSqlParser.Composite_list_partitionsContext ctx)
Exit a parse tree produced byPlSqlParser.composite_list_partitions().The default implementation does nothing.
- Specified by:
exitComposite_list_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterComposite_hash_partitions
public void enterComposite_hash_partitions(PlSqlParser.Composite_hash_partitionsContext ctx)
Enter a parse tree produced byPlSqlParser.composite_hash_partitions().The default implementation does nothing.
- Specified by:
enterComposite_hash_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitComposite_hash_partitions
public void exitComposite_hash_partitions(PlSqlParser.Composite_hash_partitionsContext ctx)
Exit a parse tree produced byPlSqlParser.composite_hash_partitions().The default implementation does nothing.
- Specified by:
exitComposite_hash_partitionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReference_partitioning
public void enterReference_partitioning(PlSqlParser.Reference_partitioningContext ctx)
Enter a parse tree produced byPlSqlParser.reference_partitioning().The default implementation does nothing.
- Specified by:
enterReference_partitioningin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReference_partitioning
public void exitReference_partitioning(PlSqlParser.Reference_partitioningContext ctx)
Exit a parse tree produced byPlSqlParser.reference_partitioning().The default implementation does nothing.
- Specified by:
exitReference_partitioningin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReference_partition_desc
public void enterReference_partition_desc(PlSqlParser.Reference_partition_descContext ctx)
Enter a parse tree produced byPlSqlParser.reference_partition_desc().The default implementation does nothing.
- Specified by:
enterReference_partition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReference_partition_desc
public void exitReference_partition_desc(PlSqlParser.Reference_partition_descContext ctx)
Exit a parse tree produced byPlSqlParser.reference_partition_desc().The default implementation does nothing.
- Specified by:
exitReference_partition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSystem_partitioning
public void enterSystem_partitioning(PlSqlParser.System_partitioningContext ctx)
Enter a parse tree produced byPlSqlParser.system_partitioning().The default implementation does nothing.
- Specified by:
enterSystem_partitioningin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSystem_partitioning
public void exitSystem_partitioning(PlSqlParser.System_partitioningContext ctx)
Exit a parse tree produced byPlSqlParser.system_partitioning().The default implementation does nothing.
- Specified by:
exitSystem_partitioningin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRange_partition_desc
public void enterRange_partition_desc(PlSqlParser.Range_partition_descContext ctx)
Enter a parse tree produced byPlSqlParser.range_partition_desc().The default implementation does nothing.
- Specified by:
enterRange_partition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRange_partition_desc
public void exitRange_partition_desc(PlSqlParser.Range_partition_descContext ctx)
Exit a parse tree produced byPlSqlParser.range_partition_desc().The default implementation does nothing.
- Specified by:
exitRange_partition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterList_partition_desc
public void enterList_partition_desc(PlSqlParser.List_partition_descContext ctx)
Enter a parse tree produced byPlSqlParser.list_partition_desc().The default implementation does nothing.
- Specified by:
enterList_partition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitList_partition_desc
public void exitList_partition_desc(PlSqlParser.List_partition_descContext ctx)
Exit a parse tree produced byPlSqlParser.list_partition_desc().The default implementation does nothing.
- Specified by:
exitList_partition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubpartition_template
public void enterSubpartition_template(PlSqlParser.Subpartition_templateContext ctx)
Enter a parse tree produced byPlSqlParser.subpartition_template().The default implementation does nothing.
- Specified by:
enterSubpartition_templatein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubpartition_template
public void exitSubpartition_template(PlSqlParser.Subpartition_templateContext ctx)
Exit a parse tree produced byPlSqlParser.subpartition_template().The default implementation does nothing.
- Specified by:
exitSubpartition_templatein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterHash_subpartition_quantity
public void enterHash_subpartition_quantity(PlSqlParser.Hash_subpartition_quantityContext ctx)
Enter a parse tree produced byPlSqlParser.hash_subpartition_quantity().The default implementation does nothing.
- Specified by:
enterHash_subpartition_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitHash_subpartition_quantity
public void exitHash_subpartition_quantity(PlSqlParser.Hash_subpartition_quantityContext ctx)
Exit a parse tree produced byPlSqlParser.hash_subpartition_quantity().The default implementation does nothing.
- Specified by:
exitHash_subpartition_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubpartition_by_range
public void enterSubpartition_by_range(PlSqlParser.Subpartition_by_rangeContext ctx)
Enter a parse tree produced byPlSqlParser.subpartition_by_range().The default implementation does nothing.
- Specified by:
enterSubpartition_by_rangein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubpartition_by_range
public void exitSubpartition_by_range(PlSqlParser.Subpartition_by_rangeContext ctx)
Exit a parse tree produced byPlSqlParser.subpartition_by_range().The default implementation does nothing.
- Specified by:
exitSubpartition_by_rangein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubpartition_by_list
public void enterSubpartition_by_list(PlSqlParser.Subpartition_by_listContext ctx)
Enter a parse tree produced byPlSqlParser.subpartition_by_list().The default implementation does nothing.
- Specified by:
enterSubpartition_by_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubpartition_by_list
public void exitSubpartition_by_list(PlSqlParser.Subpartition_by_listContext ctx)
Exit a parse tree produced byPlSqlParser.subpartition_by_list().The default implementation does nothing.
- Specified by:
exitSubpartition_by_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubpartition_by_hash
public void enterSubpartition_by_hash(PlSqlParser.Subpartition_by_hashContext ctx)
Enter a parse tree produced byPlSqlParser.subpartition_by_hash().The default implementation does nothing.
- Specified by:
enterSubpartition_by_hashin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubpartition_by_hash
public void exitSubpartition_by_hash(PlSqlParser.Subpartition_by_hashContext ctx)
Exit a parse tree produced byPlSqlParser.subpartition_by_hash().The default implementation does nothing.
- Specified by:
exitSubpartition_by_hashin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubpartition_name
public void enterSubpartition_name(PlSqlParser.Subpartition_nameContext ctx)
Enter a parse tree produced byPlSqlParser.subpartition_name().The default implementation does nothing.
- Specified by:
enterSubpartition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubpartition_name
public void exitSubpartition_name(PlSqlParser.Subpartition_nameContext ctx)
Exit a parse tree produced byPlSqlParser.subpartition_name().The default implementation does nothing.
- Specified by:
exitSubpartition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRange_subpartition_desc
public void enterRange_subpartition_desc(PlSqlParser.Range_subpartition_descContext ctx)
Enter a parse tree produced byPlSqlParser.range_subpartition_desc().The default implementation does nothing.
- Specified by:
enterRange_subpartition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRange_subpartition_desc
public void exitRange_subpartition_desc(PlSqlParser.Range_subpartition_descContext ctx)
Exit a parse tree produced byPlSqlParser.range_subpartition_desc().The default implementation does nothing.
- Specified by:
exitRange_subpartition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterList_subpartition_desc
public void enterList_subpartition_desc(PlSqlParser.List_subpartition_descContext ctx)
Enter a parse tree produced byPlSqlParser.list_subpartition_desc().The default implementation does nothing.
- Specified by:
enterList_subpartition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitList_subpartition_desc
public void exitList_subpartition_desc(PlSqlParser.List_subpartition_descContext ctx)
Exit a parse tree produced byPlSqlParser.list_subpartition_desc().The default implementation does nothing.
- Specified by:
exitList_subpartition_descin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndividual_hash_subparts
public void enterIndividual_hash_subparts(PlSqlParser.Individual_hash_subpartsContext ctx)
Enter a parse tree produced byPlSqlParser.individual_hash_subparts().The default implementation does nothing.
- Specified by:
enterIndividual_hash_subpartsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndividual_hash_subparts
public void exitIndividual_hash_subparts(PlSqlParser.Individual_hash_subpartsContext ctx)
Exit a parse tree produced byPlSqlParser.individual_hash_subparts().The default implementation does nothing.
- Specified by:
exitIndividual_hash_subpartsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterHash_subparts_by_quantity
public void enterHash_subparts_by_quantity(PlSqlParser.Hash_subparts_by_quantityContext ctx)
Enter a parse tree produced byPlSqlParser.hash_subparts_by_quantity().The default implementation does nothing.
- Specified by:
enterHash_subparts_by_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitHash_subparts_by_quantity
public void exitHash_subparts_by_quantity(PlSqlParser.Hash_subparts_by_quantityContext ctx)
Exit a parse tree produced byPlSqlParser.hash_subparts_by_quantity().The default implementation does nothing.
- Specified by:
exitHash_subparts_by_quantityin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRange_values_clause
public void enterRange_values_clause(PlSqlParser.Range_values_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.range_values_clause().The default implementation does nothing.
- Specified by:
enterRange_values_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRange_values_clause
public void exitRange_values_clause(PlSqlParser.Range_values_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.range_values_clause().The default implementation does nothing.
- Specified by:
exitRange_values_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterList_values_clause
public void enterList_values_clause(PlSqlParser.List_values_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.list_values_clause().The default implementation does nothing.
- Specified by:
enterList_values_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitList_values_clause
public void exitList_values_clause(PlSqlParser.List_values_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.list_values_clause().The default implementation does nothing.
- Specified by:
exitList_values_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_partition_description
public void enterTable_partition_description(PlSqlParser.Table_partition_descriptionContext ctx)
Enter a parse tree produced byPlSqlParser.table_partition_description().The default implementation does nothing.
- Specified by:
enterTable_partition_descriptionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_partition_description
public void exitTable_partition_description(PlSqlParser.Table_partition_descriptionContext ctx)
Exit a parse tree produced byPlSqlParser.table_partition_description().The default implementation does nothing.
- Specified by:
exitTable_partition_descriptionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartitioning_storage_clause
public void enterPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.partitioning_storage_clause().The default implementation does nothing.
- Specified by:
enterPartitioning_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartitioning_storage_clause
public void exitPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.partitioning_storage_clause().The default implementation does nothing.
- Specified by:
exitPartitioning_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_partitioning_storage
public void enterLob_partitioning_storage(PlSqlParser.Lob_partitioning_storageContext ctx)
Enter a parse tree produced byPlSqlParser.lob_partitioning_storage().The default implementation does nothing.
- Specified by:
enterLob_partitioning_storagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_partitioning_storage
public void exitLob_partitioning_storage(PlSqlParser.Lob_partitioning_storageContext ctx)
Exit a parse tree produced byPlSqlParser.lob_partitioning_storage().The default implementation does nothing.
- Specified by:
exitLob_partitioning_storagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatatype_null_enable
public void enterDatatype_null_enable(PlSqlParser.Datatype_null_enableContext ctx)
Enter a parse tree produced byPlSqlParser.datatype_null_enable().The default implementation does nothing.
- Specified by:
enterDatatype_null_enablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatatype_null_enable
public void exitDatatype_null_enable(PlSqlParser.Datatype_null_enableContext ctx)
Exit a parse tree produced byPlSqlParser.datatype_null_enable().The default implementation does nothing.
- Specified by:
exitDatatype_null_enablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSize_clause
public void enterSize_clause(PlSqlParser.Size_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.size_clause().The default implementation does nothing.
- Specified by:
enterSize_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSize_clause
public void exitSize_clause(PlSqlParser.Size_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.size_clause().The default implementation does nothing.
- Specified by:
exitSize_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_compression
public void enterTable_compression(PlSqlParser.Table_compressionContext ctx)
Enter a parse tree produced byPlSqlParser.table_compression().The default implementation does nothing.
- Specified by:
enterTable_compressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_compression
public void exitTable_compression(PlSqlParser.Table_compressionContext ctx)
Exit a parse tree produced byPlSqlParser.table_compression().The default implementation does nothing.
- Specified by:
exitTable_compressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPhysical_attributes_clause
public void enterPhysical_attributes_clause(PlSqlParser.Physical_attributes_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.physical_attributes_clause().The default implementation does nothing.
- Specified by:
enterPhysical_attributes_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPhysical_attributes_clause
public void exitPhysical_attributes_clause(PlSqlParser.Physical_attributes_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.physical_attributes_clause().The default implementation does nothing.
- Specified by:
exitPhysical_attributes_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStorage_clause
public void enterStorage_clause(PlSqlParser.Storage_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.storage_clause().The default implementation does nothing.
- Specified by:
enterStorage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStorage_clause
public void exitStorage_clause(PlSqlParser.Storage_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.storage_clause().The default implementation does nothing.
- Specified by:
exitStorage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDeferred_segment_creation
public void enterDeferred_segment_creation(PlSqlParser.Deferred_segment_creationContext ctx)
Enter a parse tree produced byPlSqlParser.deferred_segment_creation().The default implementation does nothing.
- Specified by:
enterDeferred_segment_creationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDeferred_segment_creation
public void exitDeferred_segment_creation(PlSqlParser.Deferred_segment_creationContext ctx)
Exit a parse tree produced byPlSqlParser.deferred_segment_creation().The default implementation does nothing.
- Specified by:
exitDeferred_segment_creationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSegment_attributes_clause
public void enterSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.segment_attributes_clause().The default implementation does nothing.
- Specified by:
enterSegment_attributes_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSegment_attributes_clause
public void exitSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.segment_attributes_clause().The default implementation does nothing.
- Specified by:
exitSegment_attributes_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPhysical_properties
public void enterPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.physical_properties().The default implementation does nothing.
- Specified by:
enterPhysical_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPhysical_properties
public void exitPhysical_properties(PlSqlParser.Physical_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.physical_properties().The default implementation does nothing.
- Specified by:
exitPhysical_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRow_movement_clause
public void enterRow_movement_clause(PlSqlParser.Row_movement_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.row_movement_clause().The default implementation does nothing.
- Specified by:
enterRow_movement_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRow_movement_clause
public void exitRow_movement_clause(PlSqlParser.Row_movement_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.row_movement_clause().The default implementation does nothing.
- Specified by:
exitRow_movement_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFlashback_archive_clause
public void enterFlashback_archive_clause(PlSqlParser.Flashback_archive_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.flashback_archive_clause().The default implementation does nothing.
- Specified by:
enterFlashback_archive_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFlashback_archive_clause
public void exitFlashback_archive_clause(PlSqlParser.Flashback_archive_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.flashback_archive_clause().The default implementation does nothing.
- Specified by:
exitFlashback_archive_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLog_grp
public void enterLog_grp(PlSqlParser.Log_grpContext ctx)
Enter a parse tree produced byPlSqlParser.log_grp().The default implementation does nothing.
- Specified by:
enterLog_grpin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLog_grp
public void exitLog_grp(PlSqlParser.Log_grpContext ctx)
Exit a parse tree produced byPlSqlParser.log_grp().The default implementation does nothing.
- Specified by:
exitLog_grpin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSupplemental_table_logging
public void enterSupplemental_table_logging(PlSqlParser.Supplemental_table_loggingContext ctx)
Enter a parse tree produced byPlSqlParser.supplemental_table_logging().The default implementation does nothing.
- Specified by:
enterSupplemental_table_loggingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSupplemental_table_logging
public void exitSupplemental_table_logging(PlSqlParser.Supplemental_table_loggingContext ctx)
Exit a parse tree produced byPlSqlParser.supplemental_table_logging().The default implementation does nothing.
- Specified by:
exitSupplemental_table_loggingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSupplemental_log_grp_clause
public void enterSupplemental_log_grp_clause(PlSqlParser.Supplemental_log_grp_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.supplemental_log_grp_clause().The default implementation does nothing.
- Specified by:
enterSupplemental_log_grp_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSupplemental_log_grp_clause
public void exitSupplemental_log_grp_clause(PlSqlParser.Supplemental_log_grp_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.supplemental_log_grp_clause().The default implementation does nothing.
- Specified by:
exitSupplemental_log_grp_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSupplemental_id_key_clause
public void enterSupplemental_id_key_clause(PlSqlParser.Supplemental_id_key_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.supplemental_id_key_clause().The default implementation does nothing.
- Specified by:
enterSupplemental_id_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSupplemental_id_key_clause
public void exitSupplemental_id_key_clause(PlSqlParser.Supplemental_id_key_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.supplemental_id_key_clause().The default implementation does nothing.
- Specified by:
exitSupplemental_id_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAllocate_extent_clause
public void enterAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.allocate_extent_clause().The default implementation does nothing.
- Specified by:
enterAllocate_extent_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAllocate_extent_clause
public void exitAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.allocate_extent_clause().The default implementation does nothing.
- Specified by:
exitAllocate_extent_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDeallocate_unused_clause
public void enterDeallocate_unused_clause(PlSqlParser.Deallocate_unused_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.deallocate_unused_clause().The default implementation does nothing.
- Specified by:
enterDeallocate_unused_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDeallocate_unused_clause
public void exitDeallocate_unused_clause(PlSqlParser.Deallocate_unused_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.deallocate_unused_clause().The default implementation does nothing.
- Specified by:
exitDeallocate_unused_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterShrink_clause
public void enterShrink_clause(PlSqlParser.Shrink_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.shrink_clause().The default implementation does nothing.
- Specified by:
enterShrink_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitShrink_clause
public void exitShrink_clause(PlSqlParser.Shrink_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.shrink_clause().The default implementation does nothing.
- Specified by:
exitShrink_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRecords_per_block_clause
public void enterRecords_per_block_clause(PlSqlParser.Records_per_block_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.records_per_block_clause().The default implementation does nothing.
- Specified by:
enterRecords_per_block_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRecords_per_block_clause
public void exitRecords_per_block_clause(PlSqlParser.Records_per_block_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.records_per_block_clause().The default implementation does nothing.
- Specified by:
exitRecords_per_block_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUpgrade_table_clause
public void enterUpgrade_table_clause(PlSqlParser.Upgrade_table_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.upgrade_table_clause().The default implementation does nothing.
- Specified by:
enterUpgrade_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUpgrade_table_clause
public void exitUpgrade_table_clause(PlSqlParser.Upgrade_table_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.upgrade_table_clause().The default implementation does nothing.
- Specified by:
exitUpgrade_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTruncate_table
public void enterTruncate_table(PlSqlParser.Truncate_tableContext ctx)
Enter a parse tree produced byPlSqlParser.truncate_table().The default implementation does nothing.
- Specified by:
enterTruncate_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTruncate_table
public void exitTruncate_table(PlSqlParser.Truncate_tableContext ctx)
Exit a parse tree produced byPlSqlParser.truncate_table().The default implementation does nothing.
- Specified by:
exitTruncate_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_table
public void enterDrop_table(PlSqlParser.Drop_tableContext ctx)
Enter a parse tree produced byPlSqlParser.drop_table().The default implementation does nothing.
- Specified by:
enterDrop_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_table
public void exitDrop_table(PlSqlParser.Drop_tableContext ctx)
Exit a parse tree produced byPlSqlParser.drop_table().The default implementation does nothing.
- Specified by:
exitDrop_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_view
public void enterDrop_view(PlSqlParser.Drop_viewContext ctx)
Enter a parse tree produced byPlSqlParser.drop_view().The default implementation does nothing.
- Specified by:
enterDrop_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_view
public void exitDrop_view(PlSqlParser.Drop_viewContext ctx)
Exit a parse tree produced byPlSqlParser.drop_view().The default implementation does nothing.
- Specified by:
exitDrop_viewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterComment_on_column
public void enterComment_on_column(PlSqlParser.Comment_on_columnContext ctx)
Enter a parse tree produced byPlSqlParser.comment_on_column().The default implementation does nothing.
- Specified by:
enterComment_on_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitComment_on_column
public void exitComment_on_column(PlSqlParser.Comment_on_columnContext ctx)
Exit a parse tree produced byPlSqlParser.comment_on_column().The default implementation does nothing.
- Specified by:
exitComment_on_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterEnable_or_disable
public void enterEnable_or_disable(PlSqlParser.Enable_or_disableContext ctx)
Enter a parse tree produced byPlSqlParser.enable_or_disable().The default implementation does nothing.
- Specified by:
enterEnable_or_disablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitEnable_or_disable
public void exitEnable_or_disable(PlSqlParser.Enable_or_disableContext ctx)
Exit a parse tree produced byPlSqlParser.enable_or_disable().The default implementation does nothing.
- Specified by:
exitEnable_or_disablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAllow_or_disallow
public void enterAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)
Enter a parse tree produced byPlSqlParser.allow_or_disallow().The default implementation does nothing.
- Specified by:
enterAllow_or_disallowin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAllow_or_disallow
public void exitAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)
Exit a parse tree produced byPlSqlParser.allow_or_disallow().The default implementation does nothing.
- Specified by:
exitAllow_or_disallowin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_synonym
public void enterCreate_synonym(PlSqlParser.Create_synonymContext ctx)
Enter a parse tree produced byPlSqlParser.create_synonym().The default implementation does nothing.
- Specified by:
enterCreate_synonymin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_synonym
public void exitCreate_synonym(PlSqlParser.Create_synonymContext ctx)
Exit a parse tree produced byPlSqlParser.create_synonym().The default implementation does nothing.
- Specified by:
exitCreate_synonymin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterComment_on_table
public void enterComment_on_table(PlSqlParser.Comment_on_tableContext ctx)
Enter a parse tree produced byPlSqlParser.comment_on_table().The default implementation does nothing.
- Specified by:
enterComment_on_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitComment_on_table
public void exitComment_on_table(PlSqlParser.Comment_on_tableContext ctx)
Exit a parse tree produced byPlSqlParser.comment_on_table().The default implementation does nothing.
- Specified by:
exitComment_on_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_cluster
public void enterAlter_cluster(PlSqlParser.Alter_clusterContext ctx)
Enter a parse tree produced byPlSqlParser.alter_cluster().The default implementation does nothing.
- Specified by:
enterAlter_clusterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_cluster
public void exitAlter_cluster(PlSqlParser.Alter_clusterContext ctx)
Exit a parse tree produced byPlSqlParser.alter_cluster().The default implementation does nothing.
- Specified by:
exitAlter_clusterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCache_or_nocache
public void enterCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)
Enter a parse tree produced byPlSqlParser.cache_or_nocache().The default implementation does nothing.
- Specified by:
enterCache_or_nocachein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCache_or_nocache
public void exitCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)
Exit a parse tree produced byPlSqlParser.cache_or_nocache().The default implementation does nothing.
- Specified by:
exitCache_or_nocachein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatabase_name
public void enterDatabase_name(PlSqlParser.Database_nameContext ctx)
Enter a parse tree produced byPlSqlParser.database_name().The default implementation does nothing.
- Specified by:
enterDatabase_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatabase_name
public void exitDatabase_name(PlSqlParser.Database_nameContext ctx)
Exit a parse tree produced byPlSqlParser.database_name().The default implementation does nothing.
- Specified by:
exitDatabase_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_database
public void enterAlter_database(PlSqlParser.Alter_databaseContext ctx)
Enter a parse tree produced byPlSqlParser.alter_database().The default implementation does nothing.
- Specified by:
enterAlter_databasein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_database
public void exitAlter_database(PlSqlParser.Alter_databaseContext ctx)
Exit a parse tree produced byPlSqlParser.alter_database().The default implementation does nothing.
- Specified by:
exitAlter_databasein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStartup_clauses
public void enterStartup_clauses(PlSqlParser.Startup_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.startup_clauses().The default implementation does nothing.
- Specified by:
enterStartup_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStartup_clauses
public void exitStartup_clauses(PlSqlParser.Startup_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.startup_clauses().The default implementation does nothing.
- Specified by:
exitStartup_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterResetlogs_or_noresetlogs
public void enterResetlogs_or_noresetlogs(PlSqlParser.Resetlogs_or_noresetlogsContext ctx)
Enter a parse tree produced byPlSqlParser.resetlogs_or_noresetlogs().The default implementation does nothing.
- Specified by:
enterResetlogs_or_noresetlogsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitResetlogs_or_noresetlogs
public void exitResetlogs_or_noresetlogs(PlSqlParser.Resetlogs_or_noresetlogsContext ctx)
Exit a parse tree produced byPlSqlParser.resetlogs_or_noresetlogs().The default implementation does nothing.
- Specified by:
exitResetlogs_or_noresetlogsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUpgrade_or_downgrade
public void enterUpgrade_or_downgrade(PlSqlParser.Upgrade_or_downgradeContext ctx)
Enter a parse tree produced byPlSqlParser.upgrade_or_downgrade().The default implementation does nothing.
- Specified by:
enterUpgrade_or_downgradein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUpgrade_or_downgrade
public void exitUpgrade_or_downgrade(PlSqlParser.Upgrade_or_downgradeContext ctx)
Exit a parse tree produced byPlSqlParser.upgrade_or_downgrade().The default implementation does nothing.
- Specified by:
exitUpgrade_or_downgradein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRecovery_clauses
public void enterRecovery_clauses(PlSqlParser.Recovery_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.recovery_clauses().The default implementation does nothing.
- Specified by:
enterRecovery_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRecovery_clauses
public void exitRecovery_clauses(PlSqlParser.Recovery_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.recovery_clauses().The default implementation does nothing.
- Specified by:
exitRecovery_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBegin_or_end
public void enterBegin_or_end(PlSqlParser.Begin_or_endContext ctx)
Enter a parse tree produced byPlSqlParser.begin_or_end().The default implementation does nothing.
- Specified by:
enterBegin_or_endin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBegin_or_end
public void exitBegin_or_end(PlSqlParser.Begin_or_endContext ctx)
Exit a parse tree produced byPlSqlParser.begin_or_end().The default implementation does nothing.
- Specified by:
exitBegin_or_endin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneral_recovery
public void enterGeneral_recovery(PlSqlParser.General_recoveryContext ctx)
Enter a parse tree produced byPlSqlParser.general_recovery().The default implementation does nothing.
- Specified by:
enterGeneral_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneral_recovery
public void exitGeneral_recovery(PlSqlParser.General_recoveryContext ctx)
Exit a parse tree produced byPlSqlParser.general_recovery().The default implementation does nothing.
- Specified by:
exitGeneral_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFull_database_recovery
public void enterFull_database_recovery(PlSqlParser.Full_database_recoveryContext ctx)
Enter a parse tree produced byPlSqlParser.full_database_recovery().The default implementation does nothing.
- Specified by:
enterFull_database_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFull_database_recovery
public void exitFull_database_recovery(PlSqlParser.Full_database_recoveryContext ctx)
Exit a parse tree produced byPlSqlParser.full_database_recovery().The default implementation does nothing.
- Specified by:
exitFull_database_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartial_database_recovery
public void enterPartial_database_recovery(PlSqlParser.Partial_database_recoveryContext ctx)
Enter a parse tree produced byPlSqlParser.partial_database_recovery().The default implementation does nothing.
- Specified by:
enterPartial_database_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartial_database_recovery
public void exitPartial_database_recovery(PlSqlParser.Partial_database_recoveryContext ctx)
Exit a parse tree produced byPlSqlParser.partial_database_recovery().The default implementation does nothing.
- Specified by:
exitPartial_database_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartial_database_recovery_10g
public void enterPartial_database_recovery_10g(PlSqlParser.Partial_database_recovery_10gContext ctx)
Enter a parse tree produced byPlSqlParser.partial_database_recovery_10g().The default implementation does nothing.
- Specified by:
enterPartial_database_recovery_10gin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartial_database_recovery_10g
public void exitPartial_database_recovery_10g(PlSqlParser.Partial_database_recovery_10gContext ctx)
Exit a parse tree produced byPlSqlParser.partial_database_recovery_10g().The default implementation does nothing.
- Specified by:
exitPartial_database_recovery_10gin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterManaged_standby_recovery
public void enterManaged_standby_recovery(PlSqlParser.Managed_standby_recoveryContext ctx)
Enter a parse tree produced byPlSqlParser.managed_standby_recovery().The default implementation does nothing.
- Specified by:
enterManaged_standby_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitManaged_standby_recovery
public void exitManaged_standby_recovery(PlSqlParser.Managed_standby_recoveryContext ctx)
Exit a parse tree produced byPlSqlParser.managed_standby_recovery().The default implementation does nothing.
- Specified by:
exitManaged_standby_recoveryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDb_name
public void enterDb_name(PlSqlParser.Db_nameContext ctx)
Enter a parse tree produced byPlSqlParser.db_name().The default implementation does nothing.
- Specified by:
enterDb_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDb_name
public void exitDb_name(PlSqlParser.Db_nameContext ctx)
Exit a parse tree produced byPlSqlParser.db_name().The default implementation does nothing.
- Specified by:
exitDb_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatabase_file_clauses
public void enterDatabase_file_clauses(PlSqlParser.Database_file_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.database_file_clauses().The default implementation does nothing.
- Specified by:
enterDatabase_file_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatabase_file_clauses
public void exitDatabase_file_clauses(PlSqlParser.Database_file_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.database_file_clauses().The default implementation does nothing.
- Specified by:
exitDatabase_file_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCreate_datafile_clause
public void enterCreate_datafile_clause(PlSqlParser.Create_datafile_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.create_datafile_clause().The default implementation does nothing.
- Specified by:
enterCreate_datafile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCreate_datafile_clause
public void exitCreate_datafile_clause(PlSqlParser.Create_datafile_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.create_datafile_clause().The default implementation does nothing.
- Specified by:
exitCreate_datafile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_datafile_clause
public void enterAlter_datafile_clause(PlSqlParser.Alter_datafile_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.alter_datafile_clause().The default implementation does nothing.
- Specified by:
enterAlter_datafile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_datafile_clause
public void exitAlter_datafile_clause(PlSqlParser.Alter_datafile_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.alter_datafile_clause().The default implementation does nothing.
- Specified by:
exitAlter_datafile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_tempfile_clause
public void enterAlter_tempfile_clause(PlSqlParser.Alter_tempfile_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.alter_tempfile_clause().The default implementation does nothing.
- Specified by:
enterAlter_tempfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_tempfile_clause
public void exitAlter_tempfile_clause(PlSqlParser.Alter_tempfile_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.alter_tempfile_clause().The default implementation does nothing.
- Specified by:
exitAlter_tempfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLogfile_clauses
public void enterLogfile_clauses(PlSqlParser.Logfile_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.logfile_clauses().The default implementation does nothing.
- Specified by:
enterLogfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLogfile_clauses
public void exitLogfile_clauses(PlSqlParser.Logfile_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.logfile_clauses().The default implementation does nothing.
- Specified by:
exitLogfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_logfile_clauses
public void enterAdd_logfile_clauses(PlSqlParser.Add_logfile_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.add_logfile_clauses().The default implementation does nothing.
- Specified by:
enterAdd_logfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_logfile_clauses
public void exitAdd_logfile_clauses(PlSqlParser.Add_logfile_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.add_logfile_clauses().The default implementation does nothing.
- Specified by:
exitAdd_logfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLog_file_group
public void enterLog_file_group(PlSqlParser.Log_file_groupContext ctx)
Enter a parse tree produced byPlSqlParser.log_file_group().The default implementation does nothing.
- Specified by:
enterLog_file_groupin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLog_file_group
public void exitLog_file_group(PlSqlParser.Log_file_groupContext ctx)
Exit a parse tree produced byPlSqlParser.log_file_group().The default implementation does nothing.
- Specified by:
exitLog_file_groupin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_logfile_clauses
public void enterDrop_logfile_clauses(PlSqlParser.Drop_logfile_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.drop_logfile_clauses().The default implementation does nothing.
- Specified by:
enterDrop_logfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_logfile_clauses
public void exitDrop_logfile_clauses(PlSqlParser.Drop_logfile_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.drop_logfile_clauses().The default implementation does nothing.
- Specified by:
exitDrop_logfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSwitch_logfile_clause
public void enterSwitch_logfile_clause(PlSqlParser.Switch_logfile_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.switch_logfile_clause().The default implementation does nothing.
- Specified by:
enterSwitch_logfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSwitch_logfile_clause
public void exitSwitch_logfile_clause(PlSqlParser.Switch_logfile_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.switch_logfile_clause().The default implementation does nothing.
- Specified by:
exitSwitch_logfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSupplemental_db_logging
public void enterSupplemental_db_logging(PlSqlParser.Supplemental_db_loggingContext ctx)
Enter a parse tree produced byPlSqlParser.supplemental_db_logging().The default implementation does nothing.
- Specified by:
enterSupplemental_db_loggingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSupplemental_db_logging
public void exitSupplemental_db_logging(PlSqlParser.Supplemental_db_loggingContext ctx)
Exit a parse tree produced byPlSqlParser.supplemental_db_logging().The default implementation does nothing.
- Specified by:
exitSupplemental_db_loggingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_or_drop
public void enterAdd_or_drop(PlSqlParser.Add_or_dropContext ctx)
Enter a parse tree produced byPlSqlParser.add_or_drop().The default implementation does nothing.
- Specified by:
enterAdd_or_dropin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_or_drop
public void exitAdd_or_drop(PlSqlParser.Add_or_dropContext ctx)
Exit a parse tree produced byPlSqlParser.add_or_drop().The default implementation does nothing.
- Specified by:
exitAdd_or_dropin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSupplemental_plsql_clause
public void enterSupplemental_plsql_clause(PlSqlParser.Supplemental_plsql_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.supplemental_plsql_clause().The default implementation does nothing.
- Specified by:
enterSupplemental_plsql_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSupplemental_plsql_clause
public void exitSupplemental_plsql_clause(PlSqlParser.Supplemental_plsql_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.supplemental_plsql_clause().The default implementation does nothing.
- Specified by:
exitSupplemental_plsql_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLogfile_descriptor
public void enterLogfile_descriptor(PlSqlParser.Logfile_descriptorContext ctx)
Enter a parse tree produced byPlSqlParser.logfile_descriptor().The default implementation does nothing.
- Specified by:
enterLogfile_descriptorin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLogfile_descriptor
public void exitLogfile_descriptor(PlSqlParser.Logfile_descriptorContext ctx)
Exit a parse tree produced byPlSqlParser.logfile_descriptor().The default implementation does nothing.
- Specified by:
exitLogfile_descriptorin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterControlfile_clauses
public void enterControlfile_clauses(PlSqlParser.Controlfile_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.controlfile_clauses().The default implementation does nothing.
- Specified by:
enterControlfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitControlfile_clauses
public void exitControlfile_clauses(PlSqlParser.Controlfile_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.controlfile_clauses().The default implementation does nothing.
- Specified by:
exitControlfile_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTrace_file_clause
public void enterTrace_file_clause(PlSqlParser.Trace_file_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.trace_file_clause().The default implementation does nothing.
- Specified by:
enterTrace_file_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTrace_file_clause
public void exitTrace_file_clause(PlSqlParser.Trace_file_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.trace_file_clause().The default implementation does nothing.
- Specified by:
exitTrace_file_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStandby_database_clauses
public void enterStandby_database_clauses(PlSqlParser.Standby_database_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.standby_database_clauses().The default implementation does nothing.
- Specified by:
enterStandby_database_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStandby_database_clauses
public void exitStandby_database_clauses(PlSqlParser.Standby_database_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.standby_database_clauses().The default implementation does nothing.
- Specified by:
exitStandby_database_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterActivate_standby_db_clause
public void enterActivate_standby_db_clause(PlSqlParser.Activate_standby_db_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.activate_standby_db_clause().The default implementation does nothing.
- Specified by:
enterActivate_standby_db_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitActivate_standby_db_clause
public void exitActivate_standby_db_clause(PlSqlParser.Activate_standby_db_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.activate_standby_db_clause().The default implementation does nothing.
- Specified by:
exitActivate_standby_db_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMaximize_standby_db_clause
public void enterMaximize_standby_db_clause(PlSqlParser.Maximize_standby_db_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.maximize_standby_db_clause().The default implementation does nothing.
- Specified by:
enterMaximize_standby_db_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMaximize_standby_db_clause
public void exitMaximize_standby_db_clause(PlSqlParser.Maximize_standby_db_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.maximize_standby_db_clause().The default implementation does nothing.
- Specified by:
exitMaximize_standby_db_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRegister_logfile_clause
public void enterRegister_logfile_clause(PlSqlParser.Register_logfile_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.register_logfile_clause().The default implementation does nothing.
- Specified by:
enterRegister_logfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRegister_logfile_clause
public void exitRegister_logfile_clause(PlSqlParser.Register_logfile_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.register_logfile_clause().The default implementation does nothing.
- Specified by:
exitRegister_logfile_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCommit_switchover_clause
public void enterCommit_switchover_clause(PlSqlParser.Commit_switchover_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.commit_switchover_clause().The default implementation does nothing.
- Specified by:
enterCommit_switchover_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCommit_switchover_clause
public void exitCommit_switchover_clause(PlSqlParser.Commit_switchover_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.commit_switchover_clause().The default implementation does nothing.
- Specified by:
exitCommit_switchover_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStart_standby_clause
public void enterStart_standby_clause(PlSqlParser.Start_standby_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.start_standby_clause().The default implementation does nothing.
- Specified by:
enterStart_standby_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStart_standby_clause
public void exitStart_standby_clause(PlSqlParser.Start_standby_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.start_standby_clause().The default implementation does nothing.
- Specified by:
exitStart_standby_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStop_standby_clause
public void enterStop_standby_clause(PlSqlParser.Stop_standby_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.stop_standby_clause().The default implementation does nothing.
- Specified by:
enterStop_standby_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStop_standby_clause
public void exitStop_standby_clause(PlSqlParser.Stop_standby_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.stop_standby_clause().The default implementation does nothing.
- Specified by:
exitStop_standby_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConvert_database_clause
public void enterConvert_database_clause(PlSqlParser.Convert_database_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.convert_database_clause().The default implementation does nothing.
- Specified by:
enterConvert_database_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConvert_database_clause
public void exitConvert_database_clause(PlSqlParser.Convert_database_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.convert_database_clause().The default implementation does nothing.
- Specified by:
exitConvert_database_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDefault_settings_clause
public void enterDefault_settings_clause(PlSqlParser.Default_settings_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.default_settings_clause().The default implementation does nothing.
- Specified by:
enterDefault_settings_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDefault_settings_clause
public void exitDefault_settings_clause(PlSqlParser.Default_settings_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.default_settings_clause().The default implementation does nothing.
- Specified by:
exitDefault_settings_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSet_time_zone_clause
public void enterSet_time_zone_clause(PlSqlParser.Set_time_zone_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.set_time_zone_clause().The default implementation does nothing.
- Specified by:
enterSet_time_zone_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSet_time_zone_clause
public void exitSet_time_zone_clause(PlSqlParser.Set_time_zone_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.set_time_zone_clause().The default implementation does nothing.
- Specified by:
exitSet_time_zone_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInstance_clauses
public void enterInstance_clauses(PlSqlParser.Instance_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.instance_clauses().The default implementation does nothing.
- Specified by:
enterInstance_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInstance_clauses
public void exitInstance_clauses(PlSqlParser.Instance_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.instance_clauses().The default implementation does nothing.
- Specified by:
exitInstance_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSecurity_clause
public void enterSecurity_clause(PlSqlParser.Security_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.security_clause().The default implementation does nothing.
- Specified by:
enterSecurity_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSecurity_clause
public void exitSecurity_clause(PlSqlParser.Security_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.security_clause().The default implementation does nothing.
- Specified by:
exitSecurity_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDomain
public void enterDomain(PlSqlParser.DomainContext ctx)
Enter a parse tree produced byPlSqlParser.domain().The default implementation does nothing.
- Specified by:
enterDomainin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDomain
public void exitDomain(PlSqlParser.DomainContext ctx)
Exit a parse tree produced byPlSqlParser.domain().The default implementation does nothing.
- Specified by:
exitDomainin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatabase
public void enterDatabase(PlSqlParser.DatabaseContext ctx)
Enter a parse tree produced byPlSqlParser.database().The default implementation does nothing.
- Specified by:
enterDatabasein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatabase
public void exitDatabase(PlSqlParser.DatabaseContext ctx)
Exit a parse tree produced byPlSqlParser.database().The default implementation does nothing.
- Specified by:
exitDatabasein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterEdition_name
public void enterEdition_name(PlSqlParser.Edition_nameContext ctx)
Enter a parse tree produced byPlSqlParser.edition_name().The default implementation does nothing.
- Specified by:
enterEdition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitEdition_name
public void exitEdition_name(PlSqlParser.Edition_nameContext ctx)
Exit a parse tree produced byPlSqlParser.edition_name().The default implementation does nothing.
- Specified by:
exitEdition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFilenumber
public void enterFilenumber(PlSqlParser.FilenumberContext ctx)
Enter a parse tree produced byPlSqlParser.filenumber().The default implementation does nothing.
- Specified by:
enterFilenumberin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFilenumber
public void exitFilenumber(PlSqlParser.FilenumberContext ctx)
Exit a parse tree produced byPlSqlParser.filenumber().The default implementation does nothing.
- Specified by:
exitFilenumberin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFilename
public void enterFilename(PlSqlParser.FilenameContext ctx)
Enter a parse tree produced byPlSqlParser.filename().The default implementation does nothing.
- Specified by:
enterFilenamein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFilename
public void exitFilename(PlSqlParser.FilenameContext ctx)
Exit a parse tree produced byPlSqlParser.filename().The default implementation does nothing.
- Specified by:
exitFilenamein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_table
public void enterAlter_table(PlSqlParser.Alter_tableContext ctx)
Enter a parse tree produced byPlSqlParser.alter_table().The default implementation does nothing.
- Specified by:
enterAlter_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_table
public void exitAlter_table(PlSqlParser.Alter_tableContext ctx)
Exit a parse tree produced byPlSqlParser.alter_table().The default implementation does nothing.
- Specified by:
exitAlter_tablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_table_properties
public void enterAlter_table_properties(PlSqlParser.Alter_table_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.alter_table_properties().The default implementation does nothing.
- Specified by:
enterAlter_table_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_table_properties
public void exitAlter_table_properties(PlSqlParser.Alter_table_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.alter_table_properties().The default implementation does nothing.
- Specified by:
exitAlter_table_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_table_properties_1
public void enterAlter_table_properties_1(PlSqlParser.Alter_table_properties_1Context ctx)
Enter a parse tree produced byPlSqlParser.alter_table_properties_1().The default implementation does nothing.
- Specified by:
enterAlter_table_properties_1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_table_properties_1
public void exitAlter_table_properties_1(PlSqlParser.Alter_table_properties_1Context ctx)
Exit a parse tree produced byPlSqlParser.alter_table_properties_1().The default implementation does nothing.
- Specified by:
exitAlter_table_properties_1in interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_iot_clauses
public void enterAlter_iot_clauses(PlSqlParser.Alter_iot_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.alter_iot_clauses().The default implementation does nothing.
- Specified by:
enterAlter_iot_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_iot_clauses
public void exitAlter_iot_clauses(PlSqlParser.Alter_iot_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.alter_iot_clauses().The default implementation does nothing.
- Specified by:
exitAlter_iot_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_mapping_table_clause
public void enterAlter_mapping_table_clause(PlSqlParser.Alter_mapping_table_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.alter_mapping_table_clause().The default implementation does nothing.
- Specified by:
enterAlter_mapping_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_mapping_table_clause
public void exitAlter_mapping_table_clause(PlSqlParser.Alter_mapping_table_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.alter_mapping_table_clause().The default implementation does nothing.
- Specified by:
exitAlter_mapping_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_overflow_clause
public void enterAlter_overflow_clause(PlSqlParser.Alter_overflow_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.alter_overflow_clause().The default implementation does nothing.
- Specified by:
enterAlter_overflow_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_overflow_clause
public void exitAlter_overflow_clause(PlSqlParser.Alter_overflow_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.alter_overflow_clause().The default implementation does nothing.
- Specified by:
exitAlter_overflow_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_overflow_clause
public void enterAdd_overflow_clause(PlSqlParser.Add_overflow_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.add_overflow_clause().The default implementation does nothing.
- Specified by:
enterAdd_overflow_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_overflow_clause
public void exitAdd_overflow_clause(PlSqlParser.Add_overflow_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.add_overflow_clause().The default implementation does nothing.
- Specified by:
exitAdd_overflow_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterEnable_disable_clause
public void enterEnable_disable_clause(PlSqlParser.Enable_disable_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.enable_disable_clause().The default implementation does nothing.
- Specified by:
enterEnable_disable_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitEnable_disable_clause
public void exitEnable_disable_clause(PlSqlParser.Enable_disable_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.enable_disable_clause().The default implementation does nothing.
- Specified by:
exitEnable_disable_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUsing_index_clause
public void enterUsing_index_clause(PlSqlParser.Using_index_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.using_index_clause().The default implementation does nothing.
- Specified by:
enterUsing_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUsing_index_clause
public void exitUsing_index_clause(PlSqlParser.Using_index_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.using_index_clause().The default implementation does nothing.
- Specified by:
exitUsing_index_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_attributes
public void enterIndex_attributes(PlSqlParser.Index_attributesContext ctx)
Enter a parse tree produced byPlSqlParser.index_attributes().The default implementation does nothing.
- Specified by:
enterIndex_attributesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_attributes
public void exitIndex_attributes(PlSqlParser.Index_attributesContext ctx)
Exit a parse tree produced byPlSqlParser.index_attributes().The default implementation does nothing.
- Specified by:
exitIndex_attributesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSort_or_nosort
public void enterSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)
Enter a parse tree produced byPlSqlParser.sort_or_nosort().The default implementation does nothing.
- Specified by:
enterSort_or_nosortin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSort_or_nosort
public void exitSort_or_nosort(PlSqlParser.Sort_or_nosortContext ctx)
Exit a parse tree produced byPlSqlParser.sort_or_nosort().The default implementation does nothing.
- Specified by:
exitSort_or_nosortin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterExceptions_clause
public void enterExceptions_clause(PlSqlParser.Exceptions_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.exceptions_clause().The default implementation does nothing.
- Specified by:
enterExceptions_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitExceptions_clause
public void exitExceptions_clause(PlSqlParser.Exceptions_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.exceptions_clause().The default implementation does nothing.
- Specified by:
exitExceptions_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMove_table_clause
public void enterMove_table_clause(PlSqlParser.Move_table_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.move_table_clause().The default implementation does nothing.
- Specified by:
enterMove_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMove_table_clause
public void exitMove_table_clause(PlSqlParser.Move_table_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.move_table_clause().The default implementation does nothing.
- Specified by:
exitMove_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_org_table_clause
public void enterIndex_org_table_clause(PlSqlParser.Index_org_table_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.index_org_table_clause().The default implementation does nothing.
- Specified by:
enterIndex_org_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_org_table_clause
public void exitIndex_org_table_clause(PlSqlParser.Index_org_table_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.index_org_table_clause().The default implementation does nothing.
- Specified by:
exitIndex_org_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMapping_table_clause
public void enterMapping_table_clause(PlSqlParser.Mapping_table_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.mapping_table_clause().The default implementation does nothing.
- Specified by:
enterMapping_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMapping_table_clause
public void exitMapping_table_clause(PlSqlParser.Mapping_table_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.mapping_table_clause().The default implementation does nothing.
- Specified by:
exitMapping_table_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterKey_compression
public void enterKey_compression(PlSqlParser.Key_compressionContext ctx)
Enter a parse tree produced byPlSqlParser.key_compression().The default implementation does nothing.
- Specified by:
enterKey_compressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitKey_compression
public void exitKey_compression(PlSqlParser.Key_compressionContext ctx)
Exit a parse tree produced byPlSqlParser.key_compression().The default implementation does nothing.
- Specified by:
exitKey_compressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_org_overflow_clause
public void enterIndex_org_overflow_clause(PlSqlParser.Index_org_overflow_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.index_org_overflow_clause().The default implementation does nothing.
- Specified by:
enterIndex_org_overflow_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_org_overflow_clause
public void exitIndex_org_overflow_clause(PlSqlParser.Index_org_overflow_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.index_org_overflow_clause().The default implementation does nothing.
- Specified by:
exitIndex_org_overflow_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_clauses
public void enterColumn_clauses(PlSqlParser.Column_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.column_clauses().The default implementation does nothing.
- Specified by:
enterColumn_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_clauses
public void exitColumn_clauses(PlSqlParser.Column_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.column_clauses().The default implementation does nothing.
- Specified by:
exitColumn_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_collection_retrieval
public void enterModify_collection_retrieval(PlSqlParser.Modify_collection_retrievalContext ctx)
Enter a parse tree produced byPlSqlParser.modify_collection_retrieval().The default implementation does nothing.
- Specified by:
enterModify_collection_retrievalin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_collection_retrieval
public void exitModify_collection_retrieval(PlSqlParser.Modify_collection_retrievalContext ctx)
Exit a parse tree produced byPlSqlParser.modify_collection_retrieval().The default implementation does nothing.
- Specified by:
exitModify_collection_retrievalin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCollection_item
public void enterCollection_item(PlSqlParser.Collection_itemContext ctx)
Enter a parse tree produced byPlSqlParser.collection_item().The default implementation does nothing.
- Specified by:
enterCollection_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCollection_item
public void exitCollection_item(PlSqlParser.Collection_itemContext ctx)
Exit a parse tree produced byPlSqlParser.collection_item().The default implementation does nothing.
- Specified by:
exitCollection_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRename_column_clause
public void enterRename_column_clause(PlSqlParser.Rename_column_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.rename_column_clause().The default implementation does nothing.
- Specified by:
enterRename_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRename_column_clause
public void exitRename_column_clause(PlSqlParser.Rename_column_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.rename_column_clause().The default implementation does nothing.
- Specified by:
exitRename_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOld_column_name
public void enterOld_column_name(PlSqlParser.Old_column_nameContext ctx)
Enter a parse tree produced byPlSqlParser.old_column_name().The default implementation does nothing.
- Specified by:
enterOld_column_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOld_column_name
public void exitOld_column_name(PlSqlParser.Old_column_nameContext ctx)
Exit a parse tree produced byPlSqlParser.old_column_name().The default implementation does nothing.
- Specified by:
exitOld_column_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNew_column_name
public void enterNew_column_name(PlSqlParser.New_column_nameContext ctx)
Enter a parse tree produced byPlSqlParser.new_column_name().The default implementation does nothing.
- Specified by:
enterNew_column_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNew_column_name
public void exitNew_column_name(PlSqlParser.New_column_nameContext ctx)
Exit a parse tree produced byPlSqlParser.new_column_name().The default implementation does nothing.
- Specified by:
exitNew_column_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_modify_drop_column_clauses
public void enterAdd_modify_drop_column_clauses(PlSqlParser.Add_modify_drop_column_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.add_modify_drop_column_clauses().The default implementation does nothing.
- Specified by:
enterAdd_modify_drop_column_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_modify_drop_column_clauses
public void exitAdd_modify_drop_column_clauses(PlSqlParser.Add_modify_drop_column_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.add_modify_drop_column_clauses().The default implementation does nothing.
- Specified by:
exitAdd_modify_drop_column_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_column_clause
public void enterDrop_column_clause(PlSqlParser.Drop_column_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.drop_column_clause().The default implementation does nothing.
- Specified by:
enterDrop_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_column_clause
public void exitDrop_column_clause(PlSqlParser.Drop_column_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.drop_column_clause().The default implementation does nothing.
- Specified by:
exitDrop_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_column_clauses
public void enterModify_column_clauses(PlSqlParser.Modify_column_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.modify_column_clauses().The default implementation does nothing.
- Specified by:
enterModify_column_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_column_clauses
public void exitModify_column_clauses(PlSqlParser.Modify_column_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.modify_column_clauses().The default implementation does nothing.
- Specified by:
exitModify_column_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_col_properties
public void enterModify_col_properties(PlSqlParser.Modify_col_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.modify_col_properties().The default implementation does nothing.
- Specified by:
enterModify_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_col_properties
public void exitModify_col_properties(PlSqlParser.Modify_col_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.modify_col_properties().The default implementation does nothing.
- Specified by:
exitModify_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_col_substitutable
public void enterModify_col_substitutable(PlSqlParser.Modify_col_substitutableContext ctx)
Enter a parse tree produced byPlSqlParser.modify_col_substitutable().The default implementation does nothing.
- Specified by:
enterModify_col_substitutablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_col_substitutable
public void exitModify_col_substitutable(PlSqlParser.Modify_col_substitutableContext ctx)
Exit a parse tree produced byPlSqlParser.modify_col_substitutable().The default implementation does nothing.
- Specified by:
exitModify_col_substitutablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_column_clause
public void enterAdd_column_clause(PlSqlParser.Add_column_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.add_column_clause().The default implementation does nothing.
- Specified by:
enterAdd_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_column_clause
public void exitAdd_column_clause(PlSqlParser.Add_column_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.add_column_clause().The default implementation does nothing.
- Specified by:
exitAdd_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAlter_varray_col_properties
public void enterAlter_varray_col_properties(PlSqlParser.Alter_varray_col_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.alter_varray_col_properties().The default implementation does nothing.
- Specified by:
enterAlter_varray_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAlter_varray_col_properties
public void exitAlter_varray_col_properties(PlSqlParser.Alter_varray_col_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.alter_varray_col_properties().The default implementation does nothing.
- Specified by:
exitAlter_varray_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVarray_col_properties
public void enterVarray_col_properties(PlSqlParser.Varray_col_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.varray_col_properties().The default implementation does nothing.
- Specified by:
enterVarray_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVarray_col_properties
public void exitVarray_col_properties(PlSqlParser.Varray_col_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.varray_col_properties().The default implementation does nothing.
- Specified by:
exitVarray_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVarray_storage_clause
public void enterVarray_storage_clause(PlSqlParser.Varray_storage_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.varray_storage_clause().The default implementation does nothing.
- Specified by:
enterVarray_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVarray_storage_clause
public void exitVarray_storage_clause(PlSqlParser.Varray_storage_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.varray_storage_clause().The default implementation does nothing.
- Specified by:
exitVarray_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_segname
public void enterLob_segname(PlSqlParser.Lob_segnameContext ctx)
Enter a parse tree produced byPlSqlParser.lob_segname().The default implementation does nothing.
- Specified by:
enterLob_segnamein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_segname
public void exitLob_segname(PlSqlParser.Lob_segnameContext ctx)
Exit a parse tree produced byPlSqlParser.lob_segname().The default implementation does nothing.
- Specified by:
exitLob_segnamein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_item
public void enterLob_item(PlSqlParser.Lob_itemContext ctx)
Enter a parse tree produced byPlSqlParser.lob_item().The default implementation does nothing.
- Specified by:
enterLob_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_item
public void exitLob_item(PlSqlParser.Lob_itemContext ctx)
Exit a parse tree produced byPlSqlParser.lob_item().The default implementation does nothing.
- Specified by:
exitLob_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_storage_parameters
public void enterLob_storage_parameters(PlSqlParser.Lob_storage_parametersContext ctx)
Enter a parse tree produced byPlSqlParser.lob_storage_parameters().The default implementation does nothing.
- Specified by:
enterLob_storage_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_storage_parameters
public void exitLob_storage_parameters(PlSqlParser.Lob_storage_parametersContext ctx)
Exit a parse tree produced byPlSqlParser.lob_storage_parameters().The default implementation does nothing.
- Specified by:
exitLob_storage_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_storage_clause
public void enterLob_storage_clause(PlSqlParser.Lob_storage_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.lob_storage_clause().The default implementation does nothing.
- Specified by:
enterLob_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_storage_clause
public void exitLob_storage_clause(PlSqlParser.Lob_storage_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.lob_storage_clause().The default implementation does nothing.
- Specified by:
exitLob_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_lob_storage_clause
public void enterModify_lob_storage_clause(PlSqlParser.Modify_lob_storage_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.modify_lob_storage_clause().The default implementation does nothing.
- Specified by:
enterModify_lob_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_lob_storage_clause
public void exitModify_lob_storage_clause(PlSqlParser.Modify_lob_storage_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.modify_lob_storage_clause().The default implementation does nothing.
- Specified by:
exitModify_lob_storage_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModify_lob_parameters
public void enterModify_lob_parameters(PlSqlParser.Modify_lob_parametersContext ctx)
Enter a parse tree produced byPlSqlParser.modify_lob_parameters().The default implementation does nothing.
- Specified by:
enterModify_lob_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModify_lob_parameters
public void exitModify_lob_parameters(PlSqlParser.Modify_lob_parametersContext ctx)
Exit a parse tree produced byPlSqlParser.modify_lob_parameters().The default implementation does nothing.
- Specified by:
exitModify_lob_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_parameters
public void enterLob_parameters(PlSqlParser.Lob_parametersContext ctx)
Enter a parse tree produced byPlSqlParser.lob_parameters().The default implementation does nothing.
- Specified by:
enterLob_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_parameters
public void exitLob_parameters(PlSqlParser.Lob_parametersContext ctx)
Exit a parse tree produced byPlSqlParser.lob_parameters().The default implementation does nothing.
- Specified by:
exitLob_parametersin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_deduplicate_clause
public void enterLob_deduplicate_clause(PlSqlParser.Lob_deduplicate_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.lob_deduplicate_clause().The default implementation does nothing.
- Specified by:
enterLob_deduplicate_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_deduplicate_clause
public void exitLob_deduplicate_clause(PlSqlParser.Lob_deduplicate_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.lob_deduplicate_clause().The default implementation does nothing.
- Specified by:
exitLob_deduplicate_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_compression_clause
public void enterLob_compression_clause(PlSqlParser.Lob_compression_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.lob_compression_clause().The default implementation does nothing.
- Specified by:
enterLob_compression_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_compression_clause
public void exitLob_compression_clause(PlSqlParser.Lob_compression_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.lob_compression_clause().The default implementation does nothing.
- Specified by:
exitLob_compression_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLob_retention_clause
public void enterLob_retention_clause(PlSqlParser.Lob_retention_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.lob_retention_clause().The default implementation does nothing.
- Specified by:
enterLob_retention_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLob_retention_clause
public void exitLob_retention_clause(PlSqlParser.Lob_retention_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.lob_retention_clause().The default implementation does nothing.
- Specified by:
exitLob_retention_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterEncryption_spec
public void enterEncryption_spec(PlSqlParser.Encryption_specContext ctx)
Enter a parse tree produced byPlSqlParser.encryption_spec().The default implementation does nothing.
- Specified by:
enterEncryption_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitEncryption_spec
public void exitEncryption_spec(PlSqlParser.Encryption_specContext ctx)
Exit a parse tree produced byPlSqlParser.encryption_spec().The default implementation does nothing.
- Specified by:
exitEncryption_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTablespace
public void enterTablespace(PlSqlParser.TablespaceContext ctx)
Enter a parse tree produced byPlSqlParser.tablespace().The default implementation does nothing.
- Specified by:
enterTablespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTablespace
public void exitTablespace(PlSqlParser.TablespaceContext ctx)
Exit a parse tree produced byPlSqlParser.tablespace().The default implementation does nothing.
- Specified by:
exitTablespacein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVarray_item
public void enterVarray_item(PlSqlParser.Varray_itemContext ctx)
Enter a parse tree produced byPlSqlParser.varray_item().The default implementation does nothing.
- Specified by:
enterVarray_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVarray_item
public void exitVarray_item(PlSqlParser.Varray_itemContext ctx)
Exit a parse tree produced byPlSqlParser.varray_item().The default implementation does nothing.
- Specified by:
exitVarray_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_properties
public void enterColumn_properties(PlSqlParser.Column_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.column_properties().The default implementation does nothing.
- Specified by:
enterColumn_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_properties
public void exitColumn_properties(PlSqlParser.Column_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.column_properties().The default implementation does nothing.
- Specified by:
exitColumn_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPeriod_definition
public void enterPeriod_definition(PlSqlParser.Period_definitionContext ctx)
Enter a parse tree produced byPlSqlParser.period_definition().The default implementation does nothing.
- Specified by:
enterPeriod_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPeriod_definition
public void exitPeriod_definition(PlSqlParser.Period_definitionContext ctx)
Exit a parse tree produced byPlSqlParser.period_definition().The default implementation does nothing.
- Specified by:
exitPeriod_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStart_time_column
public void enterStart_time_column(PlSqlParser.Start_time_columnContext ctx)
Enter a parse tree produced byPlSqlParser.start_time_column().The default implementation does nothing.
- Specified by:
enterStart_time_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStart_time_column
public void exitStart_time_column(PlSqlParser.Start_time_columnContext ctx)
Exit a parse tree produced byPlSqlParser.start_time_column().The default implementation does nothing.
- Specified by:
exitStart_time_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterEnd_time_column
public void enterEnd_time_column(PlSqlParser.End_time_columnContext ctx)
Enter a parse tree produced byPlSqlParser.end_time_column().The default implementation does nothing.
- Specified by:
enterEnd_time_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitEnd_time_column
public void exitEnd_time_column(PlSqlParser.End_time_columnContext ctx)
Exit a parse tree produced byPlSqlParser.end_time_column().The default implementation does nothing.
- Specified by:
exitEnd_time_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_definition
public void enterColumn_definition(PlSqlParser.Column_definitionContext ctx)
Enter a parse tree produced byPlSqlParser.column_definition().The default implementation does nothing.
- Specified by:
enterColumn_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_definition
public void exitColumn_definition(PlSqlParser.Column_definitionContext ctx)
Exit a parse tree produced byPlSqlParser.column_definition().The default implementation does nothing.
- Specified by:
exitColumn_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVirtual_column_definition
public void enterVirtual_column_definition(PlSqlParser.Virtual_column_definitionContext ctx)
Enter a parse tree produced byPlSqlParser.virtual_column_definition().The default implementation does nothing.
- Specified by:
enterVirtual_column_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVirtual_column_definition
public void exitVirtual_column_definition(PlSqlParser.Virtual_column_definitionContext ctx)
Exit a parse tree produced byPlSqlParser.virtual_column_definition().The default implementation does nothing.
- Specified by:
exitVirtual_column_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAutogenerated_sequence_definition
public void enterAutogenerated_sequence_definition(PlSqlParser.Autogenerated_sequence_definitionContext ctx)
Enter a parse tree produced byPlSqlParser.autogenerated_sequence_definition().The default implementation does nothing.
- Specified by:
enterAutogenerated_sequence_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAutogenerated_sequence_definition
public void exitAutogenerated_sequence_definition(PlSqlParser.Autogenerated_sequence_definitionContext ctx)
Exit a parse tree produced byPlSqlParser.autogenerated_sequence_definition().The default implementation does nothing.
- Specified by:
exitAutogenerated_sequence_definitionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOut_of_line_part_storage
public void enterOut_of_line_part_storage(PlSqlParser.Out_of_line_part_storageContext ctx)
Enter a parse tree produced byPlSqlParser.out_of_line_part_storage().The default implementation does nothing.
- Specified by:
enterOut_of_line_part_storagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOut_of_line_part_storage
public void exitOut_of_line_part_storage(PlSqlParser.Out_of_line_part_storageContext ctx)
Exit a parse tree produced byPlSqlParser.out_of_line_part_storage().The default implementation does nothing.
- Specified by:
exitOut_of_line_part_storagein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNested_table_col_properties
public void enterNested_table_col_properties(PlSqlParser.Nested_table_col_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.nested_table_col_properties().The default implementation does nothing.
- Specified by:
enterNested_table_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNested_table_col_properties
public void exitNested_table_col_properties(PlSqlParser.Nested_table_col_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.nested_table_col_properties().The default implementation does nothing.
- Specified by:
exitNested_table_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNested_item
public void enterNested_item(PlSqlParser.Nested_itemContext ctx)
Enter a parse tree produced byPlSqlParser.nested_item().The default implementation does nothing.
- Specified by:
enterNested_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNested_item
public void exitNested_item(PlSqlParser.Nested_itemContext ctx)
Exit a parse tree produced byPlSqlParser.nested_item().The default implementation does nothing.
- Specified by:
exitNested_itemin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubstitutable_column_clause
public void enterSubstitutable_column_clause(PlSqlParser.Substitutable_column_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.substitutable_column_clause().The default implementation does nothing.
- Specified by:
enterSubstitutable_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubstitutable_column_clause
public void exitSubstitutable_column_clause(PlSqlParser.Substitutable_column_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.substitutable_column_clause().The default implementation does nothing.
- Specified by:
exitSubstitutable_column_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartition_name
public void enterPartition_name(PlSqlParser.Partition_nameContext ctx)
Enter a parse tree produced byPlSqlParser.partition_name().The default implementation does nothing.
- Specified by:
enterPartition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartition_name
public void exitPartition_name(PlSqlParser.Partition_nameContext ctx)
Exit a parse tree produced byPlSqlParser.partition_name().The default implementation does nothing.
- Specified by:
exitPartition_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSupplemental_logging_props
public void enterSupplemental_logging_props(PlSqlParser.Supplemental_logging_propsContext ctx)
Enter a parse tree produced byPlSqlParser.supplemental_logging_props().The default implementation does nothing.
- Specified by:
enterSupplemental_logging_propsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSupplemental_logging_props
public void exitSupplemental_logging_props(PlSqlParser.Supplemental_logging_propsContext ctx)
Exit a parse tree produced byPlSqlParser.supplemental_logging_props().The default implementation does nothing.
- Specified by:
exitSupplemental_logging_propsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_or_attribute
public void enterColumn_or_attribute(PlSqlParser.Column_or_attributeContext ctx)
Enter a parse tree produced byPlSqlParser.column_or_attribute().The default implementation does nothing.
- Specified by:
enterColumn_or_attributein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_or_attribute
public void exitColumn_or_attribute(PlSqlParser.Column_or_attributeContext ctx)
Exit a parse tree produced byPlSqlParser.column_or_attribute().The default implementation does nothing.
- Specified by:
exitColumn_or_attributein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_type_col_properties
public void enterObject_type_col_properties(PlSqlParser.Object_type_col_propertiesContext ctx)
Enter a parse tree produced byPlSqlParser.object_type_col_properties().The default implementation does nothing.
- Specified by:
enterObject_type_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_type_col_properties
public void exitObject_type_col_properties(PlSqlParser.Object_type_col_propertiesContext ctx)
Exit a parse tree produced byPlSqlParser.object_type_col_properties().The default implementation does nothing.
- Specified by:
exitObject_type_col_propertiesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConstraint_clauses
public void enterConstraint_clauses(PlSqlParser.Constraint_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.constraint_clauses().The default implementation does nothing.
- Specified by:
enterConstraint_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConstraint_clauses
public void exitConstraint_clauses(PlSqlParser.Constraint_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.constraint_clauses().The default implementation does nothing.
- Specified by:
exitConstraint_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOld_constraint_name
public void enterOld_constraint_name(PlSqlParser.Old_constraint_nameContext ctx)
Enter a parse tree produced byPlSqlParser.old_constraint_name().The default implementation does nothing.
- Specified by:
enterOld_constraint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOld_constraint_name
public void exitOld_constraint_name(PlSqlParser.Old_constraint_nameContext ctx)
Exit a parse tree produced byPlSqlParser.old_constraint_name().The default implementation does nothing.
- Specified by:
exitOld_constraint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNew_constraint_name
public void enterNew_constraint_name(PlSqlParser.New_constraint_nameContext ctx)
Enter a parse tree produced byPlSqlParser.new_constraint_name().The default implementation does nothing.
- Specified by:
enterNew_constraint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNew_constraint_name
public void exitNew_constraint_name(PlSqlParser.New_constraint_nameContext ctx)
Exit a parse tree produced byPlSqlParser.new_constraint_name().The default implementation does nothing.
- Specified by:
exitNew_constraint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_constraint_clause
public void enterDrop_constraint_clause(PlSqlParser.Drop_constraint_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.drop_constraint_clause().The default implementation does nothing.
- Specified by:
enterDrop_constraint_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_constraint_clause
public void exitDrop_constraint_clause(PlSqlParser.Drop_constraint_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.drop_constraint_clause().The default implementation does nothing.
- Specified by:
exitDrop_constraint_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_primary_key_or_unique_or_generic_clause
public void enterDrop_primary_key_or_unique_or_generic_clause(PlSqlParser.Drop_primary_key_or_unique_or_generic_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.drop_primary_key_or_unique_or_generic_clause().The default implementation does nothing.
- Specified by:
enterDrop_primary_key_or_unique_or_generic_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_primary_key_or_unique_or_generic_clause
public void exitDrop_primary_key_or_unique_or_generic_clause(PlSqlParser.Drop_primary_key_or_unique_or_generic_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.drop_primary_key_or_unique_or_generic_clause().The default implementation does nothing.
- Specified by:
exitDrop_primary_key_or_unique_or_generic_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_constraint
public void enterAdd_constraint(PlSqlParser.Add_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.add_constraint().The default implementation does nothing.
- Specified by:
enterAdd_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_constraint
public void exitAdd_constraint(PlSqlParser.Add_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.add_constraint().The default implementation does nothing.
- Specified by:
exitAdd_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAdd_constraint_clause
public void enterAdd_constraint_clause(PlSqlParser.Add_constraint_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.add_constraint_clause().The default implementation does nothing.
- Specified by:
enterAdd_constraint_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAdd_constraint_clause
public void exitAdd_constraint_clause(PlSqlParser.Add_constraint_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.add_constraint_clause().The default implementation does nothing.
- Specified by:
exitAdd_constraint_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCheck_constraint
public void enterCheck_constraint(PlSqlParser.Check_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.check_constraint().The default implementation does nothing.
- Specified by:
enterCheck_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCheck_constraint
public void exitCheck_constraint(PlSqlParser.Check_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.check_constraint().The default implementation does nothing.
- Specified by:
exitCheck_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDrop_constraint
public void enterDrop_constraint(PlSqlParser.Drop_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.drop_constraint().The default implementation does nothing.
- Specified by:
enterDrop_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDrop_constraint
public void exitDrop_constraint(PlSqlParser.Drop_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.drop_constraint().The default implementation does nothing.
- Specified by:
exitDrop_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterEnable_constraint
public void enterEnable_constraint(PlSqlParser.Enable_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.enable_constraint().The default implementation does nothing.
- Specified by:
enterEnable_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitEnable_constraint
public void exitEnable_constraint(PlSqlParser.Enable_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.enable_constraint().The default implementation does nothing.
- Specified by:
exitEnable_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDisable_constraint
public void enterDisable_constraint(PlSqlParser.Disable_constraintContext ctx)
Enter a parse tree produced byPlSqlParser.disable_constraint().The default implementation does nothing.
- Specified by:
enterDisable_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDisable_constraint
public void exitDisable_constraint(PlSqlParser.Disable_constraintContext ctx)
Exit a parse tree produced byPlSqlParser.disable_constraint().The default implementation does nothing.
- Specified by:
exitDisable_constraintin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterForeign_key_clause
public void enterForeign_key_clause(PlSqlParser.Foreign_key_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.foreign_key_clause().The default implementation does nothing.
- Specified by:
enterForeign_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitForeign_key_clause
public void exitForeign_key_clause(PlSqlParser.Foreign_key_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.foreign_key_clause().The default implementation does nothing.
- Specified by:
exitForeign_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReferences_clause
public void enterReferences_clause(PlSqlParser.References_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.references_clause().The default implementation does nothing.
- Specified by:
enterReferences_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReferences_clause
public void exitReferences_clause(PlSqlParser.References_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.references_clause().The default implementation does nothing.
- Specified by:
exitReferences_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOn_delete_clause
public void enterOn_delete_clause(PlSqlParser.On_delete_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.on_delete_clause().The default implementation does nothing.
- Specified by:
enterOn_delete_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOn_delete_clause
public void exitOn_delete_clause(PlSqlParser.On_delete_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.on_delete_clause().The default implementation does nothing.
- Specified by:
exitOn_delete_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnique_key_clause
public void enterUnique_key_clause(PlSqlParser.Unique_key_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.unique_key_clause().The default implementation does nothing.
- Specified by:
enterUnique_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnique_key_clause
public void exitUnique_key_clause(PlSqlParser.Unique_key_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.unique_key_clause().The default implementation does nothing.
- Specified by:
exitUnique_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPrimary_key_clause
public void enterPrimary_key_clause(PlSqlParser.Primary_key_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.primary_key_clause().The default implementation does nothing.
- Specified by:
enterPrimary_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPrimary_key_clause
public void exitPrimary_key_clause(PlSqlParser.Primary_key_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.primary_key_clause().The default implementation does nothing.
- Specified by:
exitPrimary_key_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAnonymous_block
public void enterAnonymous_block(PlSqlParser.Anonymous_blockContext ctx)
Enter a parse tree produced byPlSqlParser.anonymous_block().The default implementation does nothing.
- Specified by:
enterAnonymous_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAnonymous_block
public void exitAnonymous_block(PlSqlParser.Anonymous_blockContext ctx)
Exit a parse tree produced byPlSqlParser.anonymous_block().The default implementation does nothing.
- Specified by:
exitAnonymous_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInvoker_rights_clause
public void enterInvoker_rights_clause(PlSqlParser.Invoker_rights_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.invoker_rights_clause().The default implementation does nothing.
- Specified by:
enterInvoker_rights_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInvoker_rights_clause
public void exitInvoker_rights_clause(PlSqlParser.Invoker_rights_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.invoker_rights_clause().The default implementation does nothing.
- Specified by:
exitInvoker_rights_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCall_spec
public void enterCall_spec(PlSqlParser.Call_specContext ctx)
Enter a parse tree produced byPlSqlParser.call_spec().The default implementation does nothing.
- Specified by:
enterCall_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCall_spec
public void exitCall_spec(PlSqlParser.Call_specContext ctx)
Exit a parse tree produced byPlSqlParser.call_spec().The default implementation does nothing.
- Specified by:
exitCall_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterJava_spec
public void enterJava_spec(PlSqlParser.Java_specContext ctx)
Enter a parse tree produced byPlSqlParser.java_spec().The default implementation does nothing.
- Specified by:
enterJava_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitJava_spec
public void exitJava_spec(PlSqlParser.Java_specContext ctx)
Exit a parse tree produced byPlSqlParser.java_spec().The default implementation does nothing.
- Specified by:
exitJava_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterC_spec
public void enterC_spec(PlSqlParser.C_specContext ctx)
Enter a parse tree produced byPlSqlParser.c_spec().The default implementation does nothing.
- Specified by:
enterC_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitC_spec
public void exitC_spec(PlSqlParser.C_specContext ctx)
Exit a parse tree produced byPlSqlParser.c_spec().The default implementation does nothing.
- Specified by:
exitC_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterC_agent_in_clause
public void enterC_agent_in_clause(PlSqlParser.C_agent_in_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.c_agent_in_clause().The default implementation does nothing.
- Specified by:
enterC_agent_in_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitC_agent_in_clause
public void exitC_agent_in_clause(PlSqlParser.C_agent_in_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.c_agent_in_clause().The default implementation does nothing.
- Specified by:
exitC_agent_in_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterC_parameters_clause
public void enterC_parameters_clause(PlSqlParser.C_parameters_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.c_parameters_clause().The default implementation does nothing.
- Specified by:
enterC_parameters_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitC_parameters_clause
public void exitC_parameters_clause(PlSqlParser.C_parameters_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.c_parameters_clause().The default implementation does nothing.
- Specified by:
exitC_parameters_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterParameter
public void enterParameter(PlSqlParser.ParameterContext ctx)
Enter a parse tree produced byPlSqlParser.parameter().The default implementation does nothing.
- Specified by:
enterParameterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitParameter
public void exitParameter(PlSqlParser.ParameterContext ctx)
Exit a parse tree produced byPlSqlParser.parameter().The default implementation does nothing.
- Specified by:
exitParameterin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDefault_value_part
public void enterDefault_value_part(PlSqlParser.Default_value_partContext ctx)
Enter a parse tree produced byPlSqlParser.default_value_part().The default implementation does nothing.
- Specified by:
enterDefault_value_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDefault_value_part
public void exitDefault_value_part(PlSqlParser.Default_value_partContext ctx)
Exit a parse tree produced byPlSqlParser.default_value_part().The default implementation does nothing.
- Specified by:
exitDefault_value_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSeq_of_declare_specs
public void enterSeq_of_declare_specs(PlSqlParser.Seq_of_declare_specsContext ctx)
Enter a parse tree produced byPlSqlParser.seq_of_declare_specs().The default implementation does nothing.
- Specified by:
enterSeq_of_declare_specsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSeq_of_declare_specs
public void exitSeq_of_declare_specs(PlSqlParser.Seq_of_declare_specsContext ctx)
Exit a parse tree produced byPlSqlParser.seq_of_declare_specs().The default implementation does nothing.
- Specified by:
exitSeq_of_declare_specsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDeclare_spec
public void enterDeclare_spec(PlSqlParser.Declare_specContext ctx)
Enter a parse tree produced byPlSqlParser.declare_spec().The default implementation does nothing.
- Specified by:
enterDeclare_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDeclare_spec
public void exitDeclare_spec(PlSqlParser.Declare_specContext ctx)
Exit a parse tree produced byPlSqlParser.declare_spec().The default implementation does nothing.
- Specified by:
exitDeclare_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVariable_declaration
public void enterVariable_declaration(PlSqlParser.Variable_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.variable_declaration().The default implementation does nothing.
- Specified by:
enterVariable_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVariable_declaration
public void exitVariable_declaration(PlSqlParser.Variable_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.variable_declaration().The default implementation does nothing.
- Specified by:
exitVariable_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubtype_declaration
public void enterSubtype_declaration(PlSqlParser.Subtype_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.subtype_declaration().The default implementation does nothing.
- Specified by:
enterSubtype_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubtype_declaration
public void exitSubtype_declaration(PlSqlParser.Subtype_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.subtype_declaration().The default implementation does nothing.
- Specified by:
exitSubtype_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCursor_declaration
public void enterCursor_declaration(PlSqlParser.Cursor_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.cursor_declaration().The default implementation does nothing.
- Specified by:
enterCursor_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCursor_declaration
public void exitCursor_declaration(PlSqlParser.Cursor_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.cursor_declaration().The default implementation does nothing.
- Specified by:
exitCursor_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterParameter_spec
public void enterParameter_spec(PlSqlParser.Parameter_specContext ctx)
Enter a parse tree produced byPlSqlParser.parameter_spec().The default implementation does nothing.
- Specified by:
enterParameter_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitParameter_spec
public void exitParameter_spec(PlSqlParser.Parameter_specContext ctx)
Exit a parse tree produced byPlSqlParser.parameter_spec().The default implementation does nothing.
- Specified by:
exitParameter_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterException_declaration
public void enterException_declaration(PlSqlParser.Exception_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.exception_declaration().The default implementation does nothing.
- Specified by:
enterException_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitException_declaration
public void exitException_declaration(PlSqlParser.Exception_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.exception_declaration().The default implementation does nothing.
- Specified by:
exitException_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPragma_declaration
public void enterPragma_declaration(PlSqlParser.Pragma_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.pragma_declaration().The default implementation does nothing.
- Specified by:
enterPragma_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPragma_declaration
public void exitPragma_declaration(PlSqlParser.Pragma_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.pragma_declaration().The default implementation does nothing.
- Specified by:
exitPragma_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRecord_type_def
public void enterRecord_type_def(PlSqlParser.Record_type_defContext ctx)
Enter a parse tree produced byPlSqlParser.record_type_def().The default implementation does nothing.
- Specified by:
enterRecord_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRecord_type_def
public void exitRecord_type_def(PlSqlParser.Record_type_defContext ctx)
Exit a parse tree produced byPlSqlParser.record_type_def().The default implementation does nothing.
- Specified by:
exitRecord_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterField_spec
public void enterField_spec(PlSqlParser.Field_specContext ctx)
Enter a parse tree produced byPlSqlParser.field_spec().The default implementation does nothing.
- Specified by:
enterField_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitField_spec
public void exitField_spec(PlSqlParser.Field_specContext ctx)
Exit a parse tree produced byPlSqlParser.field_spec().The default implementation does nothing.
- Specified by:
exitField_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRef_cursor_type_def
public void enterRef_cursor_type_def(PlSqlParser.Ref_cursor_type_defContext ctx)
Enter a parse tree produced byPlSqlParser.ref_cursor_type_def().The default implementation does nothing.
- Specified by:
enterRef_cursor_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRef_cursor_type_def
public void exitRef_cursor_type_def(PlSqlParser.Ref_cursor_type_defContext ctx)
Exit a parse tree produced byPlSqlParser.ref_cursor_type_def().The default implementation does nothing.
- Specified by:
exitRef_cursor_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_declaration
public void enterType_declaration(PlSqlParser.Type_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.type_declaration().The default implementation does nothing.
- Specified by:
enterType_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_declaration
public void exitType_declaration(PlSqlParser.Type_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.type_declaration().The default implementation does nothing.
- Specified by:
exitType_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_type_def
public void enterTable_type_def(PlSqlParser.Table_type_defContext ctx)
Enter a parse tree produced byPlSqlParser.table_type_def().The default implementation does nothing.
- Specified by:
enterTable_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_type_def
public void exitTable_type_def(PlSqlParser.Table_type_defContext ctx)
Exit a parse tree produced byPlSqlParser.table_type_def().The default implementation does nothing.
- Specified by:
exitTable_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_indexed_by_part
public void enterTable_indexed_by_part(PlSqlParser.Table_indexed_by_partContext ctx)
Enter a parse tree produced byPlSqlParser.table_indexed_by_part().The default implementation does nothing.
- Specified by:
enterTable_indexed_by_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_indexed_by_part
public void exitTable_indexed_by_part(PlSqlParser.Table_indexed_by_partContext ctx)
Exit a parse tree produced byPlSqlParser.table_indexed_by_part().The default implementation does nothing.
- Specified by:
exitTable_indexed_by_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVarray_type_def
public void enterVarray_type_def(PlSqlParser.Varray_type_defContext ctx)
Enter a parse tree produced byPlSqlParser.varray_type_def().The default implementation does nothing.
- Specified by:
enterVarray_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVarray_type_def
public void exitVarray_type_def(PlSqlParser.Varray_type_defContext ctx)
Exit a parse tree produced byPlSqlParser.varray_type_def().The default implementation does nothing.
- Specified by:
exitVarray_type_defin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSeq_of_statements
public void enterSeq_of_statements(PlSqlParser.Seq_of_statementsContext ctx)
Enter a parse tree produced byPlSqlParser.seq_of_statements().The default implementation does nothing.
- Specified by:
enterSeq_of_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSeq_of_statements
public void exitSeq_of_statements(PlSqlParser.Seq_of_statementsContext ctx)
Exit a parse tree produced byPlSqlParser.seq_of_statements().The default implementation does nothing.
- Specified by:
exitSeq_of_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLabel_declaration
public void enterLabel_declaration(PlSqlParser.Label_declarationContext ctx)
Enter a parse tree produced byPlSqlParser.label_declaration().The default implementation does nothing.
- Specified by:
enterLabel_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLabel_declaration
public void exitLabel_declaration(PlSqlParser.Label_declarationContext ctx)
Exit a parse tree produced byPlSqlParser.label_declaration().The default implementation does nothing.
- Specified by:
exitLabel_declarationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(PlSqlParser.StatementContext ctx)
Enter a parse tree produced byPlSqlParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(PlSqlParser.StatementContext ctx)
Exit a parse tree produced byPlSqlParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSwallow_to_semi
public void enterSwallow_to_semi(PlSqlParser.Swallow_to_semiContext ctx)
Enter a parse tree produced byPlSqlParser.swallow_to_semi().The default implementation does nothing.
- Specified by:
enterSwallow_to_semiin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSwallow_to_semi
public void exitSwallow_to_semi(PlSqlParser.Swallow_to_semiContext ctx)
Exit a parse tree produced byPlSqlParser.swallow_to_semi().The default implementation does nothing.
- Specified by:
exitSwallow_to_semiin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAssignment_statement
public void enterAssignment_statement(PlSqlParser.Assignment_statementContext ctx)
Enter a parse tree produced byPlSqlParser.assignment_statement().The default implementation does nothing.
- Specified by:
enterAssignment_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAssignment_statement
public void exitAssignment_statement(PlSqlParser.Assignment_statementContext ctx)
Exit a parse tree produced byPlSqlParser.assignment_statement().The default implementation does nothing.
- Specified by:
exitAssignment_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterContinue_statement
public void enterContinue_statement(PlSqlParser.Continue_statementContext ctx)
Enter a parse tree produced byPlSqlParser.continue_statement().The default implementation does nothing.
- Specified by:
enterContinue_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitContinue_statement
public void exitContinue_statement(PlSqlParser.Continue_statementContext ctx)
Exit a parse tree produced byPlSqlParser.continue_statement().The default implementation does nothing.
- Specified by:
exitContinue_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterExit_statement
public void enterExit_statement(PlSqlParser.Exit_statementContext ctx)
Enter a parse tree produced byPlSqlParser.exit_statement().The default implementation does nothing.
- Specified by:
enterExit_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitExit_statement
public void exitExit_statement(PlSqlParser.Exit_statementContext ctx)
Exit a parse tree produced byPlSqlParser.exit_statement().The default implementation does nothing.
- Specified by:
exitExit_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGoto_statement
public void enterGoto_statement(PlSqlParser.Goto_statementContext ctx)
Enter a parse tree produced byPlSqlParser.goto_statement().The default implementation does nothing.
- Specified by:
enterGoto_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGoto_statement
public void exitGoto_statement(PlSqlParser.Goto_statementContext ctx)
Exit a parse tree produced byPlSqlParser.goto_statement().The default implementation does nothing.
- Specified by:
exitGoto_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIf_statement
public void enterIf_statement(PlSqlParser.If_statementContext ctx)
Enter a parse tree produced byPlSqlParser.if_statement().The default implementation does nothing.
- Specified by:
enterIf_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIf_statement
public void exitIf_statement(PlSqlParser.If_statementContext ctx)
Exit a parse tree produced byPlSqlParser.if_statement().The default implementation does nothing.
- Specified by:
exitIf_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterElsif_part
public void enterElsif_part(PlSqlParser.Elsif_partContext ctx)
Enter a parse tree produced byPlSqlParser.elsif_part().The default implementation does nothing.
- Specified by:
enterElsif_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitElsif_part
public void exitElsif_part(PlSqlParser.Elsif_partContext ctx)
Exit a parse tree produced byPlSqlParser.elsif_part().The default implementation does nothing.
- Specified by:
exitElsif_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterElse_part
public void enterElse_part(PlSqlParser.Else_partContext ctx)
Enter a parse tree produced byPlSqlParser.else_part().The default implementation does nothing.
- Specified by:
enterElse_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitElse_part
public void exitElse_part(PlSqlParser.Else_partContext ctx)
Exit a parse tree produced byPlSqlParser.else_part().The default implementation does nothing.
- Specified by:
exitElse_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLoop_statement
public void enterLoop_statement(PlSqlParser.Loop_statementContext ctx)
Enter a parse tree produced byPlSqlParser.loop_statement().The default implementation does nothing.
- Specified by:
enterLoop_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLoop_statement
public void exitLoop_statement(PlSqlParser.Loop_statementContext ctx)
Exit a parse tree produced byPlSqlParser.loop_statement().The default implementation does nothing.
- Specified by:
exitLoop_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCursor_loop_param
public void enterCursor_loop_param(PlSqlParser.Cursor_loop_paramContext ctx)
Enter a parse tree produced byPlSqlParser.cursor_loop_param().The default implementation does nothing.
- Specified by:
enterCursor_loop_paramin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCursor_loop_param
public void exitCursor_loop_param(PlSqlParser.Cursor_loop_paramContext ctx)
Exit a parse tree produced byPlSqlParser.cursor_loop_param().The default implementation does nothing.
- Specified by:
exitCursor_loop_paramin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterForall_statement
public void enterForall_statement(PlSqlParser.Forall_statementContext ctx)
Enter a parse tree produced byPlSqlParser.forall_statement().The default implementation does nothing.
- Specified by:
enterForall_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitForall_statement
public void exitForall_statement(PlSqlParser.Forall_statementContext ctx)
Exit a parse tree produced byPlSqlParser.forall_statement().The default implementation does nothing.
- Specified by:
exitForall_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBounds_clause
public void enterBounds_clause(PlSqlParser.Bounds_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.bounds_clause().The default implementation does nothing.
- Specified by:
enterBounds_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBounds_clause
public void exitBounds_clause(PlSqlParser.Bounds_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.bounds_clause().The default implementation does nothing.
- Specified by:
exitBounds_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBetween_bound
public void enterBetween_bound(PlSqlParser.Between_boundContext ctx)
Enter a parse tree produced byPlSqlParser.between_bound().The default implementation does nothing.
- Specified by:
enterBetween_boundin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBetween_bound
public void exitBetween_bound(PlSqlParser.Between_boundContext ctx)
Exit a parse tree produced byPlSqlParser.between_bound().The default implementation does nothing.
- Specified by:
exitBetween_boundin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLower_bound
public void enterLower_bound(PlSqlParser.Lower_boundContext ctx)
Enter a parse tree produced byPlSqlParser.lower_bound().The default implementation does nothing.
- Specified by:
enterLower_boundin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLower_bound
public void exitLower_bound(PlSqlParser.Lower_boundContext ctx)
Exit a parse tree produced byPlSqlParser.lower_bound().The default implementation does nothing.
- Specified by:
exitLower_boundin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUpper_bound
public void enterUpper_bound(PlSqlParser.Upper_boundContext ctx)
Enter a parse tree produced byPlSqlParser.upper_bound().The default implementation does nothing.
- Specified by:
enterUpper_boundin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUpper_bound
public void exitUpper_bound(PlSqlParser.Upper_boundContext ctx)
Exit a parse tree produced byPlSqlParser.upper_bound().The default implementation does nothing.
- Specified by:
exitUpper_boundin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNull_statement
public void enterNull_statement(PlSqlParser.Null_statementContext ctx)
Enter a parse tree produced byPlSqlParser.null_statement().The default implementation does nothing.
- Specified by:
enterNull_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNull_statement
public void exitNull_statement(PlSqlParser.Null_statementContext ctx)
Exit a parse tree produced byPlSqlParser.null_statement().The default implementation does nothing.
- Specified by:
exitNull_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRaise_statement
public void enterRaise_statement(PlSqlParser.Raise_statementContext ctx)
Enter a parse tree produced byPlSqlParser.raise_statement().The default implementation does nothing.
- Specified by:
enterRaise_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRaise_statement
public void exitRaise_statement(PlSqlParser.Raise_statementContext ctx)
Exit a parse tree produced byPlSqlParser.raise_statement().The default implementation does nothing.
- Specified by:
exitRaise_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReturn_statement
public void enterReturn_statement(PlSqlParser.Return_statementContext ctx)
Enter a parse tree produced byPlSqlParser.return_statement().The default implementation does nothing.
- Specified by:
enterReturn_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReturn_statement
public void exitReturn_statement(PlSqlParser.Return_statementContext ctx)
Exit a parse tree produced byPlSqlParser.return_statement().The default implementation does nothing.
- Specified by:
exitReturn_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_call
public void enterFunction_call(PlSqlParser.Function_callContext ctx)
Enter a parse tree produced byPlSqlParser.function_call().The default implementation does nothing.
- Specified by:
enterFunction_callin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_call
public void exitFunction_call(PlSqlParser.Function_callContext ctx)
Exit a parse tree produced byPlSqlParser.function_call().The default implementation does nothing.
- Specified by:
exitFunction_callin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProcedure_call
public void enterProcedure_call(PlSqlParser.Procedure_callContext ctx)
Enter a parse tree produced byPlSqlParser.procedure_call().The default implementation does nothing.
- Specified by:
enterProcedure_callin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProcedure_call
public void exitProcedure_call(PlSqlParser.Procedure_callContext ctx)
Exit a parse tree produced byPlSqlParser.procedure_call().The default implementation does nothing.
- Specified by:
exitProcedure_callin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPipe_row_statement
public void enterPipe_row_statement(PlSqlParser.Pipe_row_statementContext ctx)
Enter a parse tree produced byPlSqlParser.pipe_row_statement().The default implementation does nothing.
- Specified by:
enterPipe_row_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPipe_row_statement
public void exitPipe_row_statement(PlSqlParser.Pipe_row_statementContext ctx)
Exit a parse tree produced byPlSqlParser.pipe_row_statement().The default implementation does nothing.
- Specified by:
exitPipe_row_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBody
public void enterBody(PlSqlParser.BodyContext ctx)
Enter a parse tree produced byPlSqlParser.body().The default implementation does nothing.
- Specified by:
enterBodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBody
public void exitBody(PlSqlParser.BodyContext ctx)
Exit a parse tree produced byPlSqlParser.body().The default implementation does nothing.
- Specified by:
exitBodyin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterException_handler
public void enterException_handler(PlSqlParser.Exception_handlerContext ctx)
Enter a parse tree produced byPlSqlParser.exception_handler().The default implementation does nothing.
- Specified by:
enterException_handlerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitException_handler
public void exitException_handler(PlSqlParser.Exception_handlerContext ctx)
Exit a parse tree produced byPlSqlParser.exception_handler().The default implementation does nothing.
- Specified by:
exitException_handlerin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTrigger_block
public void enterTrigger_block(PlSqlParser.Trigger_blockContext ctx)
Enter a parse tree produced byPlSqlParser.trigger_block().The default implementation does nothing.
- Specified by:
enterTrigger_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTrigger_block
public void exitTrigger_block(PlSqlParser.Trigger_blockContext ctx)
Exit a parse tree produced byPlSqlParser.trigger_block().The default implementation does nothing.
- Specified by:
exitTrigger_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBlock
public void enterBlock(PlSqlParser.BlockContext ctx)
Enter a parse tree produced byPlSqlParser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBlock
public void exitBlock(PlSqlParser.BlockContext ctx)
Exit a parse tree produced byPlSqlParser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSql_statement
public void enterSql_statement(PlSqlParser.Sql_statementContext ctx)
Enter a parse tree produced byPlSqlParser.sql_statement().The default implementation does nothing.
- Specified by:
enterSql_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSql_statement
public void exitSql_statement(PlSqlParser.Sql_statementContext ctx)
Exit a parse tree produced byPlSqlParser.sql_statement().The default implementation does nothing.
- Specified by:
exitSql_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterExecute_immediate
public void enterExecute_immediate(PlSqlParser.Execute_immediateContext ctx)
Enter a parse tree produced byPlSqlParser.execute_immediate().The default implementation does nothing.
- Specified by:
enterExecute_immediatein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitExecute_immediate
public void exitExecute_immediate(PlSqlParser.Execute_immediateContext ctx)
Exit a parse tree produced byPlSqlParser.execute_immediate().The default implementation does nothing.
- Specified by:
exitExecute_immediatein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDynamic_returning_clause
public void enterDynamic_returning_clause(PlSqlParser.Dynamic_returning_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.dynamic_returning_clause().The default implementation does nothing.
- Specified by:
enterDynamic_returning_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDynamic_returning_clause
public void exitDynamic_returning_clause(PlSqlParser.Dynamic_returning_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.dynamic_returning_clause().The default implementation does nothing.
- Specified by:
exitDynamic_returning_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterData_manipulation_language_statements
public void enterData_manipulation_language_statements(PlSqlParser.Data_manipulation_language_statementsContext ctx)
Enter a parse tree produced byPlSqlParser.data_manipulation_language_statements().The default implementation does nothing.
- Specified by:
enterData_manipulation_language_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitData_manipulation_language_statements
public void exitData_manipulation_language_statements(PlSqlParser.Data_manipulation_language_statementsContext ctx)
Exit a parse tree produced byPlSqlParser.data_manipulation_language_statements().The default implementation does nothing.
- Specified by:
exitData_manipulation_language_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCursor_manipulation_statements
public void enterCursor_manipulation_statements(PlSqlParser.Cursor_manipulation_statementsContext ctx)
Enter a parse tree produced byPlSqlParser.cursor_manipulation_statements().The default implementation does nothing.
- Specified by:
enterCursor_manipulation_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCursor_manipulation_statements
public void exitCursor_manipulation_statements(PlSqlParser.Cursor_manipulation_statementsContext ctx)
Exit a parse tree produced byPlSqlParser.cursor_manipulation_statements().The default implementation does nothing.
- Specified by:
exitCursor_manipulation_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterClose_statement
public void enterClose_statement(PlSqlParser.Close_statementContext ctx)
Enter a parse tree produced byPlSqlParser.close_statement().The default implementation does nothing.
- Specified by:
enterClose_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitClose_statement
public void exitClose_statement(PlSqlParser.Close_statementContext ctx)
Exit a parse tree produced byPlSqlParser.close_statement().The default implementation does nothing.
- Specified by:
exitClose_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOpen_statement
public void enterOpen_statement(PlSqlParser.Open_statementContext ctx)
Enter a parse tree produced byPlSqlParser.open_statement().The default implementation does nothing.
- Specified by:
enterOpen_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOpen_statement
public void exitOpen_statement(PlSqlParser.Open_statementContext ctx)
Exit a parse tree produced byPlSqlParser.open_statement().The default implementation does nothing.
- Specified by:
exitOpen_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFetch_statement
public void enterFetch_statement(PlSqlParser.Fetch_statementContext ctx)
Enter a parse tree produced byPlSqlParser.fetch_statement().The default implementation does nothing.
- Specified by:
enterFetch_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFetch_statement
public void exitFetch_statement(PlSqlParser.Fetch_statementContext ctx)
Exit a parse tree produced byPlSqlParser.fetch_statement().The default implementation does nothing.
- Specified by:
exitFetch_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOpen_for_statement
public void enterOpen_for_statement(PlSqlParser.Open_for_statementContext ctx)
Enter a parse tree produced byPlSqlParser.open_for_statement().The default implementation does nothing.
- Specified by:
enterOpen_for_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOpen_for_statement
public void exitOpen_for_statement(PlSqlParser.Open_for_statementContext ctx)
Exit a parse tree produced byPlSqlParser.open_for_statement().The default implementation does nothing.
- Specified by:
exitOpen_for_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTransaction_control_statements
public void enterTransaction_control_statements(PlSqlParser.Transaction_control_statementsContext ctx)
Enter a parse tree produced byPlSqlParser.transaction_control_statements().The default implementation does nothing.
- Specified by:
enterTransaction_control_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTransaction_control_statements
public void exitTransaction_control_statements(PlSqlParser.Transaction_control_statementsContext ctx)
Exit a parse tree produced byPlSqlParser.transaction_control_statements().The default implementation does nothing.
- Specified by:
exitTransaction_control_statementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSet_transaction_command
public void enterSet_transaction_command(PlSqlParser.Set_transaction_commandContext ctx)
Enter a parse tree produced byPlSqlParser.set_transaction_command().The default implementation does nothing.
- Specified by:
enterSet_transaction_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSet_transaction_command
public void exitSet_transaction_command(PlSqlParser.Set_transaction_commandContext ctx)
Exit a parse tree produced byPlSqlParser.set_transaction_command().The default implementation does nothing.
- Specified by:
exitSet_transaction_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSet_constraint_command
public void enterSet_constraint_command(PlSqlParser.Set_constraint_commandContext ctx)
Enter a parse tree produced byPlSqlParser.set_constraint_command().The default implementation does nothing.
- Specified by:
enterSet_constraint_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSet_constraint_command
public void exitSet_constraint_command(PlSqlParser.Set_constraint_commandContext ctx)
Exit a parse tree produced byPlSqlParser.set_constraint_command().The default implementation does nothing.
- Specified by:
exitSet_constraint_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCommit_statement
public void enterCommit_statement(PlSqlParser.Commit_statementContext ctx)
Enter a parse tree produced byPlSqlParser.commit_statement().The default implementation does nothing.
- Specified by:
enterCommit_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCommit_statement
public void exitCommit_statement(PlSqlParser.Commit_statementContext ctx)
Exit a parse tree produced byPlSqlParser.commit_statement().The default implementation does nothing.
- Specified by:
exitCommit_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWrite_clause
public void enterWrite_clause(PlSqlParser.Write_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.write_clause().The default implementation does nothing.
- Specified by:
enterWrite_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWrite_clause
public void exitWrite_clause(PlSqlParser.Write_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.write_clause().The default implementation does nothing.
- Specified by:
exitWrite_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRollback_statement
public void enterRollback_statement(PlSqlParser.Rollback_statementContext ctx)
Enter a parse tree produced byPlSqlParser.rollback_statement().The default implementation does nothing.
- Specified by:
enterRollback_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRollback_statement
public void exitRollback_statement(PlSqlParser.Rollback_statementContext ctx)
Exit a parse tree produced byPlSqlParser.rollback_statement().The default implementation does nothing.
- Specified by:
exitRollback_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSavepoint_statement
public void enterSavepoint_statement(PlSqlParser.Savepoint_statementContext ctx)
Enter a parse tree produced byPlSqlParser.savepoint_statement().The default implementation does nothing.
- Specified by:
enterSavepoint_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSavepoint_statement
public void exitSavepoint_statement(PlSqlParser.Savepoint_statementContext ctx)
Exit a parse tree produced byPlSqlParser.savepoint_statement().The default implementation does nothing.
- Specified by:
exitSavepoint_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterExplain_statement
public void enterExplain_statement(PlSqlParser.Explain_statementContext ctx)
Enter a parse tree produced byPlSqlParser.explain_statement().The default implementation does nothing.
- Specified by:
enterExplain_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitExplain_statement
public void exitExplain_statement(PlSqlParser.Explain_statementContext ctx)
Exit a parse tree produced byPlSqlParser.explain_statement().The default implementation does nothing.
- Specified by:
exitExplain_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSelect_only_statement
public void enterSelect_only_statement(PlSqlParser.Select_only_statementContext ctx)
Enter a parse tree produced byPlSqlParser.select_only_statement().The default implementation does nothing.
- Specified by:
enterSelect_only_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSelect_only_statement
public void exitSelect_only_statement(PlSqlParser.Select_only_statementContext ctx)
Exit a parse tree produced byPlSqlParser.select_only_statement().The default implementation does nothing.
- Specified by:
exitSelect_only_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSelect_statement
public void enterSelect_statement(PlSqlParser.Select_statementContext ctx)
Enter a parse tree produced byPlSqlParser.select_statement().The default implementation does nothing.
- Specified by:
enterSelect_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSelect_statement
public void exitSelect_statement(PlSqlParser.Select_statementContext ctx)
Exit a parse tree produced byPlSqlParser.select_statement().The default implementation does nothing.
- Specified by:
exitSelect_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubquery_factoring_clause
public void enterSubquery_factoring_clause(PlSqlParser.Subquery_factoring_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.subquery_factoring_clause().The default implementation does nothing.
- Specified by:
enterSubquery_factoring_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubquery_factoring_clause
public void exitSubquery_factoring_clause(PlSqlParser.Subquery_factoring_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.subquery_factoring_clause().The default implementation does nothing.
- Specified by:
exitSubquery_factoring_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFactoring_element
public void enterFactoring_element(PlSqlParser.Factoring_elementContext ctx)
Enter a parse tree produced byPlSqlParser.factoring_element().The default implementation does nothing.
- Specified by:
enterFactoring_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFactoring_element
public void exitFactoring_element(PlSqlParser.Factoring_elementContext ctx)
Exit a parse tree produced byPlSqlParser.factoring_element().The default implementation does nothing.
- Specified by:
exitFactoring_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSearch_clause
public void enterSearch_clause(PlSqlParser.Search_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.search_clause().The default implementation does nothing.
- Specified by:
enterSearch_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSearch_clause
public void exitSearch_clause(PlSqlParser.Search_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.search_clause().The default implementation does nothing.
- Specified by:
exitSearch_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCycle_clause
public void enterCycle_clause(PlSqlParser.Cycle_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.cycle_clause().The default implementation does nothing.
- Specified by:
enterCycle_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCycle_clause
public void exitCycle_clause(PlSqlParser.Cycle_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.cycle_clause().The default implementation does nothing.
- Specified by:
exitCycle_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubquery
public void enterSubquery(PlSqlParser.SubqueryContext ctx)
Enter a parse tree produced byPlSqlParser.subquery().The default implementation does nothing.
- Specified by:
enterSubqueryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubquery
public void exitSubquery(PlSqlParser.SubqueryContext ctx)
Exit a parse tree produced byPlSqlParser.subquery().The default implementation does nothing.
- Specified by:
exitSubqueryin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubquery_basic_elements
public void enterSubquery_basic_elements(PlSqlParser.Subquery_basic_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.subquery_basic_elements().The default implementation does nothing.
- Specified by:
enterSubquery_basic_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubquery_basic_elements
public void exitSubquery_basic_elements(PlSqlParser.Subquery_basic_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.subquery_basic_elements().The default implementation does nothing.
- Specified by:
exitSubquery_basic_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubquery_operation_part
public void enterSubquery_operation_part(PlSqlParser.Subquery_operation_partContext ctx)
Enter a parse tree produced byPlSqlParser.subquery_operation_part().The default implementation does nothing.
- Specified by:
enterSubquery_operation_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubquery_operation_part
public void exitSubquery_operation_part(PlSqlParser.Subquery_operation_partContext ctx)
Exit a parse tree produced byPlSqlParser.subquery_operation_part().The default implementation does nothing.
- Specified by:
exitSubquery_operation_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterQuery_block
public void enterQuery_block(PlSqlParser.Query_blockContext ctx)
Enter a parse tree produced byPlSqlParser.query_block().The default implementation does nothing.
- Specified by:
enterQuery_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitQuery_block
public void exitQuery_block(PlSqlParser.Query_blockContext ctx)
Exit a parse tree produced byPlSqlParser.query_block().The default implementation does nothing.
- Specified by:
exitQuery_blockin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSelected_list
public void enterSelected_list(PlSqlParser.Selected_listContext ctx)
Enter a parse tree produced byPlSqlParser.selected_list().The default implementation does nothing.
- Specified by:
enterSelected_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSelected_list
public void exitSelected_list(PlSqlParser.Selected_listContext ctx)
Exit a parse tree produced byPlSqlParser.selected_list().The default implementation does nothing.
- Specified by:
exitSelected_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFrom_clause
public void enterFrom_clause(PlSqlParser.From_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.from_clause().The default implementation does nothing.
- Specified by:
enterFrom_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFrom_clause
public void exitFrom_clause(PlSqlParser.From_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.from_clause().The default implementation does nothing.
- Specified by:
exitFrom_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSelect_list_elements
public void enterSelect_list_elements(PlSqlParser.Select_list_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.select_list_elements().The default implementation does nothing.
- Specified by:
enterSelect_list_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSelect_list_elements
public void exitSelect_list_elements(PlSqlParser.Select_list_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.select_list_elements().The default implementation does nothing.
- Specified by:
exitSelect_list_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_ref_list
public void enterTable_ref_list(PlSqlParser.Table_ref_listContext ctx)
Enter a parse tree produced byPlSqlParser.table_ref_list().The default implementation does nothing.
- Specified by:
enterTable_ref_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_ref_list
public void exitTable_ref_list(PlSqlParser.Table_ref_listContext ctx)
Exit a parse tree produced byPlSqlParser.table_ref_list().The default implementation does nothing.
- Specified by:
exitTable_ref_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_ref
public void enterTable_ref(PlSqlParser.Table_refContext ctx)
Enter a parse tree produced byPlSqlParser.table_ref().The default implementation does nothing.
- Specified by:
enterTable_refin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_ref
public void exitTable_ref(PlSqlParser.Table_refContext ctx)
Exit a parse tree produced byPlSqlParser.table_ref().The default implementation does nothing.
- Specified by:
exitTable_refin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_ref_aux
public void enterTable_ref_aux(PlSqlParser.Table_ref_auxContext ctx)
Enter a parse tree produced byPlSqlParser.table_ref_aux().The default implementation does nothing.
- Specified by:
enterTable_ref_auxin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_ref_aux
public void exitTable_ref_aux(PlSqlParser.Table_ref_auxContext ctx)
Exit a parse tree produced byPlSqlParser.table_ref_aux().The default implementation does nothing.
- Specified by:
exitTable_ref_auxin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_ref_aux_internal_one
public void enterTable_ref_aux_internal_one(PlSqlParser.Table_ref_aux_internal_oneContext ctx)
Enter a parse tree produced by thetable_ref_aux_internal_onelabeled alternative inPlSqlParser.table_ref_aux_internal().The default implementation does nothing.
- Specified by:
enterTable_ref_aux_internal_onein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_ref_aux_internal_one
public void exitTable_ref_aux_internal_one(PlSqlParser.Table_ref_aux_internal_oneContext ctx)
Exit a parse tree produced by thetable_ref_aux_internal_onelabeled alternative inPlSqlParser.table_ref_aux_internal().The default implementation does nothing.
- Specified by:
exitTable_ref_aux_internal_onein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_ref_aux_internal_two
public void enterTable_ref_aux_internal_two(PlSqlParser.Table_ref_aux_internal_twoContext ctx)
Enter a parse tree produced by thetable_ref_aux_internal_twolabeled alternative inPlSqlParser.table_ref_aux_internal().The default implementation does nothing.
- Specified by:
enterTable_ref_aux_internal_twoin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_ref_aux_internal_two
public void exitTable_ref_aux_internal_two(PlSqlParser.Table_ref_aux_internal_twoContext ctx)
Exit a parse tree produced by thetable_ref_aux_internal_twolabeled alternative inPlSqlParser.table_ref_aux_internal().The default implementation does nothing.
- Specified by:
exitTable_ref_aux_internal_twoin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_ref_aux_internal_three
public void enterTable_ref_aux_internal_three(PlSqlParser.Table_ref_aux_internal_threeContext ctx)
Enter a parse tree produced by thetable_ref_aux_internal_threelabeled alternative inPlSqlParser.table_ref_aux_internal().The default implementation does nothing.
- Specified by:
enterTable_ref_aux_internal_threein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_ref_aux_internal_three
public void exitTable_ref_aux_internal_three(PlSqlParser.Table_ref_aux_internal_threeContext ctx)
Exit a parse tree produced by thetable_ref_aux_internal_threelabeled alternative inPlSqlParser.table_ref_aux_internal().The default implementation does nothing.
- Specified by:
exitTable_ref_aux_internal_threein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterJoin_clause
public void enterJoin_clause(PlSqlParser.Join_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.join_clause().The default implementation does nothing.
- Specified by:
enterJoin_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitJoin_clause
public void exitJoin_clause(PlSqlParser.Join_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.join_clause().The default implementation does nothing.
- Specified by:
exitJoin_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterJoin_on_part
public void enterJoin_on_part(PlSqlParser.Join_on_partContext ctx)
Enter a parse tree produced byPlSqlParser.join_on_part().The default implementation does nothing.
- Specified by:
enterJoin_on_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitJoin_on_part
public void exitJoin_on_part(PlSqlParser.Join_on_partContext ctx)
Exit a parse tree produced byPlSqlParser.join_on_part().The default implementation does nothing.
- Specified by:
exitJoin_on_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterJoin_using_part
public void enterJoin_using_part(PlSqlParser.Join_using_partContext ctx)
Enter a parse tree produced byPlSqlParser.join_using_part().The default implementation does nothing.
- Specified by:
enterJoin_using_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitJoin_using_part
public void exitJoin_using_part(PlSqlParser.Join_using_partContext ctx)
Exit a parse tree produced byPlSqlParser.join_using_part().The default implementation does nothing.
- Specified by:
exitJoin_using_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOuter_join_type
public void enterOuter_join_type(PlSqlParser.Outer_join_typeContext ctx)
Enter a parse tree produced byPlSqlParser.outer_join_type().The default implementation does nothing.
- Specified by:
enterOuter_join_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOuter_join_type
public void exitOuter_join_type(PlSqlParser.Outer_join_typeContext ctx)
Exit a parse tree produced byPlSqlParser.outer_join_type().The default implementation does nothing.
- Specified by:
exitOuter_join_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterQuery_partition_clause
public void enterQuery_partition_clause(PlSqlParser.Query_partition_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.query_partition_clause().The default implementation does nothing.
- Specified by:
enterQuery_partition_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitQuery_partition_clause
public void exitQuery_partition_clause(PlSqlParser.Query_partition_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.query_partition_clause().The default implementation does nothing.
- Specified by:
exitQuery_partition_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFlashback_query_clause
public void enterFlashback_query_clause(PlSqlParser.Flashback_query_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.flashback_query_clause().The default implementation does nothing.
- Specified by:
enterFlashback_query_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFlashback_query_clause
public void exitFlashback_query_clause(PlSqlParser.Flashback_query_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.flashback_query_clause().The default implementation does nothing.
- Specified by:
exitFlashback_query_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPivot_clause
public void enterPivot_clause(PlSqlParser.Pivot_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.pivot_clause().The default implementation does nothing.
- Specified by:
enterPivot_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPivot_clause
public void exitPivot_clause(PlSqlParser.Pivot_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.pivot_clause().The default implementation does nothing.
- Specified by:
exitPivot_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPivot_element
public void enterPivot_element(PlSqlParser.Pivot_elementContext ctx)
Enter a parse tree produced byPlSqlParser.pivot_element().The default implementation does nothing.
- Specified by:
enterPivot_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPivot_element
public void exitPivot_element(PlSqlParser.Pivot_elementContext ctx)
Exit a parse tree produced byPlSqlParser.pivot_element().The default implementation does nothing.
- Specified by:
exitPivot_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPivot_for_clause
public void enterPivot_for_clause(PlSqlParser.Pivot_for_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.pivot_for_clause().The default implementation does nothing.
- Specified by:
enterPivot_for_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPivot_for_clause
public void exitPivot_for_clause(PlSqlParser.Pivot_for_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.pivot_for_clause().The default implementation does nothing.
- Specified by:
exitPivot_for_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPivot_in_clause
public void enterPivot_in_clause(PlSqlParser.Pivot_in_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.pivot_in_clause().The default implementation does nothing.
- Specified by:
enterPivot_in_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPivot_in_clause
public void exitPivot_in_clause(PlSqlParser.Pivot_in_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.pivot_in_clause().The default implementation does nothing.
- Specified by:
exitPivot_in_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPivot_in_clause_element
public void enterPivot_in_clause_element(PlSqlParser.Pivot_in_clause_elementContext ctx)
Enter a parse tree produced byPlSqlParser.pivot_in_clause_element().The default implementation does nothing.
- Specified by:
enterPivot_in_clause_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPivot_in_clause_element
public void exitPivot_in_clause_element(PlSqlParser.Pivot_in_clause_elementContext ctx)
Exit a parse tree produced byPlSqlParser.pivot_in_clause_element().The default implementation does nothing.
- Specified by:
exitPivot_in_clause_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPivot_in_clause_elements
public void enterPivot_in_clause_elements(PlSqlParser.Pivot_in_clause_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.pivot_in_clause_elements().The default implementation does nothing.
- Specified by:
enterPivot_in_clause_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPivot_in_clause_elements
public void exitPivot_in_clause_elements(PlSqlParser.Pivot_in_clause_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.pivot_in_clause_elements().The default implementation does nothing.
- Specified by:
exitPivot_in_clause_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnpivot_clause
public void enterUnpivot_clause(PlSqlParser.Unpivot_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.unpivot_clause().The default implementation does nothing.
- Specified by:
enterUnpivot_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnpivot_clause
public void exitUnpivot_clause(PlSqlParser.Unpivot_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.unpivot_clause().The default implementation does nothing.
- Specified by:
exitUnpivot_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnpivot_in_clause
public void enterUnpivot_in_clause(PlSqlParser.Unpivot_in_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.unpivot_in_clause().The default implementation does nothing.
- Specified by:
enterUnpivot_in_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnpivot_in_clause
public void exitUnpivot_in_clause(PlSqlParser.Unpivot_in_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.unpivot_in_clause().The default implementation does nothing.
- Specified by:
exitUnpivot_in_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnpivot_in_elements
public void enterUnpivot_in_elements(PlSqlParser.Unpivot_in_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.unpivot_in_elements().The default implementation does nothing.
- Specified by:
enterUnpivot_in_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnpivot_in_elements
public void exitUnpivot_in_elements(PlSqlParser.Unpivot_in_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.unpivot_in_elements().The default implementation does nothing.
- Specified by:
exitUnpivot_in_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterHierarchical_query_clause
public void enterHierarchical_query_clause(PlSqlParser.Hierarchical_query_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.hierarchical_query_clause().The default implementation does nothing.
- Specified by:
enterHierarchical_query_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitHierarchical_query_clause
public void exitHierarchical_query_clause(PlSqlParser.Hierarchical_query_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.hierarchical_query_clause().The default implementation does nothing.
- Specified by:
exitHierarchical_query_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStart_part
public void enterStart_part(PlSqlParser.Start_partContext ctx)
Enter a parse tree produced byPlSqlParser.start_part().The default implementation does nothing.
- Specified by:
enterStart_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStart_part
public void exitStart_part(PlSqlParser.Start_partContext ctx)
Exit a parse tree produced byPlSqlParser.start_part().The default implementation does nothing.
- Specified by:
exitStart_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGroup_by_clause
public void enterGroup_by_clause(PlSqlParser.Group_by_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.group_by_clause().The default implementation does nothing.
- Specified by:
enterGroup_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGroup_by_clause
public void exitGroup_by_clause(PlSqlParser.Group_by_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.group_by_clause().The default implementation does nothing.
- Specified by:
exitGroup_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGroup_by_elements
public void enterGroup_by_elements(PlSqlParser.Group_by_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.group_by_elements().The default implementation does nothing.
- Specified by:
enterGroup_by_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGroup_by_elements
public void exitGroup_by_elements(PlSqlParser.Group_by_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.group_by_elements().The default implementation does nothing.
- Specified by:
exitGroup_by_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRollup_cube_clause
public void enterRollup_cube_clause(PlSqlParser.Rollup_cube_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.rollup_cube_clause().The default implementation does nothing.
- Specified by:
enterRollup_cube_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRollup_cube_clause
public void exitRollup_cube_clause(PlSqlParser.Rollup_cube_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.rollup_cube_clause().The default implementation does nothing.
- Specified by:
exitRollup_cube_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGrouping_sets_clause
public void enterGrouping_sets_clause(PlSqlParser.Grouping_sets_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.grouping_sets_clause().The default implementation does nothing.
- Specified by:
enterGrouping_sets_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGrouping_sets_clause
public void exitGrouping_sets_clause(PlSqlParser.Grouping_sets_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.grouping_sets_clause().The default implementation does nothing.
- Specified by:
exitGrouping_sets_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGrouping_sets_elements
public void enterGrouping_sets_elements(PlSqlParser.Grouping_sets_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.grouping_sets_elements().The default implementation does nothing.
- Specified by:
enterGrouping_sets_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGrouping_sets_elements
public void exitGrouping_sets_elements(PlSqlParser.Grouping_sets_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.grouping_sets_elements().The default implementation does nothing.
- Specified by:
exitGrouping_sets_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterHaving_clause
public void enterHaving_clause(PlSqlParser.Having_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.having_clause().The default implementation does nothing.
- Specified by:
enterHaving_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitHaving_clause
public void exitHaving_clause(PlSqlParser.Having_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.having_clause().The default implementation does nothing.
- Specified by:
exitHaving_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_clause
public void enterModel_clause(PlSqlParser.Model_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.model_clause().The default implementation does nothing.
- Specified by:
enterModel_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_clause
public void exitModel_clause(PlSqlParser.Model_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.model_clause().The default implementation does nothing.
- Specified by:
exitModel_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCell_reference_options
public void enterCell_reference_options(PlSqlParser.Cell_reference_optionsContext ctx)
Enter a parse tree produced byPlSqlParser.cell_reference_options().The default implementation does nothing.
- Specified by:
enterCell_reference_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCell_reference_options
public void exitCell_reference_options(PlSqlParser.Cell_reference_optionsContext ctx)
Exit a parse tree produced byPlSqlParser.cell_reference_options().The default implementation does nothing.
- Specified by:
exitCell_reference_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReturn_rows_clause
public void enterReturn_rows_clause(PlSqlParser.Return_rows_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.return_rows_clause().The default implementation does nothing.
- Specified by:
enterReturn_rows_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReturn_rows_clause
public void exitReturn_rows_clause(PlSqlParser.Return_rows_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.return_rows_clause().The default implementation does nothing.
- Specified by:
exitReturn_rows_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReference_model
public void enterReference_model(PlSqlParser.Reference_modelContext ctx)
Enter a parse tree produced byPlSqlParser.reference_model().The default implementation does nothing.
- Specified by:
enterReference_modelin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReference_model
public void exitReference_model(PlSqlParser.Reference_modelContext ctx)
Exit a parse tree produced byPlSqlParser.reference_model().The default implementation does nothing.
- Specified by:
exitReference_modelin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMain_model
public void enterMain_model(PlSqlParser.Main_modelContext ctx)
Enter a parse tree produced byPlSqlParser.main_model().The default implementation does nothing.
- Specified by:
enterMain_modelin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMain_model
public void exitMain_model(PlSqlParser.Main_modelContext ctx)
Exit a parse tree produced byPlSqlParser.main_model().The default implementation does nothing.
- Specified by:
exitMain_modelin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_column_clauses
public void enterModel_column_clauses(PlSqlParser.Model_column_clausesContext ctx)
Enter a parse tree produced byPlSqlParser.model_column_clauses().The default implementation does nothing.
- Specified by:
enterModel_column_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_column_clauses
public void exitModel_column_clauses(PlSqlParser.Model_column_clausesContext ctx)
Exit a parse tree produced byPlSqlParser.model_column_clauses().The default implementation does nothing.
- Specified by:
exitModel_column_clausesin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_column_partition_part
public void enterModel_column_partition_part(PlSqlParser.Model_column_partition_partContext ctx)
Enter a parse tree produced byPlSqlParser.model_column_partition_part().The default implementation does nothing.
- Specified by:
enterModel_column_partition_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_column_partition_part
public void exitModel_column_partition_part(PlSqlParser.Model_column_partition_partContext ctx)
Exit a parse tree produced byPlSqlParser.model_column_partition_part().The default implementation does nothing.
- Specified by:
exitModel_column_partition_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_column_list
public void enterModel_column_list(PlSqlParser.Model_column_listContext ctx)
Enter a parse tree produced byPlSqlParser.model_column_list().The default implementation does nothing.
- Specified by:
enterModel_column_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_column_list
public void exitModel_column_list(PlSqlParser.Model_column_listContext ctx)
Exit a parse tree produced byPlSqlParser.model_column_list().The default implementation does nothing.
- Specified by:
exitModel_column_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_column
public void enterModel_column(PlSqlParser.Model_columnContext ctx)
Enter a parse tree produced byPlSqlParser.model_column().The default implementation does nothing.
- Specified by:
enterModel_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_column
public void exitModel_column(PlSqlParser.Model_columnContext ctx)
Exit a parse tree produced byPlSqlParser.model_column().The default implementation does nothing.
- Specified by:
exitModel_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_rules_clause
public void enterModel_rules_clause(PlSqlParser.Model_rules_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.model_rules_clause().The default implementation does nothing.
- Specified by:
enterModel_rules_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_rules_clause
public void exitModel_rules_clause(PlSqlParser.Model_rules_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.model_rules_clause().The default implementation does nothing.
- Specified by:
exitModel_rules_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_rules_part
public void enterModel_rules_part(PlSqlParser.Model_rules_partContext ctx)
Enter a parse tree produced byPlSqlParser.model_rules_part().The default implementation does nothing.
- Specified by:
enterModel_rules_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_rules_part
public void exitModel_rules_part(PlSqlParser.Model_rules_partContext ctx)
Exit a parse tree produced byPlSqlParser.model_rules_part().The default implementation does nothing.
- Specified by:
exitModel_rules_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_rules_element
public void enterModel_rules_element(PlSqlParser.Model_rules_elementContext ctx)
Enter a parse tree produced byPlSqlParser.model_rules_element().The default implementation does nothing.
- Specified by:
enterModel_rules_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_rules_element
public void exitModel_rules_element(PlSqlParser.Model_rules_elementContext ctx)
Exit a parse tree produced byPlSqlParser.model_rules_element().The default implementation does nothing.
- Specified by:
exitModel_rules_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCell_assignment
public void enterCell_assignment(PlSqlParser.Cell_assignmentContext ctx)
Enter a parse tree produced byPlSqlParser.cell_assignment().The default implementation does nothing.
- Specified by:
enterCell_assignmentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCell_assignment
public void exitCell_assignment(PlSqlParser.Cell_assignmentContext ctx)
Exit a parse tree produced byPlSqlParser.cell_assignment().The default implementation does nothing.
- Specified by:
exitCell_assignmentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_iterate_clause
public void enterModel_iterate_clause(PlSqlParser.Model_iterate_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.model_iterate_clause().The default implementation does nothing.
- Specified by:
enterModel_iterate_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_iterate_clause
public void exitModel_iterate_clause(PlSqlParser.Model_iterate_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.model_iterate_clause().The default implementation does nothing.
- Specified by:
exitModel_iterate_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUntil_part
public void enterUntil_part(PlSqlParser.Until_partContext ctx)
Enter a parse tree produced byPlSqlParser.until_part().The default implementation does nothing.
- Specified by:
enterUntil_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUntil_part
public void exitUntil_part(PlSqlParser.Until_partContext ctx)
Exit a parse tree produced byPlSqlParser.until_part().The default implementation does nothing.
- Specified by:
exitUntil_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOrder_by_clause
public void enterOrder_by_clause(PlSqlParser.Order_by_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.order_by_clause().The default implementation does nothing.
- Specified by:
enterOrder_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOrder_by_clause
public void exitOrder_by_clause(PlSqlParser.Order_by_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.order_by_clause().The default implementation does nothing.
- Specified by:
exitOrder_by_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOrder_by_elements
public void enterOrder_by_elements(PlSqlParser.Order_by_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.order_by_elements().The default implementation does nothing.
- Specified by:
enterOrder_by_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOrder_by_elements
public void exitOrder_by_elements(PlSqlParser.Order_by_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.order_by_elements().The default implementation does nothing.
- Specified by:
exitOrder_by_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOffset_clause
public void enterOffset_clause(PlSqlParser.Offset_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.offset_clause().The default implementation does nothing.
- Specified by:
enterOffset_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOffset_clause
public void exitOffset_clause(PlSqlParser.Offset_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.offset_clause().The default implementation does nothing.
- Specified by:
exitOffset_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFetch_clause
public void enterFetch_clause(PlSqlParser.Fetch_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.fetch_clause().The default implementation does nothing.
- Specified by:
enterFetch_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFetch_clause
public void exitFetch_clause(PlSqlParser.Fetch_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.fetch_clause().The default implementation does nothing.
- Specified by:
exitFetch_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFor_update_clause
public void enterFor_update_clause(PlSqlParser.For_update_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.for_update_clause().The default implementation does nothing.
- Specified by:
enterFor_update_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFor_update_clause
public void exitFor_update_clause(PlSqlParser.For_update_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.for_update_clause().The default implementation does nothing.
- Specified by:
exitFor_update_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFor_update_of_part
public void enterFor_update_of_part(PlSqlParser.For_update_of_partContext ctx)
Enter a parse tree produced byPlSqlParser.for_update_of_part().The default implementation does nothing.
- Specified by:
enterFor_update_of_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFor_update_of_part
public void exitFor_update_of_part(PlSqlParser.For_update_of_partContext ctx)
Exit a parse tree produced byPlSqlParser.for_update_of_part().The default implementation does nothing.
- Specified by:
exitFor_update_of_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFor_update_options
public void enterFor_update_options(PlSqlParser.For_update_optionsContext ctx)
Enter a parse tree produced byPlSqlParser.for_update_options().The default implementation does nothing.
- Specified by:
enterFor_update_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFor_update_options
public void exitFor_update_options(PlSqlParser.For_update_optionsContext ctx)
Exit a parse tree produced byPlSqlParser.for_update_options().The default implementation does nothing.
- Specified by:
exitFor_update_optionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUpdate_statement
public void enterUpdate_statement(PlSqlParser.Update_statementContext ctx)
Enter a parse tree produced byPlSqlParser.update_statement().The default implementation does nothing.
- Specified by:
enterUpdate_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUpdate_statement
public void exitUpdate_statement(PlSqlParser.Update_statementContext ctx)
Exit a parse tree produced byPlSqlParser.update_statement().The default implementation does nothing.
- Specified by:
exitUpdate_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUpdate_set_clause
public void enterUpdate_set_clause(PlSqlParser.Update_set_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.update_set_clause().The default implementation does nothing.
- Specified by:
enterUpdate_set_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUpdate_set_clause
public void exitUpdate_set_clause(PlSqlParser.Update_set_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.update_set_clause().The default implementation does nothing.
- Specified by:
exitUpdate_set_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_based_update_set_clause
public void enterColumn_based_update_set_clause(PlSqlParser.Column_based_update_set_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.column_based_update_set_clause().The default implementation does nothing.
- Specified by:
enterColumn_based_update_set_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_based_update_set_clause
public void exitColumn_based_update_set_clause(PlSqlParser.Column_based_update_set_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.column_based_update_set_clause().The default implementation does nothing.
- Specified by:
exitColumn_based_update_set_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDelete_statement
public void enterDelete_statement(PlSqlParser.Delete_statementContext ctx)
Enter a parse tree produced byPlSqlParser.delete_statement().The default implementation does nothing.
- Specified by:
enterDelete_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDelete_statement
public void exitDelete_statement(PlSqlParser.Delete_statementContext ctx)
Exit a parse tree produced byPlSqlParser.delete_statement().The default implementation does nothing.
- Specified by:
exitDelete_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInsert_statement
public void enterInsert_statement(PlSqlParser.Insert_statementContext ctx)
Enter a parse tree produced byPlSqlParser.insert_statement().The default implementation does nothing.
- Specified by:
enterInsert_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInsert_statement
public void exitInsert_statement(PlSqlParser.Insert_statementContext ctx)
Exit a parse tree produced byPlSqlParser.insert_statement().The default implementation does nothing.
- Specified by:
exitInsert_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSingle_table_insert
public void enterSingle_table_insert(PlSqlParser.Single_table_insertContext ctx)
Enter a parse tree produced byPlSqlParser.single_table_insert().The default implementation does nothing.
- Specified by:
enterSingle_table_insertin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSingle_table_insert
public void exitSingle_table_insert(PlSqlParser.Single_table_insertContext ctx)
Exit a parse tree produced byPlSqlParser.single_table_insert().The default implementation does nothing.
- Specified by:
exitSingle_table_insertin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMulti_table_insert
public void enterMulti_table_insert(PlSqlParser.Multi_table_insertContext ctx)
Enter a parse tree produced byPlSqlParser.multi_table_insert().The default implementation does nothing.
- Specified by:
enterMulti_table_insertin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMulti_table_insert
public void exitMulti_table_insert(PlSqlParser.Multi_table_insertContext ctx)
Exit a parse tree produced byPlSqlParser.multi_table_insert().The default implementation does nothing.
- Specified by:
exitMulti_table_insertin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMulti_table_element
public void enterMulti_table_element(PlSqlParser.Multi_table_elementContext ctx)
Enter a parse tree produced byPlSqlParser.multi_table_element().The default implementation does nothing.
- Specified by:
enterMulti_table_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMulti_table_element
public void exitMulti_table_element(PlSqlParser.Multi_table_elementContext ctx)
Exit a parse tree produced byPlSqlParser.multi_table_element().The default implementation does nothing.
- Specified by:
exitMulti_table_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConditional_insert_clause
public void enterConditional_insert_clause(PlSqlParser.Conditional_insert_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.conditional_insert_clause().The default implementation does nothing.
- Specified by:
enterConditional_insert_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConditional_insert_clause
public void exitConditional_insert_clause(PlSqlParser.Conditional_insert_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.conditional_insert_clause().The default implementation does nothing.
- Specified by:
exitConditional_insert_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConditional_insert_when_part
public void enterConditional_insert_when_part(PlSqlParser.Conditional_insert_when_partContext ctx)
Enter a parse tree produced byPlSqlParser.conditional_insert_when_part().The default implementation does nothing.
- Specified by:
enterConditional_insert_when_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConditional_insert_when_part
public void exitConditional_insert_when_part(PlSqlParser.Conditional_insert_when_partContext ctx)
Exit a parse tree produced byPlSqlParser.conditional_insert_when_part().The default implementation does nothing.
- Specified by:
exitConditional_insert_when_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConditional_insert_else_part
public void enterConditional_insert_else_part(PlSqlParser.Conditional_insert_else_partContext ctx)
Enter a parse tree produced byPlSqlParser.conditional_insert_else_part().The default implementation does nothing.
- Specified by:
enterConditional_insert_else_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConditional_insert_else_part
public void exitConditional_insert_else_part(PlSqlParser.Conditional_insert_else_partContext ctx)
Exit a parse tree produced byPlSqlParser.conditional_insert_else_part().The default implementation does nothing.
- Specified by:
exitConditional_insert_else_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInsert_into_clause
public void enterInsert_into_clause(PlSqlParser.Insert_into_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.insert_into_clause().The default implementation does nothing.
- Specified by:
enterInsert_into_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInsert_into_clause
public void exitInsert_into_clause(PlSqlParser.Insert_into_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.insert_into_clause().The default implementation does nothing.
- Specified by:
exitInsert_into_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterValues_clause
public void enterValues_clause(PlSqlParser.Values_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.values_clause().The default implementation does nothing.
- Specified by:
enterValues_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitValues_clause
public void exitValues_clause(PlSqlParser.Values_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.values_clause().The default implementation does nothing.
- Specified by:
exitValues_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMerge_statement
public void enterMerge_statement(PlSqlParser.Merge_statementContext ctx)
Enter a parse tree produced byPlSqlParser.merge_statement().The default implementation does nothing.
- Specified by:
enterMerge_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMerge_statement
public void exitMerge_statement(PlSqlParser.Merge_statementContext ctx)
Exit a parse tree produced byPlSqlParser.merge_statement().The default implementation does nothing.
- Specified by:
exitMerge_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMerge_update_clause
public void enterMerge_update_clause(PlSqlParser.Merge_update_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.merge_update_clause().The default implementation does nothing.
- Specified by:
enterMerge_update_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMerge_update_clause
public void exitMerge_update_clause(PlSqlParser.Merge_update_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.merge_update_clause().The default implementation does nothing.
- Specified by:
exitMerge_update_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMerge_element
public void enterMerge_element(PlSqlParser.Merge_elementContext ctx)
Enter a parse tree produced byPlSqlParser.merge_element().The default implementation does nothing.
- Specified by:
enterMerge_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMerge_element
public void exitMerge_element(PlSqlParser.Merge_elementContext ctx)
Exit a parse tree produced byPlSqlParser.merge_element().The default implementation does nothing.
- Specified by:
exitMerge_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMerge_update_delete_part
public void enterMerge_update_delete_part(PlSqlParser.Merge_update_delete_partContext ctx)
Enter a parse tree produced byPlSqlParser.merge_update_delete_part().The default implementation does nothing.
- Specified by:
enterMerge_update_delete_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMerge_update_delete_part
public void exitMerge_update_delete_part(PlSqlParser.Merge_update_delete_partContext ctx)
Exit a parse tree produced byPlSqlParser.merge_update_delete_part().The default implementation does nothing.
- Specified by:
exitMerge_update_delete_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMerge_insert_clause
public void enterMerge_insert_clause(PlSqlParser.Merge_insert_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.merge_insert_clause().The default implementation does nothing.
- Specified by:
enterMerge_insert_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMerge_insert_clause
public void exitMerge_insert_clause(PlSqlParser.Merge_insert_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.merge_insert_clause().The default implementation does nothing.
- Specified by:
exitMerge_insert_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSelected_tableview
public void enterSelected_tableview(PlSqlParser.Selected_tableviewContext ctx)
Enter a parse tree produced byPlSqlParser.selected_tableview().The default implementation does nothing.
- Specified by:
enterSelected_tableviewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSelected_tableview
public void exitSelected_tableview(PlSqlParser.Selected_tableviewContext ctx)
Exit a parse tree produced byPlSqlParser.selected_tableview().The default implementation does nothing.
- Specified by:
exitSelected_tableviewin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLock_table_statement
public void enterLock_table_statement(PlSqlParser.Lock_table_statementContext ctx)
Enter a parse tree produced byPlSqlParser.lock_table_statement().The default implementation does nothing.
- Specified by:
enterLock_table_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLock_table_statement
public void exitLock_table_statement(PlSqlParser.Lock_table_statementContext ctx)
Exit a parse tree produced byPlSqlParser.lock_table_statement().The default implementation does nothing.
- Specified by:
exitLock_table_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWait_nowait_part
public void enterWait_nowait_part(PlSqlParser.Wait_nowait_partContext ctx)
Enter a parse tree produced byPlSqlParser.wait_nowait_part().The default implementation does nothing.
- Specified by:
enterWait_nowait_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWait_nowait_part
public void exitWait_nowait_part(PlSqlParser.Wait_nowait_partContext ctx)
Exit a parse tree produced byPlSqlParser.wait_nowait_part().The default implementation does nothing.
- Specified by:
exitWait_nowait_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLock_table_element
public void enterLock_table_element(PlSqlParser.Lock_table_elementContext ctx)
Enter a parse tree produced byPlSqlParser.lock_table_element().The default implementation does nothing.
- Specified by:
enterLock_table_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLock_table_element
public void exitLock_table_element(PlSqlParser.Lock_table_elementContext ctx)
Exit a parse tree produced byPlSqlParser.lock_table_element().The default implementation does nothing.
- Specified by:
exitLock_table_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLock_mode
public void enterLock_mode(PlSqlParser.Lock_modeContext ctx)
Enter a parse tree produced byPlSqlParser.lock_mode().The default implementation does nothing.
- Specified by:
enterLock_modein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLock_mode
public void exitLock_mode(PlSqlParser.Lock_modeContext ctx)
Exit a parse tree produced byPlSqlParser.lock_mode().The default implementation does nothing.
- Specified by:
exitLock_modein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneral_table_ref
public void enterGeneral_table_ref(PlSqlParser.General_table_refContext ctx)
Enter a parse tree produced byPlSqlParser.general_table_ref().The default implementation does nothing.
- Specified by:
enterGeneral_table_refin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneral_table_ref
public void exitGeneral_table_ref(PlSqlParser.General_table_refContext ctx)
Exit a parse tree produced byPlSqlParser.general_table_ref().The default implementation does nothing.
- Specified by:
exitGeneral_table_refin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStatic_returning_clause
public void enterStatic_returning_clause(PlSqlParser.Static_returning_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.static_returning_clause().The default implementation does nothing.
- Specified by:
enterStatic_returning_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStatic_returning_clause
public void exitStatic_returning_clause(PlSqlParser.Static_returning_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.static_returning_clause().The default implementation does nothing.
- Specified by:
exitStatic_returning_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterError_logging_clause
public void enterError_logging_clause(PlSqlParser.Error_logging_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.error_logging_clause().The default implementation does nothing.
- Specified by:
enterError_logging_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitError_logging_clause
public void exitError_logging_clause(PlSqlParser.Error_logging_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.error_logging_clause().The default implementation does nothing.
- Specified by:
exitError_logging_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterError_logging_into_part
public void enterError_logging_into_part(PlSqlParser.Error_logging_into_partContext ctx)
Enter a parse tree produced byPlSqlParser.error_logging_into_part().The default implementation does nothing.
- Specified by:
enterError_logging_into_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitError_logging_into_part
public void exitError_logging_into_part(PlSqlParser.Error_logging_into_partContext ctx)
Exit a parse tree produced byPlSqlParser.error_logging_into_part().The default implementation does nothing.
- Specified by:
exitError_logging_into_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterError_logging_reject_part
public void enterError_logging_reject_part(PlSqlParser.Error_logging_reject_partContext ctx)
Enter a parse tree produced byPlSqlParser.error_logging_reject_part().The default implementation does nothing.
- Specified by:
enterError_logging_reject_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitError_logging_reject_part
public void exitError_logging_reject_part(PlSqlParser.Error_logging_reject_partContext ctx)
Exit a parse tree produced byPlSqlParser.error_logging_reject_part().The default implementation does nothing.
- Specified by:
exitError_logging_reject_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDml_table_expression_clause
public void enterDml_table_expression_clause(PlSqlParser.Dml_table_expression_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.dml_table_expression_clause().The default implementation does nothing.
- Specified by:
enterDml_table_expression_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDml_table_expression_clause
public void exitDml_table_expression_clause(PlSqlParser.Dml_table_expression_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.dml_table_expression_clause().The default implementation does nothing.
- Specified by:
exitDml_table_expression_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_collection_expression
public void enterTable_collection_expression(PlSqlParser.Table_collection_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.table_collection_expression().The default implementation does nothing.
- Specified by:
enterTable_collection_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_collection_expression
public void exitTable_collection_expression(PlSqlParser.Table_collection_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.table_collection_expression().The default implementation does nothing.
- Specified by:
exitTable_collection_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSubquery_restriction_clause
public void enterSubquery_restriction_clause(PlSqlParser.Subquery_restriction_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.subquery_restriction_clause().The default implementation does nothing.
- Specified by:
enterSubquery_restriction_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSubquery_restriction_clause
public void exitSubquery_restriction_clause(PlSqlParser.Subquery_restriction_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.subquery_restriction_clause().The default implementation does nothing.
- Specified by:
exitSubquery_restriction_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSample_clause
public void enterSample_clause(PlSqlParser.Sample_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.sample_clause().The default implementation does nothing.
- Specified by:
enterSample_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSample_clause
public void exitSample_clause(PlSqlParser.Sample_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.sample_clause().The default implementation does nothing.
- Specified by:
exitSample_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSeed_part
public void enterSeed_part(PlSqlParser.Seed_partContext ctx)
Enter a parse tree produced byPlSqlParser.seed_part().The default implementation does nothing.
- Specified by:
enterSeed_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSeed_part
public void exitSeed_part(PlSqlParser.Seed_partContext ctx)
Exit a parse tree produced byPlSqlParser.seed_part().The default implementation does nothing.
- Specified by:
exitSeed_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCondition
public void enterCondition(PlSqlParser.ConditionContext ctx)
Enter a parse tree produced byPlSqlParser.condition().The default implementation does nothing.
- Specified by:
enterConditionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCondition
public void exitCondition(PlSqlParser.ConditionContext ctx)
Exit a parse tree produced byPlSqlParser.condition().The default implementation does nothing.
- Specified by:
exitConditionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterExpressions
public void enterExpressions(PlSqlParser.ExpressionsContext ctx)
Enter a parse tree produced byPlSqlParser.expressions().The default implementation does nothing.
- Specified by:
enterExpressionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitExpressions
public void exitExpressions(PlSqlParser.ExpressionsContext ctx)
Exit a parse tree produced byPlSqlParser.expressions().The default implementation does nothing.
- Specified by:
exitExpressionsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(PlSqlParser.ExpressionContext ctx)
Enter a parse tree produced byPlSqlParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(PlSqlParser.ExpressionContext ctx)
Exit a parse tree produced byPlSqlParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCursor_expression
public void enterCursor_expression(PlSqlParser.Cursor_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.cursor_expression().The default implementation does nothing.
- Specified by:
enterCursor_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCursor_expression
public void exitCursor_expression(PlSqlParser.Cursor_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.cursor_expression().The default implementation does nothing.
- Specified by:
exitCursor_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLogical_expression
public void enterLogical_expression(PlSqlParser.Logical_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.logical_expression().The default implementation does nothing.
- Specified by:
enterLogical_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLogical_expression
public void exitLogical_expression(PlSqlParser.Logical_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.logical_expression().The default implementation does nothing.
- Specified by:
exitLogical_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnary_logical_expression
public void enterUnary_logical_expression(PlSqlParser.Unary_logical_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.unary_logical_expression().The default implementation does nothing.
- Specified by:
enterUnary_logical_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnary_logical_expression
public void exitUnary_logical_expression(PlSqlParser.Unary_logical_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.unary_logical_expression().The default implementation does nothing.
- Specified by:
exitUnary_logical_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLogical_operation
public void enterLogical_operation(PlSqlParser.Logical_operationContext ctx)
Enter a parse tree produced byPlSqlParser.logical_operation().The default implementation does nothing.
- Specified by:
enterLogical_operationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLogical_operation
public void exitLogical_operation(PlSqlParser.Logical_operationContext ctx)
Exit a parse tree produced byPlSqlParser.logical_operation().The default implementation does nothing.
- Specified by:
exitLogical_operationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMultiset_expression
public void enterMultiset_expression(PlSqlParser.Multiset_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.multiset_expression().The default implementation does nothing.
- Specified by:
enterMultiset_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMultiset_expression
public void exitMultiset_expression(PlSqlParser.Multiset_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.multiset_expression().The default implementation does nothing.
- Specified by:
exitMultiset_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRelational_expression
public void enterRelational_expression(PlSqlParser.Relational_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.relational_expression().The default implementation does nothing.
- Specified by:
enterRelational_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRelational_expression
public void exitRelational_expression(PlSqlParser.Relational_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.relational_expression().The default implementation does nothing.
- Specified by:
exitRelational_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCompound_expression
public void enterCompound_expression(PlSqlParser.Compound_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.compound_expression().The default implementation does nothing.
- Specified by:
enterCompound_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCompound_expression
public void exitCompound_expression(PlSqlParser.Compound_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.compound_expression().The default implementation does nothing.
- Specified by:
exitCompound_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRelational_operator
public void enterRelational_operator(PlSqlParser.Relational_operatorContext ctx)
Enter a parse tree produced byPlSqlParser.relational_operator().The default implementation does nothing.
- Specified by:
enterRelational_operatorin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRelational_operator
public void exitRelational_operator(PlSqlParser.Relational_operatorContext ctx)
Exit a parse tree produced byPlSqlParser.relational_operator().The default implementation does nothing.
- Specified by:
exitRelational_operatorin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIn_elements
public void enterIn_elements(PlSqlParser.In_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.in_elements().The default implementation does nothing.
- Specified by:
enterIn_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIn_elements
public void exitIn_elements(PlSqlParser.In_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.in_elements().The default implementation does nothing.
- Specified by:
exitIn_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBetween_elements
public void enterBetween_elements(PlSqlParser.Between_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.between_elements().The default implementation does nothing.
- Specified by:
enterBetween_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBetween_elements
public void exitBetween_elements(PlSqlParser.Between_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.between_elements().The default implementation does nothing.
- Specified by:
exitBetween_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConcatenation
public void enterConcatenation(PlSqlParser.ConcatenationContext ctx)
Enter a parse tree produced byPlSqlParser.concatenation().The default implementation does nothing.
- Specified by:
enterConcatenationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConcatenation
public void exitConcatenation(PlSqlParser.ConcatenationContext ctx)
Exit a parse tree produced byPlSqlParser.concatenation().The default implementation does nothing.
- Specified by:
exitConcatenationin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInterval_expression
public void enterInterval_expression(PlSqlParser.Interval_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.interval_expression().The default implementation does nothing.
- Specified by:
enterInterval_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInterval_expression
public void exitInterval_expression(PlSqlParser.Interval_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.interval_expression().The default implementation does nothing.
- Specified by:
exitInterval_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_expression
public void enterModel_expression(PlSqlParser.Model_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.model_expression().The default implementation does nothing.
- Specified by:
enterModel_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_expression
public void exitModel_expression(PlSqlParser.Model_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.model_expression().The default implementation does nothing.
- Specified by:
exitModel_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterModel_expression_element
public void enterModel_expression_element(PlSqlParser.Model_expression_elementContext ctx)
Enter a parse tree produced byPlSqlParser.model_expression_element().The default implementation does nothing.
- Specified by:
enterModel_expression_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitModel_expression_element
public void exitModel_expression_element(PlSqlParser.Model_expression_elementContext ctx)
Exit a parse tree produced byPlSqlParser.model_expression_element().The default implementation does nothing.
- Specified by:
exitModel_expression_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSingle_column_for_loop
public void enterSingle_column_for_loop(PlSqlParser.Single_column_for_loopContext ctx)
Enter a parse tree produced byPlSqlParser.single_column_for_loop().The default implementation does nothing.
- Specified by:
enterSingle_column_for_loopin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSingle_column_for_loop
public void exitSingle_column_for_loop(PlSqlParser.Single_column_for_loopContext ctx)
Exit a parse tree produced byPlSqlParser.single_column_for_loop().The default implementation does nothing.
- Specified by:
exitSingle_column_for_loopin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMulti_column_for_loop
public void enterMulti_column_for_loop(PlSqlParser.Multi_column_for_loopContext ctx)
Enter a parse tree produced byPlSqlParser.multi_column_for_loop().The default implementation does nothing.
- Specified by:
enterMulti_column_for_loopin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMulti_column_for_loop
public void exitMulti_column_for_loop(PlSqlParser.Multi_column_for_loopContext ctx)
Exit a parse tree produced byPlSqlParser.multi_column_for_loop().The default implementation does nothing.
- Specified by:
exitMulti_column_for_loopin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUnary_expression
public void enterUnary_expression(PlSqlParser.Unary_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.unary_expression().The default implementation does nothing.
- Specified by:
enterUnary_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUnary_expression
public void exitUnary_expression(PlSqlParser.Unary_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.unary_expression().The default implementation does nothing.
- Specified by:
exitUnary_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCase_statement
public void enterCase_statement(PlSqlParser.Case_statementContext ctx)
Enter a parse tree produced byPlSqlParser.case_statement().The default implementation does nothing.
- Specified by:
enterCase_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCase_statement
public void exitCase_statement(PlSqlParser.Case_statementContext ctx)
Exit a parse tree produced byPlSqlParser.case_statement().The default implementation does nothing.
- Specified by:
exitCase_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSimple_case_statement
public void enterSimple_case_statement(PlSqlParser.Simple_case_statementContext ctx)
Enter a parse tree produced byPlSqlParser.simple_case_statement().The default implementation does nothing.
- Specified by:
enterSimple_case_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSimple_case_statement
public void exitSimple_case_statement(PlSqlParser.Simple_case_statementContext ctx)
Exit a parse tree produced byPlSqlParser.simple_case_statement().The default implementation does nothing.
- Specified by:
exitSimple_case_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSimple_case_when_part
public void enterSimple_case_when_part(PlSqlParser.Simple_case_when_partContext ctx)
Enter a parse tree produced byPlSqlParser.simple_case_when_part().The default implementation does nothing.
- Specified by:
enterSimple_case_when_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSimple_case_when_part
public void exitSimple_case_when_part(PlSqlParser.Simple_case_when_partContext ctx)
Exit a parse tree produced byPlSqlParser.simple_case_when_part().The default implementation does nothing.
- Specified by:
exitSimple_case_when_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSearched_case_statement
public void enterSearched_case_statement(PlSqlParser.Searched_case_statementContext ctx)
Enter a parse tree produced byPlSqlParser.searched_case_statement().The default implementation does nothing.
- Specified by:
enterSearched_case_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSearched_case_statement
public void exitSearched_case_statement(PlSqlParser.Searched_case_statementContext ctx)
Exit a parse tree produced byPlSqlParser.searched_case_statement().The default implementation does nothing.
- Specified by:
exitSearched_case_statementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSearched_case_when_part
public void enterSearched_case_when_part(PlSqlParser.Searched_case_when_partContext ctx)
Enter a parse tree produced byPlSqlParser.searched_case_when_part().The default implementation does nothing.
- Specified by:
enterSearched_case_when_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSearched_case_when_part
public void exitSearched_case_when_part(PlSqlParser.Searched_case_when_partContext ctx)
Exit a parse tree produced byPlSqlParser.searched_case_when_part().The default implementation does nothing.
- Specified by:
exitSearched_case_when_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCase_else_part
public void enterCase_else_part(PlSqlParser.Case_else_partContext ctx)
Enter a parse tree produced byPlSqlParser.case_else_part().The default implementation does nothing.
- Specified by:
enterCase_else_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCase_else_part
public void exitCase_else_part(PlSqlParser.Case_else_partContext ctx)
Exit a parse tree produced byPlSqlParser.case_else_part().The default implementation does nothing.
- Specified by:
exitCase_else_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAtom
public void enterAtom(PlSqlParser.AtomContext ctx)
Enter a parse tree produced byPlSqlParser.atom().The default implementation does nothing.
- Specified by:
enterAtomin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAtom
public void exitAtom(PlSqlParser.AtomContext ctx)
Exit a parse tree produced byPlSqlParser.atom().The default implementation does nothing.
- Specified by:
exitAtomin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterQuantified_expression
public void enterQuantified_expression(PlSqlParser.Quantified_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.quantified_expression().The default implementation does nothing.
- Specified by:
enterQuantified_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitQuantified_expression
public void exitQuantified_expression(PlSqlParser.Quantified_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.quantified_expression().The default implementation does nothing.
- Specified by:
exitQuantified_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterString_function
public void enterString_function(PlSqlParser.String_functionContext ctx)
Enter a parse tree produced byPlSqlParser.string_function().The default implementation does nothing.
- Specified by:
enterString_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitString_function
public void exitString_function(PlSqlParser.String_functionContext ctx)
Exit a parse tree produced byPlSqlParser.string_function().The default implementation does nothing.
- Specified by:
exitString_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStandard_function
public void enterStandard_function(PlSqlParser.Standard_functionContext ctx)
Enter a parse tree produced byPlSqlParser.standard_function().The default implementation does nothing.
- Specified by:
enterStandard_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStandard_function
public void exitStandard_function(PlSqlParser.Standard_functionContext ctx)
Exit a parse tree produced byPlSqlParser.standard_function().The default implementation does nothing.
- Specified by:
exitStandard_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(PlSqlParser.LiteralContext ctx)
Enter a parse tree produced byPlSqlParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(PlSqlParser.LiteralContext ctx)
Exit a parse tree produced byPlSqlParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNumeric_function_wrapper
public void enterNumeric_function_wrapper(PlSqlParser.Numeric_function_wrapperContext ctx)
Enter a parse tree produced byPlSqlParser.numeric_function_wrapper().The default implementation does nothing.
- Specified by:
enterNumeric_function_wrapperin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNumeric_function_wrapper
public void exitNumeric_function_wrapper(PlSqlParser.Numeric_function_wrapperContext ctx)
Exit a parse tree produced byPlSqlParser.numeric_function_wrapper().The default implementation does nothing.
- Specified by:
exitNumeric_function_wrapperin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNumeric_function
public void enterNumeric_function(PlSqlParser.Numeric_functionContext ctx)
Enter a parse tree produced byPlSqlParser.numeric_function().The default implementation does nothing.
- Specified by:
enterNumeric_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNumeric_function
public void exitNumeric_function(PlSqlParser.Numeric_functionContext ctx)
Exit a parse tree produced byPlSqlParser.numeric_function().The default implementation does nothing.
- Specified by:
exitNumeric_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOther_function
public void enterOther_function(PlSqlParser.Other_functionContext ctx)
Enter a parse tree produced byPlSqlParser.other_function().The default implementation does nothing.
- Specified by:
enterOther_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOther_function
public void exitOther_function(PlSqlParser.Other_functionContext ctx)
Exit a parse tree produced byPlSqlParser.other_function().The default implementation does nothing.
- Specified by:
exitOther_functionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOver_clause_keyword
public void enterOver_clause_keyword(PlSqlParser.Over_clause_keywordContext ctx)
Enter a parse tree produced byPlSqlParser.over_clause_keyword().The default implementation does nothing.
- Specified by:
enterOver_clause_keywordin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOver_clause_keyword
public void exitOver_clause_keyword(PlSqlParser.Over_clause_keywordContext ctx)
Exit a parse tree produced byPlSqlParser.over_clause_keyword().The default implementation does nothing.
- Specified by:
exitOver_clause_keywordin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWithin_or_over_clause_keyword
public void enterWithin_or_over_clause_keyword(PlSqlParser.Within_or_over_clause_keywordContext ctx)
Enter a parse tree produced byPlSqlParser.within_or_over_clause_keyword().The default implementation does nothing.
- Specified by:
enterWithin_or_over_clause_keywordin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWithin_or_over_clause_keyword
public void exitWithin_or_over_clause_keyword(PlSqlParser.Within_or_over_clause_keywordContext ctx)
Exit a parse tree produced byPlSqlParser.within_or_over_clause_keyword().The default implementation does nothing.
- Specified by:
exitWithin_or_over_clause_keywordin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterStandard_prediction_function_keyword
public void enterStandard_prediction_function_keyword(PlSqlParser.Standard_prediction_function_keywordContext ctx)
Enter a parse tree produced byPlSqlParser.standard_prediction_function_keyword().The default implementation does nothing.
- Specified by:
enterStandard_prediction_function_keywordin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitStandard_prediction_function_keyword
public void exitStandard_prediction_function_keyword(PlSqlParser.Standard_prediction_function_keywordContext ctx)
Exit a parse tree produced byPlSqlParser.standard_prediction_function_keyword().The default implementation does nothing.
- Specified by:
exitStandard_prediction_function_keywordin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOver_clause
public void enterOver_clause(PlSqlParser.Over_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.over_clause().The default implementation does nothing.
- Specified by:
enterOver_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOver_clause
public void exitOver_clause(PlSqlParser.Over_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.over_clause().The default implementation does nothing.
- Specified by:
exitOver_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWindowing_clause
public void enterWindowing_clause(PlSqlParser.Windowing_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.windowing_clause().The default implementation does nothing.
- Specified by:
enterWindowing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWindowing_clause
public void exitWindowing_clause(PlSqlParser.Windowing_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.windowing_clause().The default implementation does nothing.
- Specified by:
exitWindowing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWindowing_type
public void enterWindowing_type(PlSqlParser.Windowing_typeContext ctx)
Enter a parse tree produced byPlSqlParser.windowing_type().The default implementation does nothing.
- Specified by:
enterWindowing_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWindowing_type
public void exitWindowing_type(PlSqlParser.Windowing_typeContext ctx)
Exit a parse tree produced byPlSqlParser.windowing_type().The default implementation does nothing.
- Specified by:
exitWindowing_typein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWindowing_elements
public void enterWindowing_elements(PlSqlParser.Windowing_elementsContext ctx)
Enter a parse tree produced byPlSqlParser.windowing_elements().The default implementation does nothing.
- Specified by:
enterWindowing_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWindowing_elements
public void exitWindowing_elements(PlSqlParser.Windowing_elementsContext ctx)
Exit a parse tree produced byPlSqlParser.windowing_elements().The default implementation does nothing.
- Specified by:
exitWindowing_elementsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUsing_clause
public void enterUsing_clause(PlSqlParser.Using_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.using_clause().The default implementation does nothing.
- Specified by:
enterUsing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUsing_clause
public void exitUsing_clause(PlSqlParser.Using_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.using_clause().The default implementation does nothing.
- Specified by:
exitUsing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUsing_element
public void enterUsing_element(PlSqlParser.Using_elementContext ctx)
Enter a parse tree produced byPlSqlParser.using_element().The default implementation does nothing.
- Specified by:
enterUsing_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUsing_element
public void exitUsing_element(PlSqlParser.Using_elementContext ctx)
Exit a parse tree produced byPlSqlParser.using_element().The default implementation does nothing.
- Specified by:
exitUsing_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCollect_order_by_part
public void enterCollect_order_by_part(PlSqlParser.Collect_order_by_partContext ctx)
Enter a parse tree produced byPlSqlParser.collect_order_by_part().The default implementation does nothing.
- Specified by:
enterCollect_order_by_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCollect_order_by_part
public void exitCollect_order_by_part(PlSqlParser.Collect_order_by_partContext ctx)
Exit a parse tree produced byPlSqlParser.collect_order_by_part().The default implementation does nothing.
- Specified by:
exitCollect_order_by_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWithin_or_over_part
public void enterWithin_or_over_part(PlSqlParser.Within_or_over_partContext ctx)
Enter a parse tree produced byPlSqlParser.within_or_over_part().The default implementation does nothing.
- Specified by:
enterWithin_or_over_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWithin_or_over_part
public void exitWithin_or_over_part(PlSqlParser.Within_or_over_partContext ctx)
Exit a parse tree produced byPlSqlParser.within_or_over_part().The default implementation does nothing.
- Specified by:
exitWithin_or_over_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCost_matrix_clause
public void enterCost_matrix_clause(PlSqlParser.Cost_matrix_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.cost_matrix_clause().The default implementation does nothing.
- Specified by:
enterCost_matrix_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCost_matrix_clause
public void exitCost_matrix_clause(PlSqlParser.Cost_matrix_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.cost_matrix_clause().The default implementation does nothing.
- Specified by:
exitCost_matrix_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXml_passing_clause
public void enterXml_passing_clause(PlSqlParser.Xml_passing_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.xml_passing_clause().The default implementation does nothing.
- Specified by:
enterXml_passing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXml_passing_clause
public void exitXml_passing_clause(PlSqlParser.Xml_passing_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.xml_passing_clause().The default implementation does nothing.
- Specified by:
exitXml_passing_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXml_attributes_clause
public void enterXml_attributes_clause(PlSqlParser.Xml_attributes_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.xml_attributes_clause().The default implementation does nothing.
- Specified by:
enterXml_attributes_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXml_attributes_clause
public void exitXml_attributes_clause(PlSqlParser.Xml_attributes_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.xml_attributes_clause().The default implementation does nothing.
- Specified by:
exitXml_attributes_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXml_namespaces_clause
public void enterXml_namespaces_clause(PlSqlParser.Xml_namespaces_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.xml_namespaces_clause().The default implementation does nothing.
- Specified by:
enterXml_namespaces_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXml_namespaces_clause
public void exitXml_namespaces_clause(PlSqlParser.Xml_namespaces_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.xml_namespaces_clause().The default implementation does nothing.
- Specified by:
exitXml_namespaces_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXml_table_column
public void enterXml_table_column(PlSqlParser.Xml_table_columnContext ctx)
Enter a parse tree produced byPlSqlParser.xml_table_column().The default implementation does nothing.
- Specified by:
enterXml_table_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXml_table_column
public void exitXml_table_column(PlSqlParser.Xml_table_columnContext ctx)
Exit a parse tree produced byPlSqlParser.xml_table_column().The default implementation does nothing.
- Specified by:
exitXml_table_columnin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXml_general_default_part
public void enterXml_general_default_part(PlSqlParser.Xml_general_default_partContext ctx)
Enter a parse tree produced byPlSqlParser.xml_general_default_part().The default implementation does nothing.
- Specified by:
enterXml_general_default_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXml_general_default_part
public void exitXml_general_default_part(PlSqlParser.Xml_general_default_partContext ctx)
Exit a parse tree produced byPlSqlParser.xml_general_default_part().The default implementation does nothing.
- Specified by:
exitXml_general_default_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXml_multiuse_expression_element
public void enterXml_multiuse_expression_element(PlSqlParser.Xml_multiuse_expression_elementContext ctx)
Enter a parse tree produced byPlSqlParser.xml_multiuse_expression_element().The default implementation does nothing.
- Specified by:
enterXml_multiuse_expression_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXml_multiuse_expression_element
public void exitXml_multiuse_expression_element(PlSqlParser.Xml_multiuse_expression_elementContext ctx)
Exit a parse tree produced byPlSqlParser.xml_multiuse_expression_element().The default implementation does nothing.
- Specified by:
exitXml_multiuse_expression_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmlroot_param_version_part
public void enterXmlroot_param_version_part(PlSqlParser.Xmlroot_param_version_partContext ctx)
Enter a parse tree produced byPlSqlParser.xmlroot_param_version_part().The default implementation does nothing.
- Specified by:
enterXmlroot_param_version_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmlroot_param_version_part
public void exitXmlroot_param_version_part(PlSqlParser.Xmlroot_param_version_partContext ctx)
Exit a parse tree produced byPlSqlParser.xmlroot_param_version_part().The default implementation does nothing.
- Specified by:
exitXmlroot_param_version_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmlroot_param_standalone_part
public void enterXmlroot_param_standalone_part(PlSqlParser.Xmlroot_param_standalone_partContext ctx)
Enter a parse tree produced byPlSqlParser.xmlroot_param_standalone_part().The default implementation does nothing.
- Specified by:
enterXmlroot_param_standalone_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmlroot_param_standalone_part
public void exitXmlroot_param_standalone_part(PlSqlParser.Xmlroot_param_standalone_partContext ctx)
Exit a parse tree produced byPlSqlParser.xmlroot_param_standalone_part().The default implementation does nothing.
- Specified by:
exitXmlroot_param_standalone_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmlserialize_param_enconding_part
public void enterXmlserialize_param_enconding_part(PlSqlParser.Xmlserialize_param_enconding_partContext ctx)
Enter a parse tree produced byPlSqlParser.xmlserialize_param_enconding_part().The default implementation does nothing.
- Specified by:
enterXmlserialize_param_enconding_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmlserialize_param_enconding_part
public void exitXmlserialize_param_enconding_part(PlSqlParser.Xmlserialize_param_enconding_partContext ctx)
Exit a parse tree produced byPlSqlParser.xmlserialize_param_enconding_part().The default implementation does nothing.
- Specified by:
exitXmlserialize_param_enconding_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmlserialize_param_version_part
public void enterXmlserialize_param_version_part(PlSqlParser.Xmlserialize_param_version_partContext ctx)
Enter a parse tree produced byPlSqlParser.xmlserialize_param_version_part().The default implementation does nothing.
- Specified by:
enterXmlserialize_param_version_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmlserialize_param_version_part
public void exitXmlserialize_param_version_part(PlSqlParser.Xmlserialize_param_version_partContext ctx)
Exit a parse tree produced byPlSqlParser.xmlserialize_param_version_part().The default implementation does nothing.
- Specified by:
exitXmlserialize_param_version_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmlserialize_param_ident_part
public void enterXmlserialize_param_ident_part(PlSqlParser.Xmlserialize_param_ident_partContext ctx)
Enter a parse tree produced byPlSqlParser.xmlserialize_param_ident_part().The default implementation does nothing.
- Specified by:
enterXmlserialize_param_ident_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmlserialize_param_ident_part
public void exitXmlserialize_param_ident_part(PlSqlParser.Xmlserialize_param_ident_partContext ctx)
Exit a parse tree produced byPlSqlParser.xmlserialize_param_ident_part().The default implementation does nothing.
- Specified by:
exitXmlserialize_param_ident_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSql_plus_command
public void enterSql_plus_command(PlSqlParser.Sql_plus_commandContext ctx)
Enter a parse tree produced byPlSqlParser.sql_plus_command().The default implementation does nothing.
- Specified by:
enterSql_plus_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSql_plus_command
public void exitSql_plus_command(PlSqlParser.Sql_plus_commandContext ctx)
Exit a parse tree produced byPlSqlParser.sql_plus_command().The default implementation does nothing.
- Specified by:
exitSql_plus_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWhenever_command
public void enterWhenever_command(PlSqlParser.Whenever_commandContext ctx)
Enter a parse tree produced byPlSqlParser.whenever_command().The default implementation does nothing.
- Specified by:
enterWhenever_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWhenever_command
public void exitWhenever_command(PlSqlParser.Whenever_commandContext ctx)
Exit a parse tree produced byPlSqlParser.whenever_command().The default implementation does nothing.
- Specified by:
exitWhenever_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSet_command
public void enterSet_command(PlSqlParser.Set_commandContext ctx)
Enter a parse tree produced byPlSqlParser.set_command().The default implementation does nothing.
- Specified by:
enterSet_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSet_command
public void exitSet_command(PlSqlParser.Set_commandContext ctx)
Exit a parse tree produced byPlSqlParser.set_command().The default implementation does nothing.
- Specified by:
exitSet_commandin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPartition_extension_clause
public void enterPartition_extension_clause(PlSqlParser.Partition_extension_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.partition_extension_clause().The default implementation does nothing.
- Specified by:
enterPartition_extension_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPartition_extension_clause
public void exitPartition_extension_clause(PlSqlParser.Partition_extension_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.partition_extension_clause().The default implementation does nothing.
- Specified by:
exitPartition_extension_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_alias
public void enterColumn_alias(PlSqlParser.Column_aliasContext ctx)
Enter a parse tree produced byPlSqlParser.column_alias().The default implementation does nothing.
- Specified by:
enterColumn_aliasin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_alias
public void exitColumn_alias(PlSqlParser.Column_aliasContext ctx)
Exit a parse tree produced byPlSqlParser.column_alias().The default implementation does nothing.
- Specified by:
exitColumn_aliasin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_alias
public void enterTable_alias(PlSqlParser.Table_aliasContext ctx)
Enter a parse tree produced byPlSqlParser.table_alias().The default implementation does nothing.
- Specified by:
enterTable_aliasin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_alias
public void exitTable_alias(PlSqlParser.Table_aliasContext ctx)
Exit a parse tree produced byPlSqlParser.table_alias().The default implementation does nothing.
- Specified by:
exitTable_aliasin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterWhere_clause
public void enterWhere_clause(PlSqlParser.Where_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.where_clause().The default implementation does nothing.
- Specified by:
enterWhere_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitWhere_clause
public void exitWhere_clause(PlSqlParser.Where_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.where_clause().The default implementation does nothing.
- Specified by:
exitWhere_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterInto_clause
public void enterInto_clause(PlSqlParser.Into_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.into_clause().The default implementation does nothing.
- Specified by:
enterInto_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitInto_clause
public void exitInto_clause(PlSqlParser.Into_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.into_clause().The default implementation does nothing.
- Specified by:
exitInto_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXml_column_name
public void enterXml_column_name(PlSqlParser.Xml_column_nameContext ctx)
Enter a parse tree produced byPlSqlParser.xml_column_name().The default implementation does nothing.
- Specified by:
enterXml_column_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXml_column_name
public void exitXml_column_name(PlSqlParser.Xml_column_nameContext ctx)
Exit a parse tree produced byPlSqlParser.xml_column_name().The default implementation does nothing.
- Specified by:
exitXml_column_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCost_class_name
public void enterCost_class_name(PlSqlParser.Cost_class_nameContext ctx)
Enter a parse tree produced byPlSqlParser.cost_class_name().The default implementation does nothing.
- Specified by:
enterCost_class_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCost_class_name
public void exitCost_class_name(PlSqlParser.Cost_class_nameContext ctx)
Exit a parse tree produced byPlSqlParser.cost_class_name().The default implementation does nothing.
- Specified by:
exitCost_class_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAttribute_name
public void enterAttribute_name(PlSqlParser.Attribute_nameContext ctx)
Enter a parse tree produced byPlSqlParser.attribute_name().The default implementation does nothing.
- Specified by:
enterAttribute_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAttribute_name
public void exitAttribute_name(PlSqlParser.Attribute_nameContext ctx)
Exit a parse tree produced byPlSqlParser.attribute_name().The default implementation does nothing.
- Specified by:
exitAttribute_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSavepoint_name
public void enterSavepoint_name(PlSqlParser.Savepoint_nameContext ctx)
Enter a parse tree produced byPlSqlParser.savepoint_name().The default implementation does nothing.
- Specified by:
enterSavepoint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSavepoint_name
public void exitSavepoint_name(PlSqlParser.Savepoint_nameContext ctx)
Exit a parse tree produced byPlSqlParser.savepoint_name().The default implementation does nothing.
- Specified by:
exitSavepoint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRollback_segment_name
public void enterRollback_segment_name(PlSqlParser.Rollback_segment_nameContext ctx)
Enter a parse tree produced byPlSqlParser.rollback_segment_name().The default implementation does nothing.
- Specified by:
enterRollback_segment_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRollback_segment_name
public void exitRollback_segment_name(PlSqlParser.Rollback_segment_nameContext ctx)
Exit a parse tree produced byPlSqlParser.rollback_segment_name().The default implementation does nothing.
- Specified by:
exitRollback_segment_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_var_name
public void enterTable_var_name(PlSqlParser.Table_var_nameContext ctx)
Enter a parse tree produced byPlSqlParser.table_var_name().The default implementation does nothing.
- Specified by:
enterTable_var_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_var_name
public void exitTable_var_name(PlSqlParser.Table_var_nameContext ctx)
Exit a parse tree produced byPlSqlParser.table_var_name().The default implementation does nothing.
- Specified by:
exitTable_var_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSchema_name
public void enterSchema_name(PlSqlParser.Schema_nameContext ctx)
Enter a parse tree produced byPlSqlParser.schema_name().The default implementation does nothing.
- Specified by:
enterSchema_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSchema_name
public void exitSchema_name(PlSqlParser.Schema_nameContext ctx)
Exit a parse tree produced byPlSqlParser.schema_name().The default implementation does nothing.
- Specified by:
exitSchema_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRoutine_name
public void enterRoutine_name(PlSqlParser.Routine_nameContext ctx)
Enter a parse tree produced byPlSqlParser.routine_name().The default implementation does nothing.
- Specified by:
enterRoutine_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRoutine_name
public void exitRoutine_name(PlSqlParser.Routine_nameContext ctx)
Exit a parse tree produced byPlSqlParser.routine_name().The default implementation does nothing.
- Specified by:
exitRoutine_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPackage_name
public void enterPackage_name(PlSqlParser.Package_nameContext ctx)
Enter a parse tree produced byPlSqlParser.package_name().The default implementation does nothing.
- Specified by:
enterPackage_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPackage_name
public void exitPackage_name(PlSqlParser.Package_nameContext ctx)
Exit a parse tree produced byPlSqlParser.package_name().The default implementation does nothing.
- Specified by:
exitPackage_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterImplementation_type_name
public void enterImplementation_type_name(PlSqlParser.Implementation_type_nameContext ctx)
Enter a parse tree produced byPlSqlParser.implementation_type_name().The default implementation does nothing.
- Specified by:
enterImplementation_type_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitImplementation_type_name
public void exitImplementation_type_name(PlSqlParser.Implementation_type_nameContext ctx)
Exit a parse tree produced byPlSqlParser.implementation_type_name().The default implementation does nothing.
- Specified by:
exitImplementation_type_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterParameter_name
public void enterParameter_name(PlSqlParser.Parameter_nameContext ctx)
Enter a parse tree produced byPlSqlParser.parameter_name().The default implementation does nothing.
- Specified by:
enterParameter_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitParameter_name
public void exitParameter_name(PlSqlParser.Parameter_nameContext ctx)
Exit a parse tree produced byPlSqlParser.parameter_name().The default implementation does nothing.
- Specified by:
exitParameter_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterReference_model_name
public void enterReference_model_name(PlSqlParser.Reference_model_nameContext ctx)
Enter a parse tree produced byPlSqlParser.reference_model_name().The default implementation does nothing.
- Specified by:
enterReference_model_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitReference_model_name
public void exitReference_model_name(PlSqlParser.Reference_model_nameContext ctx)
Exit a parse tree produced byPlSqlParser.reference_model_name().The default implementation does nothing.
- Specified by:
exitReference_model_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterMain_model_name
public void enterMain_model_name(PlSqlParser.Main_model_nameContext ctx)
Enter a parse tree produced byPlSqlParser.main_model_name().The default implementation does nothing.
- Specified by:
enterMain_model_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitMain_model_name
public void exitMain_model_name(PlSqlParser.Main_model_nameContext ctx)
Exit a parse tree produced byPlSqlParser.main_model_name().The default implementation does nothing.
- Specified by:
exitMain_model_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterContainer_tableview_name
public void enterContainer_tableview_name(PlSqlParser.Container_tableview_nameContext ctx)
Enter a parse tree produced byPlSqlParser.container_tableview_name().The default implementation does nothing.
- Specified by:
enterContainer_tableview_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitContainer_tableview_name
public void exitContainer_tableview_name(PlSqlParser.Container_tableview_nameContext ctx)
Exit a parse tree produced byPlSqlParser.container_tableview_name().The default implementation does nothing.
- Specified by:
exitContainer_tableview_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterAggregate_function_name
public void enterAggregate_function_name(PlSqlParser.Aggregate_function_nameContext ctx)
Enter a parse tree produced byPlSqlParser.aggregate_function_name().The default implementation does nothing.
- Specified by:
enterAggregate_function_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitAggregate_function_name
public void exitAggregate_function_name(PlSqlParser.Aggregate_function_nameContext ctx)
Exit a parse tree produced byPlSqlParser.aggregate_function_name().The default implementation does nothing.
- Specified by:
exitAggregate_function_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterQuery_name
public void enterQuery_name(PlSqlParser.Query_nameContext ctx)
Enter a parse tree produced byPlSqlParser.query_name().The default implementation does nothing.
- Specified by:
enterQuery_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitQuery_name
public void exitQuery_name(PlSqlParser.Query_nameContext ctx)
Exit a parse tree produced byPlSqlParser.query_name().The default implementation does nothing.
- Specified by:
exitQuery_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGrantee_name
public void enterGrantee_name(PlSqlParser.Grantee_nameContext ctx)
Enter a parse tree produced byPlSqlParser.grantee_name().The default implementation does nothing.
- Specified by:
enterGrantee_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGrantee_name
public void exitGrantee_name(PlSqlParser.Grantee_nameContext ctx)
Exit a parse tree produced byPlSqlParser.grantee_name().The default implementation does nothing.
- Specified by:
exitGrantee_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRole_name
public void enterRole_name(PlSqlParser.Role_nameContext ctx)
Enter a parse tree produced byPlSqlParser.role_name().The default implementation does nothing.
- Specified by:
enterRole_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRole_name
public void exitRole_name(PlSqlParser.Role_nameContext ctx)
Exit a parse tree produced byPlSqlParser.role_name().The default implementation does nothing.
- Specified by:
exitRole_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConstraint_name
public void enterConstraint_name(PlSqlParser.Constraint_nameContext ctx)
Enter a parse tree produced byPlSqlParser.constraint_name().The default implementation does nothing.
- Specified by:
enterConstraint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConstraint_name
public void exitConstraint_name(PlSqlParser.Constraint_nameContext ctx)
Exit a parse tree produced byPlSqlParser.constraint_name().The default implementation does nothing.
- Specified by:
exitConstraint_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLabel_name
public void enterLabel_name(PlSqlParser.Label_nameContext ctx)
Enter a parse tree produced byPlSqlParser.label_name().The default implementation does nothing.
- Specified by:
enterLabel_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLabel_name
public void exitLabel_name(PlSqlParser.Label_nameContext ctx)
Exit a parse tree produced byPlSqlParser.label_name().The default implementation does nothing.
- Specified by:
exitLabel_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_name
public void enterType_name(PlSqlParser.Type_nameContext ctx)
Enter a parse tree produced byPlSqlParser.type_name().The default implementation does nothing.
- Specified by:
enterType_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_name
public void exitType_name(PlSqlParser.Type_nameContext ctx)
Exit a parse tree produced byPlSqlParser.type_name().The default implementation does nothing.
- Specified by:
exitType_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSequence_name
public void enterSequence_name(PlSqlParser.Sequence_nameContext ctx)
Enter a parse tree produced byPlSqlParser.sequence_name().The default implementation does nothing.
- Specified by:
enterSequence_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSequence_name
public void exitSequence_name(PlSqlParser.Sequence_nameContext ctx)
Exit a parse tree produced byPlSqlParser.sequence_name().The default implementation does nothing.
- Specified by:
exitSequence_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterException_name
public void enterException_name(PlSqlParser.Exception_nameContext ctx)
Enter a parse tree produced byPlSqlParser.exception_name().The default implementation does nothing.
- Specified by:
enterException_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitException_name
public void exitException_name(PlSqlParser.Exception_nameContext ctx)
Exit a parse tree produced byPlSqlParser.exception_name().The default implementation does nothing.
- Specified by:
exitException_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_name
public void enterFunction_name(PlSqlParser.Function_nameContext ctx)
Enter a parse tree produced byPlSqlParser.function_name().The default implementation does nothing.
- Specified by:
enterFunction_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_name
public void exitFunction_name(PlSqlParser.Function_nameContext ctx)
Exit a parse tree produced byPlSqlParser.function_name().The default implementation does nothing.
- Specified by:
exitFunction_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterProcedure_name
public void enterProcedure_name(PlSqlParser.Procedure_nameContext ctx)
Enter a parse tree produced byPlSqlParser.procedure_name().The default implementation does nothing.
- Specified by:
enterProcedure_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitProcedure_name
public void exitProcedure_name(PlSqlParser.Procedure_nameContext ctx)
Exit a parse tree produced byPlSqlParser.procedure_name().The default implementation does nothing.
- Specified by:
exitProcedure_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTrigger_name
public void enterTrigger_name(PlSqlParser.Trigger_nameContext ctx)
Enter a parse tree produced byPlSqlParser.trigger_name().The default implementation does nothing.
- Specified by:
enterTrigger_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTrigger_name
public void exitTrigger_name(PlSqlParser.Trigger_nameContext ctx)
Exit a parse tree produced byPlSqlParser.trigger_name().The default implementation does nothing.
- Specified by:
exitTrigger_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterVariable_name
public void enterVariable_name(PlSqlParser.Variable_nameContext ctx)
Enter a parse tree produced byPlSqlParser.variable_name().The default implementation does nothing.
- Specified by:
enterVariable_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitVariable_name
public void exitVariable_name(PlSqlParser.Variable_nameContext ctx)
Exit a parse tree produced byPlSqlParser.variable_name().The default implementation does nothing.
- Specified by:
exitVariable_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIndex_name
public void enterIndex_name(PlSqlParser.Index_nameContext ctx)
Enter a parse tree produced byPlSqlParser.index_name().The default implementation does nothing.
- Specified by:
enterIndex_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIndex_name
public void exitIndex_name(PlSqlParser.Index_nameContext ctx)
Exit a parse tree produced byPlSqlParser.index_name().The default implementation does nothing.
- Specified by:
exitIndex_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCursor_name
public void enterCursor_name(PlSqlParser.Cursor_nameContext ctx)
Enter a parse tree produced byPlSqlParser.cursor_name().The default implementation does nothing.
- Specified by:
enterCursor_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCursor_name
public void exitCursor_name(PlSqlParser.Cursor_nameContext ctx)
Exit a parse tree produced byPlSqlParser.cursor_name().The default implementation does nothing.
- Specified by:
exitCursor_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRecord_name
public void enterRecord_name(PlSqlParser.Record_nameContext ctx)
Enter a parse tree produced byPlSqlParser.record_name().The default implementation does nothing.
- Specified by:
enterRecord_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRecord_name
public void exitRecord_name(PlSqlParser.Record_nameContext ctx)
Exit a parse tree produced byPlSqlParser.record_name().The default implementation does nothing.
- Specified by:
exitRecord_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterCollection_name
public void enterCollection_name(PlSqlParser.Collection_nameContext ctx)
Enter a parse tree produced byPlSqlParser.collection_name().The default implementation does nothing.
- Specified by:
enterCollection_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitCollection_name
public void exitCollection_name(PlSqlParser.Collection_nameContext ctx)
Exit a parse tree produced byPlSqlParser.collection_name().The default implementation does nothing.
- Specified by:
exitCollection_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterLink_name
public void enterLink_name(PlSqlParser.Link_nameContext ctx)
Enter a parse tree produced byPlSqlParser.link_name().The default implementation does nothing.
- Specified by:
enterLink_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitLink_name
public void exitLink_name(PlSqlParser.Link_nameContext ctx)
Exit a parse tree produced byPlSqlParser.link_name().The default implementation does nothing.
- Specified by:
exitLink_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_name
public void enterColumn_name(PlSqlParser.Column_nameContext ctx)
Enter a parse tree produced byPlSqlParser.column_name().The default implementation does nothing.
- Specified by:
enterColumn_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_name
public void exitColumn_name(PlSqlParser.Column_nameContext ctx)
Exit a parse tree produced byPlSqlParser.column_name().The default implementation does nothing.
- Specified by:
exitColumn_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTableview_name
public void enterTableview_name(PlSqlParser.Tableview_nameContext ctx)
Enter a parse tree produced byPlSqlParser.tableview_name().The default implementation does nothing.
- Specified by:
enterTableview_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTableview_name
public void exitTableview_name(PlSqlParser.Tableview_nameContext ctx)
Exit a parse tree produced byPlSqlParser.tableview_name().The default implementation does nothing.
- Specified by:
exitTableview_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterXmltable
public void enterXmltable(PlSqlParser.XmltableContext ctx)
Enter a parse tree produced byPlSqlParser.xmltable().The default implementation does nothing.
- Specified by:
enterXmltablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitXmltable
public void exitXmltable(PlSqlParser.XmltableContext ctx)
Exit a parse tree produced byPlSqlParser.xmltable().The default implementation does nothing.
- Specified by:
exitXmltablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterChar_set_name
public void enterChar_set_name(PlSqlParser.Char_set_nameContext ctx)
Enter a parse tree produced byPlSqlParser.char_set_name().The default implementation does nothing.
- Specified by:
enterChar_set_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitChar_set_name
public void exitChar_set_name(PlSqlParser.Char_set_nameContext ctx)
Exit a parse tree produced byPlSqlParser.char_set_name().The default implementation does nothing.
- Specified by:
exitChar_set_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSynonym_name
public void enterSynonym_name(PlSqlParser.Synonym_nameContext ctx)
Enter a parse tree produced byPlSqlParser.synonym_name().The default implementation does nothing.
- Specified by:
enterSynonym_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSynonym_name
public void exitSynonym_name(PlSqlParser.Synonym_nameContext ctx)
Exit a parse tree produced byPlSqlParser.synonym_name().The default implementation does nothing.
- Specified by:
exitSynonym_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSchema_object_name
public void enterSchema_object_name(PlSqlParser.Schema_object_nameContext ctx)
Enter a parse tree produced byPlSqlParser.schema_object_name().The default implementation does nothing.
- Specified by:
enterSchema_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSchema_object_name
public void exitSchema_object_name(PlSqlParser.Schema_object_nameContext ctx)
Exit a parse tree produced byPlSqlParser.schema_object_name().The default implementation does nothing.
- Specified by:
exitSchema_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDir_object_name
public void enterDir_object_name(PlSqlParser.Dir_object_nameContext ctx)
Enter a parse tree produced byPlSqlParser.dir_object_name().The default implementation does nothing.
- Specified by:
enterDir_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDir_object_name
public void exitDir_object_name(PlSqlParser.Dir_object_nameContext ctx)
Exit a parse tree produced byPlSqlParser.dir_object_name().The default implementation does nothing.
- Specified by:
exitDir_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterUser_object_name
public void enterUser_object_name(PlSqlParser.User_object_nameContext ctx)
Enter a parse tree produced byPlSqlParser.user_object_name().The default implementation does nothing.
- Specified by:
enterUser_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitUser_object_name
public void exitUser_object_name(PlSqlParser.User_object_nameContext ctx)
Exit a parse tree produced byPlSqlParser.user_object_name().The default implementation does nothing.
- Specified by:
exitUser_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGrant_object_name
public void enterGrant_object_name(PlSqlParser.Grant_object_nameContext ctx)
Enter a parse tree produced byPlSqlParser.grant_object_name().The default implementation does nothing.
- Specified by:
enterGrant_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGrant_object_name
public void exitGrant_object_name(PlSqlParser.Grant_object_nameContext ctx)
Exit a parse tree produced byPlSqlParser.grant_object_name().The default implementation does nothing.
- Specified by:
exitGrant_object_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterColumn_list
public void enterColumn_list(PlSqlParser.Column_listContext ctx)
Enter a parse tree produced byPlSqlParser.column_list().The default implementation does nothing.
- Specified by:
enterColumn_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitColumn_list
public void exitColumn_list(PlSqlParser.Column_listContext ctx)
Exit a parse tree produced byPlSqlParser.column_list().The default implementation does nothing.
- Specified by:
exitColumn_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterParen_column_list
public void enterParen_column_list(PlSqlParser.Paren_column_listContext ctx)
Enter a parse tree produced byPlSqlParser.paren_column_list().The default implementation does nothing.
- Specified by:
enterParen_column_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitParen_column_list
public void exitParen_column_list(PlSqlParser.Paren_column_listContext ctx)
Exit a parse tree produced byPlSqlParser.paren_column_list().The default implementation does nothing.
- Specified by:
exitParen_column_listin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterKeep_clause
public void enterKeep_clause(PlSqlParser.Keep_clauseContext ctx)
Enter a parse tree produced byPlSqlParser.keep_clause().The default implementation does nothing.
- Specified by:
enterKeep_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitKeep_clause
public void exitKeep_clause(PlSqlParser.Keep_clauseContext ctx)
Exit a parse tree produced byPlSqlParser.keep_clause().The default implementation does nothing.
- Specified by:
exitKeep_clausein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_argument
public void enterFunction_argument(PlSqlParser.Function_argumentContext ctx)
Enter a parse tree produced byPlSqlParser.function_argument().The default implementation does nothing.
- Specified by:
enterFunction_argumentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_argument
public void exitFunction_argument(PlSqlParser.Function_argumentContext ctx)
Exit a parse tree produced byPlSqlParser.function_argument().The default implementation does nothing.
- Specified by:
exitFunction_argumentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_argument_analytic
public void enterFunction_argument_analytic(PlSqlParser.Function_argument_analyticContext ctx)
Enter a parse tree produced byPlSqlParser.function_argument_analytic().The default implementation does nothing.
- Specified by:
enterFunction_argument_analyticin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_argument_analytic
public void exitFunction_argument_analytic(PlSqlParser.Function_argument_analyticContext ctx)
Exit a parse tree produced byPlSqlParser.function_argument_analytic().The default implementation does nothing.
- Specified by:
exitFunction_argument_analyticin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterFunction_argument_modeling
public void enterFunction_argument_modeling(PlSqlParser.Function_argument_modelingContext ctx)
Enter a parse tree produced byPlSqlParser.function_argument_modeling().The default implementation does nothing.
- Specified by:
enterFunction_argument_modelingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitFunction_argument_modeling
public void exitFunction_argument_modeling(PlSqlParser.Function_argument_modelingContext ctx)
Exit a parse tree produced byPlSqlParser.function_argument_modeling().The default implementation does nothing.
- Specified by:
exitFunction_argument_modelingin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRespect_or_ignore_nulls
public void enterRespect_or_ignore_nulls(PlSqlParser.Respect_or_ignore_nullsContext ctx)
Enter a parse tree produced byPlSqlParser.respect_or_ignore_nulls().The default implementation does nothing.
- Specified by:
enterRespect_or_ignore_nullsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRespect_or_ignore_nulls
public void exitRespect_or_ignore_nulls(PlSqlParser.Respect_or_ignore_nullsContext ctx)
Exit a parse tree produced byPlSqlParser.respect_or_ignore_nulls().The default implementation does nothing.
- Specified by:
exitRespect_or_ignore_nullsin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterArgument
public void enterArgument(PlSqlParser.ArgumentContext ctx)
Enter a parse tree produced byPlSqlParser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitArgument
public void exitArgument(PlSqlParser.ArgumentContext ctx)
Exit a parse tree produced byPlSqlParser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterType_spec
public void enterType_spec(PlSqlParser.Type_specContext ctx)
Enter a parse tree produced byPlSqlParser.type_spec().The default implementation does nothing.
- Specified by:
enterType_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitType_spec
public void exitType_spec(PlSqlParser.Type_specContext ctx)
Exit a parse tree produced byPlSqlParser.type_spec().The default implementation does nothing.
- Specified by:
exitType_specin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterDatatype
public void enterDatatype(PlSqlParser.DatatypeContext ctx)
Enter a parse tree produced byPlSqlParser.datatype().The default implementation does nothing.
- Specified by:
enterDatatypein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitDatatype
public void exitDatatype(PlSqlParser.DatatypeContext ctx)
Exit a parse tree produced byPlSqlParser.datatype().The default implementation does nothing.
- Specified by:
exitDatatypein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterPrecision_part
public void enterPrecision_part(PlSqlParser.Precision_partContext ctx)
Enter a parse tree produced byPlSqlParser.precision_part().The default implementation does nothing.
- Specified by:
enterPrecision_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitPrecision_part
public void exitPrecision_part(PlSqlParser.Precision_partContext ctx)
Exit a parse tree produced byPlSqlParser.precision_part().The default implementation does nothing.
- Specified by:
exitPrecision_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNative_datatype_element
public void enterNative_datatype_element(PlSqlParser.Native_datatype_elementContext ctx)
Enter a parse tree produced byPlSqlParser.native_datatype_element().The default implementation does nothing.
- Specified by:
enterNative_datatype_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNative_datatype_element
public void exitNative_datatype_element(PlSqlParser.Native_datatype_elementContext ctx)
Exit a parse tree produced byPlSqlParser.native_datatype_element().The default implementation does nothing.
- Specified by:
exitNative_datatype_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterBind_variable
public void enterBind_variable(PlSqlParser.Bind_variableContext ctx)
Enter a parse tree produced byPlSqlParser.bind_variable().The default implementation does nothing.
- Specified by:
enterBind_variablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitBind_variable
public void exitBind_variable(PlSqlParser.Bind_variableContext ctx)
Exit a parse tree produced byPlSqlParser.bind_variable().The default implementation does nothing.
- Specified by:
exitBind_variablein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneral_element
public void enterGeneral_element(PlSqlParser.General_elementContext ctx)
Enter a parse tree produced byPlSqlParser.general_element().The default implementation does nothing.
- Specified by:
enterGeneral_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneral_element
public void exitGeneral_element(PlSqlParser.General_elementContext ctx)
Exit a parse tree produced byPlSqlParser.general_element().The default implementation does nothing.
- Specified by:
exitGeneral_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterGeneral_element_part
public void enterGeneral_element_part(PlSqlParser.General_element_partContext ctx)
Enter a parse tree produced byPlSqlParser.general_element_part().The default implementation does nothing.
- Specified by:
enterGeneral_element_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitGeneral_element_part
public void exitGeneral_element_part(PlSqlParser.General_element_partContext ctx)
Exit a parse tree produced byPlSqlParser.general_element_part().The default implementation does nothing.
- Specified by:
exitGeneral_element_partin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterTable_element
public void enterTable_element(PlSqlParser.Table_elementContext ctx)
Enter a parse tree produced byPlSqlParser.table_element().The default implementation does nothing.
- Specified by:
enterTable_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitTable_element
public void exitTable_element(PlSqlParser.Table_elementContext ctx)
Exit a parse tree produced byPlSqlParser.table_element().The default implementation does nothing.
- Specified by:
exitTable_elementin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterObject_privilege
public void enterObject_privilege(PlSqlParser.Object_privilegeContext ctx)
Enter a parse tree produced byPlSqlParser.object_privilege().The default implementation does nothing.
- Specified by:
enterObject_privilegein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitObject_privilege
public void exitObject_privilege(PlSqlParser.Object_privilegeContext ctx)
Exit a parse tree produced byPlSqlParser.object_privilege().The default implementation does nothing.
- Specified by:
exitObject_privilegein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterSystem_privilege
public void enterSystem_privilege(PlSqlParser.System_privilegeContext ctx)
Enter a parse tree produced byPlSqlParser.system_privilege().The default implementation does nothing.
- Specified by:
enterSystem_privilegein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitSystem_privilege
public void exitSystem_privilege(PlSqlParser.System_privilegeContext ctx)
Exit a parse tree produced byPlSqlParser.system_privilege().The default implementation does nothing.
- Specified by:
exitSystem_privilegein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterConstant
public void enterConstant(PlSqlParser.ConstantContext ctx)
Enter a parse tree produced byPlSqlParser.constant().The default implementation does nothing.
- Specified by:
enterConstantin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitConstant
public void exitConstant(PlSqlParser.ConstantContext ctx)
Exit a parse tree produced byPlSqlParser.constant().The default implementation does nothing.
- Specified by:
exitConstantin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNumeric
public void enterNumeric(PlSqlParser.NumericContext ctx)
Enter a parse tree produced byPlSqlParser.numeric().The default implementation does nothing.
- Specified by:
enterNumericin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNumeric
public void exitNumeric(PlSqlParser.NumericContext ctx)
Exit a parse tree produced byPlSqlParser.numeric().The default implementation does nothing.
- Specified by:
exitNumericin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNumeric_negative
public void enterNumeric_negative(PlSqlParser.Numeric_negativeContext ctx)
Enter a parse tree produced byPlSqlParser.numeric_negative().The default implementation does nothing.
- Specified by:
enterNumeric_negativein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNumeric_negative
public void exitNumeric_negative(PlSqlParser.Numeric_negativeContext ctx)
Exit a parse tree produced byPlSqlParser.numeric_negative().The default implementation does nothing.
- Specified by:
exitNumeric_negativein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterQuoted_string
public void enterQuoted_string(PlSqlParser.Quoted_stringContext ctx)
Enter a parse tree produced byPlSqlParser.quoted_string().The default implementation does nothing.
- Specified by:
enterQuoted_stringin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitQuoted_string
public void exitQuoted_string(PlSqlParser.Quoted_stringContext ctx)
Exit a parse tree produced byPlSqlParser.quoted_string().The default implementation does nothing.
- Specified by:
exitQuoted_stringin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterIdentifier
public void enterIdentifier(PlSqlParser.IdentifierContext ctx)
Enter a parse tree produced byPlSqlParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitIdentifier
public void exitIdentifier(PlSqlParser.IdentifierContext ctx)
Exit a parse tree produced byPlSqlParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterId_expression
public void enterId_expression(PlSqlParser.Id_expressionContext ctx)
Enter a parse tree produced byPlSqlParser.id_expression().The default implementation does nothing.
- Specified by:
enterId_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitId_expression
public void exitId_expression(PlSqlParser.Id_expressionContext ctx)
Exit a parse tree produced byPlSqlParser.id_expression().The default implementation does nothing.
- Specified by:
exitId_expressionin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterOuter_join_sign
public void enterOuter_join_sign(PlSqlParser.Outer_join_signContext ctx)
Enter a parse tree produced byPlSqlParser.outer_join_sign().The default implementation does nothing.
- Specified by:
enterOuter_join_signin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitOuter_join_sign
public void exitOuter_join_sign(PlSqlParser.Outer_join_signContext ctx)
Exit a parse tree produced byPlSqlParser.outer_join_sign().The default implementation does nothing.
- Specified by:
exitOuter_join_signin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterRegular_id
public void enterRegular_id(PlSqlParser.Regular_idContext ctx)
Enter a parse tree produced byPlSqlParser.regular_id().The default implementation does nothing.
- Specified by:
enterRegular_idin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitRegular_id
public void exitRegular_id(PlSqlParser.Regular_idContext ctx)
Exit a parse tree produced byPlSqlParser.regular_id().The default implementation does nothing.
- Specified by:
exitRegular_idin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNon_reserved_keywords_in_12c
public void enterNon_reserved_keywords_in_12c(PlSqlParser.Non_reserved_keywords_in_12cContext ctx)
Enter a parse tree produced byPlSqlParser.non_reserved_keywords_in_12c().The default implementation does nothing.
- Specified by:
enterNon_reserved_keywords_in_12cin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNon_reserved_keywords_in_12c
public void exitNon_reserved_keywords_in_12c(PlSqlParser.Non_reserved_keywords_in_12cContext ctx)
Exit a parse tree produced byPlSqlParser.non_reserved_keywords_in_12c().The default implementation does nothing.
- Specified by:
exitNon_reserved_keywords_in_12cin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNon_reserved_keywords_pre12c
public void enterNon_reserved_keywords_pre12c(PlSqlParser.Non_reserved_keywords_pre12cContext ctx)
Enter a parse tree produced byPlSqlParser.non_reserved_keywords_pre12c().The default implementation does nothing.
- Specified by:
enterNon_reserved_keywords_pre12cin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNon_reserved_keywords_pre12c
public void exitNon_reserved_keywords_pre12c(PlSqlParser.Non_reserved_keywords_pre12cContext ctx)
Exit a parse tree produced byPlSqlParser.non_reserved_keywords_pre12c().The default implementation does nothing.
- Specified by:
exitNon_reserved_keywords_pre12cin interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterString_function_name
public void enterString_function_name(PlSqlParser.String_function_nameContext ctx)
Enter a parse tree produced byPlSqlParser.string_function_name().The default implementation does nothing.
- Specified by:
enterString_function_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitString_function_name
public void exitString_function_name(PlSqlParser.String_function_nameContext ctx)
Exit a parse tree produced byPlSqlParser.string_function_name().The default implementation does nothing.
- Specified by:
exitString_function_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterNumeric_function_name
public void enterNumeric_function_name(PlSqlParser.Numeric_function_nameContext ctx)
Enter a parse tree produced byPlSqlParser.numeric_function_name().The default implementation does nothing.
- Specified by:
enterNumeric_function_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
exitNumeric_function_name
public void exitNumeric_function_name(PlSqlParser.Numeric_function_nameContext ctx)
Exit a parse tree produced byPlSqlParser.numeric_function_name().The default implementation does nothing.
- Specified by:
exitNumeric_function_namein interfacePlSqlParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-