public class HplsqlBaseListener extends Object implements HplsqlListener
HplsqlListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
HplsqlBaseListener() |
public void enterProgram(HplsqlParser.ProgramContext ctx)
HplsqlParser.program().
The default implementation does nothing.
enterProgram in interface HplsqlListenerctx - the parse treepublic void exitProgram(HplsqlParser.ProgramContext ctx)
HplsqlParser.program().
The default implementation does nothing.
exitProgram in interface HplsqlListenerctx - the parse treepublic void enterBlock(HplsqlParser.BlockContext ctx)
HplsqlParser.block().
The default implementation does nothing.
enterBlock in interface HplsqlListenerctx - the parse treepublic void exitBlock(HplsqlParser.BlockContext ctx)
HplsqlParser.block().
The default implementation does nothing.
exitBlock in interface HplsqlListenerctx - the parse treepublic void enterBegin_end_block(HplsqlParser.Begin_end_blockContext ctx)
HplsqlParser.begin_end_block().
The default implementation does nothing.
enterBegin_end_block in interface HplsqlListenerctx - the parse treepublic void exitBegin_end_block(HplsqlParser.Begin_end_blockContext ctx)
HplsqlParser.begin_end_block().
The default implementation does nothing.
exitBegin_end_block in interface HplsqlListenerctx - the parse treepublic void enterSingle_block_stmt(HplsqlParser.Single_block_stmtContext ctx)
HplsqlParser.single_block_stmt().
The default implementation does nothing.
enterSingle_block_stmt in interface HplsqlListenerctx - the parse treepublic void exitSingle_block_stmt(HplsqlParser.Single_block_stmtContext ctx)
HplsqlParser.single_block_stmt().
The default implementation does nothing.
exitSingle_block_stmt in interface HplsqlListenerctx - the parse treepublic void enterBlock_end(HplsqlParser.Block_endContext ctx)
HplsqlParser.block_end().
The default implementation does nothing.
enterBlock_end in interface HplsqlListenerctx - the parse treepublic void exitBlock_end(HplsqlParser.Block_endContext ctx)
HplsqlParser.block_end().
The default implementation does nothing.
exitBlock_end in interface HplsqlListenerctx - the parse treepublic void enterProc_block(HplsqlParser.Proc_blockContext ctx)
HplsqlParser.proc_block().
The default implementation does nothing.
enterProc_block in interface HplsqlListenerctx - the parse treepublic void exitProc_block(HplsqlParser.Proc_blockContext ctx)
HplsqlParser.proc_block().
The default implementation does nothing.
exitProc_block in interface HplsqlListenerctx - the parse treepublic void enterStmt(HplsqlParser.StmtContext ctx)
HplsqlParser.stmt().
The default implementation does nothing.
enterStmt in interface HplsqlListenerctx - the parse treepublic void exitStmt(HplsqlParser.StmtContext ctx)
HplsqlParser.stmt().
The default implementation does nothing.
exitStmt in interface HplsqlListenerctx - the parse treepublic void enterSemicolon_stmt(HplsqlParser.Semicolon_stmtContext ctx)
HplsqlParser.semicolon_stmt().
The default implementation does nothing.
enterSemicolon_stmt in interface HplsqlListenerctx - the parse treepublic void exitSemicolon_stmt(HplsqlParser.Semicolon_stmtContext ctx)
HplsqlParser.semicolon_stmt().
The default implementation does nothing.
exitSemicolon_stmt in interface HplsqlListenerctx - the parse treepublic void enterException_block(HplsqlParser.Exception_blockContext ctx)
HplsqlParser.exception_block().
The default implementation does nothing.
enterException_block in interface HplsqlListenerctx - the parse treepublic void exitException_block(HplsqlParser.Exception_blockContext ctx)
HplsqlParser.exception_block().
The default implementation does nothing.
exitException_block in interface HplsqlListenerctx - the parse treepublic void enterException_block_item(HplsqlParser.Exception_block_itemContext ctx)
HplsqlParser.exception_block_item().
The default implementation does nothing.
enterException_block_item in interface HplsqlListenerctx - the parse treepublic void exitException_block_item(HplsqlParser.Exception_block_itemContext ctx)
HplsqlParser.exception_block_item().
The default implementation does nothing.
exitException_block_item in interface HplsqlListenerctx - the parse treepublic void enterNull_stmt(HplsqlParser.Null_stmtContext ctx)
HplsqlParser.null_stmt().
The default implementation does nothing.
enterNull_stmt in interface HplsqlListenerctx - the parse treepublic void exitNull_stmt(HplsqlParser.Null_stmtContext ctx)
HplsqlParser.null_stmt().
The default implementation does nothing.
exitNull_stmt in interface HplsqlListenerctx - the parse treepublic void enterExpr_stmt(HplsqlParser.Expr_stmtContext ctx)
HplsqlParser.expr_stmt().
The default implementation does nothing.
enterExpr_stmt in interface HplsqlListenerctx - the parse treepublic void exitExpr_stmt(HplsqlParser.Expr_stmtContext ctx)
HplsqlParser.expr_stmt().
The default implementation does nothing.
exitExpr_stmt in interface HplsqlListenerctx - the parse treepublic void enterAssignment_stmt(HplsqlParser.Assignment_stmtContext ctx)
HplsqlParser.assignment_stmt().
The default implementation does nothing.
enterAssignment_stmt in interface HplsqlListenerctx - the parse treepublic void exitAssignment_stmt(HplsqlParser.Assignment_stmtContext ctx)
HplsqlParser.assignment_stmt().
The default implementation does nothing.
exitAssignment_stmt in interface HplsqlListenerctx - the parse treepublic void enterAssignment_stmt_item(HplsqlParser.Assignment_stmt_itemContext ctx)
HplsqlParser.assignment_stmt_item().
The default implementation does nothing.
enterAssignment_stmt_item in interface HplsqlListenerctx - the parse treepublic void exitAssignment_stmt_item(HplsqlParser.Assignment_stmt_itemContext ctx)
HplsqlParser.assignment_stmt_item().
The default implementation does nothing.
exitAssignment_stmt_item in interface HplsqlListenerctx - the parse treepublic void enterAssignment_stmt_single_item(HplsqlParser.Assignment_stmt_single_itemContext ctx)
HplsqlParser.assignment_stmt_single_item().
The default implementation does nothing.
enterAssignment_stmt_single_item in interface HplsqlListenerctx - the parse treepublic void exitAssignment_stmt_single_item(HplsqlParser.Assignment_stmt_single_itemContext ctx)
HplsqlParser.assignment_stmt_single_item().
The default implementation does nothing.
exitAssignment_stmt_single_item in interface HplsqlListenerctx - the parse treepublic void enterAssignment_stmt_collection_item(HplsqlParser.Assignment_stmt_collection_itemContext ctx)
HplsqlParser.assignment_stmt_collection_item().
The default implementation does nothing.
enterAssignment_stmt_collection_item in interface HplsqlListenerctx - the parse treepublic void exitAssignment_stmt_collection_item(HplsqlParser.Assignment_stmt_collection_itemContext ctx)
HplsqlParser.assignment_stmt_collection_item().
The default implementation does nothing.
exitAssignment_stmt_collection_item in interface HplsqlListenerctx - the parse treepublic void enterAssignment_stmt_multiple_item(HplsqlParser.Assignment_stmt_multiple_itemContext ctx)
HplsqlParser.assignment_stmt_multiple_item().
The default implementation does nothing.
enterAssignment_stmt_multiple_item in interface HplsqlListenerctx - the parse treepublic void exitAssignment_stmt_multiple_item(HplsqlParser.Assignment_stmt_multiple_itemContext ctx)
HplsqlParser.assignment_stmt_multiple_item().
The default implementation does nothing.
exitAssignment_stmt_multiple_item in interface HplsqlListenerctx - the parse treepublic void enterAssignment_stmt_select_item(HplsqlParser.Assignment_stmt_select_itemContext ctx)
HplsqlParser.assignment_stmt_select_item().
The default implementation does nothing.
enterAssignment_stmt_select_item in interface HplsqlListenerctx - the parse treepublic void exitAssignment_stmt_select_item(HplsqlParser.Assignment_stmt_select_itemContext ctx)
HplsqlParser.assignment_stmt_select_item().
The default implementation does nothing.
exitAssignment_stmt_select_item in interface HplsqlListenerctx - the parse treepublic void enterAllocate_cursor_stmt(HplsqlParser.Allocate_cursor_stmtContext ctx)
HplsqlParser.allocate_cursor_stmt().
The default implementation does nothing.
enterAllocate_cursor_stmt in interface HplsqlListenerctx - the parse treepublic void exitAllocate_cursor_stmt(HplsqlParser.Allocate_cursor_stmtContext ctx)
HplsqlParser.allocate_cursor_stmt().
The default implementation does nothing.
exitAllocate_cursor_stmt in interface HplsqlListenerctx - the parse treepublic void enterAssociate_locator_stmt(HplsqlParser.Associate_locator_stmtContext ctx)
HplsqlParser.associate_locator_stmt().
The default implementation does nothing.
enterAssociate_locator_stmt in interface HplsqlListenerctx - the parse treepublic void exitAssociate_locator_stmt(HplsqlParser.Associate_locator_stmtContext ctx)
HplsqlParser.associate_locator_stmt().
The default implementation does nothing.
exitAssociate_locator_stmt in interface HplsqlListenerctx - the parse treepublic void enterBegin_transaction_stmt(HplsqlParser.Begin_transaction_stmtContext ctx)
HplsqlParser.begin_transaction_stmt().
The default implementation does nothing.
enterBegin_transaction_stmt in interface HplsqlListenerctx - the parse treepublic void exitBegin_transaction_stmt(HplsqlParser.Begin_transaction_stmtContext ctx)
HplsqlParser.begin_transaction_stmt().
The default implementation does nothing.
exitBegin_transaction_stmt in interface HplsqlListenerctx - the parse treepublic void enterBreak_stmt(HplsqlParser.Break_stmtContext ctx)
HplsqlParser.break_stmt().
The default implementation does nothing.
enterBreak_stmt in interface HplsqlListenerctx - the parse treepublic void exitBreak_stmt(HplsqlParser.Break_stmtContext ctx)
HplsqlParser.break_stmt().
The default implementation does nothing.
exitBreak_stmt in interface HplsqlListenerctx - the parse treepublic void enterCall_stmt(HplsqlParser.Call_stmtContext ctx)
HplsqlParser.call_stmt().
The default implementation does nothing.
enterCall_stmt in interface HplsqlListenerctx - the parse treepublic void exitCall_stmt(HplsqlParser.Call_stmtContext ctx)
HplsqlParser.call_stmt().
The default implementation does nothing.
exitCall_stmt in interface HplsqlListenerctx - the parse treepublic void enterDeclare_stmt(HplsqlParser.Declare_stmtContext ctx)
HplsqlParser.declare_stmt().
The default implementation does nothing.
enterDeclare_stmt in interface HplsqlListenerctx - the parse treepublic void exitDeclare_stmt(HplsqlParser.Declare_stmtContext ctx)
HplsqlParser.declare_stmt().
The default implementation does nothing.
exitDeclare_stmt in interface HplsqlListenerctx - the parse treepublic void enterDeclare_block(HplsqlParser.Declare_blockContext ctx)
HplsqlParser.declare_block().
The default implementation does nothing.
enterDeclare_block in interface HplsqlListenerctx - the parse treepublic void exitDeclare_block(HplsqlParser.Declare_blockContext ctx)
HplsqlParser.declare_block().
The default implementation does nothing.
exitDeclare_block in interface HplsqlListenerctx - the parse treepublic void enterDeclare_block_inplace(HplsqlParser.Declare_block_inplaceContext ctx)
HplsqlParser.declare_block_inplace().
The default implementation does nothing.
enterDeclare_block_inplace in interface HplsqlListenerctx - the parse treepublic void exitDeclare_block_inplace(HplsqlParser.Declare_block_inplaceContext ctx)
HplsqlParser.declare_block_inplace().
The default implementation does nothing.
exitDeclare_block_inplace in interface HplsqlListenerctx - the parse treepublic void enterDeclare_stmt_item(HplsqlParser.Declare_stmt_itemContext ctx)
HplsqlParser.declare_stmt_item().
The default implementation does nothing.
enterDeclare_stmt_item in interface HplsqlListenerctx - the parse treepublic void exitDeclare_stmt_item(HplsqlParser.Declare_stmt_itemContext ctx)
HplsqlParser.declare_stmt_item().
The default implementation does nothing.
exitDeclare_stmt_item in interface HplsqlListenerctx - the parse treepublic void enterDeclare_var_item(HplsqlParser.Declare_var_itemContext ctx)
HplsqlParser.declare_var_item().
The default implementation does nothing.
enterDeclare_var_item in interface HplsqlListenerctx - the parse treepublic void exitDeclare_var_item(HplsqlParser.Declare_var_itemContext ctx)
HplsqlParser.declare_var_item().
The default implementation does nothing.
exitDeclare_var_item in interface HplsqlListenerctx - the parse treepublic void enterDeclare_condition_item(HplsqlParser.Declare_condition_itemContext ctx)
HplsqlParser.declare_condition_item().
The default implementation does nothing.
enterDeclare_condition_item in interface HplsqlListenerctx - the parse treepublic void exitDeclare_condition_item(HplsqlParser.Declare_condition_itemContext ctx)
HplsqlParser.declare_condition_item().
The default implementation does nothing.
exitDeclare_condition_item in interface HplsqlListenerctx - the parse treepublic void enterDeclare_cursor_item(HplsqlParser.Declare_cursor_itemContext ctx)
HplsqlParser.declare_cursor_item().
The default implementation does nothing.
enterDeclare_cursor_item in interface HplsqlListenerctx - the parse treepublic void exitDeclare_cursor_item(HplsqlParser.Declare_cursor_itemContext ctx)
HplsqlParser.declare_cursor_item().
The default implementation does nothing.
exitDeclare_cursor_item in interface HplsqlListenerctx - the parse treepublic void enterCursor_with_return(HplsqlParser.Cursor_with_returnContext ctx)
HplsqlParser.cursor_with_return().
The default implementation does nothing.
enterCursor_with_return in interface HplsqlListenerctx - the parse treepublic void exitCursor_with_return(HplsqlParser.Cursor_with_returnContext ctx)
HplsqlParser.cursor_with_return().
The default implementation does nothing.
exitCursor_with_return in interface HplsqlListenerctx - the parse treepublic void enterCursor_without_return(HplsqlParser.Cursor_without_returnContext ctx)
HplsqlParser.cursor_without_return().
The default implementation does nothing.
enterCursor_without_return in interface HplsqlListenerctx - the parse treepublic void exitCursor_without_return(HplsqlParser.Cursor_without_returnContext ctx)
HplsqlParser.cursor_without_return().
The default implementation does nothing.
exitCursor_without_return in interface HplsqlListenerctx - the parse treepublic void enterDeclare_handler_item(HplsqlParser.Declare_handler_itemContext ctx)
HplsqlParser.declare_handler_item().
The default implementation does nothing.
enterDeclare_handler_item in interface HplsqlListenerctx - the parse treepublic void exitDeclare_handler_item(HplsqlParser.Declare_handler_itemContext ctx)
HplsqlParser.declare_handler_item().
The default implementation does nothing.
exitDeclare_handler_item in interface HplsqlListenerctx - the parse treepublic void enterDeclare_temporary_table_item(HplsqlParser.Declare_temporary_table_itemContext ctx)
HplsqlParser.declare_temporary_table_item().
The default implementation does nothing.
enterDeclare_temporary_table_item in interface HplsqlListenerctx - the parse treepublic void exitDeclare_temporary_table_item(HplsqlParser.Declare_temporary_table_itemContext ctx)
HplsqlParser.declare_temporary_table_item().
The default implementation does nothing.
exitDeclare_temporary_table_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_stmt(HplsqlParser.Create_table_stmtContext ctx)
HplsqlParser.create_table_stmt().
The default implementation does nothing.
enterCreate_table_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_stmt(HplsqlParser.Create_table_stmtContext ctx)
HplsqlParser.create_table_stmt().
The default implementation does nothing.
exitCreate_table_stmt in interface HplsqlListenerctx - the parse treepublic void enterCreate_local_temp_table_stmt(HplsqlParser.Create_local_temp_table_stmtContext ctx)
HplsqlParser.create_local_temp_table_stmt().
The default implementation does nothing.
enterCreate_local_temp_table_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_local_temp_table_stmt(HplsqlParser.Create_local_temp_table_stmtContext ctx)
HplsqlParser.create_local_temp_table_stmt().
The default implementation does nothing.
exitCreate_local_temp_table_stmt in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_definition(HplsqlParser.Create_table_definitionContext ctx)
HplsqlParser.create_table_definition().
The default implementation does nothing.
enterCreate_table_definition in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_definition(HplsqlParser.Create_table_definitionContext ctx)
HplsqlParser.create_table_definition().
The default implementation does nothing.
exitCreate_table_definition in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_columns(HplsqlParser.Create_table_columnsContext ctx)
HplsqlParser.create_table_columns().
The default implementation does nothing.
enterCreate_table_columns in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_columns(HplsqlParser.Create_table_columnsContext ctx)
HplsqlParser.create_table_columns().
The default implementation does nothing.
exitCreate_table_columns in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_columns_item(HplsqlParser.Create_table_columns_itemContext ctx)
HplsqlParser.create_table_columns_item().
The default implementation does nothing.
enterCreate_table_columns_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_columns_item(HplsqlParser.Create_table_columns_itemContext ctx)
HplsqlParser.create_table_columns_item().
The default implementation does nothing.
exitCreate_table_columns_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_type_stmt(HplsqlParser.Create_table_type_stmtContext ctx)
HplsqlParser.create_table_type_stmt().
The default implementation does nothing.
enterCreate_table_type_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_type_stmt(HplsqlParser.Create_table_type_stmtContext ctx)
HplsqlParser.create_table_type_stmt().
The default implementation does nothing.
exitCreate_table_type_stmt in interface HplsqlListenerctx - the parse treepublic void enterTbl_type(HplsqlParser.Tbl_typeContext ctx)
HplsqlParser.tbl_type().
The default implementation does nothing.
enterTbl_type in interface HplsqlListenerctx - the parse treepublic void exitTbl_type(HplsqlParser.Tbl_typeContext ctx)
HplsqlParser.tbl_type().
The default implementation does nothing.
exitTbl_type in interface HplsqlListenerctx - the parse treepublic void enterSql_type(HplsqlParser.Sql_typeContext ctx)
HplsqlParser.sql_type().
The default implementation does nothing.
enterSql_type in interface HplsqlListenerctx - the parse treepublic void exitSql_type(HplsqlParser.Sql_typeContext ctx)
HplsqlParser.sql_type().
The default implementation does nothing.
exitSql_type in interface HplsqlListenerctx - the parse treepublic void enterColumn_name(HplsqlParser.Column_nameContext ctx)
HplsqlParser.column_name().
The default implementation does nothing.
enterColumn_name in interface HplsqlListenerctx - the parse treepublic void exitColumn_name(HplsqlParser.Column_nameContext ctx)
HplsqlParser.column_name().
The default implementation does nothing.
exitColumn_name in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_column_inline_cons(HplsqlParser.Create_table_column_inline_consContext ctx)
HplsqlParser.create_table_column_inline_cons().
The default implementation does nothing.
enterCreate_table_column_inline_cons in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_column_inline_cons(HplsqlParser.Create_table_column_inline_consContext ctx)
HplsqlParser.create_table_column_inline_cons().
The default implementation does nothing.
exitCreate_table_column_inline_cons in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_column_cons(HplsqlParser.Create_table_column_consContext ctx)
HplsqlParser.create_table_column_cons().
The default implementation does nothing.
enterCreate_table_column_cons in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_column_cons(HplsqlParser.Create_table_column_consContext ctx)
HplsqlParser.create_table_column_cons().
The default implementation does nothing.
exitCreate_table_column_cons in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_fk_action(HplsqlParser.Create_table_fk_actionContext ctx)
HplsqlParser.create_table_fk_action().
The default implementation does nothing.
enterCreate_table_fk_action in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_fk_action(HplsqlParser.Create_table_fk_actionContext ctx)
HplsqlParser.create_table_fk_action().
The default implementation does nothing.
exitCreate_table_fk_action in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_preoptions(HplsqlParser.Create_table_preoptionsContext ctx)
HplsqlParser.create_table_preoptions().
The default implementation does nothing.
enterCreate_table_preoptions in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_preoptions(HplsqlParser.Create_table_preoptionsContext ctx)
HplsqlParser.create_table_preoptions().
The default implementation does nothing.
exitCreate_table_preoptions in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_preoptions_item(HplsqlParser.Create_table_preoptions_itemContext ctx)
HplsqlParser.create_table_preoptions_item().
The default implementation does nothing.
enterCreate_table_preoptions_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_preoptions_item(HplsqlParser.Create_table_preoptions_itemContext ctx)
HplsqlParser.create_table_preoptions_item().
The default implementation does nothing.
exitCreate_table_preoptions_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_preoptions_td_item(HplsqlParser.Create_table_preoptions_td_itemContext ctx)
HplsqlParser.create_table_preoptions_td_item().
The default implementation does nothing.
enterCreate_table_preoptions_td_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_preoptions_td_item(HplsqlParser.Create_table_preoptions_td_itemContext ctx)
HplsqlParser.create_table_preoptions_td_item().
The default implementation does nothing.
exitCreate_table_preoptions_td_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options(HplsqlParser.Create_table_optionsContext ctx)
HplsqlParser.create_table_options().
The default implementation does nothing.
enterCreate_table_options in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options(HplsqlParser.Create_table_optionsContext ctx)
HplsqlParser.create_table_options().
The default implementation does nothing.
exitCreate_table_options in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options_item(HplsqlParser.Create_table_options_itemContext ctx)
HplsqlParser.create_table_options_item().
The default implementation does nothing.
enterCreate_table_options_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options_item(HplsqlParser.Create_table_options_itemContext ctx)
HplsqlParser.create_table_options_item().
The default implementation does nothing.
exitCreate_table_options_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options_ora_item(HplsqlParser.Create_table_options_ora_itemContext ctx)
HplsqlParser.create_table_options_ora_item().
The default implementation does nothing.
enterCreate_table_options_ora_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options_ora_item(HplsqlParser.Create_table_options_ora_itemContext ctx)
HplsqlParser.create_table_options_ora_item().
The default implementation does nothing.
exitCreate_table_options_ora_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options_db2_item(HplsqlParser.Create_table_options_db2_itemContext ctx)
HplsqlParser.create_table_options_db2_item().
The default implementation does nothing.
enterCreate_table_options_db2_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options_db2_item(HplsqlParser.Create_table_options_db2_itemContext ctx)
HplsqlParser.create_table_options_db2_item().
The default implementation does nothing.
exitCreate_table_options_db2_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options_td_item(HplsqlParser.Create_table_options_td_itemContext ctx)
HplsqlParser.create_table_options_td_item().
The default implementation does nothing.
enterCreate_table_options_td_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options_td_item(HplsqlParser.Create_table_options_td_itemContext ctx)
HplsqlParser.create_table_options_td_item().
The default implementation does nothing.
exitCreate_table_options_td_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options_hive_item(HplsqlParser.Create_table_options_hive_itemContext ctx)
HplsqlParser.create_table_options_hive_item().
The default implementation does nothing.
enterCreate_table_options_hive_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options_hive_item(HplsqlParser.Create_table_options_hive_itemContext ctx)
HplsqlParser.create_table_options_hive_item().
The default implementation does nothing.
exitCreate_table_options_hive_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_hive_row_format(HplsqlParser.Create_table_hive_row_formatContext ctx)
HplsqlParser.create_table_hive_row_format().
The default implementation does nothing.
enterCreate_table_hive_row_format in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_hive_row_format(HplsqlParser.Create_table_hive_row_formatContext ctx)
HplsqlParser.create_table_hive_row_format().
The default implementation does nothing.
exitCreate_table_hive_row_format in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_hive_row_format_fields(HplsqlParser.Create_table_hive_row_format_fieldsContext ctx)
HplsqlParser.create_table_hive_row_format_fields().
The default implementation does nothing.
enterCreate_table_hive_row_format_fields in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_hive_row_format_fields(HplsqlParser.Create_table_hive_row_format_fieldsContext ctx)
HplsqlParser.create_table_hive_row_format_fields().
The default implementation does nothing.
exitCreate_table_hive_row_format_fields in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options_mssql_item(HplsqlParser.Create_table_options_mssql_itemContext ctx)
HplsqlParser.create_table_options_mssql_item().
The default implementation does nothing.
enterCreate_table_options_mssql_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options_mssql_item(HplsqlParser.Create_table_options_mssql_itemContext ctx)
HplsqlParser.create_table_options_mssql_item().
The default implementation does nothing.
exitCreate_table_options_mssql_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_table_options_mysql_item(HplsqlParser.Create_table_options_mysql_itemContext ctx)
HplsqlParser.create_table_options_mysql_item().
The default implementation does nothing.
enterCreate_table_options_mysql_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_table_options_mysql_item(HplsqlParser.Create_table_options_mysql_itemContext ctx)
HplsqlParser.create_table_options_mysql_item().
The default implementation does nothing.
exitCreate_table_options_mysql_item in interface HplsqlListenerctx - the parse treepublic void enterAlter_table_stmt(HplsqlParser.Alter_table_stmtContext ctx)
HplsqlParser.alter_table_stmt().
The default implementation does nothing.
enterAlter_table_stmt in interface HplsqlListenerctx - the parse treepublic void exitAlter_table_stmt(HplsqlParser.Alter_table_stmtContext ctx)
HplsqlParser.alter_table_stmt().
The default implementation does nothing.
exitAlter_table_stmt in interface HplsqlListenerctx - the parse treepublic void enterAlter_table_item(HplsqlParser.Alter_table_itemContext ctx)
HplsqlParser.alter_table_item().
The default implementation does nothing.
enterAlter_table_item in interface HplsqlListenerctx - the parse treepublic void exitAlter_table_item(HplsqlParser.Alter_table_itemContext ctx)
HplsqlParser.alter_table_item().
The default implementation does nothing.
exitAlter_table_item in interface HplsqlListenerctx - the parse treepublic void enterAlter_table_add_constraint(HplsqlParser.Alter_table_add_constraintContext ctx)
HplsqlParser.alter_table_add_constraint().
The default implementation does nothing.
enterAlter_table_add_constraint in interface HplsqlListenerctx - the parse treepublic void exitAlter_table_add_constraint(HplsqlParser.Alter_table_add_constraintContext ctx)
HplsqlParser.alter_table_add_constraint().
The default implementation does nothing.
exitAlter_table_add_constraint in interface HplsqlListenerctx - the parse treepublic void enterAlter_table_add_constraint_item(HplsqlParser.Alter_table_add_constraint_itemContext ctx)
HplsqlParser.alter_table_add_constraint_item().
The default implementation does nothing.
enterAlter_table_add_constraint_item in interface HplsqlListenerctx - the parse treepublic void exitAlter_table_add_constraint_item(HplsqlParser.Alter_table_add_constraint_itemContext ctx)
HplsqlParser.alter_table_add_constraint_item().
The default implementation does nothing.
exitAlter_table_add_constraint_item in interface HplsqlListenerctx - the parse treepublic void enterDtype(HplsqlParser.DtypeContext ctx)
HplsqlParser.dtype().
The default implementation does nothing.
enterDtype in interface HplsqlListenerctx - the parse treepublic void exitDtype(HplsqlParser.DtypeContext ctx)
HplsqlParser.dtype().
The default implementation does nothing.
exitDtype in interface HplsqlListenerctx - the parse treepublic void enterDtype_len(HplsqlParser.Dtype_lenContext ctx)
HplsqlParser.dtype_len().
The default implementation does nothing.
enterDtype_len in interface HplsqlListenerctx - the parse treepublic void exitDtype_len(HplsqlParser.Dtype_lenContext ctx)
HplsqlParser.dtype_len().
The default implementation does nothing.
exitDtype_len in interface HplsqlListenerctx - the parse treepublic void enterDtype_attr(HplsqlParser.Dtype_attrContext ctx)
HplsqlParser.dtype_attr().
The default implementation does nothing.
enterDtype_attr in interface HplsqlListenerctx - the parse treepublic void exitDtype_attr(HplsqlParser.Dtype_attrContext ctx)
HplsqlParser.dtype_attr().
The default implementation does nothing.
exitDtype_attr in interface HplsqlListenerctx - the parse treepublic void enterDtype_default(HplsqlParser.Dtype_defaultContext ctx)
HplsqlParser.dtype_default().
The default implementation does nothing.
enterDtype_default in interface HplsqlListenerctx - the parse treepublic void exitDtype_default(HplsqlParser.Dtype_defaultContext ctx)
HplsqlParser.dtype_default().
The default implementation does nothing.
exitDtype_default in interface HplsqlListenerctx - the parse treepublic void enterCreate_database_stmt(HplsqlParser.Create_database_stmtContext ctx)
HplsqlParser.create_database_stmt().
The default implementation does nothing.
enterCreate_database_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_database_stmt(HplsqlParser.Create_database_stmtContext ctx)
HplsqlParser.create_database_stmt().
The default implementation does nothing.
exitCreate_database_stmt in interface HplsqlListenerctx - the parse treepublic void enterCreate_database_option(HplsqlParser.Create_database_optionContext ctx)
HplsqlParser.create_database_option().
The default implementation does nothing.
enterCreate_database_option in interface HplsqlListenerctx - the parse treepublic void exitCreate_database_option(HplsqlParser.Create_database_optionContext ctx)
HplsqlParser.create_database_option().
The default implementation does nothing.
exitCreate_database_option in interface HplsqlListenerctx - the parse treepublic void enterCreate_function_stmt(HplsqlParser.Create_function_stmtContext ctx)
HplsqlParser.create_function_stmt().
The default implementation does nothing.
enterCreate_function_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_function_stmt(HplsqlParser.Create_function_stmtContext ctx)
HplsqlParser.create_function_stmt().
The default implementation does nothing.
exitCreate_function_stmt in interface HplsqlListenerctx - the parse treepublic void enterCreate_function_return(HplsqlParser.Create_function_returnContext ctx)
HplsqlParser.create_function_return().
The default implementation does nothing.
enterCreate_function_return in interface HplsqlListenerctx - the parse treepublic void exitCreate_function_return(HplsqlParser.Create_function_returnContext ctx)
HplsqlParser.create_function_return().
The default implementation does nothing.
exitCreate_function_return in interface HplsqlListenerctx - the parse treepublic void enterCreate_package_stmt(HplsqlParser.Create_package_stmtContext ctx)
HplsqlParser.create_package_stmt().
The default implementation does nothing.
enterCreate_package_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_package_stmt(HplsqlParser.Create_package_stmtContext ctx)
HplsqlParser.create_package_stmt().
The default implementation does nothing.
exitCreate_package_stmt in interface HplsqlListenerctx - the parse treepublic void enterPackage_spec(HplsqlParser.Package_specContext ctx)
HplsqlParser.package_spec().
The default implementation does nothing.
enterPackage_spec in interface HplsqlListenerctx - the parse treepublic void exitPackage_spec(HplsqlParser.Package_specContext ctx)
HplsqlParser.package_spec().
The default implementation does nothing.
exitPackage_spec in interface HplsqlListenerctx - the parse treepublic void enterPackage_spec_item(HplsqlParser.Package_spec_itemContext ctx)
HplsqlParser.package_spec_item().
The default implementation does nothing.
enterPackage_spec_item in interface HplsqlListenerctx - the parse treepublic void exitPackage_spec_item(HplsqlParser.Package_spec_itemContext ctx)
HplsqlParser.package_spec_item().
The default implementation does nothing.
exitPackage_spec_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_package_body_stmt(HplsqlParser.Create_package_body_stmtContext ctx)
HplsqlParser.create_package_body_stmt().
The default implementation does nothing.
enterCreate_package_body_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_package_body_stmt(HplsqlParser.Create_package_body_stmtContext ctx)
HplsqlParser.create_package_body_stmt().
The default implementation does nothing.
exitCreate_package_body_stmt in interface HplsqlListenerctx - the parse treepublic void enterPackage_body(HplsqlParser.Package_bodyContext ctx)
HplsqlParser.package_body().
The default implementation does nothing.
enterPackage_body in interface HplsqlListenerctx - the parse treepublic void exitPackage_body(HplsqlParser.Package_bodyContext ctx)
HplsqlParser.package_body().
The default implementation does nothing.
exitPackage_body in interface HplsqlListenerctx - the parse treepublic void enterPackage_body_item(HplsqlParser.Package_body_itemContext ctx)
HplsqlParser.package_body_item().
The default implementation does nothing.
enterPackage_body_item in interface HplsqlListenerctx - the parse treepublic void exitPackage_body_item(HplsqlParser.Package_body_itemContext ctx)
HplsqlParser.package_body_item().
The default implementation does nothing.
exitPackage_body_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_procedure_stmt(HplsqlParser.Create_procedure_stmtContext ctx)
HplsqlParser.create_procedure_stmt().
The default implementation does nothing.
enterCreate_procedure_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_procedure_stmt(HplsqlParser.Create_procedure_stmtContext ctx)
HplsqlParser.create_procedure_stmt().
The default implementation does nothing.
exitCreate_procedure_stmt in interface HplsqlListenerctx - the parse treepublic void enterCreate_routine_params(HplsqlParser.Create_routine_paramsContext ctx)
HplsqlParser.create_routine_params().
The default implementation does nothing.
enterCreate_routine_params in interface HplsqlListenerctx - the parse treepublic void exitCreate_routine_params(HplsqlParser.Create_routine_paramsContext ctx)
HplsqlParser.create_routine_params().
The default implementation does nothing.
exitCreate_routine_params in interface HplsqlListenerctx - the parse treepublic void enterCreate_routine_param_item(HplsqlParser.Create_routine_param_itemContext ctx)
HplsqlParser.create_routine_param_item().
The default implementation does nothing.
enterCreate_routine_param_item in interface HplsqlListenerctx - the parse treepublic void exitCreate_routine_param_item(HplsqlParser.Create_routine_param_itemContext ctx)
HplsqlParser.create_routine_param_item().
The default implementation does nothing.
exitCreate_routine_param_item in interface HplsqlListenerctx - the parse treepublic void enterCreate_routine_options(HplsqlParser.Create_routine_optionsContext ctx)
HplsqlParser.create_routine_options().
The default implementation does nothing.
enterCreate_routine_options in interface HplsqlListenerctx - the parse treepublic void exitCreate_routine_options(HplsqlParser.Create_routine_optionsContext ctx)
HplsqlParser.create_routine_options().
The default implementation does nothing.
exitCreate_routine_options in interface HplsqlListenerctx - the parse treepublic void enterCreate_routine_option(HplsqlParser.Create_routine_optionContext ctx)
HplsqlParser.create_routine_option().
The default implementation does nothing.
enterCreate_routine_option in interface HplsqlListenerctx - the parse treepublic void exitCreate_routine_option(HplsqlParser.Create_routine_optionContext ctx)
HplsqlParser.create_routine_option().
The default implementation does nothing.
exitCreate_routine_option in interface HplsqlListenerctx - the parse treepublic void enterDrop_stmt(HplsqlParser.Drop_stmtContext ctx)
HplsqlParser.drop_stmt().
The default implementation does nothing.
enterDrop_stmt in interface HplsqlListenerctx - the parse treepublic void exitDrop_stmt(HplsqlParser.Drop_stmtContext ctx)
HplsqlParser.drop_stmt().
The default implementation does nothing.
exitDrop_stmt in interface HplsqlListenerctx - the parse treepublic void enterEnd_transaction_stmt(HplsqlParser.End_transaction_stmtContext ctx)
HplsqlParser.end_transaction_stmt().
The default implementation does nothing.
enterEnd_transaction_stmt in interface HplsqlListenerctx - the parse treepublic void exitEnd_transaction_stmt(HplsqlParser.End_transaction_stmtContext ctx)
HplsqlParser.end_transaction_stmt().
The default implementation does nothing.
exitEnd_transaction_stmt in interface HplsqlListenerctx - the parse treepublic void enterExec_stmt(HplsqlParser.Exec_stmtContext ctx)
HplsqlParser.exec_stmt().
The default implementation does nothing.
enterExec_stmt in interface HplsqlListenerctx - the parse treepublic void exitExec_stmt(HplsqlParser.Exec_stmtContext ctx)
HplsqlParser.exec_stmt().
The default implementation does nothing.
exitExec_stmt in interface HplsqlListenerctx - the parse treepublic void enterIf_stmt(HplsqlParser.If_stmtContext ctx)
HplsqlParser.if_stmt().
The default implementation does nothing.
enterIf_stmt in interface HplsqlListenerctx - the parse treepublic void exitIf_stmt(HplsqlParser.If_stmtContext ctx)
HplsqlParser.if_stmt().
The default implementation does nothing.
exitIf_stmt in interface HplsqlListenerctx - the parse treepublic void enterIf_plsql_stmt(HplsqlParser.If_plsql_stmtContext ctx)
HplsqlParser.if_plsql_stmt().
The default implementation does nothing.
enterIf_plsql_stmt in interface HplsqlListenerctx - the parse treepublic void exitIf_plsql_stmt(HplsqlParser.If_plsql_stmtContext ctx)
HplsqlParser.if_plsql_stmt().
The default implementation does nothing.
exitIf_plsql_stmt in interface HplsqlListenerctx - the parse treepublic void enterIf_tsql_stmt(HplsqlParser.If_tsql_stmtContext ctx)
HplsqlParser.if_tsql_stmt().
The default implementation does nothing.
enterIf_tsql_stmt in interface HplsqlListenerctx - the parse treepublic void exitIf_tsql_stmt(HplsqlParser.If_tsql_stmtContext ctx)
HplsqlParser.if_tsql_stmt().
The default implementation does nothing.
exitIf_tsql_stmt in interface HplsqlListenerctx - the parse treepublic void enterIf_bteq_stmt(HplsqlParser.If_bteq_stmtContext ctx)
HplsqlParser.if_bteq_stmt().
The default implementation does nothing.
enterIf_bteq_stmt in interface HplsqlListenerctx - the parse treepublic void exitIf_bteq_stmt(HplsqlParser.If_bteq_stmtContext ctx)
HplsqlParser.if_bteq_stmt().
The default implementation does nothing.
exitIf_bteq_stmt in interface HplsqlListenerctx - the parse treepublic void enterElseif_block(HplsqlParser.Elseif_blockContext ctx)
HplsqlParser.elseif_block().
The default implementation does nothing.
enterElseif_block in interface HplsqlListenerctx - the parse treepublic void exitElseif_block(HplsqlParser.Elseif_blockContext ctx)
HplsqlParser.elseif_block().
The default implementation does nothing.
exitElseif_block in interface HplsqlListenerctx - the parse treepublic void enterElse_block(HplsqlParser.Else_blockContext ctx)
HplsqlParser.else_block().
The default implementation does nothing.
enterElse_block in interface HplsqlListenerctx - the parse treepublic void exitElse_block(HplsqlParser.Else_blockContext ctx)
HplsqlParser.else_block().
The default implementation does nothing.
exitElse_block in interface HplsqlListenerctx - the parse treepublic void enterInclude_stmt(HplsqlParser.Include_stmtContext ctx)
HplsqlParser.include_stmt().
The default implementation does nothing.
enterInclude_stmt in interface HplsqlListenerctx - the parse treepublic void exitInclude_stmt(HplsqlParser.Include_stmtContext ctx)
HplsqlParser.include_stmt().
The default implementation does nothing.
exitInclude_stmt in interface HplsqlListenerctx - the parse treepublic void enterInsert_stmt(HplsqlParser.Insert_stmtContext ctx)
HplsqlParser.insert_stmt().
The default implementation does nothing.
enterInsert_stmt in interface HplsqlListenerctx - the parse treepublic void exitInsert_stmt(HplsqlParser.Insert_stmtContext ctx)
HplsqlParser.insert_stmt().
The default implementation does nothing.
exitInsert_stmt in interface HplsqlListenerctx - the parse treepublic void enterInsert_stmt_cols(HplsqlParser.Insert_stmt_colsContext ctx)
HplsqlParser.insert_stmt_cols().
The default implementation does nothing.
enterInsert_stmt_cols in interface HplsqlListenerctx - the parse treepublic void exitInsert_stmt_cols(HplsqlParser.Insert_stmt_colsContext ctx)
HplsqlParser.insert_stmt_cols().
The default implementation does nothing.
exitInsert_stmt_cols in interface HplsqlListenerctx - the parse treepublic void enterInsert_stmt_rows(HplsqlParser.Insert_stmt_rowsContext ctx)
HplsqlParser.insert_stmt_rows().
The default implementation does nothing.
enterInsert_stmt_rows in interface HplsqlListenerctx - the parse treepublic void exitInsert_stmt_rows(HplsqlParser.Insert_stmt_rowsContext ctx)
HplsqlParser.insert_stmt_rows().
The default implementation does nothing.
exitInsert_stmt_rows in interface HplsqlListenerctx - the parse treepublic void enterInsert_stmt_row(HplsqlParser.Insert_stmt_rowContext ctx)
HplsqlParser.insert_stmt_row().
The default implementation does nothing.
enterInsert_stmt_row in interface HplsqlListenerctx - the parse treepublic void exitInsert_stmt_row(HplsqlParser.Insert_stmt_rowContext ctx)
HplsqlParser.insert_stmt_row().
The default implementation does nothing.
exitInsert_stmt_row in interface HplsqlListenerctx - the parse treepublic void enterInsert_directory_stmt(HplsqlParser.Insert_directory_stmtContext ctx)
HplsqlParser.insert_directory_stmt().
The default implementation does nothing.
enterInsert_directory_stmt in interface HplsqlListenerctx - the parse treepublic void exitInsert_directory_stmt(HplsqlParser.Insert_directory_stmtContext ctx)
HplsqlParser.insert_directory_stmt().
The default implementation does nothing.
exitInsert_directory_stmt in interface HplsqlListenerctx - the parse treepublic void enterExit_stmt(HplsqlParser.Exit_stmtContext ctx)
HplsqlParser.exit_stmt().
The default implementation does nothing.
enterExit_stmt in interface HplsqlListenerctx - the parse treepublic void exitExit_stmt(HplsqlParser.Exit_stmtContext ctx)
HplsqlParser.exit_stmt().
The default implementation does nothing.
exitExit_stmt in interface HplsqlListenerctx - the parse treepublic void enterGet_diag_stmt(HplsqlParser.Get_diag_stmtContext ctx)
HplsqlParser.get_diag_stmt().
The default implementation does nothing.
enterGet_diag_stmt in interface HplsqlListenerctx - the parse treepublic void exitGet_diag_stmt(HplsqlParser.Get_diag_stmtContext ctx)
HplsqlParser.get_diag_stmt().
The default implementation does nothing.
exitGet_diag_stmt in interface HplsqlListenerctx - the parse treepublic void enterGet_diag_stmt_item(HplsqlParser.Get_diag_stmt_itemContext ctx)
HplsqlParser.get_diag_stmt_item().
The default implementation does nothing.
enterGet_diag_stmt_item in interface HplsqlListenerctx - the parse treepublic void exitGet_diag_stmt_item(HplsqlParser.Get_diag_stmt_itemContext ctx)
HplsqlParser.get_diag_stmt_item().
The default implementation does nothing.
exitGet_diag_stmt_item in interface HplsqlListenerctx - the parse treepublic void enterGet_diag_stmt_exception_item(HplsqlParser.Get_diag_stmt_exception_itemContext ctx)
HplsqlParser.get_diag_stmt_exception_item().
The default implementation does nothing.
enterGet_diag_stmt_exception_item in interface HplsqlListenerctx - the parse treepublic void exitGet_diag_stmt_exception_item(HplsqlParser.Get_diag_stmt_exception_itemContext ctx)
HplsqlParser.get_diag_stmt_exception_item().
The default implementation does nothing.
exitGet_diag_stmt_exception_item in interface HplsqlListenerctx - the parse treepublic void enterGet_diag_stmt_rowcount_item(HplsqlParser.Get_diag_stmt_rowcount_itemContext ctx)
HplsqlParser.get_diag_stmt_rowcount_item().
The default implementation does nothing.
enterGet_diag_stmt_rowcount_item in interface HplsqlListenerctx - the parse treepublic void exitGet_diag_stmt_rowcount_item(HplsqlParser.Get_diag_stmt_rowcount_itemContext ctx)
HplsqlParser.get_diag_stmt_rowcount_item().
The default implementation does nothing.
exitGet_diag_stmt_rowcount_item in interface HplsqlListenerctx - the parse treepublic void enterGrant_stmt(HplsqlParser.Grant_stmtContext ctx)
HplsqlParser.grant_stmt().
The default implementation does nothing.
enterGrant_stmt in interface HplsqlListenerctx - the parse treepublic void exitGrant_stmt(HplsqlParser.Grant_stmtContext ctx)
HplsqlParser.grant_stmt().
The default implementation does nothing.
exitGrant_stmt in interface HplsqlListenerctx - the parse treepublic void enterGrant_stmt_item(HplsqlParser.Grant_stmt_itemContext ctx)
HplsqlParser.grant_stmt_item().
The default implementation does nothing.
enterGrant_stmt_item in interface HplsqlListenerctx - the parse treepublic void exitGrant_stmt_item(HplsqlParser.Grant_stmt_itemContext ctx)
HplsqlParser.grant_stmt_item().
The default implementation does nothing.
exitGrant_stmt_item in interface HplsqlListenerctx - the parse treepublic void enterLeave_stmt(HplsqlParser.Leave_stmtContext ctx)
HplsqlParser.leave_stmt().
The default implementation does nothing.
enterLeave_stmt in interface HplsqlListenerctx - the parse treepublic void exitLeave_stmt(HplsqlParser.Leave_stmtContext ctx)
HplsqlParser.leave_stmt().
The default implementation does nothing.
exitLeave_stmt in interface HplsqlListenerctx - the parse treepublic void enterMap_object_stmt(HplsqlParser.Map_object_stmtContext ctx)
HplsqlParser.map_object_stmt().
The default implementation does nothing.
enterMap_object_stmt in interface HplsqlListenerctx - the parse treepublic void exitMap_object_stmt(HplsqlParser.Map_object_stmtContext ctx)
HplsqlParser.map_object_stmt().
The default implementation does nothing.
exitMap_object_stmt in interface HplsqlListenerctx - the parse treepublic void enterOpen_stmt(HplsqlParser.Open_stmtContext ctx)
HplsqlParser.open_stmt().
The default implementation does nothing.
enterOpen_stmt in interface HplsqlListenerctx - the parse treepublic void exitOpen_stmt(HplsqlParser.Open_stmtContext ctx)
HplsqlParser.open_stmt().
The default implementation does nothing.
exitOpen_stmt in interface HplsqlListenerctx - the parse treepublic void enterFetch_stmt(HplsqlParser.Fetch_stmtContext ctx)
HplsqlParser.fetch_stmt().
The default implementation does nothing.
enterFetch_stmt in interface HplsqlListenerctx - the parse treepublic void exitFetch_stmt(HplsqlParser.Fetch_stmtContext ctx)
HplsqlParser.fetch_stmt().
The default implementation does nothing.
exitFetch_stmt in interface HplsqlListenerctx - the parse treepublic void enterFetch_limit(HplsqlParser.Fetch_limitContext ctx)
HplsqlParser.fetch_limit().
The default implementation does nothing.
enterFetch_limit in interface HplsqlListenerctx - the parse treepublic void exitFetch_limit(HplsqlParser.Fetch_limitContext ctx)
HplsqlParser.fetch_limit().
The default implementation does nothing.
exitFetch_limit in interface HplsqlListenerctx - the parse treepublic void enterCollect_stats_stmt(HplsqlParser.Collect_stats_stmtContext ctx)
HplsqlParser.collect_stats_stmt().
The default implementation does nothing.
enterCollect_stats_stmt in interface HplsqlListenerctx - the parse treepublic void exitCollect_stats_stmt(HplsqlParser.Collect_stats_stmtContext ctx)
HplsqlParser.collect_stats_stmt().
The default implementation does nothing.
exitCollect_stats_stmt in interface HplsqlListenerctx - the parse treepublic void enterCollect_stats_clause(HplsqlParser.Collect_stats_clauseContext ctx)
HplsqlParser.collect_stats_clause().
The default implementation does nothing.
enterCollect_stats_clause in interface HplsqlListenerctx - the parse treepublic void exitCollect_stats_clause(HplsqlParser.Collect_stats_clauseContext ctx)
HplsqlParser.collect_stats_clause().
The default implementation does nothing.
exitCollect_stats_clause in interface HplsqlListenerctx - the parse treepublic void enterClose_stmt(HplsqlParser.Close_stmtContext ctx)
HplsqlParser.close_stmt().
The default implementation does nothing.
enterClose_stmt in interface HplsqlListenerctx - the parse treepublic void exitClose_stmt(HplsqlParser.Close_stmtContext ctx)
HplsqlParser.close_stmt().
The default implementation does nothing.
exitClose_stmt in interface HplsqlListenerctx - the parse treepublic void enterCmp_stmt(HplsqlParser.Cmp_stmtContext ctx)
HplsqlParser.cmp_stmt().
The default implementation does nothing.
enterCmp_stmt in interface HplsqlListenerctx - the parse treepublic void exitCmp_stmt(HplsqlParser.Cmp_stmtContext ctx)
HplsqlParser.cmp_stmt().
The default implementation does nothing.
exitCmp_stmt in interface HplsqlListenerctx - the parse treepublic void enterCmp_source(HplsqlParser.Cmp_sourceContext ctx)
HplsqlParser.cmp_source().
The default implementation does nothing.
enterCmp_source in interface HplsqlListenerctx - the parse treepublic void exitCmp_source(HplsqlParser.Cmp_sourceContext ctx)
HplsqlParser.cmp_source().
The default implementation does nothing.
exitCmp_source in interface HplsqlListenerctx - the parse treepublic void enterCopy_from_local_stmt(HplsqlParser.Copy_from_local_stmtContext ctx)
HplsqlParser.copy_from_local_stmt().
The default implementation does nothing.
enterCopy_from_local_stmt in interface HplsqlListenerctx - the parse treepublic void exitCopy_from_local_stmt(HplsqlParser.Copy_from_local_stmtContext ctx)
HplsqlParser.copy_from_local_stmt().
The default implementation does nothing.
exitCopy_from_local_stmt in interface HplsqlListenerctx - the parse treepublic void enterCopy_stmt(HplsqlParser.Copy_stmtContext ctx)
HplsqlParser.copy_stmt().
The default implementation does nothing.
enterCopy_stmt in interface HplsqlListenerctx - the parse treepublic void exitCopy_stmt(HplsqlParser.Copy_stmtContext ctx)
HplsqlParser.copy_stmt().
The default implementation does nothing.
exitCopy_stmt in interface HplsqlListenerctx - the parse treepublic void enterCopy_source(HplsqlParser.Copy_sourceContext ctx)
HplsqlParser.copy_source().
The default implementation does nothing.
enterCopy_source in interface HplsqlListenerctx - the parse treepublic void exitCopy_source(HplsqlParser.Copy_sourceContext ctx)
HplsqlParser.copy_source().
The default implementation does nothing.
exitCopy_source in interface HplsqlListenerctx - the parse treepublic void enterCopy_target(HplsqlParser.Copy_targetContext ctx)
HplsqlParser.copy_target().
The default implementation does nothing.
enterCopy_target in interface HplsqlListenerctx - the parse treepublic void exitCopy_target(HplsqlParser.Copy_targetContext ctx)
HplsqlParser.copy_target().
The default implementation does nothing.
exitCopy_target in interface HplsqlListenerctx - the parse treepublic void enterCopy_option(HplsqlParser.Copy_optionContext ctx)
HplsqlParser.copy_option().
The default implementation does nothing.
enterCopy_option in interface HplsqlListenerctx - the parse treepublic void exitCopy_option(HplsqlParser.Copy_optionContext ctx)
HplsqlParser.copy_option().
The default implementation does nothing.
exitCopy_option in interface HplsqlListenerctx - the parse treepublic void enterCopy_file_option(HplsqlParser.Copy_file_optionContext ctx)
HplsqlParser.copy_file_option().
The default implementation does nothing.
enterCopy_file_option in interface HplsqlListenerctx - the parse treepublic void exitCopy_file_option(HplsqlParser.Copy_file_optionContext ctx)
HplsqlParser.copy_file_option().
The default implementation does nothing.
exitCopy_file_option in interface HplsqlListenerctx - the parse treepublic void enterCommit_stmt(HplsqlParser.Commit_stmtContext ctx)
HplsqlParser.commit_stmt().
The default implementation does nothing.
enterCommit_stmt in interface HplsqlListenerctx - the parse treepublic void exitCommit_stmt(HplsqlParser.Commit_stmtContext ctx)
HplsqlParser.commit_stmt().
The default implementation does nothing.
exitCommit_stmt in interface HplsqlListenerctx - the parse treepublic void enterCreate_index_stmt(HplsqlParser.Create_index_stmtContext ctx)
HplsqlParser.create_index_stmt().
The default implementation does nothing.
enterCreate_index_stmt in interface HplsqlListenerctx - the parse treepublic void exitCreate_index_stmt(HplsqlParser.Create_index_stmtContext ctx)
HplsqlParser.create_index_stmt().
The default implementation does nothing.
exitCreate_index_stmt in interface HplsqlListenerctx - the parse treepublic void enterCreate_index_col(HplsqlParser.Create_index_colContext ctx)
HplsqlParser.create_index_col().
The default implementation does nothing.
enterCreate_index_col in interface HplsqlListenerctx - the parse treepublic void exitCreate_index_col(HplsqlParser.Create_index_colContext ctx)
HplsqlParser.create_index_col().
The default implementation does nothing.
exitCreate_index_col in interface HplsqlListenerctx - the parse treepublic void enterIndex_storage_clause(HplsqlParser.Index_storage_clauseContext ctx)
HplsqlParser.index_storage_clause().
The default implementation does nothing.
enterIndex_storage_clause in interface HplsqlListenerctx - the parse treepublic void exitIndex_storage_clause(HplsqlParser.Index_storage_clauseContext ctx)
HplsqlParser.index_storage_clause().
The default implementation does nothing.
exitIndex_storage_clause in interface HplsqlListenerctx - the parse treepublic void enterIndex_mssql_storage_clause(HplsqlParser.Index_mssql_storage_clauseContext ctx)
HplsqlParser.index_mssql_storage_clause().
The default implementation does nothing.
enterIndex_mssql_storage_clause in interface HplsqlListenerctx - the parse treepublic void exitIndex_mssql_storage_clause(HplsqlParser.Index_mssql_storage_clauseContext ctx)
HplsqlParser.index_mssql_storage_clause().
The default implementation does nothing.
exitIndex_mssql_storage_clause in interface HplsqlListenerctx - the parse treepublic void enterPrint_stmt(HplsqlParser.Print_stmtContext ctx)
HplsqlParser.print_stmt().
The default implementation does nothing.
enterPrint_stmt in interface HplsqlListenerctx - the parse treepublic void exitPrint_stmt(HplsqlParser.Print_stmtContext ctx)
HplsqlParser.print_stmt().
The default implementation does nothing.
exitPrint_stmt in interface HplsqlListenerctx - the parse treepublic void enterQuit_stmt(HplsqlParser.Quit_stmtContext ctx)
HplsqlParser.quit_stmt().
The default implementation does nothing.
enterQuit_stmt in interface HplsqlListenerctx - the parse treepublic void exitQuit_stmt(HplsqlParser.Quit_stmtContext ctx)
HplsqlParser.quit_stmt().
The default implementation does nothing.
exitQuit_stmt in interface HplsqlListenerctx - the parse treepublic void enterRaise_stmt(HplsqlParser.Raise_stmtContext ctx)
HplsqlParser.raise_stmt().
The default implementation does nothing.
enterRaise_stmt in interface HplsqlListenerctx - the parse treepublic void exitRaise_stmt(HplsqlParser.Raise_stmtContext ctx)
HplsqlParser.raise_stmt().
The default implementation does nothing.
exitRaise_stmt in interface HplsqlListenerctx - the parse treepublic void enterResignal_stmt(HplsqlParser.Resignal_stmtContext ctx)
HplsqlParser.resignal_stmt().
The default implementation does nothing.
enterResignal_stmt in interface HplsqlListenerctx - the parse treepublic void exitResignal_stmt(HplsqlParser.Resignal_stmtContext ctx)
HplsqlParser.resignal_stmt().
The default implementation does nothing.
exitResignal_stmt in interface HplsqlListenerctx - the parse treepublic void enterReturn_stmt(HplsqlParser.Return_stmtContext ctx)
HplsqlParser.return_stmt().
The default implementation does nothing.
enterReturn_stmt in interface HplsqlListenerctx - the parse treepublic void exitReturn_stmt(HplsqlParser.Return_stmtContext ctx)
HplsqlParser.return_stmt().
The default implementation does nothing.
exitReturn_stmt in interface HplsqlListenerctx - the parse treepublic void enterRollback_stmt(HplsqlParser.Rollback_stmtContext ctx)
HplsqlParser.rollback_stmt().
The default implementation does nothing.
enterRollback_stmt in interface HplsqlListenerctx - the parse treepublic void exitRollback_stmt(HplsqlParser.Rollback_stmtContext ctx)
HplsqlParser.rollback_stmt().
The default implementation does nothing.
exitRollback_stmt in interface HplsqlListenerctx - the parse treepublic void enterSet_session_option(HplsqlParser.Set_session_optionContext ctx)
HplsqlParser.set_session_option().
The default implementation does nothing.
enterSet_session_option in interface HplsqlListenerctx - the parse treepublic void exitSet_session_option(HplsqlParser.Set_session_optionContext ctx)
HplsqlParser.set_session_option().
The default implementation does nothing.
exitSet_session_option in interface HplsqlListenerctx - the parse treepublic void enterSet_current_schema_option(HplsqlParser.Set_current_schema_optionContext ctx)
HplsqlParser.set_current_schema_option().
The default implementation does nothing.
enterSet_current_schema_option in interface HplsqlListenerctx - the parse treepublic void exitSet_current_schema_option(HplsqlParser.Set_current_schema_optionContext ctx)
HplsqlParser.set_current_schema_option().
The default implementation does nothing.
exitSet_current_schema_option in interface HplsqlListenerctx - the parse treepublic void enterSet_mssql_session_option(HplsqlParser.Set_mssql_session_optionContext ctx)
HplsqlParser.set_mssql_session_option().
The default implementation does nothing.
enterSet_mssql_session_option in interface HplsqlListenerctx - the parse treepublic void exitSet_mssql_session_option(HplsqlParser.Set_mssql_session_optionContext ctx)
HplsqlParser.set_mssql_session_option().
The default implementation does nothing.
exitSet_mssql_session_option in interface HplsqlListenerctx - the parse treepublic void enterSet_teradata_session_option(HplsqlParser.Set_teradata_session_optionContext ctx)
HplsqlParser.set_teradata_session_option().
The default implementation does nothing.
enterSet_teradata_session_option in interface HplsqlListenerctx - the parse treepublic void exitSet_teradata_session_option(HplsqlParser.Set_teradata_session_optionContext ctx)
HplsqlParser.set_teradata_session_option().
The default implementation does nothing.
exitSet_teradata_session_option in interface HplsqlListenerctx - the parse treepublic void enterSignal_stmt(HplsqlParser.Signal_stmtContext ctx)
HplsqlParser.signal_stmt().
The default implementation does nothing.
enterSignal_stmt in interface HplsqlListenerctx - the parse treepublic void exitSignal_stmt(HplsqlParser.Signal_stmtContext ctx)
HplsqlParser.signal_stmt().
The default implementation does nothing.
exitSignal_stmt in interface HplsqlListenerctx - the parse treepublic void enterSummary_stmt(HplsqlParser.Summary_stmtContext ctx)
HplsqlParser.summary_stmt().
The default implementation does nothing.
enterSummary_stmt in interface HplsqlListenerctx - the parse treepublic void exitSummary_stmt(HplsqlParser.Summary_stmtContext ctx)
HplsqlParser.summary_stmt().
The default implementation does nothing.
exitSummary_stmt in interface HplsqlListenerctx - the parse treepublic void enterTruncate_stmt(HplsqlParser.Truncate_stmtContext ctx)
HplsqlParser.truncate_stmt().
The default implementation does nothing.
enterTruncate_stmt in interface HplsqlListenerctx - the parse treepublic void exitTruncate_stmt(HplsqlParser.Truncate_stmtContext ctx)
HplsqlParser.truncate_stmt().
The default implementation does nothing.
exitTruncate_stmt in interface HplsqlListenerctx - the parse treepublic void enterUse_stmt(HplsqlParser.Use_stmtContext ctx)
HplsqlParser.use_stmt().
The default implementation does nothing.
enterUse_stmt in interface HplsqlListenerctx - the parse treepublic void exitUse_stmt(HplsqlParser.Use_stmtContext ctx)
HplsqlParser.use_stmt().
The default implementation does nothing.
exitUse_stmt in interface HplsqlListenerctx - the parse treepublic void enterValues_into_stmt(HplsqlParser.Values_into_stmtContext ctx)
HplsqlParser.values_into_stmt().
The default implementation does nothing.
enterValues_into_stmt in interface HplsqlListenerctx - the parse treepublic void exitValues_into_stmt(HplsqlParser.Values_into_stmtContext ctx)
HplsqlParser.values_into_stmt().
The default implementation does nothing.
exitValues_into_stmt in interface HplsqlListenerctx - the parse treepublic void enterWhile_stmt(HplsqlParser.While_stmtContext ctx)
HplsqlParser.while_stmt().
The default implementation does nothing.
enterWhile_stmt in interface HplsqlListenerctx - the parse treepublic void exitWhile_stmt(HplsqlParser.While_stmtContext ctx)
HplsqlParser.while_stmt().
The default implementation does nothing.
exitWhile_stmt in interface HplsqlListenerctx - the parse treepublic void enterUnconditional_loop_stmt(HplsqlParser.Unconditional_loop_stmtContext ctx)
HplsqlParser.unconditional_loop_stmt().
The default implementation does nothing.
enterUnconditional_loop_stmt in interface HplsqlListenerctx - the parse treepublic void exitUnconditional_loop_stmt(HplsqlParser.Unconditional_loop_stmtContext ctx)
HplsqlParser.unconditional_loop_stmt().
The default implementation does nothing.
exitUnconditional_loop_stmt in interface HplsqlListenerctx - the parse treepublic void enterFor_cursor_stmt(HplsqlParser.For_cursor_stmtContext ctx)
HplsqlParser.for_cursor_stmt().
The default implementation does nothing.
enterFor_cursor_stmt in interface HplsqlListenerctx - the parse treepublic void exitFor_cursor_stmt(HplsqlParser.For_cursor_stmtContext ctx)
HplsqlParser.for_cursor_stmt().
The default implementation does nothing.
exitFor_cursor_stmt in interface HplsqlListenerctx - the parse treepublic void enterFor_range_stmt(HplsqlParser.For_range_stmtContext ctx)
HplsqlParser.for_range_stmt().
The default implementation does nothing.
enterFor_range_stmt in interface HplsqlListenerctx - the parse treepublic void exitFor_range_stmt(HplsqlParser.For_range_stmtContext ctx)
HplsqlParser.for_range_stmt().
The default implementation does nothing.
exitFor_range_stmt in interface HplsqlListenerctx - the parse treepublic void enterLabel(HplsqlParser.LabelContext ctx)
HplsqlParser.label().
The default implementation does nothing.
enterLabel in interface HplsqlListenerctx - the parse treepublic void exitLabel(HplsqlParser.LabelContext ctx)
HplsqlParser.label().
The default implementation does nothing.
exitLabel in interface HplsqlListenerctx - the parse treepublic void enterUsing_clause(HplsqlParser.Using_clauseContext ctx)
HplsqlParser.using_clause().
The default implementation does nothing.
enterUsing_clause in interface HplsqlListenerctx - the parse treepublic void exitUsing_clause(HplsqlParser.Using_clauseContext ctx)
HplsqlParser.using_clause().
The default implementation does nothing.
exitUsing_clause in interface HplsqlListenerctx - the parse treepublic void enterSelect_stmt(HplsqlParser.Select_stmtContext ctx)
HplsqlParser.select_stmt().
The default implementation does nothing.
enterSelect_stmt in interface HplsqlListenerctx - the parse treepublic void exitSelect_stmt(HplsqlParser.Select_stmtContext ctx)
HplsqlParser.select_stmt().
The default implementation does nothing.
exitSelect_stmt in interface HplsqlListenerctx - the parse treepublic void enterCte_select_stmt(HplsqlParser.Cte_select_stmtContext ctx)
HplsqlParser.cte_select_stmt().
The default implementation does nothing.
enterCte_select_stmt in interface HplsqlListenerctx - the parse treepublic void exitCte_select_stmt(HplsqlParser.Cte_select_stmtContext ctx)
HplsqlParser.cte_select_stmt().
The default implementation does nothing.
exitCte_select_stmt in interface HplsqlListenerctx - the parse treepublic void enterCte_select_stmt_item(HplsqlParser.Cte_select_stmt_itemContext ctx)
HplsqlParser.cte_select_stmt_item().
The default implementation does nothing.
enterCte_select_stmt_item in interface HplsqlListenerctx - the parse treepublic void exitCte_select_stmt_item(HplsqlParser.Cte_select_stmt_itemContext ctx)
HplsqlParser.cte_select_stmt_item().
The default implementation does nothing.
exitCte_select_stmt_item in interface HplsqlListenerctx - the parse treepublic void enterCte_select_cols(HplsqlParser.Cte_select_colsContext ctx)
HplsqlParser.cte_select_cols().
The default implementation does nothing.
enterCte_select_cols in interface HplsqlListenerctx - the parse treepublic void exitCte_select_cols(HplsqlParser.Cte_select_colsContext ctx)
HplsqlParser.cte_select_cols().
The default implementation does nothing.
exitCte_select_cols in interface HplsqlListenerctx - the parse treepublic void enterFullselect_stmt(HplsqlParser.Fullselect_stmtContext ctx)
HplsqlParser.fullselect_stmt().
The default implementation does nothing.
enterFullselect_stmt in interface HplsqlListenerctx - the parse treepublic void exitFullselect_stmt(HplsqlParser.Fullselect_stmtContext ctx)
HplsqlParser.fullselect_stmt().
The default implementation does nothing.
exitFullselect_stmt in interface HplsqlListenerctx - the parse treepublic void enterFullselect_stmt_item(HplsqlParser.Fullselect_stmt_itemContext ctx)
HplsqlParser.fullselect_stmt_item().
The default implementation does nothing.
enterFullselect_stmt_item in interface HplsqlListenerctx - the parse treepublic void exitFullselect_stmt_item(HplsqlParser.Fullselect_stmt_itemContext ctx)
HplsqlParser.fullselect_stmt_item().
The default implementation does nothing.
exitFullselect_stmt_item in interface HplsqlListenerctx - the parse treepublic void enterFullselect_set_clause(HplsqlParser.Fullselect_set_clauseContext ctx)
HplsqlParser.fullselect_set_clause().
The default implementation does nothing.
enterFullselect_set_clause in interface HplsqlListenerctx - the parse treepublic void exitFullselect_set_clause(HplsqlParser.Fullselect_set_clauseContext ctx)
HplsqlParser.fullselect_set_clause().
The default implementation does nothing.
exitFullselect_set_clause in interface HplsqlListenerctx - the parse treepublic void enterSubselect_stmt(HplsqlParser.Subselect_stmtContext ctx)
HplsqlParser.subselect_stmt().
The default implementation does nothing.
enterSubselect_stmt in interface HplsqlListenerctx - the parse treepublic void exitSubselect_stmt(HplsqlParser.Subselect_stmtContext ctx)
HplsqlParser.subselect_stmt().
The default implementation does nothing.
exitSubselect_stmt in interface HplsqlListenerctx - the parse treepublic void enterSelect_list(HplsqlParser.Select_listContext ctx)
HplsqlParser.select_list().
The default implementation does nothing.
enterSelect_list in interface HplsqlListenerctx - the parse treepublic void exitSelect_list(HplsqlParser.Select_listContext ctx)
HplsqlParser.select_list().
The default implementation does nothing.
exitSelect_list in interface HplsqlListenerctx - the parse treepublic void enterSelect_list_set(HplsqlParser.Select_list_setContext ctx)
HplsqlParser.select_list_set().
The default implementation does nothing.
enterSelect_list_set in interface HplsqlListenerctx - the parse treepublic void exitSelect_list_set(HplsqlParser.Select_list_setContext ctx)
HplsqlParser.select_list_set().
The default implementation does nothing.
exitSelect_list_set in interface HplsqlListenerctx - the parse treepublic void enterSelect_list_limit(HplsqlParser.Select_list_limitContext ctx)
HplsqlParser.select_list_limit().
The default implementation does nothing.
enterSelect_list_limit in interface HplsqlListenerctx - the parse treepublic void exitSelect_list_limit(HplsqlParser.Select_list_limitContext ctx)
HplsqlParser.select_list_limit().
The default implementation does nothing.
exitSelect_list_limit in interface HplsqlListenerctx - the parse treepublic void enterSelect_list_item(HplsqlParser.Select_list_itemContext ctx)
HplsqlParser.select_list_item().
The default implementation does nothing.
enterSelect_list_item in interface HplsqlListenerctx - the parse treepublic void exitSelect_list_item(HplsqlParser.Select_list_itemContext ctx)
HplsqlParser.select_list_item().
The default implementation does nothing.
exitSelect_list_item in interface HplsqlListenerctx - the parse treepublic void enterSelect_list_alias(HplsqlParser.Select_list_aliasContext ctx)
HplsqlParser.select_list_alias().
The default implementation does nothing.
enterSelect_list_alias in interface HplsqlListenerctx - the parse treepublic void exitSelect_list_alias(HplsqlParser.Select_list_aliasContext ctx)
HplsqlParser.select_list_alias().
The default implementation does nothing.
exitSelect_list_alias in interface HplsqlListenerctx - the parse treepublic void enterSelect_list_asterisk(HplsqlParser.Select_list_asteriskContext ctx)
HplsqlParser.select_list_asterisk().
The default implementation does nothing.
enterSelect_list_asterisk in interface HplsqlListenerctx - the parse treepublic void exitSelect_list_asterisk(HplsqlParser.Select_list_asteriskContext ctx)
HplsqlParser.select_list_asterisk().
The default implementation does nothing.
exitSelect_list_asterisk in interface HplsqlListenerctx - the parse treepublic void enterTable_row(HplsqlParser.Table_rowContext ctx)
HplsqlParser.table_row().
The default implementation does nothing.
enterTable_row in interface HplsqlListenerctx - the parse treepublic void exitTable_row(HplsqlParser.Table_rowContext ctx)
HplsqlParser.table_row().
The default implementation does nothing.
exitTable_row in interface HplsqlListenerctx - the parse treepublic void enterInto_clause(HplsqlParser.Into_clauseContext ctx)
HplsqlParser.into_clause().
The default implementation does nothing.
enterInto_clause in interface HplsqlListenerctx - the parse treepublic void exitInto_clause(HplsqlParser.Into_clauseContext ctx)
HplsqlParser.into_clause().
The default implementation does nothing.
exitInto_clause in interface HplsqlListenerctx - the parse treepublic void enterBulk_collect_clause(HplsqlParser.Bulk_collect_clauseContext ctx)
HplsqlParser.bulk_collect_clause().
The default implementation does nothing.
enterBulk_collect_clause in interface HplsqlListenerctx - the parse treepublic void exitBulk_collect_clause(HplsqlParser.Bulk_collect_clauseContext ctx)
HplsqlParser.bulk_collect_clause().
The default implementation does nothing.
exitBulk_collect_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_clause(HplsqlParser.From_clauseContext ctx)
HplsqlParser.from_clause().
The default implementation does nothing.
enterFrom_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_clause(HplsqlParser.From_clauseContext ctx)
HplsqlParser.from_clause().
The default implementation does nothing.
exitFrom_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_table_clause(HplsqlParser.From_table_clauseContext ctx)
HplsqlParser.from_table_clause().
The default implementation does nothing.
enterFrom_table_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_table_clause(HplsqlParser.From_table_clauseContext ctx)
HplsqlParser.from_table_clause().
The default implementation does nothing.
exitFrom_table_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_table_name_clause(HplsqlParser.From_table_name_clauseContext ctx)
HplsqlParser.from_table_name_clause().
The default implementation does nothing.
enterFrom_table_name_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_table_name_clause(HplsqlParser.From_table_name_clauseContext ctx)
HplsqlParser.from_table_name_clause().
The default implementation does nothing.
exitFrom_table_name_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_subselect_clause(HplsqlParser.From_subselect_clauseContext ctx)
HplsqlParser.from_subselect_clause().
The default implementation does nothing.
enterFrom_subselect_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_subselect_clause(HplsqlParser.From_subselect_clauseContext ctx)
HplsqlParser.from_subselect_clause().
The default implementation does nothing.
exitFrom_subselect_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_join_clause(HplsqlParser.From_join_clauseContext ctx)
HplsqlParser.from_join_clause().
The default implementation does nothing.
enterFrom_join_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_join_clause(HplsqlParser.From_join_clauseContext ctx)
HplsqlParser.from_join_clause().
The default implementation does nothing.
exitFrom_join_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_join_type_clause(HplsqlParser.From_join_type_clauseContext ctx)
HplsqlParser.from_join_type_clause().
The default implementation does nothing.
enterFrom_join_type_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_join_type_clause(HplsqlParser.From_join_type_clauseContext ctx)
HplsqlParser.from_join_type_clause().
The default implementation does nothing.
exitFrom_join_type_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_table_values_clause(HplsqlParser.From_table_values_clauseContext ctx)
HplsqlParser.from_table_values_clause().
The default implementation does nothing.
enterFrom_table_values_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_table_values_clause(HplsqlParser.From_table_values_clauseContext ctx)
HplsqlParser.from_table_values_clause().
The default implementation does nothing.
exitFrom_table_values_clause in interface HplsqlListenerctx - the parse treepublic void enterFrom_table_values_row(HplsqlParser.From_table_values_rowContext ctx)
HplsqlParser.from_table_values_row().
The default implementation does nothing.
enterFrom_table_values_row in interface HplsqlListenerctx - the parse treepublic void exitFrom_table_values_row(HplsqlParser.From_table_values_rowContext ctx)
HplsqlParser.from_table_values_row().
The default implementation does nothing.
exitFrom_table_values_row in interface HplsqlListenerctx - the parse treepublic void enterFrom_alias_clause(HplsqlParser.From_alias_clauseContext ctx)
HplsqlParser.from_alias_clause().
The default implementation does nothing.
enterFrom_alias_clause in interface HplsqlListenerctx - the parse treepublic void exitFrom_alias_clause(HplsqlParser.From_alias_clauseContext ctx)
HplsqlParser.from_alias_clause().
The default implementation does nothing.
exitFrom_alias_clause in interface HplsqlListenerctx - the parse treepublic void enterTable_name(HplsqlParser.Table_nameContext ctx)
HplsqlParser.table_name().
The default implementation does nothing.
enterTable_name in interface HplsqlListenerctx - the parse treepublic void exitTable_name(HplsqlParser.Table_nameContext ctx)
HplsqlParser.table_name().
The default implementation does nothing.
exitTable_name in interface HplsqlListenerctx - the parse treepublic void enterWhere_clause(HplsqlParser.Where_clauseContext ctx)
HplsqlParser.where_clause().
The default implementation does nothing.
enterWhere_clause in interface HplsqlListenerctx - the parse treepublic void exitWhere_clause(HplsqlParser.Where_clauseContext ctx)
HplsqlParser.where_clause().
The default implementation does nothing.
exitWhere_clause in interface HplsqlListenerctx - the parse treepublic void enterGroup_by_clause(HplsqlParser.Group_by_clauseContext ctx)
HplsqlParser.group_by_clause().
The default implementation does nothing.
enterGroup_by_clause in interface HplsqlListenerctx - the parse treepublic void exitGroup_by_clause(HplsqlParser.Group_by_clauseContext ctx)
HplsqlParser.group_by_clause().
The default implementation does nothing.
exitGroup_by_clause in interface HplsqlListenerctx - the parse treepublic void enterHaving_clause(HplsqlParser.Having_clauseContext ctx)
HplsqlParser.having_clause().
The default implementation does nothing.
enterHaving_clause in interface HplsqlListenerctx - the parse treepublic void exitHaving_clause(HplsqlParser.Having_clauseContext ctx)
HplsqlParser.having_clause().
The default implementation does nothing.
exitHaving_clause in interface HplsqlListenerctx - the parse treepublic void enterQualify_clause(HplsqlParser.Qualify_clauseContext ctx)
HplsqlParser.qualify_clause().
The default implementation does nothing.
enterQualify_clause in interface HplsqlListenerctx - the parse treepublic void exitQualify_clause(HplsqlParser.Qualify_clauseContext ctx)
HplsqlParser.qualify_clause().
The default implementation does nothing.
exitQualify_clause in interface HplsqlListenerctx - the parse treepublic void enterOrder_by_clause(HplsqlParser.Order_by_clauseContext ctx)
HplsqlParser.order_by_clause().
The default implementation does nothing.
enterOrder_by_clause in interface HplsqlListenerctx - the parse treepublic void exitOrder_by_clause(HplsqlParser.Order_by_clauseContext ctx)
HplsqlParser.order_by_clause().
The default implementation does nothing.
exitOrder_by_clause in interface HplsqlListenerctx - the parse treepublic void enterSelect_options(HplsqlParser.Select_optionsContext ctx)
HplsqlParser.select_options().
The default implementation does nothing.
enterSelect_options in interface HplsqlListenerctx - the parse treepublic void exitSelect_options(HplsqlParser.Select_optionsContext ctx)
HplsqlParser.select_options().
The default implementation does nothing.
exitSelect_options in interface HplsqlListenerctx - the parse treepublic void enterSelect_options_item(HplsqlParser.Select_options_itemContext ctx)
HplsqlParser.select_options_item().
The default implementation does nothing.
enterSelect_options_item in interface HplsqlListenerctx - the parse treepublic void exitSelect_options_item(HplsqlParser.Select_options_itemContext ctx)
HplsqlParser.select_options_item().
The default implementation does nothing.
exitSelect_options_item in interface HplsqlListenerctx - the parse treepublic void enterUpdate_stmt(HplsqlParser.Update_stmtContext ctx)
HplsqlParser.update_stmt().
The default implementation does nothing.
enterUpdate_stmt in interface HplsqlListenerctx - the parse treepublic void exitUpdate_stmt(HplsqlParser.Update_stmtContext ctx)
HplsqlParser.update_stmt().
The default implementation does nothing.
exitUpdate_stmt in interface HplsqlListenerctx - the parse treepublic void enterUpdate_assignment(HplsqlParser.Update_assignmentContext ctx)
HplsqlParser.update_assignment().
The default implementation does nothing.
enterUpdate_assignment in interface HplsqlListenerctx - the parse treepublic void exitUpdate_assignment(HplsqlParser.Update_assignmentContext ctx)
HplsqlParser.update_assignment().
The default implementation does nothing.
exitUpdate_assignment in interface HplsqlListenerctx - the parse treepublic void enterUpdate_table(HplsqlParser.Update_tableContext ctx)
HplsqlParser.update_table().
The default implementation does nothing.
enterUpdate_table in interface HplsqlListenerctx - the parse treepublic void exitUpdate_table(HplsqlParser.Update_tableContext ctx)
HplsqlParser.update_table().
The default implementation does nothing.
exitUpdate_table in interface HplsqlListenerctx - the parse treepublic void enterUpdate_upsert(HplsqlParser.Update_upsertContext ctx)
HplsqlParser.update_upsert().
The default implementation does nothing.
enterUpdate_upsert in interface HplsqlListenerctx - the parse treepublic void exitUpdate_upsert(HplsqlParser.Update_upsertContext ctx)
HplsqlParser.update_upsert().
The default implementation does nothing.
exitUpdate_upsert in interface HplsqlListenerctx - the parse treepublic void enterMerge_stmt(HplsqlParser.Merge_stmtContext ctx)
HplsqlParser.merge_stmt().
The default implementation does nothing.
enterMerge_stmt in interface HplsqlListenerctx - the parse treepublic void exitMerge_stmt(HplsqlParser.Merge_stmtContext ctx)
HplsqlParser.merge_stmt().
The default implementation does nothing.
exitMerge_stmt in interface HplsqlListenerctx - the parse treepublic void enterMerge_table(HplsqlParser.Merge_tableContext ctx)
HplsqlParser.merge_table().
The default implementation does nothing.
enterMerge_table in interface HplsqlListenerctx - the parse treepublic void exitMerge_table(HplsqlParser.Merge_tableContext ctx)
HplsqlParser.merge_table().
The default implementation does nothing.
exitMerge_table in interface HplsqlListenerctx - the parse treepublic void enterMerge_condition(HplsqlParser.Merge_conditionContext ctx)
HplsqlParser.merge_condition().
The default implementation does nothing.
enterMerge_condition in interface HplsqlListenerctx - the parse treepublic void exitMerge_condition(HplsqlParser.Merge_conditionContext ctx)
HplsqlParser.merge_condition().
The default implementation does nothing.
exitMerge_condition in interface HplsqlListenerctx - the parse treepublic void enterMerge_action(HplsqlParser.Merge_actionContext ctx)
HplsqlParser.merge_action().
The default implementation does nothing.
enterMerge_action in interface HplsqlListenerctx - the parse treepublic void exitMerge_action(HplsqlParser.Merge_actionContext ctx)
HplsqlParser.merge_action().
The default implementation does nothing.
exitMerge_action in interface HplsqlListenerctx - the parse treepublic void enterDelete_stmt(HplsqlParser.Delete_stmtContext ctx)
HplsqlParser.delete_stmt().
The default implementation does nothing.
enterDelete_stmt in interface HplsqlListenerctx - the parse treepublic void exitDelete_stmt(HplsqlParser.Delete_stmtContext ctx)
HplsqlParser.delete_stmt().
The default implementation does nothing.
exitDelete_stmt in interface HplsqlListenerctx - the parse treepublic void enterDelete_alias(HplsqlParser.Delete_aliasContext ctx)
HplsqlParser.delete_alias().
The default implementation does nothing.
enterDelete_alias in interface HplsqlListenerctx - the parse treepublic void exitDelete_alias(HplsqlParser.Delete_aliasContext ctx)
HplsqlParser.delete_alias().
The default implementation does nothing.
exitDelete_alias in interface HplsqlListenerctx - the parse treepublic void enterDescribe_stmt(HplsqlParser.Describe_stmtContext ctx)
HplsqlParser.describe_stmt().
The default implementation does nothing.
enterDescribe_stmt in interface HplsqlListenerctx - the parse treepublic void exitDescribe_stmt(HplsqlParser.Describe_stmtContext ctx)
HplsqlParser.describe_stmt().
The default implementation does nothing.
exitDescribe_stmt in interface HplsqlListenerctx - the parse treepublic void enterBool_expr(HplsqlParser.Bool_exprContext ctx)
HplsqlParser.bool_expr().
The default implementation does nothing.
enterBool_expr in interface HplsqlListenerctx - the parse treepublic void exitBool_expr(HplsqlParser.Bool_exprContext ctx)
HplsqlParser.bool_expr().
The default implementation does nothing.
exitBool_expr in interface HplsqlListenerctx - the parse treepublic void enterBool_expr_atom(HplsqlParser.Bool_expr_atomContext ctx)
HplsqlParser.bool_expr_atom().
The default implementation does nothing.
enterBool_expr_atom in interface HplsqlListenerctx - the parse treepublic void exitBool_expr_atom(HplsqlParser.Bool_expr_atomContext ctx)
HplsqlParser.bool_expr_atom().
The default implementation does nothing.
exitBool_expr_atom in interface HplsqlListenerctx - the parse treepublic void enterBool_expr_unary(HplsqlParser.Bool_expr_unaryContext ctx)
HplsqlParser.bool_expr_unary().
The default implementation does nothing.
enterBool_expr_unary in interface HplsqlListenerctx - the parse treepublic void exitBool_expr_unary(HplsqlParser.Bool_expr_unaryContext ctx)
HplsqlParser.bool_expr_unary().
The default implementation does nothing.
exitBool_expr_unary in interface HplsqlListenerctx - the parse treepublic void enterBool_expr_single_in(HplsqlParser.Bool_expr_single_inContext ctx)
HplsqlParser.bool_expr_single_in().
The default implementation does nothing.
enterBool_expr_single_in in interface HplsqlListenerctx - the parse treepublic void exitBool_expr_single_in(HplsqlParser.Bool_expr_single_inContext ctx)
HplsqlParser.bool_expr_single_in().
The default implementation does nothing.
exitBool_expr_single_in in interface HplsqlListenerctx - the parse treepublic void enterBool_expr_multi_in(HplsqlParser.Bool_expr_multi_inContext ctx)
HplsqlParser.bool_expr_multi_in().
The default implementation does nothing.
enterBool_expr_multi_in in interface HplsqlListenerctx - the parse treepublic void exitBool_expr_multi_in(HplsqlParser.Bool_expr_multi_inContext ctx)
HplsqlParser.bool_expr_multi_in().
The default implementation does nothing.
exitBool_expr_multi_in in interface HplsqlListenerctx - the parse treepublic void enterBool_expr_binary(HplsqlParser.Bool_expr_binaryContext ctx)
HplsqlParser.bool_expr_binary().
The default implementation does nothing.
enterBool_expr_binary in interface HplsqlListenerctx - the parse treepublic void exitBool_expr_binary(HplsqlParser.Bool_expr_binaryContext ctx)
HplsqlParser.bool_expr_binary().
The default implementation does nothing.
exitBool_expr_binary in interface HplsqlListenerctx - the parse treepublic void enterBool_expr_logical_operator(HplsqlParser.Bool_expr_logical_operatorContext ctx)
HplsqlParser.bool_expr_logical_operator().
The default implementation does nothing.
enterBool_expr_logical_operator in interface HplsqlListenerctx - the parse treepublic void exitBool_expr_logical_operator(HplsqlParser.Bool_expr_logical_operatorContext ctx)
HplsqlParser.bool_expr_logical_operator().
The default implementation does nothing.
exitBool_expr_logical_operator in interface HplsqlListenerctx - the parse treepublic void enterBool_expr_binary_operator(HplsqlParser.Bool_expr_binary_operatorContext ctx)
HplsqlParser.bool_expr_binary_operator().
The default implementation does nothing.
enterBool_expr_binary_operator in interface HplsqlListenerctx - the parse treepublic void exitBool_expr_binary_operator(HplsqlParser.Bool_expr_binary_operatorContext ctx)
HplsqlParser.bool_expr_binary_operator().
The default implementation does nothing.
exitBool_expr_binary_operator in interface HplsqlListenerctx - the parse treepublic void enterExpr(HplsqlParser.ExprContext ctx)
HplsqlParser.expr().
The default implementation does nothing.
enterExpr in interface HplsqlListenerctx - the parse treepublic void exitExpr(HplsqlParser.ExprContext ctx)
HplsqlParser.expr().
The default implementation does nothing.
exitExpr in interface HplsqlListenerctx - the parse treepublic void enterExpr_atom(HplsqlParser.Expr_atomContext ctx)
HplsqlParser.expr_atom().
The default implementation does nothing.
enterExpr_atom in interface HplsqlListenerctx - the parse treepublic void exitExpr_atom(HplsqlParser.Expr_atomContext ctx)
HplsqlParser.expr_atom().
The default implementation does nothing.
exitExpr_atom in interface HplsqlListenerctx - the parse treepublic void enterExpr_interval(HplsqlParser.Expr_intervalContext ctx)
HplsqlParser.expr_interval().
The default implementation does nothing.
enterExpr_interval in interface HplsqlListenerctx - the parse treepublic void exitExpr_interval(HplsqlParser.Expr_intervalContext ctx)
HplsqlParser.expr_interval().
The default implementation does nothing.
exitExpr_interval in interface HplsqlListenerctx - the parse treepublic void enterInterval_item(HplsqlParser.Interval_itemContext ctx)
HplsqlParser.interval_item().
The default implementation does nothing.
enterInterval_item in interface HplsqlListenerctx - the parse treepublic void exitInterval_item(HplsqlParser.Interval_itemContext ctx)
HplsqlParser.interval_item().
The default implementation does nothing.
exitInterval_item in interface HplsqlListenerctx - the parse treepublic void enterExpr_concat(HplsqlParser.Expr_concatContext ctx)
HplsqlParser.expr_concat().
The default implementation does nothing.
enterExpr_concat in interface HplsqlListenerctx - the parse treepublic void exitExpr_concat(HplsqlParser.Expr_concatContext ctx)
HplsqlParser.expr_concat().
The default implementation does nothing.
exitExpr_concat in interface HplsqlListenerctx - the parse treepublic void enterExpr_concat_item(HplsqlParser.Expr_concat_itemContext ctx)
HplsqlParser.expr_concat_item().
The default implementation does nothing.
enterExpr_concat_item in interface HplsqlListenerctx - the parse treepublic void exitExpr_concat_item(HplsqlParser.Expr_concat_itemContext ctx)
HplsqlParser.expr_concat_item().
The default implementation does nothing.
exitExpr_concat_item in interface HplsqlListenerctx - the parse treepublic void enterExpr_case(HplsqlParser.Expr_caseContext ctx)
HplsqlParser.expr_case().
The default implementation does nothing.
enterExpr_case in interface HplsqlListenerctx - the parse treepublic void exitExpr_case(HplsqlParser.Expr_caseContext ctx)
HplsqlParser.expr_case().
The default implementation does nothing.
exitExpr_case in interface HplsqlListenerctx - the parse treepublic void enterExpr_case_simple(HplsqlParser.Expr_case_simpleContext ctx)
HplsqlParser.expr_case_simple().
The default implementation does nothing.
enterExpr_case_simple in interface HplsqlListenerctx - the parse treepublic void exitExpr_case_simple(HplsqlParser.Expr_case_simpleContext ctx)
HplsqlParser.expr_case_simple().
The default implementation does nothing.
exitExpr_case_simple in interface HplsqlListenerctx - the parse treepublic void enterExpr_case_searched(HplsqlParser.Expr_case_searchedContext ctx)
HplsqlParser.expr_case_searched().
The default implementation does nothing.
enterExpr_case_searched in interface HplsqlListenerctx - the parse treepublic void exitExpr_case_searched(HplsqlParser.Expr_case_searchedContext ctx)
HplsqlParser.expr_case_searched().
The default implementation does nothing.
exitExpr_case_searched in interface HplsqlListenerctx - the parse treepublic void enterExpr_cursor_attribute(HplsqlParser.Expr_cursor_attributeContext ctx)
HplsqlParser.expr_cursor_attribute().
The default implementation does nothing.
enterExpr_cursor_attribute in interface HplsqlListenerctx - the parse treepublic void exitExpr_cursor_attribute(HplsqlParser.Expr_cursor_attributeContext ctx)
HplsqlParser.expr_cursor_attribute().
The default implementation does nothing.
exitExpr_cursor_attribute in interface HplsqlListenerctx - the parse treepublic void enterExpr_agg_window_func(HplsqlParser.Expr_agg_window_funcContext ctx)
HplsqlParser.expr_agg_window_func().
The default implementation does nothing.
enterExpr_agg_window_func in interface HplsqlListenerctx - the parse treepublic void exitExpr_agg_window_func(HplsqlParser.Expr_agg_window_funcContext ctx)
HplsqlParser.expr_agg_window_func().
The default implementation does nothing.
exitExpr_agg_window_func in interface HplsqlListenerctx - the parse treepublic void enterExpr_func_all_distinct(HplsqlParser.Expr_func_all_distinctContext ctx)
HplsqlParser.expr_func_all_distinct().
The default implementation does nothing.
enterExpr_func_all_distinct in interface HplsqlListenerctx - the parse treepublic void exitExpr_func_all_distinct(HplsqlParser.Expr_func_all_distinctContext ctx)
HplsqlParser.expr_func_all_distinct().
The default implementation does nothing.
exitExpr_func_all_distinct in interface HplsqlListenerctx - the parse treepublic void enterExpr_func_over_clause(HplsqlParser.Expr_func_over_clauseContext ctx)
HplsqlParser.expr_func_over_clause().
The default implementation does nothing.
enterExpr_func_over_clause in interface HplsqlListenerctx - the parse treepublic void exitExpr_func_over_clause(HplsqlParser.Expr_func_over_clauseContext ctx)
HplsqlParser.expr_func_over_clause().
The default implementation does nothing.
exitExpr_func_over_clause in interface HplsqlListenerctx - the parse treepublic void enterExpr_func_partition_by_clause(HplsqlParser.Expr_func_partition_by_clauseContext ctx)
HplsqlParser.expr_func_partition_by_clause().
The default implementation does nothing.
enterExpr_func_partition_by_clause in interface HplsqlListenerctx - the parse treepublic void exitExpr_func_partition_by_clause(HplsqlParser.Expr_func_partition_by_clauseContext ctx)
HplsqlParser.expr_func_partition_by_clause().
The default implementation does nothing.
exitExpr_func_partition_by_clause in interface HplsqlListenerctx - the parse treepublic void enterExpr_spec_func(HplsqlParser.Expr_spec_funcContext ctx)
HplsqlParser.expr_spec_func().
The default implementation does nothing.
enterExpr_spec_func in interface HplsqlListenerctx - the parse treepublic void exitExpr_spec_func(HplsqlParser.Expr_spec_funcContext ctx)
HplsqlParser.expr_spec_func().
The default implementation does nothing.
exitExpr_spec_func in interface HplsqlListenerctx - the parse treepublic void enterExpr_func(HplsqlParser.Expr_funcContext ctx)
HplsqlParser.expr_func().
The default implementation does nothing.
enterExpr_func in interface HplsqlListenerctx - the parse treepublic void exitExpr_func(HplsqlParser.Expr_funcContext ctx)
HplsqlParser.expr_func().
The default implementation does nothing.
exitExpr_func in interface HplsqlListenerctx - the parse treepublic void enterExpr_dot(HplsqlParser.Expr_dotContext ctx)
HplsqlParser.expr_dot().
The default implementation does nothing.
enterExpr_dot in interface HplsqlListenerctx - the parse treepublic void exitExpr_dot(HplsqlParser.Expr_dotContext ctx)
HplsqlParser.expr_dot().
The default implementation does nothing.
exitExpr_dot in interface HplsqlListenerctx - the parse treepublic void enterExpr_dot_method_call(HplsqlParser.Expr_dot_method_callContext ctx)
HplsqlParser.expr_dot_method_call().
The default implementation does nothing.
enterExpr_dot_method_call in interface HplsqlListenerctx - the parse treepublic void exitExpr_dot_method_call(HplsqlParser.Expr_dot_method_callContext ctx)
HplsqlParser.expr_dot_method_call().
The default implementation does nothing.
exitExpr_dot_method_call in interface HplsqlListenerctx - the parse treepublic void enterExpr_dot_property_access(HplsqlParser.Expr_dot_property_accessContext ctx)
HplsqlParser.expr_dot_property_access().
The default implementation does nothing.
enterExpr_dot_property_access in interface HplsqlListenerctx - the parse treepublic void exitExpr_dot_property_access(HplsqlParser.Expr_dot_property_accessContext ctx)
HplsqlParser.expr_dot_property_access().
The default implementation does nothing.
exitExpr_dot_property_access in interface HplsqlListenerctx - the parse treepublic void enterExpr_func_params(HplsqlParser.Expr_func_paramsContext ctx)
HplsqlParser.expr_func_params().
The default implementation does nothing.
enterExpr_func_params in interface HplsqlListenerctx - the parse treepublic void exitExpr_func_params(HplsqlParser.Expr_func_paramsContext ctx)
HplsqlParser.expr_func_params().
The default implementation does nothing.
exitExpr_func_params in interface HplsqlListenerctx - the parse treepublic void enterFunc_param(HplsqlParser.Func_paramContext ctx)
HplsqlParser.func_param().
The default implementation does nothing.
enterFunc_param in interface HplsqlListenerctx - the parse treepublic void exitFunc_param(HplsqlParser.Func_paramContext ctx)
HplsqlParser.func_param().
The default implementation does nothing.
exitFunc_param in interface HplsqlListenerctx - the parse treepublic void enterExpr_select(HplsqlParser.Expr_selectContext ctx)
HplsqlParser.expr_select().
The default implementation does nothing.
enterExpr_select in interface HplsqlListenerctx - the parse treepublic void exitExpr_select(HplsqlParser.Expr_selectContext ctx)
HplsqlParser.expr_select().
The default implementation does nothing.
exitExpr_select in interface HplsqlListenerctx - the parse treepublic void enterExpr_file(HplsqlParser.Expr_fileContext ctx)
HplsqlParser.expr_file().
The default implementation does nothing.
enterExpr_file in interface HplsqlListenerctx - the parse treepublic void exitExpr_file(HplsqlParser.Expr_fileContext ctx)
HplsqlParser.expr_file().
The default implementation does nothing.
exitExpr_file in interface HplsqlListenerctx - the parse treepublic void enterHive(HplsqlParser.HiveContext ctx)
HplsqlParser.hive().
The default implementation does nothing.
enterHive in interface HplsqlListenerctx - the parse treepublic void exitHive(HplsqlParser.HiveContext ctx)
HplsqlParser.hive().
The default implementation does nothing.
exitHive in interface HplsqlListenerctx - the parse treepublic void enterHive_item(HplsqlParser.Hive_itemContext ctx)
HplsqlParser.hive_item().
The default implementation does nothing.
enterHive_item in interface HplsqlListenerctx - the parse treepublic void exitHive_item(HplsqlParser.Hive_itemContext ctx)
HplsqlParser.hive_item().
The default implementation does nothing.
exitHive_item in interface HplsqlListenerctx - the parse treepublic void enterHost(HplsqlParser.HostContext ctx)
HplsqlParser.host().
The default implementation does nothing.
enterHost in interface HplsqlListenerctx - the parse treepublic void exitHost(HplsqlParser.HostContext ctx)
HplsqlParser.host().
The default implementation does nothing.
exitHost in interface HplsqlListenerctx - the parse treepublic void enterHost_cmd(HplsqlParser.Host_cmdContext ctx)
HplsqlParser.host_cmd().
The default implementation does nothing.
enterHost_cmd in interface HplsqlListenerctx - the parse treepublic void exitHost_cmd(HplsqlParser.Host_cmdContext ctx)
HplsqlParser.host_cmd().
The default implementation does nothing.
exitHost_cmd in interface HplsqlListenerctx - the parse treepublic void enterHost_stmt(HplsqlParser.Host_stmtContext ctx)
HplsqlParser.host_stmt().
The default implementation does nothing.
enterHost_stmt in interface HplsqlListenerctx - the parse treepublic void exitHost_stmt(HplsqlParser.Host_stmtContext ctx)
HplsqlParser.host_stmt().
The default implementation does nothing.
exitHost_stmt in interface HplsqlListenerctx - the parse treepublic void enterFile_name(HplsqlParser.File_nameContext ctx)
HplsqlParser.file_name().
The default implementation does nothing.
enterFile_name in interface HplsqlListenerctx - the parse treepublic void exitFile_name(HplsqlParser.File_nameContext ctx)
HplsqlParser.file_name().
The default implementation does nothing.
exitFile_name in interface HplsqlListenerctx - the parse treepublic void enterDate_literal(HplsqlParser.Date_literalContext ctx)
HplsqlParser.date_literal().
The default implementation does nothing.
enterDate_literal in interface HplsqlListenerctx - the parse treepublic void exitDate_literal(HplsqlParser.Date_literalContext ctx)
HplsqlParser.date_literal().
The default implementation does nothing.
exitDate_literal in interface HplsqlListenerctx - the parse treepublic void enterTimestamp_literal(HplsqlParser.Timestamp_literalContext ctx)
HplsqlParser.timestamp_literal().
The default implementation does nothing.
enterTimestamp_literal in interface HplsqlListenerctx - the parse treepublic void exitTimestamp_literal(HplsqlParser.Timestamp_literalContext ctx)
HplsqlParser.timestamp_literal().
The default implementation does nothing.
exitTimestamp_literal in interface HplsqlListenerctx - the parse treepublic void enterIdent(HplsqlParser.IdentContext ctx)
HplsqlParser.ident().
The default implementation does nothing.
enterIdent in interface HplsqlListenerctx - the parse treepublic void exitIdent(HplsqlParser.IdentContext ctx)
HplsqlParser.ident().
The default implementation does nothing.
exitIdent in interface HplsqlListenerctx - the parse treepublic void enterQident(HplsqlParser.QidentContext ctx)
HplsqlParser.qident().
The default implementation does nothing.
enterQident in interface HplsqlListenerctx - the parse treepublic void exitQident(HplsqlParser.QidentContext ctx)
HplsqlParser.qident().
The default implementation does nothing.
exitQident in interface HplsqlListenerctx - the parse treepublic void enterSingle_quotedString(HplsqlParser.Single_quotedStringContext ctx)
single_quotedString
labeled alternative in HplsqlParser.string().
The default implementation does nothing.
enterSingle_quotedString in interface HplsqlListenerctx - the parse treepublic void exitSingle_quotedString(HplsqlParser.Single_quotedStringContext ctx)
single_quotedString
labeled alternative in HplsqlParser.string().
The default implementation does nothing.
exitSingle_quotedString in interface HplsqlListenerctx - the parse treepublic void enterDouble_quotedString(HplsqlParser.Double_quotedStringContext ctx)
double_quotedString
labeled alternative in HplsqlParser.string().
The default implementation does nothing.
enterDouble_quotedString in interface HplsqlListenerctx - the parse treepublic void exitDouble_quotedString(HplsqlParser.Double_quotedStringContext ctx)
double_quotedString
labeled alternative in HplsqlParser.string().
The default implementation does nothing.
exitDouble_quotedString in interface HplsqlListenerctx - the parse treepublic void enterInt_number(HplsqlParser.Int_numberContext ctx)
HplsqlParser.int_number().
The default implementation does nothing.
enterInt_number in interface HplsqlListenerctx - the parse treepublic void exitInt_number(HplsqlParser.Int_numberContext ctx)
HplsqlParser.int_number().
The default implementation does nothing.
exitInt_number in interface HplsqlListenerctx - the parse treepublic void enterDec_number(HplsqlParser.Dec_numberContext ctx)
HplsqlParser.dec_number().
The default implementation does nothing.
enterDec_number in interface HplsqlListenerctx - the parse treepublic void exitDec_number(HplsqlParser.Dec_numberContext ctx)
HplsqlParser.dec_number().
The default implementation does nothing.
exitDec_number in interface HplsqlListenerctx - the parse treepublic void enterBool_literal(HplsqlParser.Bool_literalContext ctx)
HplsqlParser.bool_literal().
The default implementation does nothing.
enterBool_literal in interface HplsqlListenerctx - the parse treepublic void exitBool_literal(HplsqlParser.Bool_literalContext ctx)
HplsqlParser.bool_literal().
The default implementation does nothing.
exitBool_literal in interface HplsqlListenerctx - the parse treepublic void enterNull_const(HplsqlParser.Null_constContext ctx)
HplsqlParser.null_const().
The default implementation does nothing.
enterNull_const in interface HplsqlListenerctx - the parse treepublic void exitNull_const(HplsqlParser.Null_constContext ctx)
HplsqlParser.null_const().
The default implementation does nothing.
exitNull_const in interface HplsqlListenerctx - the parse treepublic void enterNon_reserved_words(HplsqlParser.Non_reserved_wordsContext ctx)
HplsqlParser.non_reserved_words().
The default implementation does nothing.
enterNon_reserved_words in interface HplsqlListenerctx - the parse treepublic void exitNon_reserved_words(HplsqlParser.Non_reserved_wordsContext ctx)
HplsqlParser.non_reserved_words().
The default implementation does nothing.
exitNon_reserved_words in interface HplsqlListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2022 The Apache Software Foundation. All rights reserved.