Schema_stmtContext

Classes > Nimblesite.DataProvider.Postgres.Parsing > Schema_stmtContext
public class PostgreSQLParser.Schema_stmtContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree

Constructors

Schema_stmtContext

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

Properties

RuleIndex

public override int RuleIndex { get; }

Methods

createstmt()

public PostgreSQLParser.CreatestmtContext createstmt()

Returns: CreatestmtContext

indexstmt()

public PostgreSQLParser.IndexstmtContext indexstmt()

Returns: IndexstmtContext

createseqstmt()

public PostgreSQLParser.CreateseqstmtContext createseqstmt()

Returns: CreateseqstmtContext

createtrigstmt()

public PostgreSQLParser.CreatetrigstmtContext createtrigstmt()

Returns: CreatetrigstmtContext

grantstmt()

public PostgreSQLParser.GrantstmtContext grantstmt()

Returns: GrantstmtContext

viewstmt()

public PostgreSQLParser.ViewstmtContext viewstmt()

Returns: ViewstmtContext

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>