DataProvider.SQLite.Parsing

Classes

Class Description
SQLiteLexer
Aggregate_funcContext
Aggregate_function_invocationContext
AliasContext
Alter_table_stmtContext
Analyze_stmtContext
Any_nameContext
Asc_descContext
Attach_stmtContext
Base_window_nameContext
Begin_stmtContext
Collation_nameContext
Column_aliasContext
Column_constraintContext
Column_defContext
Column_nameContext
Column_name_listContext
Commit_stmtContext
Common_table_expressionContext
Common_table_stmtContext
Compound_operatorContext
Compound_select_stmtContext
Conflict_clauseContext
Create_index_stmtContext
Create_table_stmtContext
Create_trigger_stmtContext
Create_view_stmtContext
Create_virtual_table_stmtContext
Cte_table_nameContext
Default_valueContext
Delete_stmtContext
Delete_stmt_limitedContext
Detach_stmtContext
Drop_stmtContext
Error_messageContext
ExprContext
Expr_asc_descContext
Factored_select_stmtContext
FilenameContext
Filter_clauseContext
Foreign_key_clauseContext
Foreign_tableContext
Frame_clauseContext
Frame_leftContext
Frame_rightContext
Frame_singleContext
Frame_specContext
Function_nameContext
Index_nameContext
Indexed_columnContext
Initial_selectContext
Insert_stmtContext
Join_clauseContext
Join_constraintContext
Join_operatorContext
KeywordContext
Limit_stmtContext
Literal_valueContext
Module_argumentContext
Module_nameContext
NameContext
OffsetContext
Order_by_exprContext
Order_by_expr_asc_descContext
Order_by_stmtContext
Ordering_termContext
Over_clauseContext
ParseContext
Partition_byContext
Pragma_nameContext
Pragma_stmtContext
Pragma_valueContext
Qualified_table_nameContext
Raise_functionContext
Recursive_cteContext
Recursive_selectContext
Reindex_stmtContext
Release_stmtContext
Result_columnContext
Returning_clauseContext
Rollback_stmtContext
Savepoint_nameContext
Savepoint_stmtContext
Schema_nameContext
Select_coreContext
Select_stmtContext
Signed_numberContext
Simple_funcContext
Simple_function_invocationContext
Simple_select_stmtContext
Sql_stmtContext
Sql_stmt_listContext
Table_aliasContext
Table_constraintContext
Table_function_nameContext
Table_nameContext
Table_or_index_nameContext
Table_or_subqueryContext
Transaction_nameContext
Trigger_nameContext
Type_nameContext
Unary_operatorContext
Update_stmtContext
Update_stmt_limitedContext
Upsert_clauseContext
Vacuum_stmtContext
Value_rowContext
Values_clauseContext
View_nameContext
Window_defnContext
Window_functionContext
Window_function_invocationContext
Window_nameContext
With_clauseContext
SQLiteParser
SQLiteParserBaseListener This class provides an empty implementation of ``,
SQLiteParserBaseVisitor This class provides an empty implementation of ``,
SqliteAntlrParser SQLite parser implementation using ANTLR grammar
SqliteParameterExtractor Parameter extractor for SQLite using ANTLR parse tree
SqliteQueryTypeListener Listener to determine SQLite query type from parse tree

Interfaces

Interface Description
ISQLiteParserListener This interface defines a complete listener for a parse tree produced by
ISQLiteParserVisitor This interface defines a complete generic visitor for a parse tree produced