public abstract class SQLConstraintImpl extends SQLObjectImpl implements SQLConstraint
| 构造器和说明 |
|---|
SQLConstraintImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getEnable() |
SQLName |
getName() |
void |
setEnable(Boolean enable) |
void |
setName(SQLName name) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLName getName()
getName 在接口中 SQLConstraintpublic void setName(SQLName name)
setName 在接口中 SQLConstraintpublic Boolean getEnable()
public void setEnable(Boolean enable)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.