uim-sql ~master (2019-06-09T07:48:03Z)
Dub
Repo
DSQLAlterFunction
uim
sql
functions
alter
Undocumented in source.
class
DSQLAlterFunction : DSQLStatement {
this
();
this
(string functionName);
this
(string functionName, string content);
string
toSQL
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string functionName)
Undocumented in source.
this
this
(string functionName, string content)
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
functions
alter
classes
DSQLAlterFunction
functions
SQLAlterFunction