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, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLName getName()
getName
在接口中 SQLConstraint
public void setName(SQLName name)
setName
在接口中 SQLConstraint
public Boolean getEnable()
public void setEnable(Boolean enable)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.