Inserter.start

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void start(string tableName, Args fieldNames)
    struct Inserter(ConnectionType)
    void
    start
    (
    Args...
    )
    (
    string tableName
    ,)
    if (
    Args.length &&
    allSatisfy!(isSomeStringOrSomeStringArray, Args)
    )
  2. void start(OnDuplicate action, string tableName, Args fieldNames)

Meta