SQLInsert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto SQLInsert()
  2. auto SQLInsert(string table, string[string] values)
    SQLInsert
    (
    string table
    ,
    string[string] values
    )
  3. auto SQLInsert(string table, string names, string values)

Meta