Builder(db: Database, table: Table, setBody: (InsertStatement) -> Unit)
A builder for an insert statement where the client code is interested in the ResultSet generated by the PreparedStatement. See Database.insertInto.