Batchlight

batchlight / co.yello.db.batchlight

Package co.yello.db.batchlight

Types

Name Summary
BatchBinder class BatchBinder
A wrapper around a Binder to make sure binds happen in sequential order.
BatchStatement class BatchStatement<T>
Drives the inserts into the database.
Binder interface Binder
Provides way to bind values to any DB or ORM.
BinderConfig interface BinderConfig
Holds all the configurations for a Binder.

Properties

Name Summary
sqlAndroidPreparedStatementStartIndex const val sqlAndroidPreparedStatementStartIndex: Int
The start index of Android SQLite prepared statement binds.
sqlMaxBinds const val sqlMaxBinds: Int
The maximum number of bind params that Android SQLite allows per prepared statement.