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