public static class SQLiteParser.Sql_stmtContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
Sql_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Sql_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SQLiteParser.Alter_table_stmtContext alter_table_stmt()
public SQLiteParser.Analyze_stmtContext analyze_stmt()
public SQLiteParser.Attach_stmtContext attach_stmt()
public SQLiteParser.Begin_stmtContext begin_stmt()
public SQLiteParser.Commit_stmtContext commit_stmt()
public SQLiteParser.Compound_select_stmtContext compound_select_stmt()
public SQLiteParser.Create_index_stmtContext create_index_stmt()
public SQLiteParser.Create_table_stmtContext create_table_stmt()
public SQLiteParser.Create_trigger_stmtContext create_trigger_stmt()
public SQLiteParser.Create_view_stmtContext create_view_stmt()
public SQLiteParser.Create_virtual_table_stmtContext create_virtual_table_stmt()
public SQLiteParser.Delete_stmtContext delete_stmt()
public SQLiteParser.Delete_stmt_limitedContext delete_stmt_limited()
public SQLiteParser.Detach_stmtContext detach_stmt()
public SQLiteParser.Drop_index_stmtContext drop_index_stmt()
public SQLiteParser.Drop_table_stmtContext drop_table_stmt()
public SQLiteParser.Drop_trigger_stmtContext drop_trigger_stmt()
public SQLiteParser.Drop_view_stmtContext drop_view_stmt()
public SQLiteParser.Factored_select_stmtContext factored_select_stmt()
public SQLiteParser.Insert_stmtContext insert_stmt()
public SQLiteParser.Pragma_stmtContext pragma_stmt()
public SQLiteParser.Reindex_stmtContext reindex_stmt()
public SQLiteParser.Release_stmtContext release_stmt()
public SQLiteParser.Rollback_stmtContext rollback_stmt()
public SQLiteParser.Savepoint_stmtContext savepoint_stmt()
public SQLiteParser.Simple_select_stmtContext simple_select_stmt()
public SQLiteParser.Select_stmtContext select_stmt()
public SQLiteParser.Update_stmtContext update_stmt()
public SQLiteParser.Update_stmt_limitedContext update_stmt_limited()
public SQLiteParser.Vacuum_stmtContext vacuum_stmt()
public org.antlr.v4.runtime.tree.TerminalNode K_EXPLAIN()
public org.antlr.v4.runtime.tree.TerminalNode K_QUERY()
public org.antlr.v4.runtime.tree.TerminalNode K_PLAN()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext