MySqlUnique

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlKey.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
MySqlUnique clone()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlKey

cloneTo
alias cloneTo = SQLUnique.cloneTo
Undocumented in source.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getIndexType
string getIndexType()
Undocumented in source. Be warned that the author may not have intended to support it.
setIndexType
void setIndexType(string indexType)
Undocumented in source. Be warned that the author may not have intended to support it.
isHasConstaint
bool isHasConstaint()
Undocumented in source. Be warned that the author may not have intended to support it.
setHasConstaint
void setHasConstaint(bool hasConstaint)
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(MySqlKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
MySqlKey clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeyBlockSize
SQLExpr getKeyBlockSize()
Undocumented in source. Be warned that the author may not have intended to support it.
setKeyBlockSize
void setKeyBlockSize(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta