batchlight / co.yello.db.batchlight
| Name | Summary |
|---|---|
| BatchBinder | class BatchBinderA wrapper around a Binder to make sure binds happen in sequential order. |
| BatchStatement | class BatchStatement<T>Drives the inserts into the database. |
| Binder | interface BinderProvides way to bind values to any DB or ORM. |
| BinderConfig | interface BinderConfigHolds all the configurations for a Binder. |
| Name | Summary |
|---|---|
| sqlAndroidPreparedStatementStartIndex | const val sqlAndroidPreparedStatementStartIndex: IntThe start index of Android SQLite prepared statement binds. |
| sqlMaxBinds | const val sqlMaxBinds: IntThe maximum number of bind params that Android SQLite allows per prepared statement. |