public class TRestrictionClause extends TParseTreeNode
Modifier and Type | Field and Description |
---|---|
static int |
with_cascaded_check_option
Deprecated.
As of v1.8.7.2, replaced by
ERestrictionType |
static int |
with_check_option
Deprecated.
As of v1.8.7.2, replaced by
ERestrictionType |
static int |
with_local_check_option
Deprecated.
As of v1.8.7.2, replaced by
ERestrictionType |
static int |
with_read_only
Deprecated.
As of v1.8.7.2, replaced by
ERestrictionType |
Constructor and Description |
---|
TRestrictionClause() |
Modifier and Type | Method and Description |
---|---|
TObjectName |
getConstraintName() |
ERestrictionType |
getRestrictionType() |
int |
getType()
Deprecated.
As of v1.8.7.2, replaced by
getRestrictionType() |
void |
init(Object arg1)
Initialize a query tree node.
|
void |
init(Object arg1,
Object arg2) |
void |
setConstraintName(TObjectName constraintName) |
void |
setRestrictionType(ERestrictionType restrictionType) |
void |
setType(int type) |
accept, acceptChildren, addAllMyTokensToTokenList, appendString, doParse, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toString
public static final int with_read_only
ERestrictionType
public static final int with_check_option
ERestrictionType
public static final int with_local_check_option
ERestrictionType
public static final int with_cascaded_check_option
ERestrictionType
public void setRestrictionType(ERestrictionType restrictionType)
public ERestrictionType getRestrictionType()
public void setType(int type)
public int getType()
getRestrictionType()
public TObjectName getConstraintName()
public void init(Object arg1)
TParseTreeNode
init
in class TParseTreeNode
arg1
- first argumentpublic void init(Object arg1, Object arg2)
init
in class TParseTreeNode
public void setConstraintName(TObjectName constraintName)
Copyright © 2019. All rights reserved.