SQLCheck

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLExpr expr)
Undocumented in source.

Members

Aliases

cloneTo
alias cloneTo = SQLConstraintImpl.cloneTo
Undocumented in source.

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLCheck clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(SQLCheck x)
Undocumented in source. Be warned that the author may not have intended to support it.
getExpr
SQLExpr getExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
setExpr
void setExpr(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLConstraintImpl

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.

From SQLTableElement

clone
SQLTableElement clone()
Undocumented in source.

Meta