MySqlKey

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

cloneTo
alias cloneTo = SQLUnique.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.
accept0
void accept0(MySqlASTVisitor visitor)
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.
cloneTo
void cloneTo(MySqlKey x)
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.
getKeyBlockSize
SQLExpr getKeyBlockSize()
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.
setIndexType
void setIndexType(string indexType)
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.

Inherited Members

From SQLUnique

cloneTo
alias cloneTo = SQLConstraintImpl.cloneTo
Undocumented in source.
columns
List!SQLSelectOrderByItem columns;
Undocumented in source.
getColumns
List!SQLSelectOrderByItem getColumns()
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.
accept0
void accept0(SQLASTVisitor visitor)
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.
cloneTo
void cloneTo(SQLUnique x)
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.
simplify
void simplify()
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.

Meta