uim-sql ~master (2019-06-09T07:48:03Z)
Dub
Repo
DSQLDropColumn
uim
sql
tables
dropcolumn
Undocumented in source.
class
DSQLDropColumn : DSQLUpdateStatement {
this
();
this
(string aTableName);
this
(string aTableName, string aColumnName);
string
toSQL
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string aTableName)
Undocumented in source.
this
this
(string aTableName, string aColumnName)
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
tables
dropcolumn
classes
DSQLDropColumn
functions
SQLDropColumn