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
with_check_option
public const int with_check_option = 2
Field Value
with_local_check_option
public const int with_local_check_option = 3
Field Value
with_read_only
public const int with_read_only = 1
Field Value
Properties
ConstraintName
public virtual TObjectName ConstraintName { get; set; }
Property Value
Type
public virtual int Type { get; set; }
Property Value
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object
setType(int)
public void setType(int rc)
Parameters
rcint