Batchlight

batchlight / co.yello.db.batchlight.androidsqlite / SQLiteBinderConfig / <init>

<init>

SQLiteBinderConfig(db: SQLiteDatabase, batchStatement: String, fieldsPerItem: Int, maxFields: Int)

Parameters

fieldsPerItem - the number of fields per row to be inserted.

maxFields - the maximum number of binds that can happen per statement.

Constructor