db9010 / com.jovial.db9010 / InsertStatement / Builder / <init>

<init>

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.