Inserter.start

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

Meta