SQLUnique

Undocumented in source.

Constructors

this
this()
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.
addColumn
void addColumn(SQLExpr column)
Undocumented in source. Be warned that the author may not have intended to support it.
addColumn
void addColumn(SQLSelectOrderByItem column)
Undocumented in source. Be warned that the author may not have intended to support it.
applyColumnRename
bool applyColumnRename(SQLName columnName, SQLName to)
Undocumented in source. Be warned that the author may not have intended to support it.
applyDropColumn
bool applyDropColumn(SQLName columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLUnique clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(SQLUnique x)
Undocumented in source. Be warned that the author may not have intended to support it.
containsColumn
bool containsColumn(string column)
Undocumented in source. Be warned that the author may not have intended to support it.
containsColumn
bool containsColumn(long columnNameHash)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumns
List!SQLSelectOrderByItem getColumns()
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.

Variables

columns
List!SQLSelectOrderByItem columns;
Undocumented in source.

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 SQLUniqueConstraint

getColumns
List!SQLSelectOrderByItem getColumns()
Undocumented in source.
containsColumn
bool containsColumn(string column)
Undocumented in source.
containsColumn
bool containsColumn(long columnNameHash)
Undocumented in source.

From SQLTableElement

clone
SQLTableElement clone()
Undocumented in source.

Meta