ISQLiteParserListener

Classes > DataProvider.SQLite.Parsing > ISQLiteParserListener

This interface defines a complete listener for a parse tree produced by ``.

[CLSCompliant(false)]
public interface ISQLiteParserListener : IParseTreeListener

Methods

EnterParse(ParseContext)

void EnterParse(SQLiteParser.ParseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context ParseContext The parse tree.

ExitParse(ParseContext)

void ExitParse(SQLiteParser.ParseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context ParseContext The parse tree.

EnterSql_stmt_list(Sql_stmt_listContext)

void EnterSql_stmt_list(SQLiteParser.Sql_stmt_listContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Sql_stmt_listContext The parse tree.

ExitSql_stmt_list(Sql_stmt_listContext)

void ExitSql_stmt_list(SQLiteParser.Sql_stmt_listContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Sql_stmt_listContext The parse tree.

EnterSql_stmt(Sql_stmtContext)

void EnterSql_stmt(SQLiteParser.Sql_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Sql_stmtContext The parse tree.

ExitSql_stmt(Sql_stmtContext)

void ExitSql_stmt(SQLiteParser.Sql_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Sql_stmtContext The parse tree.

EnterAlter_table_stmt(Alter_table_stmtContext)

void EnterAlter_table_stmt(SQLiteParser.Alter_table_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Alter_table_stmtContext The parse tree.

ExitAlter_table_stmt(Alter_table_stmtContext)

void ExitAlter_table_stmt(SQLiteParser.Alter_table_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Alter_table_stmtContext The parse tree.

EnterAnalyze_stmt(Analyze_stmtContext)

void EnterAnalyze_stmt(SQLiteParser.Analyze_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Analyze_stmtContext The parse tree.

ExitAnalyze_stmt(Analyze_stmtContext)

void ExitAnalyze_stmt(SQLiteParser.Analyze_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Analyze_stmtContext The parse tree.

EnterAttach_stmt(Attach_stmtContext)

void EnterAttach_stmt(SQLiteParser.Attach_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Attach_stmtContext The parse tree.

ExitAttach_stmt(Attach_stmtContext)

void ExitAttach_stmt(SQLiteParser.Attach_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Attach_stmtContext The parse tree.

EnterBegin_stmt(Begin_stmtContext)

void EnterBegin_stmt(SQLiteParser.Begin_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Begin_stmtContext The parse tree.

ExitBegin_stmt(Begin_stmtContext)

void ExitBegin_stmt(SQLiteParser.Begin_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Begin_stmtContext The parse tree.

EnterCommit_stmt(Commit_stmtContext)

void EnterCommit_stmt(SQLiteParser.Commit_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Commit_stmtContext The parse tree.

ExitCommit_stmt(Commit_stmtContext)

void ExitCommit_stmt(SQLiteParser.Commit_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Commit_stmtContext The parse tree.

EnterRollback_stmt(Rollback_stmtContext)

void EnterRollback_stmt(SQLiteParser.Rollback_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Rollback_stmtContext The parse tree.

ExitRollback_stmt(Rollback_stmtContext)

void ExitRollback_stmt(SQLiteParser.Rollback_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Rollback_stmtContext The parse tree.

EnterSavepoint_stmt(Savepoint_stmtContext)

void EnterSavepoint_stmt(SQLiteParser.Savepoint_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Savepoint_stmtContext The parse tree.

ExitSavepoint_stmt(Savepoint_stmtContext)

void ExitSavepoint_stmt(SQLiteParser.Savepoint_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Savepoint_stmtContext The parse tree.

EnterRelease_stmt(Release_stmtContext)

void EnterRelease_stmt(SQLiteParser.Release_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Release_stmtContext The parse tree.

ExitRelease_stmt(Release_stmtContext)

void ExitRelease_stmt(SQLiteParser.Release_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Release_stmtContext The parse tree.

EnterCreate_index_stmt(Create_index_stmtContext)

void EnterCreate_index_stmt(SQLiteParser.Create_index_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Create_index_stmtContext The parse tree.

ExitCreate_index_stmt(Create_index_stmtContext)

void ExitCreate_index_stmt(SQLiteParser.Create_index_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Create_index_stmtContext The parse tree.

EnterIndexed_column(Indexed_columnContext)

void EnterIndexed_column(SQLiteParser.Indexed_columnContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Indexed_columnContext The parse tree.

ExitIndexed_column(Indexed_columnContext)

void ExitIndexed_column(SQLiteParser.Indexed_columnContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Indexed_columnContext The parse tree.

EnterCreate_table_stmt(Create_table_stmtContext)

void EnterCreate_table_stmt(SQLiteParser.Create_table_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Create_table_stmtContext The parse tree.

ExitCreate_table_stmt(Create_table_stmtContext)

void ExitCreate_table_stmt(SQLiteParser.Create_table_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Create_table_stmtContext The parse tree.

EnterColumn_def(Column_defContext)

void EnterColumn_def(SQLiteParser.Column_defContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Column_defContext The parse tree.

ExitColumn_def(Column_defContext)

void ExitColumn_def(SQLiteParser.Column_defContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Column_defContext The parse tree.

EnterType_name(Type_nameContext)

void EnterType_name(SQLiteParser.Type_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Type_nameContext The parse tree.

ExitType_name(Type_nameContext)

void ExitType_name(SQLiteParser.Type_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Type_nameContext The parse tree.

EnterColumn_constraint(Column_constraintContext)

void EnterColumn_constraint(SQLiteParser.Column_constraintContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Column_constraintContext The parse tree.

ExitColumn_constraint(Column_constraintContext)

void ExitColumn_constraint(SQLiteParser.Column_constraintContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Column_constraintContext The parse tree.

EnterSigned_number(Signed_numberContext)

void EnterSigned_number(SQLiteParser.Signed_numberContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Signed_numberContext The parse tree.

ExitSigned_number(Signed_numberContext)

void ExitSigned_number(SQLiteParser.Signed_numberContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Signed_numberContext The parse tree.

EnterTable_constraint(Table_constraintContext)

void EnterTable_constraint(SQLiteParser.Table_constraintContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Table_constraintContext The parse tree.

ExitTable_constraint(Table_constraintContext)

void ExitTable_constraint(SQLiteParser.Table_constraintContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Table_constraintContext The parse tree.

EnterForeign_key_clause(Foreign_key_clauseContext)

void EnterForeign_key_clause(SQLiteParser.Foreign_key_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Foreign_key_clauseContext The parse tree.

ExitForeign_key_clause(Foreign_key_clauseContext)

void ExitForeign_key_clause(SQLiteParser.Foreign_key_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Foreign_key_clauseContext The parse tree.

EnterConflict_clause(Conflict_clauseContext)

void EnterConflict_clause(SQLiteParser.Conflict_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Conflict_clauseContext The parse tree.

ExitConflict_clause(Conflict_clauseContext)

void ExitConflict_clause(SQLiteParser.Conflict_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Conflict_clauseContext The parse tree.

EnterCreate_trigger_stmt(Create_trigger_stmtContext)

void EnterCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Create_trigger_stmtContext The parse tree.

ExitCreate_trigger_stmt(Create_trigger_stmtContext)

void ExitCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Create_trigger_stmtContext The parse tree.

EnterCreate_view_stmt(Create_view_stmtContext)

void EnterCreate_view_stmt(SQLiteParser.Create_view_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Create_view_stmtContext The parse tree.

ExitCreate_view_stmt(Create_view_stmtContext)

void ExitCreate_view_stmt(SQLiteParser.Create_view_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Create_view_stmtContext The parse tree.

EnterCreate_virtual_table_stmt(Create_virtual_table_stmtContext)

void EnterCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Create_virtual_table_stmtContext The parse tree.

ExitCreate_virtual_table_stmt(Create_virtual_table_stmtContext)

void ExitCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Create_virtual_table_stmtContext The parse tree.

EnterWith_clause(With_clauseContext)

void EnterWith_clause(SQLiteParser.With_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context With_clauseContext The parse tree.

ExitWith_clause(With_clauseContext)

void ExitWith_clause(SQLiteParser.With_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context With_clauseContext The parse tree.

EnterCte_table_name(Cte_table_nameContext)

void EnterCte_table_name(SQLiteParser.Cte_table_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Cte_table_nameContext The parse tree.

ExitCte_table_name(Cte_table_nameContext)

void ExitCte_table_name(SQLiteParser.Cte_table_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Cte_table_nameContext The parse tree.

EnterRecursive_cte(Recursive_cteContext)

void EnterRecursive_cte(SQLiteParser.Recursive_cteContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Recursive_cteContext The parse tree.

ExitRecursive_cte(Recursive_cteContext)

void ExitRecursive_cte(SQLiteParser.Recursive_cteContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Recursive_cteContext The parse tree.

EnterCommon_table_expression(Common_table_expressionContext)

void EnterCommon_table_expression(SQLiteParser.Common_table_expressionContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Common_table_expressionContext The parse tree.

ExitCommon_table_expression(Common_table_expressionContext)

void ExitCommon_table_expression(SQLiteParser.Common_table_expressionContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Common_table_expressionContext The parse tree.

EnterDelete_stmt(Delete_stmtContext)

void EnterDelete_stmt(SQLiteParser.Delete_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Delete_stmtContext The parse tree.

ExitDelete_stmt(Delete_stmtContext)

void ExitDelete_stmt(SQLiteParser.Delete_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Delete_stmtContext The parse tree.

EnterDelete_stmt_limited(Delete_stmt_limitedContext)

void EnterDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Delete_stmt_limitedContext The parse tree.

ExitDelete_stmt_limited(Delete_stmt_limitedContext)

void ExitDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Delete_stmt_limitedContext The parse tree.

EnterDetach_stmt(Detach_stmtContext)

void EnterDetach_stmt(SQLiteParser.Detach_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Detach_stmtContext The parse tree.

ExitDetach_stmt(Detach_stmtContext)

void ExitDetach_stmt(SQLiteParser.Detach_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Detach_stmtContext The parse tree.

EnterDrop_stmt(Drop_stmtContext)

void EnterDrop_stmt(SQLiteParser.Drop_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Drop_stmtContext The parse tree.

ExitDrop_stmt(Drop_stmtContext)

void ExitDrop_stmt(SQLiteParser.Drop_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Drop_stmtContext The parse tree.

EnterExpr(ExprContext)

void EnterExpr(SQLiteParser.ExprContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context ExprContext The parse tree.

ExitExpr(ExprContext)

void ExitExpr(SQLiteParser.ExprContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context ExprContext The parse tree.

EnterRaise_function(Raise_functionContext)

void EnterRaise_function(SQLiteParser.Raise_functionContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Raise_functionContext The parse tree.

ExitRaise_function(Raise_functionContext)

void ExitRaise_function(SQLiteParser.Raise_functionContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Raise_functionContext The parse tree.

EnterLiteral_value(Literal_valueContext)

void EnterLiteral_value(SQLiteParser.Literal_valueContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Literal_valueContext The parse tree.

ExitLiteral_value(Literal_valueContext)

void ExitLiteral_value(SQLiteParser.Literal_valueContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Literal_valueContext The parse tree.

EnterValue_row(Value_rowContext)

void EnterValue_row(SQLiteParser.Value_rowContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Value_rowContext The parse tree.

ExitValue_row(Value_rowContext)

void ExitValue_row(SQLiteParser.Value_rowContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Value_rowContext The parse tree.

EnterValues_clause(Values_clauseContext)

void EnterValues_clause(SQLiteParser.Values_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Values_clauseContext The parse tree.

ExitValues_clause(Values_clauseContext)

void ExitValues_clause(SQLiteParser.Values_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Values_clauseContext The parse tree.

EnterInsert_stmt(Insert_stmtContext)

void EnterInsert_stmt(SQLiteParser.Insert_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Insert_stmtContext The parse tree.

ExitInsert_stmt(Insert_stmtContext)

void ExitInsert_stmt(SQLiteParser.Insert_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Insert_stmtContext The parse tree.

EnterReturning_clause(Returning_clauseContext)

void EnterReturning_clause(SQLiteParser.Returning_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Returning_clauseContext The parse tree.

ExitReturning_clause(Returning_clauseContext)

void ExitReturning_clause(SQLiteParser.Returning_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Returning_clauseContext The parse tree.

EnterUpsert_clause(Upsert_clauseContext)

void EnterUpsert_clause(SQLiteParser.Upsert_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Upsert_clauseContext The parse tree.

ExitUpsert_clause(Upsert_clauseContext)

void ExitUpsert_clause(SQLiteParser.Upsert_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Upsert_clauseContext The parse tree.

EnterPragma_stmt(Pragma_stmtContext)

void EnterPragma_stmt(SQLiteParser.Pragma_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Pragma_stmtContext The parse tree.

ExitPragma_stmt(Pragma_stmtContext)

void ExitPragma_stmt(SQLiteParser.Pragma_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Pragma_stmtContext The parse tree.

EnterPragma_value(Pragma_valueContext)

void EnterPragma_value(SQLiteParser.Pragma_valueContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Pragma_valueContext The parse tree.

ExitPragma_value(Pragma_valueContext)

void ExitPragma_value(SQLiteParser.Pragma_valueContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Pragma_valueContext The parse tree.

EnterReindex_stmt(Reindex_stmtContext)

void EnterReindex_stmt(SQLiteParser.Reindex_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Reindex_stmtContext The parse tree.

ExitReindex_stmt(Reindex_stmtContext)

void ExitReindex_stmt(SQLiteParser.Reindex_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Reindex_stmtContext The parse tree.

EnterSelect_stmt(Select_stmtContext)

void EnterSelect_stmt(SQLiteParser.Select_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Select_stmtContext The parse tree.

ExitSelect_stmt(Select_stmtContext)

void ExitSelect_stmt(SQLiteParser.Select_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Select_stmtContext The parse tree.

EnterJoin_clause(Join_clauseContext)

void EnterJoin_clause(SQLiteParser.Join_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Join_clauseContext The parse tree.

ExitJoin_clause(Join_clauseContext)

void ExitJoin_clause(SQLiteParser.Join_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Join_clauseContext The parse tree.

EnterSelect_core(Select_coreContext)

void EnterSelect_core(SQLiteParser.Select_coreContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Select_coreContext The parse tree.

ExitSelect_core(Select_coreContext)

void ExitSelect_core(SQLiteParser.Select_coreContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Select_coreContext The parse tree.

EnterFactored_select_stmt(Factored_select_stmtContext)

void EnterFactored_select_stmt(SQLiteParser.Factored_select_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Factored_select_stmtContext The parse tree.

ExitFactored_select_stmt(Factored_select_stmtContext)

void ExitFactored_select_stmt(SQLiteParser.Factored_select_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Factored_select_stmtContext The parse tree.

EnterSimple_select_stmt(Simple_select_stmtContext)

void EnterSimple_select_stmt(SQLiteParser.Simple_select_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Simple_select_stmtContext The parse tree.

ExitSimple_select_stmt(Simple_select_stmtContext)

void ExitSimple_select_stmt(SQLiteParser.Simple_select_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Simple_select_stmtContext The parse tree.

EnterCompound_select_stmt(Compound_select_stmtContext)

void EnterCompound_select_stmt(SQLiteParser.Compound_select_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Compound_select_stmtContext The parse tree.

ExitCompound_select_stmt(Compound_select_stmtContext)

void ExitCompound_select_stmt(SQLiteParser.Compound_select_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Compound_select_stmtContext The parse tree.

EnterTable_or_subquery(Table_or_subqueryContext)

void EnterTable_or_subquery(SQLiteParser.Table_or_subqueryContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Table_or_subqueryContext The parse tree.

ExitTable_or_subquery(Table_or_subqueryContext)

void ExitTable_or_subquery(SQLiteParser.Table_or_subqueryContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Table_or_subqueryContext The parse tree.

EnterResult_column(Result_columnContext)

void EnterResult_column(SQLiteParser.Result_columnContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Result_columnContext The parse tree.

ExitResult_column(Result_columnContext)

void ExitResult_column(SQLiteParser.Result_columnContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Result_columnContext The parse tree.

EnterJoin_operator(Join_operatorContext)

void EnterJoin_operator(SQLiteParser.Join_operatorContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Join_operatorContext The parse tree.

ExitJoin_operator(Join_operatorContext)

void ExitJoin_operator(SQLiteParser.Join_operatorContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Join_operatorContext The parse tree.

EnterJoin_constraint(Join_constraintContext)

void EnterJoin_constraint(SQLiteParser.Join_constraintContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Join_constraintContext The parse tree.

ExitJoin_constraint(Join_constraintContext)

void ExitJoin_constraint(SQLiteParser.Join_constraintContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Join_constraintContext The parse tree.

EnterCompound_operator(Compound_operatorContext)

void EnterCompound_operator(SQLiteParser.Compound_operatorContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Compound_operatorContext The parse tree.

ExitCompound_operator(Compound_operatorContext)

void ExitCompound_operator(SQLiteParser.Compound_operatorContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Compound_operatorContext The parse tree.

EnterUpdate_stmt(Update_stmtContext)

void EnterUpdate_stmt(SQLiteParser.Update_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Update_stmtContext The parse tree.

ExitUpdate_stmt(Update_stmtContext)

void ExitUpdate_stmt(SQLiteParser.Update_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Update_stmtContext The parse tree.

EnterColumn_name_list(Column_name_listContext)

void EnterColumn_name_list(SQLiteParser.Column_name_listContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Column_name_listContext The parse tree.

ExitColumn_name_list(Column_name_listContext)

void ExitColumn_name_list(SQLiteParser.Column_name_listContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Column_name_listContext The parse tree.

EnterUpdate_stmt_limited(Update_stmt_limitedContext)

void EnterUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Update_stmt_limitedContext The parse tree.

ExitUpdate_stmt_limited(Update_stmt_limitedContext)

void ExitUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Update_stmt_limitedContext The parse tree.

EnterQualified_table_name(Qualified_table_nameContext)

void EnterQualified_table_name(SQLiteParser.Qualified_table_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Qualified_table_nameContext The parse tree.

ExitQualified_table_name(Qualified_table_nameContext)

void ExitQualified_table_name(SQLiteParser.Qualified_table_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Qualified_table_nameContext The parse tree.

EnterVacuum_stmt(Vacuum_stmtContext)

void EnterVacuum_stmt(SQLiteParser.Vacuum_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Vacuum_stmtContext The parse tree.

ExitVacuum_stmt(Vacuum_stmtContext)

void ExitVacuum_stmt(SQLiteParser.Vacuum_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Vacuum_stmtContext The parse tree.

EnterFilter_clause(Filter_clauseContext)

void EnterFilter_clause(SQLiteParser.Filter_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Filter_clauseContext The parse tree.

ExitFilter_clause(Filter_clauseContext)

void ExitFilter_clause(SQLiteParser.Filter_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Filter_clauseContext The parse tree.

EnterWindow_defn(Window_defnContext)

void EnterWindow_defn(SQLiteParser.Window_defnContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Window_defnContext The parse tree.

ExitWindow_defn(Window_defnContext)

void ExitWindow_defn(SQLiteParser.Window_defnContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Window_defnContext The parse tree.

EnterOver_clause(Over_clauseContext)

void EnterOver_clause(SQLiteParser.Over_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Over_clauseContext The parse tree.

ExitOver_clause(Over_clauseContext)

void ExitOver_clause(SQLiteParser.Over_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Over_clauseContext The parse tree.

EnterFrame_spec(Frame_specContext)

void EnterFrame_spec(SQLiteParser.Frame_specContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_specContext The parse tree.

ExitFrame_spec(Frame_specContext)

void ExitFrame_spec(SQLiteParser.Frame_specContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_specContext The parse tree.

EnterFrame_clause(Frame_clauseContext)

void EnterFrame_clause(SQLiteParser.Frame_clauseContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_clauseContext The parse tree.

ExitFrame_clause(Frame_clauseContext)

void ExitFrame_clause(SQLiteParser.Frame_clauseContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_clauseContext The parse tree.

EnterSimple_function_invocation(Simple_function_invocationContext)

void EnterSimple_function_invocation(SQLiteParser.Simple_function_invocationContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Simple_function_invocationContext The parse tree.

ExitSimple_function_invocation(Simple_function_invocationContext)

void ExitSimple_function_invocation(SQLiteParser.Simple_function_invocationContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Simple_function_invocationContext The parse tree.

EnterAggregate_function_invocation(Aggregate_function_invocationContext)

void EnterAggregate_function_invocation(SQLiteParser.Aggregate_function_invocationContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Aggregate_function_invocationContext The parse tree.

ExitAggregate_function_invocation(Aggregate_function_invocationContext)

void ExitAggregate_function_invocation(SQLiteParser.Aggregate_function_invocationContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Aggregate_function_invocationContext The parse tree.

EnterWindow_function_invocation(Window_function_invocationContext)

void EnterWindow_function_invocation(SQLiteParser.Window_function_invocationContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Window_function_invocationContext The parse tree.

ExitWindow_function_invocation(Window_function_invocationContext)

void ExitWindow_function_invocation(SQLiteParser.Window_function_invocationContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Window_function_invocationContext The parse tree.

EnterCommon_table_stmt(Common_table_stmtContext)

void EnterCommon_table_stmt(SQLiteParser.Common_table_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Common_table_stmtContext The parse tree.

ExitCommon_table_stmt(Common_table_stmtContext)

void ExitCommon_table_stmt(SQLiteParser.Common_table_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Common_table_stmtContext The parse tree.

EnterOrder_by_stmt(Order_by_stmtContext)

void EnterOrder_by_stmt(SQLiteParser.Order_by_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Order_by_stmtContext The parse tree.

ExitOrder_by_stmt(Order_by_stmtContext)

void ExitOrder_by_stmt(SQLiteParser.Order_by_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Order_by_stmtContext The parse tree.

EnterLimit_stmt(Limit_stmtContext)

void EnterLimit_stmt(SQLiteParser.Limit_stmtContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Limit_stmtContext The parse tree.

ExitLimit_stmt(Limit_stmtContext)

void ExitLimit_stmt(SQLiteParser.Limit_stmtContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Limit_stmtContext The parse tree.

EnterOrdering_term(Ordering_termContext)

void EnterOrdering_term(SQLiteParser.Ordering_termContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Ordering_termContext The parse tree.

ExitOrdering_term(Ordering_termContext)

void ExitOrdering_term(SQLiteParser.Ordering_termContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Ordering_termContext The parse tree.

EnterAsc_desc(Asc_descContext)

void EnterAsc_desc(SQLiteParser.Asc_descContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Asc_descContext The parse tree.

ExitAsc_desc(Asc_descContext)

void ExitAsc_desc(SQLiteParser.Asc_descContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Asc_descContext The parse tree.

EnterFrame_left(Frame_leftContext)

void EnterFrame_left(SQLiteParser.Frame_leftContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_leftContext The parse tree.

ExitFrame_left(Frame_leftContext)

void ExitFrame_left(SQLiteParser.Frame_leftContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_leftContext The parse tree.

EnterFrame_right(Frame_rightContext)

void EnterFrame_right(SQLiteParser.Frame_rightContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_rightContext The parse tree.

ExitFrame_right(Frame_rightContext)

void ExitFrame_right(SQLiteParser.Frame_rightContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_rightContext The parse tree.

EnterFrame_single(Frame_singleContext)

void EnterFrame_single(SQLiteParser.Frame_singleContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_singleContext The parse tree.

ExitFrame_single(Frame_singleContext)

void ExitFrame_single(SQLiteParser.Frame_singleContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Frame_singleContext The parse tree.

EnterWindow_function(Window_functionContext)

void EnterWindow_function(SQLiteParser.Window_functionContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Window_functionContext The parse tree.

ExitWindow_function(Window_functionContext)

void ExitWindow_function(SQLiteParser.Window_functionContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Window_functionContext The parse tree.

EnterOffset(OffsetContext)

void EnterOffset(SQLiteParser.OffsetContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context OffsetContext The parse tree.

ExitOffset(OffsetContext)

void ExitOffset(SQLiteParser.OffsetContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context OffsetContext The parse tree.

EnterDefault_value(Default_valueContext)

void EnterDefault_value(SQLiteParser.Default_valueContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Default_valueContext The parse tree.

ExitDefault_value(Default_valueContext)

void ExitDefault_value(SQLiteParser.Default_valueContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Default_valueContext The parse tree.

EnterPartition_by(Partition_byContext)

void EnterPartition_by(SQLiteParser.Partition_byContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Partition_byContext The parse tree.

ExitPartition_by(Partition_byContext)

void ExitPartition_by(SQLiteParser.Partition_byContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Partition_byContext The parse tree.

EnterOrder_by_expr(Order_by_exprContext)

void EnterOrder_by_expr(SQLiteParser.Order_by_exprContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Order_by_exprContext The parse tree.

ExitOrder_by_expr(Order_by_exprContext)

void ExitOrder_by_expr(SQLiteParser.Order_by_exprContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Order_by_exprContext The parse tree.

EnterOrder_by_expr_asc_desc(Order_by_expr_asc_descContext)

void EnterOrder_by_expr_asc_desc(SQLiteParser.Order_by_expr_asc_descContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Order_by_expr_asc_descContext The parse tree.

ExitOrder_by_expr_asc_desc(Order_by_expr_asc_descContext)

void ExitOrder_by_expr_asc_desc(SQLiteParser.Order_by_expr_asc_descContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Order_by_expr_asc_descContext The parse tree.

EnterExpr_asc_desc(Expr_asc_descContext)

void EnterExpr_asc_desc(SQLiteParser.Expr_asc_descContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Expr_asc_descContext The parse tree.

ExitExpr_asc_desc(Expr_asc_descContext)

void ExitExpr_asc_desc(SQLiteParser.Expr_asc_descContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Expr_asc_descContext The parse tree.

EnterInitial_select(Initial_selectContext)

void EnterInitial_select(SQLiteParser.Initial_selectContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Initial_selectContext The parse tree.

ExitInitial_select(Initial_selectContext)

void ExitInitial_select(SQLiteParser.Initial_selectContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Initial_selectContext The parse tree.

EnterRecursive_select(Recursive_selectContext)

void EnterRecursive_select(SQLiteParser.Recursive_selectContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Recursive_selectContext The parse tree.

ExitRecursive_select(Recursive_selectContext)

void ExitRecursive_select(SQLiteParser.Recursive_selectContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Recursive_selectContext The parse tree.

EnterUnary_operator(Unary_operatorContext)

void EnterUnary_operator(SQLiteParser.Unary_operatorContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Unary_operatorContext The parse tree.

ExitUnary_operator(Unary_operatorContext)

void ExitUnary_operator(SQLiteParser.Unary_operatorContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Unary_operatorContext The parse tree.

EnterError_message(Error_messageContext)

void EnterError_message(SQLiteParser.Error_messageContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Error_messageContext The parse tree.

ExitError_message(Error_messageContext)

void ExitError_message(SQLiteParser.Error_messageContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Error_messageContext The parse tree.

EnterModule_argument(Module_argumentContext)

void EnterModule_argument(SQLiteParser.Module_argumentContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Module_argumentContext The parse tree.

ExitModule_argument(Module_argumentContext)

void ExitModule_argument(SQLiteParser.Module_argumentContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Module_argumentContext The parse tree.

EnterColumn_alias(Column_aliasContext)

void EnterColumn_alias(SQLiteParser.Column_aliasContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Column_aliasContext The parse tree.

ExitColumn_alias(Column_aliasContext)

void ExitColumn_alias(SQLiteParser.Column_aliasContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Column_aliasContext The parse tree.

EnterKeyword(KeywordContext)

void EnterKeyword(SQLiteParser.KeywordContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context KeywordContext The parse tree.

ExitKeyword(KeywordContext)

void ExitKeyword(SQLiteParser.KeywordContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context KeywordContext The parse tree.

EnterName(NameContext)

void EnterName(SQLiteParser.NameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context NameContext The parse tree.

ExitName(NameContext)

void ExitName(SQLiteParser.NameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context NameContext The parse tree.

EnterFunction_name(Function_nameContext)

void EnterFunction_name(SQLiteParser.Function_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Function_nameContext The parse tree.

ExitFunction_name(Function_nameContext)

void ExitFunction_name(SQLiteParser.Function_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Function_nameContext The parse tree.

EnterSchema_name(Schema_nameContext)

void EnterSchema_name(SQLiteParser.Schema_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Schema_nameContext The parse tree.

ExitSchema_name(Schema_nameContext)

void ExitSchema_name(SQLiteParser.Schema_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Schema_nameContext The parse tree.

EnterTable_name(Table_nameContext)

void EnterTable_name(SQLiteParser.Table_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Table_nameContext The parse tree.

ExitTable_name(Table_nameContext)

void ExitTable_name(SQLiteParser.Table_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Table_nameContext The parse tree.

EnterTable_or_index_name(Table_or_index_nameContext)

void EnterTable_or_index_name(SQLiteParser.Table_or_index_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Table_or_index_nameContext The parse tree.

ExitTable_or_index_name(Table_or_index_nameContext)

void ExitTable_or_index_name(SQLiteParser.Table_or_index_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Table_or_index_nameContext The parse tree.

EnterColumn_name(Column_nameContext)

void EnterColumn_name(SQLiteParser.Column_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Column_nameContext The parse tree.

ExitColumn_name(Column_nameContext)

void ExitColumn_name(SQLiteParser.Column_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Column_nameContext The parse tree.

EnterCollation_name(Collation_nameContext)

void EnterCollation_name(SQLiteParser.Collation_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Collation_nameContext The parse tree.

ExitCollation_name(Collation_nameContext)

void ExitCollation_name(SQLiteParser.Collation_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Collation_nameContext The parse tree.

EnterForeign_table(Foreign_tableContext)

void EnterForeign_table(SQLiteParser.Foreign_tableContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Foreign_tableContext The parse tree.

ExitForeign_table(Foreign_tableContext)

void ExitForeign_table(SQLiteParser.Foreign_tableContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Foreign_tableContext The parse tree.

EnterIndex_name(Index_nameContext)

void EnterIndex_name(SQLiteParser.Index_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Index_nameContext The parse tree.

ExitIndex_name(Index_nameContext)

void ExitIndex_name(SQLiteParser.Index_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Index_nameContext The parse tree.

EnterTrigger_name(Trigger_nameContext)

void EnterTrigger_name(SQLiteParser.Trigger_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Trigger_nameContext The parse tree.

ExitTrigger_name(Trigger_nameContext)

void ExitTrigger_name(SQLiteParser.Trigger_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Trigger_nameContext The parse tree.

EnterView_name(View_nameContext)

void EnterView_name(SQLiteParser.View_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context View_nameContext The parse tree.

ExitView_name(View_nameContext)

void ExitView_name(SQLiteParser.View_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context View_nameContext The parse tree.

EnterModule_name(Module_nameContext)

void EnterModule_name(SQLiteParser.Module_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Module_nameContext The parse tree.

ExitModule_name(Module_nameContext)

void ExitModule_name(SQLiteParser.Module_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Module_nameContext The parse tree.

EnterPragma_name(Pragma_nameContext)

void EnterPragma_name(SQLiteParser.Pragma_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Pragma_nameContext The parse tree.

ExitPragma_name(Pragma_nameContext)

void ExitPragma_name(SQLiteParser.Pragma_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Pragma_nameContext The parse tree.

EnterSavepoint_name(Savepoint_nameContext)

void EnterSavepoint_name(SQLiteParser.Savepoint_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Savepoint_nameContext The parse tree.

ExitSavepoint_name(Savepoint_nameContext)

void ExitSavepoint_name(SQLiteParser.Savepoint_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Savepoint_nameContext The parse tree.

EnterTable_alias(Table_aliasContext)

void EnterTable_alias(SQLiteParser.Table_aliasContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Table_aliasContext The parse tree.

ExitTable_alias(Table_aliasContext)

void ExitTable_alias(SQLiteParser.Table_aliasContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Table_aliasContext The parse tree.

EnterTransaction_name(Transaction_nameContext)

void EnterTransaction_name(SQLiteParser.Transaction_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Transaction_nameContext The parse tree.

ExitTransaction_name(Transaction_nameContext)

void ExitTransaction_name(SQLiteParser.Transaction_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Transaction_nameContext The parse tree.

EnterWindow_name(Window_nameContext)

void EnterWindow_name(SQLiteParser.Window_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Window_nameContext The parse tree.

ExitWindow_name(Window_nameContext)

void ExitWindow_name(SQLiteParser.Window_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Window_nameContext The parse tree.

EnterAlias(AliasContext)

void EnterAlias(SQLiteParser.AliasContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context AliasContext The parse tree.

ExitAlias(AliasContext)

void ExitAlias(SQLiteParser.AliasContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context AliasContext The parse tree.

EnterFilename(FilenameContext)

void EnterFilename(SQLiteParser.FilenameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context FilenameContext The parse tree.

ExitFilename(FilenameContext)

void ExitFilename(SQLiteParser.FilenameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context FilenameContext The parse tree.

EnterBase_window_name(Base_window_nameContext)

void EnterBase_window_name(SQLiteParser.Base_window_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Base_window_nameContext The parse tree.

ExitBase_window_name(Base_window_nameContext)

void ExitBase_window_name(SQLiteParser.Base_window_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Base_window_nameContext The parse tree.

EnterSimple_func(Simple_funcContext)

void EnterSimple_func(SQLiteParser.Simple_funcContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Simple_funcContext The parse tree.

ExitSimple_func(Simple_funcContext)

void ExitSimple_func(SQLiteParser.Simple_funcContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Simple_funcContext The parse tree.

EnterAggregate_func(Aggregate_funcContext)

void EnterAggregate_func(SQLiteParser.Aggregate_funcContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Aggregate_funcContext The parse tree.

ExitAggregate_func(Aggregate_funcContext)

void ExitAggregate_func(SQLiteParser.Aggregate_funcContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Aggregate_funcContext The parse tree.

EnterTable_function_name(Table_function_nameContext)

void EnterTable_function_name(SQLiteParser.Table_function_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Table_function_nameContext The parse tree.

ExitTable_function_name(Table_function_nameContext)

void ExitTable_function_name(SQLiteParser.Table_function_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Table_function_nameContext The parse tree.

EnterAny_name(Any_nameContext)

void EnterAny_name(SQLiteParser.Any_nameContext context)

Enter a parse tree produced by ``.

Parameters:

Name Type Description
context Any_nameContext The parse tree.

ExitAny_name(Any_nameContext)

void ExitAny_name(SQLiteParser.Any_nameContext context)

Exit a parse tree produced by ``.

Parameters:

Name Type Description
context Any_nameContext The parse tree.