- SQLUpdate
auto SQLUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLUpdate
auto SQLUpdate(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLUpdate
auto SQLUpdate(string table, string values, string condition)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLUpdate
auto SQLUpdate(string table, string values, string[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLUpdate
auto SQLUpdate(string table, string[string] values, string condition)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLUpdate
auto SQLUpdate(string table, string[string] values, string[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.