uim-sql ~master (2019-06-09T07:48:03Z)
Dub
Repo
DSQLAlterColumn
uim
sql
tables
altercolumn
Undocumented in source.
class
DSQLAlterColumn : DSQLUpdateStatement {
this
();
this
(string aTableName);
this
(string aTableName, string aColumnName);
this
(string aTableName, string aColumnName, string aColumnDefinition);
O
column
(string name, string definition);
string
toSQL
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string aTableName)
Undocumented in source.
this
this
(string aTableName, string aColumnName)
Undocumented in source.
this
this
(string aTableName, string aColumnName, string aColumnDefinition)
Undocumented in source.
Members
Functions
column
O
column
(string name, string definition)
Undocumented in source. Be warned that the author may not have intended to support it.
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
altercolumn
classes
DSQLAlterColumn
functions
SQLAlterColumn