gudusoft.gsqlparser.nodes
Class TRestrictionClause
java.lang.Object
gudusoft.gsqlparser.nodes.TParseTreeNode
gudusoft.gsqlparser.nodes.TRestrictionClause
- All Implemented Interfaces:
- Visitable
public class TRestrictionClause
- extends TParseTreeNode
DB2 restrict clause in create view statement
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 |
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
TRestrictionClause
public TRestrictionClause()
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