Package com.blazebit.persistence.parser
Interface SQLParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SQLParserBaseListener
public interface SQLParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SQLParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced by theANY_FUNClabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.as_column_alias().voidEnter a parse tree produced bySQLParser.as_table_alias().voidEnter a parse tree produced bySQLParser.assignment_operator().voidEnter a parse tree produced bySQLParser.bracket_expression().voidEnter a parse tree produced bySQLParser.case_expression().voidEnter a parse tree produced by theCASTlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.column_alias().voidEnter a parse tree produced bySQLParser.column_alias_list().voidEnter a parse tree produced bySQLParser.column_elem().voidEnter a parse tree produced bySQLParser.comparison_operator().voidEnter a parse tree produced bySQLParser.constant().voidEnter a parse tree produced bySQLParser.constant_expression().voidEnter a parse tree produced by theCONVERTlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced by theCOUNTlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced by theCURRENT_TIMESTAMPlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.data_type().voidEnter a parse tree produced by theDATEADDlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced by theDATEDIFFlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced by theDATENAMElabeled alternative inSQLParser.function_call().voidEnter a parse tree produced by theDATEPARTlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.derived_table().voidEnter a parse tree produced bySQLParser.expression().voidEnter a parse tree produced bySQLParser.expression_elem().voidEnter a parse tree produced bySQLParser.expression_list().voidEnter a parse tree produced bySQLParser.full_column_name().voidEnter a parse tree produced bySQLParser.group_by_item().voidEnter a parse tree produced bySQLParser.id().voidEnter a parse tree produced by theIFFlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.join_part().voidEnter a parse tree produced by theMIN_ACTIVE_ROWVERSIONlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.null_notnull().voidEnter a parse tree produced bySQLParser.order_by_clause().voidEnter a parse tree produced bySQLParser.order_by_expression().voidEnter a parse tree produced bySQLParser.over_clause().voidEnter a parse tree produced bySQLParser.parseFrom().voidEnter a parse tree produced bySQLParser.parseSelectStatement().voidEnter a parse tree produced bySQLParser.predicate().voidEnter a parse tree produced bySQLParser.primitive_expression().voidEnter a parse tree produced bySQLParser.query_expression().voidEnter a parse tree produced bySQLParser.query_specification().voidEnter a parse tree produced bySQLParser.row_or_range_clause().voidEnter a parse tree produced bySQLParser.search_condition().voidEnter a parse tree produced bySQLParser.search_condition_and().voidEnter a parse tree produced bySQLParser.search_condition_not().voidEnter a parse tree produced bySQLParser.select_list().voidEnter a parse tree produced bySQLParser.select_list_elem().voidEnter a parse tree produced bySQLParser.select_statement().voidEnter a parse tree produced by theSESSION_USERlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.sign().voidEnter a parse tree produced bySQLParser.simple_id().voidEnter a parse tree produced bySQLParser.sql_union().voidEnter a parse tree produced bySQLParser.subquery().voidEnter a parse tree produced bySQLParser.switch_search_condition_section().voidEnter a parse tree produced bySQLParser.switch_section().voidEnter a parse tree produced by theSYSTEM_USERlabeled alternative inSQLParser.function_call().voidEnter a parse tree produced bySQLParser.table_alias().voidEnter a parse tree produced bySQLParser.table_name().voidEnter a parse tree produced bySQLParser.table_source().voidEnter a parse tree produced bySQLParser.table_source_item().voidEnter a parse tree produced bySQLParser.table_source_item_joined().voidEnter a parse tree produced bySQLParser.table_sources().voidEnter a parse tree produced bySQLParser.table_value_constructor().voidEnter a parse tree produced bySQLParser.top_clause().voidEnter a parse tree produced bySQLParser.top_count().voidEnter a parse tree produced bySQLParser.top_percent().voidEnter a parse tree produced bySQLParser.unary_operator_expression().voidEnter a parse tree produced bySQLParser.window_frame_bound().voidEnter a parse tree produced bySQLParser.window_frame_extent().voidEnter a parse tree produced bySQLParser.window_frame_following().voidEnter a parse tree produced bySQLParser.window_frame_preceding().voidExit a parse tree produced by theANY_FUNClabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.as_column_alias().voidExit a parse tree produced bySQLParser.as_table_alias().voidExit a parse tree produced bySQLParser.assignment_operator().voidExit a parse tree produced bySQLParser.bracket_expression().voidExit a parse tree produced bySQLParser.case_expression().voidExit a parse tree produced by theCASTlabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.column_alias().voidExit a parse tree produced bySQLParser.column_alias_list().voidExit a parse tree produced bySQLParser.column_elem().voidExit a parse tree produced bySQLParser.comparison_operator().voidExit a parse tree produced bySQLParser.constant().voidExit a parse tree produced bySQLParser.constant_expression().voidExit a parse tree produced by theCONVERTlabeled alternative inSQLParser.function_call().voidExit a parse tree produced by theCOUNTlabeled alternative inSQLParser.function_call().voidExit a parse tree produced by theCURRENT_TIMESTAMPlabeled alternative inSQLParser.function_call().voidExit a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.data_type().voidExit a parse tree produced by theDATEADDlabeled alternative inSQLParser.function_call().voidExit a parse tree produced by theDATEDIFFlabeled alternative inSQLParser.function_call().voidExit a parse tree produced by theDATENAMElabeled alternative inSQLParser.function_call().voidExit a parse tree produced by theDATEPARTlabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.derived_table().voidExit a parse tree produced bySQLParser.expression().voidExit a parse tree produced bySQLParser.expression_elem().voidExit a parse tree produced bySQLParser.expression_list().voidExit a parse tree produced bySQLParser.full_column_name().voidExit a parse tree produced bySQLParser.group_by_item().voidExit a parse tree produced bySQLParser.id().voidExit a parse tree produced by theIFFlabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.join_part().voidExit a parse tree produced by theMIN_ACTIVE_ROWVERSIONlabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.null_notnull().voidExit a parse tree produced bySQLParser.order_by_clause().voidExit a parse tree produced bySQLParser.order_by_expression().voidExit a parse tree produced bySQLParser.over_clause().voidExit a parse tree produced bySQLParser.parseFrom().voidExit a parse tree produced bySQLParser.parseSelectStatement().voidExit a parse tree produced bySQLParser.predicate().voidExit a parse tree produced bySQLParser.primitive_expression().voidExit a parse tree produced bySQLParser.query_expression().voidExit a parse tree produced bySQLParser.query_specification().voidExit a parse tree produced bySQLParser.row_or_range_clause().voidExit a parse tree produced bySQLParser.search_condition().voidExit a parse tree produced bySQLParser.search_condition_and().voidExit a parse tree produced bySQLParser.search_condition_not().voidExit a parse tree produced bySQLParser.select_list().voidExit a parse tree produced bySQLParser.select_list_elem().voidExit a parse tree produced bySQLParser.select_statement().voidExit a parse tree produced by theSESSION_USERlabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.sign().voidExit a parse tree produced bySQLParser.simple_id().voidExit a parse tree produced bySQLParser.sql_union().voidExit a parse tree produced bySQLParser.subquery().voidExit a parse tree produced bySQLParser.switch_search_condition_section().voidExit a parse tree produced bySQLParser.switch_section().voidExit a parse tree produced by theSYSTEM_USERlabeled alternative inSQLParser.function_call().voidExit a parse tree produced bySQLParser.table_alias().voidExit a parse tree produced bySQLParser.table_name().voidExit a parse tree produced bySQLParser.table_source().voidExit a parse tree produced bySQLParser.table_source_item().voidExit a parse tree produced bySQLParser.table_source_item_joined().voidExit a parse tree produced bySQLParser.table_sources().voidExit a parse tree produced bySQLParser.table_value_constructor().voidExit a parse tree produced bySQLParser.top_clause().voidExit a parse tree produced bySQLParser.top_count().voidExit a parse tree produced bySQLParser.top_percent().voidExit a parse tree produced bySQLParser.unary_operator_expression().voidExit a parse tree produced bySQLParser.window_frame_bound().voidExit a parse tree produced bySQLParser.window_frame_extent().voidExit a parse tree produced bySQLParser.window_frame_following().voidExit a parse tree produced bySQLParser.window_frame_preceding().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterParseSelectStatement
Enter a parse tree produced bySQLParser.parseSelectStatement().- Parameters:
ctx- the parse tree
-
exitParseSelectStatement
Exit a parse tree produced bySQLParser.parseSelectStatement().- Parameters:
ctx- the parse tree
-
enterParseFrom
Enter a parse tree produced bySQLParser.parseFrom().- Parameters:
ctx- the parse tree
-
exitParseFrom
Exit a parse tree produced bySQLParser.parseFrom().- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced bySQLParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced bySQLParser.expression().- Parameters:
ctx- the parse tree
-
enterPrimitive_expression
Enter a parse tree produced bySQLParser.primitive_expression().- Parameters:
ctx- the parse tree
-
exitPrimitive_expression
Exit a parse tree produced bySQLParser.primitive_expression().- Parameters:
ctx- the parse tree
-
enterCase_expression
Enter a parse tree produced bySQLParser.case_expression().- Parameters:
ctx- the parse tree
-
exitCase_expression
Exit a parse tree produced bySQLParser.case_expression().- Parameters:
ctx- the parse tree
-
enterUnary_operator_expression
Enter a parse tree produced bySQLParser.unary_operator_expression().- Parameters:
ctx- the parse tree
-
exitUnary_operator_expression
Exit a parse tree produced bySQLParser.unary_operator_expression().- Parameters:
ctx- the parse tree
-
enterBracket_expression
Enter a parse tree produced bySQLParser.bracket_expression().- Parameters:
ctx- the parse tree
-
exitBracket_expression
Exit a parse tree produced bySQLParser.bracket_expression().- Parameters:
ctx- the parse tree
-
enterConstant_expression
Enter a parse tree produced bySQLParser.constant_expression().- Parameters:
ctx- the parse tree
-
exitConstant_expression
Exit a parse tree produced bySQLParser.constant_expression().- Parameters:
ctx- the parse tree
-
enterSelect_statement
Enter a parse tree produced bySQLParser.select_statement().- Parameters:
ctx- the parse tree
-
exitSelect_statement
Exit a parse tree produced bySQLParser.select_statement().- Parameters:
ctx- the parse tree
-
enterSubquery
Enter a parse tree produced bySQLParser.subquery().- Parameters:
ctx- the parse tree
-
exitSubquery
Exit a parse tree produced bySQLParser.subquery().- Parameters:
ctx- the parse tree
-
enterSearch_condition
Enter a parse tree produced bySQLParser.search_condition().- Parameters:
ctx- the parse tree
-
exitSearch_condition
Exit a parse tree produced bySQLParser.search_condition().- Parameters:
ctx- the parse tree
-
enterSearch_condition_and
Enter a parse tree produced bySQLParser.search_condition_and().- Parameters:
ctx- the parse tree
-
exitSearch_condition_and
Exit a parse tree produced bySQLParser.search_condition_and().- Parameters:
ctx- the parse tree
-
enterSearch_condition_not
Enter a parse tree produced bySQLParser.search_condition_not().- Parameters:
ctx- the parse tree
-
exitSearch_condition_not
Exit a parse tree produced bySQLParser.search_condition_not().- Parameters:
ctx- the parse tree
-
enterPredicate
Enter a parse tree produced bySQLParser.predicate().- Parameters:
ctx- the parse tree
-
exitPredicate
Exit a parse tree produced bySQLParser.predicate().- Parameters:
ctx- the parse tree
-
enterQuery_expression
Enter a parse tree produced bySQLParser.query_expression().- Parameters:
ctx- the parse tree
-
exitQuery_expression
Exit a parse tree produced bySQLParser.query_expression().- Parameters:
ctx- the parse tree
-
enterSql_union
Enter a parse tree produced bySQLParser.sql_union().- Parameters:
ctx- the parse tree
-
exitSql_union
Exit a parse tree produced bySQLParser.sql_union().- Parameters:
ctx- the parse tree
-
enterQuery_specification
Enter a parse tree produced bySQLParser.query_specification().- Parameters:
ctx- the parse tree
-
exitQuery_specification
Exit a parse tree produced bySQLParser.query_specification().- Parameters:
ctx- the parse tree
-
enterTop_clause
Enter a parse tree produced bySQLParser.top_clause().- Parameters:
ctx- the parse tree
-
exitTop_clause
Exit a parse tree produced bySQLParser.top_clause().- Parameters:
ctx- the parse tree
-
enterTop_percent
Enter a parse tree produced bySQLParser.top_percent().- Parameters:
ctx- the parse tree
-
exitTop_percent
Exit a parse tree produced bySQLParser.top_percent().- Parameters:
ctx- the parse tree
-
enterTop_count
Enter a parse tree produced bySQLParser.top_count().- Parameters:
ctx- the parse tree
-
exitTop_count
Exit a parse tree produced bySQLParser.top_count().- Parameters:
ctx- the parse tree
-
enterOrder_by_clause
Enter a parse tree produced bySQLParser.order_by_clause().- Parameters:
ctx- the parse tree
-
exitOrder_by_clause
Exit a parse tree produced bySQLParser.order_by_clause().- Parameters:
ctx- the parse tree
-
enterOrder_by_expression
Enter a parse tree produced bySQLParser.order_by_expression().- Parameters:
ctx- the parse tree
-
exitOrder_by_expression
Exit a parse tree produced bySQLParser.order_by_expression().- Parameters:
ctx- the parse tree
-
enterGroup_by_item
Enter a parse tree produced bySQLParser.group_by_item().- Parameters:
ctx- the parse tree
-
exitGroup_by_item
Exit a parse tree produced bySQLParser.group_by_item().- Parameters:
ctx- the parse tree
-
enterSelect_list
Enter a parse tree produced bySQLParser.select_list().- Parameters:
ctx- the parse tree
-
exitSelect_list
Exit a parse tree produced bySQLParser.select_list().- Parameters:
ctx- the parse tree
-
enterColumn_elem
Enter a parse tree produced bySQLParser.column_elem().- Parameters:
ctx- the parse tree
-
exitColumn_elem
Exit a parse tree produced bySQLParser.column_elem().- Parameters:
ctx- the parse tree
-
enterExpression_elem
Enter a parse tree produced bySQLParser.expression_elem().- Parameters:
ctx- the parse tree
-
exitExpression_elem
Exit a parse tree produced bySQLParser.expression_elem().- Parameters:
ctx- the parse tree
-
enterSelect_list_elem
Enter a parse tree produced bySQLParser.select_list_elem().- Parameters:
ctx- the parse tree
-
exitSelect_list_elem
Exit a parse tree produced bySQLParser.select_list_elem().- Parameters:
ctx- the parse tree
-
enterTable_sources
Enter a parse tree produced bySQLParser.table_sources().- Parameters:
ctx- the parse tree
-
exitTable_sources
Exit a parse tree produced bySQLParser.table_sources().- Parameters:
ctx- the parse tree
-
enterTable_source
Enter a parse tree produced bySQLParser.table_source().- Parameters:
ctx- the parse tree
-
exitTable_source
Exit a parse tree produced bySQLParser.table_source().- Parameters:
ctx- the parse tree
-
enterTable_source_item_joined
Enter a parse tree produced bySQLParser.table_source_item_joined().- Parameters:
ctx- the parse tree
-
exitTable_source_item_joined
Exit a parse tree produced bySQLParser.table_source_item_joined().- Parameters:
ctx- the parse tree
-
enterTable_source_item
Enter a parse tree produced bySQLParser.table_source_item().- Parameters:
ctx- the parse tree
-
exitTable_source_item
Exit a parse tree produced bySQLParser.table_source_item().- Parameters:
ctx- the parse tree
-
enterJoin_part
Enter a parse tree produced bySQLParser.join_part().- Parameters:
ctx- the parse tree
-
exitJoin_part
Exit a parse tree produced bySQLParser.join_part().- Parameters:
ctx- the parse tree
-
enterDerived_table
Enter a parse tree produced bySQLParser.derived_table().- Parameters:
ctx- the parse tree
-
exitDerived_table
Exit a parse tree produced bySQLParser.derived_table().- Parameters:
ctx- the parse tree
-
enterCAST
Enter a parse tree produced by theCASTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitCAST
Exit a parse tree produced by theCASTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterCONVERT
Enter a parse tree produced by theCONVERTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitCONVERT
Exit a parse tree produced by theCONVERTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterCURRENT_TIMESTAMP
Enter a parse tree produced by theCURRENT_TIMESTAMPlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitCURRENT_TIMESTAMP
Exit a parse tree produced by theCURRENT_TIMESTAMPlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterCURRENT_USER
Enter a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitCURRENT_USER
Exit a parse tree produced by theCURRENT_USERlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterDATEADD
Enter a parse tree produced by theDATEADDlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitDATEADD
Exit a parse tree produced by theDATEADDlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterDATEDIFF
Enter a parse tree produced by theDATEDIFFlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitDATEDIFF
Exit a parse tree produced by theDATEDIFFlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterDATENAME
Enter a parse tree produced by theDATENAMElabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitDATENAME
Exit a parse tree produced by theDATENAMElabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterDATEPART
Enter a parse tree produced by theDATEPARTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitDATEPART
Exit a parse tree produced by theDATEPARTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterMIN_ACTIVE_ROWVERSION
Enter a parse tree produced by theMIN_ACTIVE_ROWVERSIONlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitMIN_ACTIVE_ROWVERSION
Exit a parse tree produced by theMIN_ACTIVE_ROWVERSIONlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterSESSION_USER
Enter a parse tree produced by theSESSION_USERlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitSESSION_USER
Exit a parse tree produced by theSESSION_USERlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterSYSTEM_USER
Enter a parse tree produced by theSYSTEM_USERlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitSYSTEM_USER
Exit a parse tree produced by theSYSTEM_USERlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterIFF
Enter a parse tree produced by theIFFlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitIFF
Exit a parse tree produced by theIFFlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterCOUNT
Enter a parse tree produced by theCOUNTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitCOUNT
Exit a parse tree produced by theCOUNTlabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterANY_FUNC
Enter a parse tree produced by theANY_FUNClabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
exitANY_FUNC
Exit a parse tree produced by theANY_FUNClabeled alternative inSQLParser.function_call().- Parameters:
ctx- the parse tree
-
enterSwitch_section
Enter a parse tree produced bySQLParser.switch_section().- Parameters:
ctx- the parse tree
-
exitSwitch_section
Exit a parse tree produced bySQLParser.switch_section().- Parameters:
ctx- the parse tree
-
enterSwitch_search_condition_section
Enter a parse tree produced bySQLParser.switch_search_condition_section().- Parameters:
ctx- the parse tree
-
exitSwitch_search_condition_section
Exit a parse tree produced bySQLParser.switch_search_condition_section().- Parameters:
ctx- the parse tree
-
enterAs_column_alias
Enter a parse tree produced bySQLParser.as_column_alias().- Parameters:
ctx- the parse tree
-
exitAs_column_alias
Exit a parse tree produced bySQLParser.as_column_alias().- Parameters:
ctx- the parse tree
-
enterAs_table_alias
Enter a parse tree produced bySQLParser.as_table_alias().- Parameters:
ctx- the parse tree
-
exitAs_table_alias
Exit a parse tree produced bySQLParser.as_table_alias().- Parameters:
ctx- the parse tree
-
enterTable_alias
Enter a parse tree produced bySQLParser.table_alias().- Parameters:
ctx- the parse tree
-
exitTable_alias
Exit a parse tree produced bySQLParser.table_alias().- Parameters:
ctx- the parse tree
-
enterColumn_alias_list
Enter a parse tree produced bySQLParser.column_alias_list().- Parameters:
ctx- the parse tree
-
exitColumn_alias_list
Exit a parse tree produced bySQLParser.column_alias_list().- Parameters:
ctx- the parse tree
-
enterColumn_alias
Enter a parse tree produced bySQLParser.column_alias().- Parameters:
ctx- the parse tree
-
exitColumn_alias
Exit a parse tree produced bySQLParser.column_alias().- Parameters:
ctx- the parse tree
-
enterTable_value_constructor
Enter a parse tree produced bySQLParser.table_value_constructor().- Parameters:
ctx- the parse tree
-
exitTable_value_constructor
Exit a parse tree produced bySQLParser.table_value_constructor().- Parameters:
ctx- the parse tree
-
enterExpression_list
Enter a parse tree produced bySQLParser.expression_list().- Parameters:
ctx- the parse tree
-
exitExpression_list
Exit a parse tree produced bySQLParser.expression_list().- Parameters:
ctx- the parse tree
-
enterOver_clause
Enter a parse tree produced bySQLParser.over_clause().- Parameters:
ctx- the parse tree
-
exitOver_clause
Exit a parse tree produced bySQLParser.over_clause().- Parameters:
ctx- the parse tree
-
enterRow_or_range_clause
Enter a parse tree produced bySQLParser.row_or_range_clause().- Parameters:
ctx- the parse tree
-
exitRow_or_range_clause
Exit a parse tree produced bySQLParser.row_or_range_clause().- Parameters:
ctx- the parse tree
-
enterWindow_frame_extent
Enter a parse tree produced bySQLParser.window_frame_extent().- Parameters:
ctx- the parse tree
-
exitWindow_frame_extent
Exit a parse tree produced bySQLParser.window_frame_extent().- Parameters:
ctx- the parse tree
-
enterWindow_frame_bound
Enter a parse tree produced bySQLParser.window_frame_bound().- Parameters:
ctx- the parse tree
-
exitWindow_frame_bound
Exit a parse tree produced bySQLParser.window_frame_bound().- Parameters:
ctx- the parse tree
-
enterWindow_frame_preceding
Enter a parse tree produced bySQLParser.window_frame_preceding().- Parameters:
ctx- the parse tree
-
exitWindow_frame_preceding
Exit a parse tree produced bySQLParser.window_frame_preceding().- Parameters:
ctx- the parse tree
-
enterWindow_frame_following
Enter a parse tree produced bySQLParser.window_frame_following().- Parameters:
ctx- the parse tree
-
exitWindow_frame_following
Exit a parse tree produced bySQLParser.window_frame_following().- Parameters:
ctx- the parse tree
-
enterTable_name
Enter a parse tree produced bySQLParser.table_name().- Parameters:
ctx- the parse tree
-
exitTable_name
Exit a parse tree produced bySQLParser.table_name().- Parameters:
ctx- the parse tree
-
enterFull_column_name
Enter a parse tree produced bySQLParser.full_column_name().- Parameters:
ctx- the parse tree
-
exitFull_column_name
Exit a parse tree produced bySQLParser.full_column_name().- Parameters:
ctx- the parse tree
-
enterNull_notnull
Enter a parse tree produced bySQLParser.null_notnull().- Parameters:
ctx- the parse tree
-
exitNull_notnull
Exit a parse tree produced bySQLParser.null_notnull().- Parameters:
ctx- the parse tree
-
enterData_type
Enter a parse tree produced bySQLParser.data_type().- Parameters:
ctx- the parse tree
-
exitData_type
Exit a parse tree produced bySQLParser.data_type().- Parameters:
ctx- the parse tree
-
enterConstant
Enter a parse tree produced bySQLParser.constant().- Parameters:
ctx- the parse tree
-
exitConstant
Exit a parse tree produced bySQLParser.constant().- Parameters:
ctx- the parse tree
-
enterSign
Enter a parse tree produced bySQLParser.sign().- Parameters:
ctx- the parse tree
-
exitSign
Exit a parse tree produced bySQLParser.sign().- Parameters:
ctx- the parse tree
-
enterId
Enter a parse tree produced bySQLParser.id().- Parameters:
ctx- the parse tree
-
exitId
Exit a parse tree produced bySQLParser.id().- Parameters:
ctx- the parse tree
-
enterSimple_id
Enter a parse tree produced bySQLParser.simple_id().- Parameters:
ctx- the parse tree
-
exitSimple_id
Exit a parse tree produced bySQLParser.simple_id().- Parameters:
ctx- the parse tree
-
enterComparison_operator
Enter a parse tree produced bySQLParser.comparison_operator().- Parameters:
ctx- the parse tree
-
exitComparison_operator
Exit a parse tree produced bySQLParser.comparison_operator().- Parameters:
ctx- the parse tree
-
enterAssignment_operator
Enter a parse tree produced bySQLParser.assignment_operator().- Parameters:
ctx- the parse tree
-
exitAssignment_operator
Exit a parse tree produced bySQLParser.assignment_operator().- Parameters:
ctx- the parse tree
-