SQLColumnConstraint

Undocumented in source.
interface SQLColumnConstraint : SQLConstraint {}

Members

Functions

clone
SQLColumnConstraint clone()
Undocumented in source.

Inherited Members

From SQLConstraint

getName
SQLName getName()
Undocumented in source.
setName
void setName(SQLName value)
Undocumented in source.
getComment
SQLExpr getComment()
Undocumented in source.
setComment
void setComment(SQLExpr x)
Undocumented in source.
simplify
void simplify()
Undocumented in source.

Meta