batchlight / co.yello.db.batchlight.androidsqlite / SQLiteBinderConfig / <init>
SQLiteBinderConfig(db: SQLiteDatabase, batchStatement: String, fieldsPerItem: Int, maxFields: Int)
fieldsPerItem - the number of fields per row to be inserted.
maxFields - the maximum number of binds that can happen per statement.
Constructor