Table of Contents

Class TTimingPoint

Namespace
gudusoft.gsqlparser.nodes.oracle
Assembly
gudusoft.gsqlparser.dll
public class TTimingPoint : TParseTreeNode, Visitable
Inheritance
TTimingPoint
Implements
Inherited Members

Properties

BodyStatements

public virtual TStatementList BodyStatements { get; set; }

Property Value

TStatementList

ExceptionClause

public virtual TExceptionClause ExceptionClause { get; set; }

Property Value

TExceptionClause

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

doParse(TCustomSqlStatement, ESqlClause)

analyze this node

public override void doParse(TCustomSqlStatement psql, ESqlClause plocation)

Parameters

psql TCustomSqlStatement
plocation ESqlClause

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object