Table of Contents

Class TRestrictionClause

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll

DB2 restrict clause in create view statement

public class TRestrictionClause : TParseTreeNode, Visitable
Inheritance
TRestrictionClause
Implements
Inherited Members

Fields

with_cascaded_check_option

public const int with_cascaded_check_option = 4

Field Value

int

with_check_option

public const int with_check_option = 2

Field Value

int

with_local_check_option

public const int with_local_check_option = 3

Field Value

int

with_read_only

public const int with_read_only = 1

Field Value

int

Properties

ConstraintName

public virtual TObjectName ConstraintName { get; set; }

Property Value

TObjectName

Type

public virtual int Type { get; set; }

Property Value

int

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

setType(int)

public void setType(int rc)

Parameters

rc int