MySqlTableIndex

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlObjectImpl.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.
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
MySqlTableIndex clone()
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.
getIndexType
string getIndexType()
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.
setIndexType
void setIndexType(string indexType)
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.

Inherited Members

From MySqlObjectImpl

computeDataType
SQLDataType computeDataType()
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.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.

From SQLTableElement

clone
SQLTableElement clone()
Undocumented in source.

Meta