uim-sql v0.19.6 (2019-06-09T07:48:03Z)
Dub
Repo
DSQLCreateIndex
uim
sql
index
create
Undocumented in source.
class
DSQLCreateIndex : DSQLUpdateStatement {
this
();
this
(string indexName);
this
(string indexName, string tableName);
this
(string indexName, string tableName, string columns);
bool
_unique
;
O
unique
();
string
toSQL
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string indexName)
Undocumented in source.
this
this
(string indexName, string tableName)
Undocumented in source.
this
this
(string indexName, string tableName, string columns)
Undocumented in source.
Members
Functions
toSQL
string
toSQL
()
Undocumented in source. Be warned that the author may not have intended to support it.
unique
O
unique
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_unique
bool
_unique
;
Undocumented in source.
Meta
Source
See Implementation
uim
sql
index
create
classes
DSQLCreateIndex
functions
SQLCreateIndex