- dbType
string dbType;
 Undocumented in source.
- name
SQLName name;
 Undocumented in source.
- enable
Boolean enable;
 Undocumented in source.
- validate
Boolean validate;
 Undocumented in source.
- rely
Boolean rely;
 Undocumented in source.
- comment
SQLExpr comment;
 Undocumented in source.
- hints
List!SQLCommentHint hints;
 Undocumented in source.
- cloneTo
void cloneTo(SQLConstraintImpl x)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getHints
List!SQLCommentHint getHints()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setHints
void setHints(List!SQLCommentHint hints)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getName
SQLName getName()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(SQLName name)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(string name)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getEnable
Boolean getEnable()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setEnable
void setEnable(Boolean enable)
 Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(SQLConstraint x)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getValidate
Boolean getValidate()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setValidate
void setValidate(Boolean validate)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getRely
Boolean getRely()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setRely
void setRely(Boolean rely)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getDbType
string getDbType()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setDbType
void setDbType(string dbType)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getComment
SQLExpr getComment()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setComment
void setComment(SQLExpr x)
 Undocumented in source. Be warned that the author may not have intended to support it.
- simplify
void simplify()
 Undocumented in source. Be warned that the author may not have intended to support it.