Inserter.row

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void row(T param)
  2. void row(Values values)
    struct Inserter(ConnectionType)
    void
    row
    (
    Values...
    )
    (
    Values values
    )
    if (
    allSatisfy!(isValueType, Values)
    )

Meta