gudusoft.gsqlparser.nodes
Class TRestrictionClause

java.lang.Object
  extended by gudusoft.gsqlparser.nodes.TParseTreeNode
      extended by gudusoft.gsqlparser.nodes.TRestrictionClause
All Implemented Interfaces:
Visitable

public class TRestrictionClause
extends TParseTreeNode

DB2 restrict clause in create view statement


Field Summary
static int with_cascaded_check_option
           
static int with_check_option
           
static int with_local_check_option
           
static int with_read_only
           
 
Constructor Summary
TRestrictionClause()
           
 
Method Summary
 TObjectName getConstraintName()
           
 int getType()
           
 void init(java.lang.Object arg1)
          Initialize a query tree node.
 void setType(int type)
           
 
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode
accept, addAllMyTokensToTokenList, doParse, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, setDummyTag, setEndToken, setEndToken, setGsqlparser, setNodeType, setStartToken, setStartToken, setString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

with_read_only

public static final int with_read_only
See Also:
Constant Field Values

with_check_option

public static final int with_check_option
See Also:
Constant Field Values

with_local_check_option

public static final int with_local_check_option
See Also:
Constant Field Values

with_cascaded_check_option

public static final int with_cascaded_check_option
See Also:
Constant Field Values
Constructor Detail

TRestrictionClause

public TRestrictionClause()
Method Detail

setType

public void setType(int type)

getType

public int getType()

getConstraintName

public TObjectName getConstraintName()

init

public void init(java.lang.Object arg1)
Description copied from class: TParseTreeNode
Initialize a query tree node.

Overrides:
init in class TParseTreeNode