Table of Contents

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

TExceptionClause

FunctionTypeName

public virtual TObjectName FunctionTypeName { get; }

Property Value

TObjectName

Stmts

public virtual TStatementListSqlNode Stmts { get; }

Property Value

TStatementListSqlNode

Methods

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

init(object, object, object)

public override void init(object arg1, object arg2, object arg3)

Parameters

arg1 object
arg2 object
arg3 object