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