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 > 0) &&
    (
    allSatisfy!(isSomeString, Args) ||
    (
    (Args.length == 1) &&
    isSomeString!(ElementType!(Args[0]))
    )
    )
    )
  2. void start(OnDuplicate action, string tableName, Args fieldNames)

Meta