public class OracleCheck extends SQLCheck implements OracleConstraint, OracleSQLObject
OracleConstraint.Initially| 限定符和类型 | 字段和说明 |
|---|---|
private Boolean |
deferrable |
private SQLName |
exceptionsInto |
private OracleConstraint.Initially |
initially |
private OracleUsingIndexClause |
using |
comment, dbType, enable, hints, name, rely, validateattributes, parent| 构造器和说明 |
|---|
OracleCheck() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
OracleCheck |
clone() |
void |
cloneTo(OracleCheck x) |
Boolean |
getDeferrable() |
SQLName |
getExceptionsInto() |
OracleConstraint.Initially |
getInitially() |
OracleUsingIndexClause |
getUsing() |
void |
setDeferrable(Boolean deferrable) |
void |
setExceptionsInto(SQLName exceptionsInto) |
void |
setInitially(OracleConstraint.Initially initially) |
void |
setUsing(OracleUsingIndexClause using) |
cloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidate, simplifyaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringgetEnable, getValidate, setEnable, setValidategetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate OracleUsingIndexClause using
private SQLName exceptionsInto
private OracleConstraint.Initially initially
private Boolean deferrable
protected void accept0(SQLASTVisitor visitor)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic Boolean getDeferrable()
getDeferrable 在接口中 OracleConstraintpublic void setDeferrable(Boolean deferrable)
setDeferrable 在接口中 OracleConstraintpublic OracleConstraint.Initially getInitially()
getInitially 在接口中 OracleConstraintpublic void setInitially(OracleConstraint.Initially initially)
setInitially 在接口中 OracleConstraintpublic SQLName getExceptionsInto()
getExceptionsInto 在接口中 OracleConstraintpublic void setExceptionsInto(SQLName exceptionsInto)
setExceptionsInto 在接口中 OracleConstraintpublic OracleUsingIndexClause getUsing()
getUsing 在接口中 OracleConstraintpublic void setUsing(OracleUsingIndexClause using)
setUsing 在接口中 OracleConstraintpublic void cloneTo(OracleCheck x)
public OracleCheck clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableElementclone 在接口中 OracleConstraintclone 在类中 SQLCheckCopyright © 2013–2019 Alibaba Group. All rights reserved.