SQLImpl.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto insert(const(TableDef) table)
  2. Insert!Item insert(T item)
    template SQLImpl(Item, alias param, bool noTableIdForUpdate = false)
    Insert!Item
    insert
    (
    T
    )
    ()
    if (
    !is(T : const(TableDef))
    )

Meta