inserter

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto inserter(ConnectionType connection)
  2. auto inserter(ConnectionType connection, OnDuplicate action, string tableName, Args columns)
  3. auto inserter(ConnectionType connection, string tableName, Args columns)
    inserter
    (
    ConnectionType
    Args...
    )
    (
    ConnectionType connection
    ,
    string tableName
    ,
    Args columns
    )

Meta