Select_stmtContext

Classes > DataProvider.SQLite.Parsing > Select_stmtContext
public class SQLiteParser.Select_stmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree

Constructors

Select_stmtContext

public Select_stmtContext(ParserRuleContext parent, int invokingState)
Parameter Type Description
parent ParserRuleContext
invokingState Int32

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

select_core()

public SQLiteParser.Select_coreContext[] select_core()

Returns: Select_coreContext[]

select_core(int)

public SQLiteParser.Select_coreContext select_core(int i)

Parameters:

Name Type Description
i Int32

Returns: Select_coreContext

common_table_stmt()

public SQLiteParser.Common_table_stmtContext common_table_stmt()

Returns: Common_table_stmtContext

compound_operator()

public SQLiteParser.Compound_operatorContext[] compound_operator()

Returns: Compound_operatorContext[]

compound_operator(int)

public SQLiteParser.Compound_operatorContext compound_operator(int i)

Parameters:

Name Type Description
i Int32

Returns: Compound_operatorContext

order_by_stmt()

public SQLiteParser.Order_by_stmtContext order_by_stmt()

Returns: Order_by_stmtContext

limit_stmt()

public SQLiteParser.Limit_stmtContext limit_stmt()

Returns: Limit_stmtContext

EnterRule(IParseTreeListener)

public override void EnterRule(IParseTreeListener listener)

Parameters:

Name Type Description
listener IParseTreeListener

ExitRule(IParseTreeListener)

public override void ExitRule(IParseTreeListener listener)

Parameters:

Name Type Description
listener IParseTreeListener

Accept<TResult>(IParseTreeVisitor<TResult>)

public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)

The `` needs a double dispatch method.

Parameters:

Name Type Description
visitor IParseTreeVisitor<<TResult>>

Returns: <TResult>