SQLiteParserBaseListener
This class provides an empty implementation of ``, which can be extended to create a listener which only needs to handle a subset of the available methods.
[CLSCompliant(false)]
public class SQLiteParserBaseListener : ISQLiteParserListener, IParseTreeListener
Methods
EnterParse(ParseContext)
public virtual void EnterParse(SQLiteParser.ParseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ParseContext |
The parse tree. |
ExitParse(ParseContext)
public virtual void ExitParse(SQLiteParser.ParseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ParseContext |
The parse tree. |
EnterSql_stmt_list(Sql_stmt_listContext)
public virtual void EnterSql_stmt_list(SQLiteParser.Sql_stmt_listContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sql_stmt_listContext |
The parse tree. |
ExitSql_stmt_list(Sql_stmt_listContext)
public virtual void ExitSql_stmt_list(SQLiteParser.Sql_stmt_listContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sql_stmt_listContext |
The parse tree. |
EnterSql_stmt(Sql_stmtContext)
public virtual void EnterSql_stmt(SQLiteParser.Sql_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sql_stmtContext |
The parse tree. |
ExitSql_stmt(Sql_stmtContext)
public virtual void ExitSql_stmt(SQLiteParser.Sql_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sql_stmtContext |
The parse tree. |
EnterAlter_table_stmt(Alter_table_stmtContext)
public virtual void EnterAlter_table_stmt(SQLiteParser.Alter_table_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_table_stmtContext |
The parse tree. |
ExitAlter_table_stmt(Alter_table_stmtContext)
public virtual void ExitAlter_table_stmt(SQLiteParser.Alter_table_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_table_stmtContext |
The parse tree. |
EnterAnalyze_stmt(Analyze_stmtContext)
public virtual void EnterAnalyze_stmt(SQLiteParser.Analyze_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Analyze_stmtContext |
The parse tree. |
ExitAnalyze_stmt(Analyze_stmtContext)
public virtual void ExitAnalyze_stmt(SQLiteParser.Analyze_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Analyze_stmtContext |
The parse tree. |
EnterAttach_stmt(Attach_stmtContext)
public virtual void EnterAttach_stmt(SQLiteParser.Attach_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Attach_stmtContext |
The parse tree. |
ExitAttach_stmt(Attach_stmtContext)
public virtual void ExitAttach_stmt(SQLiteParser.Attach_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Attach_stmtContext |
The parse tree. |
EnterBegin_stmt(Begin_stmtContext)
public virtual void EnterBegin_stmt(SQLiteParser.Begin_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Begin_stmtContext |
The parse tree. |
ExitBegin_stmt(Begin_stmtContext)
public virtual void ExitBegin_stmt(SQLiteParser.Begin_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Begin_stmtContext |
The parse tree. |
EnterCommit_stmt(Commit_stmtContext)
public virtual void EnterCommit_stmt(SQLiteParser.Commit_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Commit_stmtContext |
The parse tree. |
ExitCommit_stmt(Commit_stmtContext)
public virtual void ExitCommit_stmt(SQLiteParser.Commit_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Commit_stmtContext |
The parse tree. |
EnterRollback_stmt(Rollback_stmtContext)
public virtual void EnterRollback_stmt(SQLiteParser.Rollback_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rollback_stmtContext |
The parse tree. |
ExitRollback_stmt(Rollback_stmtContext)
public virtual void ExitRollback_stmt(SQLiteParser.Rollback_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rollback_stmtContext |
The parse tree. |
EnterSavepoint_stmt(Savepoint_stmtContext)
public virtual void EnterSavepoint_stmt(SQLiteParser.Savepoint_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Savepoint_stmtContext |
The parse tree. |
ExitSavepoint_stmt(Savepoint_stmtContext)
public virtual void ExitSavepoint_stmt(SQLiteParser.Savepoint_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Savepoint_stmtContext |
The parse tree. |
EnterRelease_stmt(Release_stmtContext)
public virtual void EnterRelease_stmt(SQLiteParser.Release_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Release_stmtContext |
The parse tree. |
ExitRelease_stmt(Release_stmtContext)
public virtual void ExitRelease_stmt(SQLiteParser.Release_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Release_stmtContext |
The parse tree. |
EnterCreate_index_stmt(Create_index_stmtContext)
public virtual void EnterCreate_index_stmt(SQLiteParser.Create_index_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_index_stmtContext |
The parse tree. |
ExitCreate_index_stmt(Create_index_stmtContext)
public virtual void ExitCreate_index_stmt(SQLiteParser.Create_index_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_index_stmtContext |
The parse tree. |
EnterIndexed_column(Indexed_columnContext)
public virtual void EnterIndexed_column(SQLiteParser.Indexed_columnContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Indexed_columnContext |
The parse tree. |
ExitIndexed_column(Indexed_columnContext)
public virtual void ExitIndexed_column(SQLiteParser.Indexed_columnContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Indexed_columnContext |
The parse tree. |
EnterCreate_table_stmt(Create_table_stmtContext)
public virtual void EnterCreate_table_stmt(SQLiteParser.Create_table_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_table_stmtContext |
The parse tree. |
ExitCreate_table_stmt(Create_table_stmtContext)
public virtual void ExitCreate_table_stmt(SQLiteParser.Create_table_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_table_stmtContext |
The parse tree. |
EnterColumn_def(Column_defContext)
public virtual void EnterColumn_def(SQLiteParser.Column_defContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_defContext |
The parse tree. |
ExitColumn_def(Column_defContext)
public virtual void ExitColumn_def(SQLiteParser.Column_defContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_defContext |
The parse tree. |
EnterType_name(Type_nameContext)
public virtual void EnterType_name(SQLiteParser.Type_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_nameContext |
The parse tree. |
ExitType_name(Type_nameContext)
public virtual void ExitType_name(SQLiteParser.Type_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_nameContext |
The parse tree. |
EnterColumn_constraint(Column_constraintContext)
public virtual void EnterColumn_constraint(SQLiteParser.Column_constraintContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_constraintContext |
The parse tree. |
ExitColumn_constraint(Column_constraintContext)
public virtual void ExitColumn_constraint(SQLiteParser.Column_constraintContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_constraintContext |
The parse tree. |
EnterSigned_number(Signed_numberContext)
public virtual void EnterSigned_number(SQLiteParser.Signed_numberContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Signed_numberContext |
The parse tree. |
ExitSigned_number(Signed_numberContext)
public virtual void ExitSigned_number(SQLiteParser.Signed_numberContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Signed_numberContext |
The parse tree. |
EnterTable_constraint(Table_constraintContext)
public virtual void EnterTable_constraint(SQLiteParser.Table_constraintContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_constraintContext |
The parse tree. |
ExitTable_constraint(Table_constraintContext)
public virtual void ExitTable_constraint(SQLiteParser.Table_constraintContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_constraintContext |
The parse tree. |
EnterForeign_key_clause(Foreign_key_clauseContext)
public virtual void EnterForeign_key_clause(SQLiteParser.Foreign_key_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_key_clauseContext |
The parse tree. |
ExitForeign_key_clause(Foreign_key_clauseContext)
public virtual void ExitForeign_key_clause(SQLiteParser.Foreign_key_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_key_clauseContext |
The parse tree. |
EnterConflict_clause(Conflict_clauseContext)
public virtual void EnterConflict_clause(SQLiteParser.Conflict_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Conflict_clauseContext |
The parse tree. |
ExitConflict_clause(Conflict_clauseContext)
public virtual void ExitConflict_clause(SQLiteParser.Conflict_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Conflict_clauseContext |
The parse tree. |
EnterCreate_trigger_stmt(Create_trigger_stmtContext)
public virtual void EnterCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_trigger_stmtContext |
The parse tree. |
ExitCreate_trigger_stmt(Create_trigger_stmtContext)
public virtual void ExitCreate_trigger_stmt(SQLiteParser.Create_trigger_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_trigger_stmtContext |
The parse tree. |
EnterCreate_view_stmt(Create_view_stmtContext)
public virtual void EnterCreate_view_stmt(SQLiteParser.Create_view_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_view_stmtContext |
The parse tree. |
ExitCreate_view_stmt(Create_view_stmtContext)
public virtual void ExitCreate_view_stmt(SQLiteParser.Create_view_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_view_stmtContext |
The parse tree. |
EnterCreate_virtual_table_stmt(Create_virtual_table_stmtContext)
public virtual void EnterCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_virtual_table_stmtContext |
The parse tree. |
ExitCreate_virtual_table_stmt(Create_virtual_table_stmtContext)
public virtual void ExitCreate_virtual_table_stmt(SQLiteParser.Create_virtual_table_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_virtual_table_stmtContext |
The parse tree. |
EnterWith_clause(With_clauseContext)
public virtual void EnterWith_clause(SQLiteParser.With_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_clauseContext |
The parse tree. |
ExitWith_clause(With_clauseContext)
public virtual void ExitWith_clause(SQLiteParser.With_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_clauseContext |
The parse tree. |
EnterCte_table_name(Cte_table_nameContext)
public virtual void EnterCte_table_name(SQLiteParser.Cte_table_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cte_table_nameContext |
The parse tree. |
ExitCte_table_name(Cte_table_nameContext)
public virtual void ExitCte_table_name(SQLiteParser.Cte_table_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cte_table_nameContext |
The parse tree. |
EnterRecursive_cte(Recursive_cteContext)
public virtual void EnterRecursive_cte(SQLiteParser.Recursive_cteContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Recursive_cteContext |
The parse tree. |
ExitRecursive_cte(Recursive_cteContext)
public virtual void ExitRecursive_cte(SQLiteParser.Recursive_cteContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Recursive_cteContext |
The parse tree. |
EnterCommon_table_expression(Common_table_expressionContext)
public virtual void EnterCommon_table_expression(SQLiteParser.Common_table_expressionContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_table_expressionContext |
The parse tree. |
ExitCommon_table_expression(Common_table_expressionContext)
public virtual void ExitCommon_table_expression(SQLiteParser.Common_table_expressionContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_table_expressionContext |
The parse tree. |
EnterDelete_stmt(Delete_stmtContext)
public virtual void EnterDelete_stmt(SQLiteParser.Delete_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Delete_stmtContext |
The parse tree. |
ExitDelete_stmt(Delete_stmtContext)
public virtual void ExitDelete_stmt(SQLiteParser.Delete_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Delete_stmtContext |
The parse tree. |
EnterDelete_stmt_limited(Delete_stmt_limitedContext)
public virtual void EnterDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Delete_stmt_limitedContext |
The parse tree. |
ExitDelete_stmt_limited(Delete_stmt_limitedContext)
public virtual void ExitDelete_stmt_limited(SQLiteParser.Delete_stmt_limitedContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Delete_stmt_limitedContext |
The parse tree. |
EnterDetach_stmt(Detach_stmtContext)
public virtual void EnterDetach_stmt(SQLiteParser.Detach_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Detach_stmtContext |
The parse tree. |
ExitDetach_stmt(Detach_stmtContext)
public virtual void ExitDetach_stmt(SQLiteParser.Detach_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Detach_stmtContext |
The parse tree. |
EnterDrop_stmt(Drop_stmtContext)
public virtual void EnterDrop_stmt(SQLiteParser.Drop_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_stmtContext |
The parse tree. |
ExitDrop_stmt(Drop_stmtContext)
public virtual void ExitDrop_stmt(SQLiteParser.Drop_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_stmtContext |
The parse tree. |
EnterExpr(ExprContext)
public virtual void EnterExpr(SQLiteParser.ExprContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExprContext |
The parse tree. |
ExitExpr(ExprContext)
public virtual void ExitExpr(SQLiteParser.ExprContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExprContext |
The parse tree. |
EnterRaise_function(Raise_functionContext)
public virtual void EnterRaise_function(SQLiteParser.Raise_functionContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Raise_functionContext |
The parse tree. |
ExitRaise_function(Raise_functionContext)
public virtual void ExitRaise_function(SQLiteParser.Raise_functionContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Raise_functionContext |
The parse tree. |
EnterLiteral_value(Literal_valueContext)
public virtual void EnterLiteral_value(SQLiteParser.Literal_valueContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Literal_valueContext |
The parse tree. |
ExitLiteral_value(Literal_valueContext)
public virtual void ExitLiteral_value(SQLiteParser.Literal_valueContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Literal_valueContext |
The parse tree. |
EnterValue_row(Value_rowContext)
public virtual void EnterValue_row(SQLiteParser.Value_rowContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Value_rowContext |
The parse tree. |
ExitValue_row(Value_rowContext)
public virtual void ExitValue_row(SQLiteParser.Value_rowContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Value_rowContext |
The parse tree. |
EnterValues_clause(Values_clauseContext)
public virtual void EnterValues_clause(SQLiteParser.Values_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Values_clauseContext |
The parse tree. |
ExitValues_clause(Values_clauseContext)
public virtual void ExitValues_clause(SQLiteParser.Values_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Values_clauseContext |
The parse tree. |
EnterInsert_stmt(Insert_stmtContext)
public virtual void EnterInsert_stmt(SQLiteParser.Insert_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_stmtContext |
The parse tree. |
ExitInsert_stmt(Insert_stmtContext)
public virtual void ExitInsert_stmt(SQLiteParser.Insert_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_stmtContext |
The parse tree. |
EnterReturning_clause(Returning_clauseContext)
public virtual void EnterReturning_clause(SQLiteParser.Returning_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Returning_clauseContext |
The parse tree. |
ExitReturning_clause(Returning_clauseContext)
public virtual void ExitReturning_clause(SQLiteParser.Returning_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Returning_clauseContext |
The parse tree. |
EnterUpsert_clause(Upsert_clauseContext)
public virtual void EnterUpsert_clause(SQLiteParser.Upsert_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Upsert_clauseContext |
The parse tree. |
ExitUpsert_clause(Upsert_clauseContext)
public virtual void ExitUpsert_clause(SQLiteParser.Upsert_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Upsert_clauseContext |
The parse tree. |
EnterPragma_stmt(Pragma_stmtContext)
public virtual void EnterPragma_stmt(SQLiteParser.Pragma_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Pragma_stmtContext |
The parse tree. |
ExitPragma_stmt(Pragma_stmtContext)
public virtual void ExitPragma_stmt(SQLiteParser.Pragma_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Pragma_stmtContext |
The parse tree. |
EnterPragma_value(Pragma_valueContext)
public virtual void EnterPragma_value(SQLiteParser.Pragma_valueContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Pragma_valueContext |
The parse tree. |
ExitPragma_value(Pragma_valueContext)
public virtual void ExitPragma_value(SQLiteParser.Pragma_valueContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Pragma_valueContext |
The parse tree. |
EnterReindex_stmt(Reindex_stmtContext)
public virtual void EnterReindex_stmt(SQLiteParser.Reindex_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_stmtContext |
The parse tree. |
ExitReindex_stmt(Reindex_stmtContext)
public virtual void ExitReindex_stmt(SQLiteParser.Reindex_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_stmtContext |
The parse tree. |
EnterSelect_stmt(Select_stmtContext)
public virtual void EnterSelect_stmt(SQLiteParser.Select_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_stmtContext |
The parse tree. |
ExitSelect_stmt(Select_stmtContext)
public virtual void ExitSelect_stmt(SQLiteParser.Select_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_stmtContext |
The parse tree. |
EnterJoin_clause(Join_clauseContext)
public virtual void EnterJoin_clause(SQLiteParser.Join_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_clauseContext |
The parse tree. |
ExitJoin_clause(Join_clauseContext)
public virtual void ExitJoin_clause(SQLiteParser.Join_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_clauseContext |
The parse tree. |
EnterSelect_core(Select_coreContext)
public virtual void EnterSelect_core(SQLiteParser.Select_coreContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_coreContext |
The parse tree. |
ExitSelect_core(Select_coreContext)
public virtual void ExitSelect_core(SQLiteParser.Select_coreContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_coreContext |
The parse tree. |
EnterFactored_select_stmt(Factored_select_stmtContext)
public virtual void EnterFactored_select_stmt(SQLiteParser.Factored_select_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Factored_select_stmtContext |
The parse tree. |
ExitFactored_select_stmt(Factored_select_stmtContext)
public virtual void ExitFactored_select_stmt(SQLiteParser.Factored_select_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Factored_select_stmtContext |
The parse tree. |
EnterSimple_select_stmt(Simple_select_stmtContext)
public virtual void EnterSimple_select_stmt(SQLiteParser.Simple_select_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_select_stmtContext |
The parse tree. |
ExitSimple_select_stmt(Simple_select_stmtContext)
public virtual void ExitSimple_select_stmt(SQLiteParser.Simple_select_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_select_stmtContext |
The parse tree. |
EnterCompound_select_stmt(Compound_select_stmtContext)
public virtual void EnterCompound_select_stmt(SQLiteParser.Compound_select_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Compound_select_stmtContext |
The parse tree. |
ExitCompound_select_stmt(Compound_select_stmtContext)
public virtual void ExitCompound_select_stmt(SQLiteParser.Compound_select_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Compound_select_stmtContext |
The parse tree. |
EnterTable_or_subquery(Table_or_subqueryContext)
public virtual void EnterTable_or_subquery(SQLiteParser.Table_or_subqueryContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_or_subqueryContext |
The parse tree. |
ExitTable_or_subquery(Table_or_subqueryContext)
public virtual void ExitTable_or_subquery(SQLiteParser.Table_or_subqueryContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_or_subqueryContext |
The parse tree. |
EnterResult_column(Result_columnContext)
public virtual void EnterResult_column(SQLiteParser.Result_columnContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Result_columnContext |
The parse tree. |
ExitResult_column(Result_columnContext)
public virtual void ExitResult_column(SQLiteParser.Result_columnContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Result_columnContext |
The parse tree. |
EnterJoin_operator(Join_operatorContext)
public virtual void EnterJoin_operator(SQLiteParser.Join_operatorContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_operatorContext |
The parse tree. |
ExitJoin_operator(Join_operatorContext)
public virtual void ExitJoin_operator(SQLiteParser.Join_operatorContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_operatorContext |
The parse tree. |
EnterJoin_constraint(Join_constraintContext)
public virtual void EnterJoin_constraint(SQLiteParser.Join_constraintContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_constraintContext |
The parse tree. |
ExitJoin_constraint(Join_constraintContext)
public virtual void ExitJoin_constraint(SQLiteParser.Join_constraintContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_constraintContext |
The parse tree. |
EnterCompound_operator(Compound_operatorContext)
public virtual void EnterCompound_operator(SQLiteParser.Compound_operatorContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Compound_operatorContext |
The parse tree. |
ExitCompound_operator(Compound_operatorContext)
public virtual void ExitCompound_operator(SQLiteParser.Compound_operatorContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Compound_operatorContext |
The parse tree. |
EnterUpdate_stmt(Update_stmtContext)
public virtual void EnterUpdate_stmt(SQLiteParser.Update_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Update_stmtContext |
The parse tree. |
ExitUpdate_stmt(Update_stmtContext)
public virtual void ExitUpdate_stmt(SQLiteParser.Update_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Update_stmtContext |
The parse tree. |
EnterColumn_name_list(Column_name_listContext)
public virtual void EnterColumn_name_list(SQLiteParser.Column_name_listContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_name_listContext |
The parse tree. |
ExitColumn_name_list(Column_name_listContext)
public virtual void ExitColumn_name_list(SQLiteParser.Column_name_listContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_name_listContext |
The parse tree. |
EnterUpdate_stmt_limited(Update_stmt_limitedContext)
public virtual void EnterUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Update_stmt_limitedContext |
The parse tree. |
ExitUpdate_stmt_limited(Update_stmt_limitedContext)
public virtual void ExitUpdate_stmt_limited(SQLiteParser.Update_stmt_limitedContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Update_stmt_limitedContext |
The parse tree. |
EnterQualified_table_name(Qualified_table_nameContext)
public virtual void EnterQualified_table_name(SQLiteParser.Qualified_table_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qualified_table_nameContext |
The parse tree. |
ExitQualified_table_name(Qualified_table_nameContext)
public virtual void ExitQualified_table_name(SQLiteParser.Qualified_table_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qualified_table_nameContext |
The parse tree. |
EnterVacuum_stmt(Vacuum_stmtContext)
public virtual void EnterVacuum_stmt(SQLiteParser.Vacuum_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_stmtContext |
The parse tree. |
ExitVacuum_stmt(Vacuum_stmtContext)
public virtual void ExitVacuum_stmt(SQLiteParser.Vacuum_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_stmtContext |
The parse tree. |
EnterFilter_clause(Filter_clauseContext)
public virtual void EnterFilter_clause(SQLiteParser.Filter_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Filter_clauseContext |
The parse tree. |
ExitFilter_clause(Filter_clauseContext)
public virtual void ExitFilter_clause(SQLiteParser.Filter_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Filter_clauseContext |
The parse tree. |
EnterWindow_defn(Window_defnContext)
public virtual void EnterWindow_defn(SQLiteParser.Window_defnContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_defnContext |
The parse tree. |
ExitWindow_defn(Window_defnContext)
public virtual void ExitWindow_defn(SQLiteParser.Window_defnContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_defnContext |
The parse tree. |
EnterOver_clause(Over_clauseContext)
public virtual void EnterOver_clause(SQLiteParser.Over_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Over_clauseContext |
The parse tree. |
ExitOver_clause(Over_clauseContext)
public virtual void ExitOver_clause(SQLiteParser.Over_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Over_clauseContext |
The parse tree. |
EnterFrame_spec(Frame_specContext)
public virtual void EnterFrame_spec(SQLiteParser.Frame_specContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_specContext |
The parse tree. |
ExitFrame_spec(Frame_specContext)
public virtual void ExitFrame_spec(SQLiteParser.Frame_specContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_specContext |
The parse tree. |
EnterFrame_clause(Frame_clauseContext)
public virtual void EnterFrame_clause(SQLiteParser.Frame_clauseContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_clauseContext |
The parse tree. |
ExitFrame_clause(Frame_clauseContext)
public virtual void ExitFrame_clause(SQLiteParser.Frame_clauseContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_clauseContext |
The parse tree. |
EnterSimple_function_invocation(Simple_function_invocationContext)
public virtual void EnterSimple_function_invocation(SQLiteParser.Simple_function_invocationContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_function_invocationContext |
The parse tree. |
ExitSimple_function_invocation(Simple_function_invocationContext)
public virtual void ExitSimple_function_invocation(SQLiteParser.Simple_function_invocationContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_function_invocationContext |
The parse tree. |
EnterAggregate_function_invocation(Aggregate_function_invocationContext)
public virtual void EnterAggregate_function_invocation(SQLiteParser.Aggregate_function_invocationContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_function_invocationContext |
The parse tree. |
ExitAggregate_function_invocation(Aggregate_function_invocationContext)
public virtual void ExitAggregate_function_invocation(SQLiteParser.Aggregate_function_invocationContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_function_invocationContext |
The parse tree. |
EnterWindow_function_invocation(Window_function_invocationContext)
public virtual void EnterWindow_function_invocation(SQLiteParser.Window_function_invocationContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_function_invocationContext |
The parse tree. |
ExitWindow_function_invocation(Window_function_invocationContext)
public virtual void ExitWindow_function_invocation(SQLiteParser.Window_function_invocationContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_function_invocationContext |
The parse tree. |
EnterCommon_table_stmt(Common_table_stmtContext)
public virtual void EnterCommon_table_stmt(SQLiteParser.Common_table_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_table_stmtContext |
The parse tree. |
ExitCommon_table_stmt(Common_table_stmtContext)
public virtual void ExitCommon_table_stmt(SQLiteParser.Common_table_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_table_stmtContext |
The parse tree. |
EnterOrder_by_stmt(Order_by_stmtContext)
public virtual void EnterOrder_by_stmt(SQLiteParser.Order_by_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Order_by_stmtContext |
The parse tree. |
ExitOrder_by_stmt(Order_by_stmtContext)
public virtual void ExitOrder_by_stmt(SQLiteParser.Order_by_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Order_by_stmtContext |
The parse tree. |
EnterLimit_stmt(Limit_stmtContext)
public virtual void EnterLimit_stmt(SQLiteParser.Limit_stmtContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Limit_stmtContext |
The parse tree. |
ExitLimit_stmt(Limit_stmtContext)
public virtual void ExitLimit_stmt(SQLiteParser.Limit_stmtContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Limit_stmtContext |
The parse tree. |
EnterOrdering_term(Ordering_termContext)
public virtual void EnterOrdering_term(SQLiteParser.Ordering_termContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Ordering_termContext |
The parse tree. |
ExitOrdering_term(Ordering_termContext)
public virtual void ExitOrdering_term(SQLiteParser.Ordering_termContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Ordering_termContext |
The parse tree. |
EnterAsc_desc(Asc_descContext)
public virtual void EnterAsc_desc(SQLiteParser.Asc_descContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Asc_descContext |
The parse tree. |
ExitAsc_desc(Asc_descContext)
public virtual void ExitAsc_desc(SQLiteParser.Asc_descContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Asc_descContext |
The parse tree. |
EnterFrame_left(Frame_leftContext)
public virtual void EnterFrame_left(SQLiteParser.Frame_leftContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_leftContext |
The parse tree. |
ExitFrame_left(Frame_leftContext)
public virtual void ExitFrame_left(SQLiteParser.Frame_leftContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_leftContext |
The parse tree. |
EnterFrame_right(Frame_rightContext)
public virtual void EnterFrame_right(SQLiteParser.Frame_rightContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_rightContext |
The parse tree. |
ExitFrame_right(Frame_rightContext)
public virtual void ExitFrame_right(SQLiteParser.Frame_rightContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_rightContext |
The parse tree. |
EnterFrame_single(Frame_singleContext)
public virtual void EnterFrame_single(SQLiteParser.Frame_singleContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_singleContext |
The parse tree. |
ExitFrame_single(Frame_singleContext)
public virtual void ExitFrame_single(SQLiteParser.Frame_singleContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_singleContext |
The parse tree. |
EnterWindow_function(Window_functionContext)
public virtual void EnterWindow_function(SQLiteParser.Window_functionContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_functionContext |
The parse tree. |
ExitWindow_function(Window_functionContext)
public virtual void ExitWindow_function(SQLiteParser.Window_functionContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_functionContext |
The parse tree. |
EnterOffset(OffsetContext)
public virtual void EnterOffset(SQLiteParser.OffsetContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OffsetContext |
The parse tree. |
ExitOffset(OffsetContext)
public virtual void ExitOffset(SQLiteParser.OffsetContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OffsetContext |
The parse tree. |
EnterDefault_value(Default_valueContext)
public virtual void EnterDefault_value(SQLiteParser.Default_valueContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Default_valueContext |
The parse tree. |
ExitDefault_value(Default_valueContext)
public virtual void ExitDefault_value(SQLiteParser.Default_valueContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Default_valueContext |
The parse tree. |
EnterPartition_by(Partition_byContext)
public virtual void EnterPartition_by(SQLiteParser.Partition_byContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Partition_byContext |
The parse tree. |
ExitPartition_by(Partition_byContext)
public virtual void ExitPartition_by(SQLiteParser.Partition_byContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Partition_byContext |
The parse tree. |
EnterOrder_by_expr(Order_by_exprContext)
public virtual void EnterOrder_by_expr(SQLiteParser.Order_by_exprContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Order_by_exprContext |
The parse tree. |
ExitOrder_by_expr(Order_by_exprContext)
public virtual void ExitOrder_by_expr(SQLiteParser.Order_by_exprContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Order_by_exprContext |
The parse tree. |
EnterOrder_by_expr_asc_desc(Order_by_expr_asc_descContext)
public virtual void EnterOrder_by_expr_asc_desc(SQLiteParser.Order_by_expr_asc_descContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Order_by_expr_asc_descContext |
The parse tree. |
ExitOrder_by_expr_asc_desc(Order_by_expr_asc_descContext)
public virtual void ExitOrder_by_expr_asc_desc(SQLiteParser.Order_by_expr_asc_descContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Order_by_expr_asc_descContext |
The parse tree. |
EnterExpr_asc_desc(Expr_asc_descContext)
public virtual void EnterExpr_asc_desc(SQLiteParser.Expr_asc_descContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Expr_asc_descContext |
The parse tree. |
ExitExpr_asc_desc(Expr_asc_descContext)
public virtual void ExitExpr_asc_desc(SQLiteParser.Expr_asc_descContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Expr_asc_descContext |
The parse tree. |
EnterInitial_select(Initial_selectContext)
public virtual void EnterInitial_select(SQLiteParser.Initial_selectContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Initial_selectContext |
The parse tree. |
ExitInitial_select(Initial_selectContext)
public virtual void ExitInitial_select(SQLiteParser.Initial_selectContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Initial_selectContext |
The parse tree. |
EnterRecursive_select(Recursive_selectContext)
public virtual void EnterRecursive_select(SQLiteParser.Recursive_selectContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Recursive_selectContext |
The parse tree. |
ExitRecursive_select(Recursive_selectContext)
public virtual void ExitRecursive_select(SQLiteParser.Recursive_selectContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Recursive_selectContext |
The parse tree. |
EnterUnary_operator(Unary_operatorContext)
public virtual void EnterUnary_operator(SQLiteParser.Unary_operatorContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unary_operatorContext |
The parse tree. |
ExitUnary_operator(Unary_operatorContext)
public virtual void ExitUnary_operator(SQLiteParser.Unary_operatorContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unary_operatorContext |
The parse tree. |
EnterError_message(Error_messageContext)
public virtual void EnterError_message(SQLiteParser.Error_messageContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Error_messageContext |
The parse tree. |
ExitError_message(Error_messageContext)
public virtual void ExitError_message(SQLiteParser.Error_messageContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Error_messageContext |
The parse tree. |
EnterModule_argument(Module_argumentContext)
public virtual void EnterModule_argument(SQLiteParser.Module_argumentContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Module_argumentContext |
The parse tree. |
ExitModule_argument(Module_argumentContext)
public virtual void ExitModule_argument(SQLiteParser.Module_argumentContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Module_argumentContext |
The parse tree. |
EnterColumn_alias(Column_aliasContext)
public virtual void EnterColumn_alias(SQLiteParser.Column_aliasContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_aliasContext |
The parse tree. |
ExitColumn_alias(Column_aliasContext)
public virtual void ExitColumn_alias(SQLiteParser.Column_aliasContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_aliasContext |
The parse tree. |
EnterKeyword(KeywordContext)
public virtual void EnterKeyword(SQLiteParser.KeywordContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
KeywordContext |
The parse tree. |
ExitKeyword(KeywordContext)
public virtual void ExitKeyword(SQLiteParser.KeywordContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
KeywordContext |
The parse tree. |
EnterName(NameContext)
public virtual void EnterName(SQLiteParser.NameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NameContext |
The parse tree. |
ExitName(NameContext)
public virtual void ExitName(SQLiteParser.NameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NameContext |
The parse tree. |
EnterFunction_name(Function_nameContext)
public virtual void EnterFunction_name(SQLiteParser.Function_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_nameContext |
The parse tree. |
ExitFunction_name(Function_nameContext)
public virtual void ExitFunction_name(SQLiteParser.Function_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_nameContext |
The parse tree. |
EnterSchema_name(Schema_nameContext)
public virtual void EnterSchema_name(SQLiteParser.Schema_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Schema_nameContext |
The parse tree. |
ExitSchema_name(Schema_nameContext)
public virtual void ExitSchema_name(SQLiteParser.Schema_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Schema_nameContext |
The parse tree. |
EnterTable_name(Table_nameContext)
public virtual void EnterTable_name(SQLiteParser.Table_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_nameContext |
The parse tree. |
ExitTable_name(Table_nameContext)
public virtual void ExitTable_name(SQLiteParser.Table_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_nameContext |
The parse tree. |
EnterTable_or_index_name(Table_or_index_nameContext)
public virtual void EnterTable_or_index_name(SQLiteParser.Table_or_index_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_or_index_nameContext |
The parse tree. |
ExitTable_or_index_name(Table_or_index_nameContext)
public virtual void ExitTable_or_index_name(SQLiteParser.Table_or_index_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_or_index_nameContext |
The parse tree. |
EnterColumn_name(Column_nameContext)
public virtual void EnterColumn_name(SQLiteParser.Column_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_nameContext |
The parse tree. |
ExitColumn_name(Column_nameContext)
public virtual void ExitColumn_name(SQLiteParser.Column_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_nameContext |
The parse tree. |
EnterCollation_name(Collation_nameContext)
public virtual void EnterCollation_name(SQLiteParser.Collation_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Collation_nameContext |
The parse tree. |
ExitCollation_name(Collation_nameContext)
public virtual void ExitCollation_name(SQLiteParser.Collation_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Collation_nameContext |
The parse tree. |
EnterForeign_table(Foreign_tableContext)
public virtual void EnterForeign_table(SQLiteParser.Foreign_tableContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_tableContext |
The parse tree. |
ExitForeign_table(Foreign_tableContext)
public virtual void ExitForeign_table(SQLiteParser.Foreign_tableContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_tableContext |
The parse tree. |
EnterIndex_name(Index_nameContext)
public virtual void EnterIndex_name(SQLiteParser.Index_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_nameContext |
The parse tree. |
ExitIndex_name(Index_nameContext)
public virtual void ExitIndex_name(SQLiteParser.Index_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_nameContext |
The parse tree. |
EnterTrigger_name(Trigger_nameContext)
public virtual void EnterTrigger_name(SQLiteParser.Trigger_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Trigger_nameContext |
The parse tree. |
ExitTrigger_name(Trigger_nameContext)
public virtual void ExitTrigger_name(SQLiteParser.Trigger_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Trigger_nameContext |
The parse tree. |
EnterView_name(View_nameContext)
public virtual void EnterView_name(SQLiteParser.View_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
View_nameContext |
The parse tree. |
ExitView_name(View_nameContext)
public virtual void ExitView_name(SQLiteParser.View_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
View_nameContext |
The parse tree. |
EnterModule_name(Module_nameContext)
public virtual void EnterModule_name(SQLiteParser.Module_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Module_nameContext |
The parse tree. |
ExitModule_name(Module_nameContext)
public virtual void ExitModule_name(SQLiteParser.Module_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Module_nameContext |
The parse tree. |
EnterPragma_name(Pragma_nameContext)
public virtual void EnterPragma_name(SQLiteParser.Pragma_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Pragma_nameContext |
The parse tree. |
ExitPragma_name(Pragma_nameContext)
public virtual void ExitPragma_name(SQLiteParser.Pragma_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Pragma_nameContext |
The parse tree. |
EnterSavepoint_name(Savepoint_nameContext)
public virtual void EnterSavepoint_name(SQLiteParser.Savepoint_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Savepoint_nameContext |
The parse tree. |
ExitSavepoint_name(Savepoint_nameContext)
public virtual void ExitSavepoint_name(SQLiteParser.Savepoint_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Savepoint_nameContext |
The parse tree. |
EnterTable_alias(Table_aliasContext)
public virtual void EnterTable_alias(SQLiteParser.Table_aliasContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_aliasContext |
The parse tree. |
ExitTable_alias(Table_aliasContext)
public virtual void ExitTable_alias(SQLiteParser.Table_aliasContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_aliasContext |
The parse tree. |
EnterTransaction_name(Transaction_nameContext)
public virtual void EnterTransaction_name(SQLiteParser.Transaction_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_nameContext |
The parse tree. |
ExitTransaction_name(Transaction_nameContext)
public virtual void ExitTransaction_name(SQLiteParser.Transaction_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_nameContext |
The parse tree. |
EnterWindow_name(Window_nameContext)
public virtual void EnterWindow_name(SQLiteParser.Window_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_nameContext |
The parse tree. |
ExitWindow_name(Window_nameContext)
public virtual void ExitWindow_name(SQLiteParser.Window_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_nameContext |
The parse tree. |
EnterAlias(AliasContext)
public virtual void EnterAlias(SQLiteParser.AliasContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AliasContext |
The parse tree. |
ExitAlias(AliasContext)
public virtual void ExitAlias(SQLiteParser.AliasContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AliasContext |
The parse tree. |
EnterFilename(FilenameContext)
public virtual void EnterFilename(SQLiteParser.FilenameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FilenameContext |
The parse tree. |
ExitFilename(FilenameContext)
public virtual void ExitFilename(SQLiteParser.FilenameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FilenameContext |
The parse tree. |
EnterBase_window_name(Base_window_nameContext)
public virtual void EnterBase_window_name(SQLiteParser.Base_window_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Base_window_nameContext |
The parse tree. |
ExitBase_window_name(Base_window_nameContext)
public virtual void ExitBase_window_name(SQLiteParser.Base_window_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Base_window_nameContext |
The parse tree. |
EnterSimple_func(Simple_funcContext)
public virtual void EnterSimple_func(SQLiteParser.Simple_funcContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_funcContext |
The parse tree. |
ExitSimple_func(Simple_funcContext)
public virtual void ExitSimple_func(SQLiteParser.Simple_funcContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_funcContext |
The parse tree. |
EnterAggregate_func(Aggregate_funcContext)
public virtual void EnterAggregate_func(SQLiteParser.Aggregate_funcContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_funcContext |
The parse tree. |
ExitAggregate_func(Aggregate_funcContext)
public virtual void ExitAggregate_func(SQLiteParser.Aggregate_funcContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_funcContext |
The parse tree. |
EnterTable_function_name(Table_function_nameContext)
public virtual void EnterTable_function_name(SQLiteParser.Table_function_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_function_nameContext |
The parse tree. |
ExitTable_function_name(Table_function_nameContext)
public virtual void ExitTable_function_name(SQLiteParser.Table_function_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_function_nameContext |
The parse tree. |
EnterAny_name(Any_nameContext)
public virtual void EnterAny_name(SQLiteParser.Any_nameContext context)
Enter a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_nameContext |
The parse tree. |
ExitAny_name(Any_nameContext)
public virtual void ExitAny_name(SQLiteParser.Any_nameContext context)
Exit a parse tree produced by ``.
The default implementation does nothing.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_nameContext |
The parse tree. |
EnterEveryRule(ParserRuleContext)
public virtual void EnterEveryRule(ParserRuleContext context)
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ParserRuleContext |
ExitEveryRule(ParserRuleContext)
public virtual void ExitEveryRule(ParserRuleContext context)
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ParserRuleContext |
VisitTerminal(ITerminalNode)
public virtual void VisitTerminal(ITerminalNode node)
Parameters:
| Name | Type | Description |
|---|---|---|
node |
ITerminalNode |
VisitErrorNode(IErrorNode)
public virtual void VisitErrorNode(IErrorNode node)
Parameters:
| Name | Type | Description |
|---|---|---|
node |
IErrorNode |