QueryBuilder.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QueryBuilder insert(string table, string[] cols)
    struct QueryBuilder
    ref
    insert
    (
    string table
    ,
    string[] cols...
    )
  2. QueryBuilder insert(string table, Column[] cols)

Meta