Class TConstructorBody
- Namespace
- gudusoft.gsqlparser.nodes.oracle
- Assembly
- gudusoft.gsqlparser.dll
public class TConstructorBody : TParseTreeNode, Visitable
- Inheritance
-
TConstructorBody
- Implements
- Inherited Members
Properties
ExceptionClause
public virtual TExceptionClause ExceptionClause { get; }
Property Value
FunctionTypeName
public virtual TObjectName FunctionTypeName { get; }
Property Value
Stmts
public virtual TStatementListSqlNode Stmts { get; }
Property Value
Methods
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object
init(object, object, object)
public override void init(object arg1, object arg2, object arg3)