Batchlight

All Types

Name Summary
co.yello.db.batchlight.androidsqlite.AndroidSQLiteBinder The Binder implementation for SQLite on Android.
co.yello.db.batchlight.androidsupportsqlite.AndroidSupportSQLiteBinder The Binder implementation for Support SQLite on Android.
co.yello.db.batchlight.BatchBinder A wrapper around a Binder to make sure binds happen in sequential order.
co.yello.db.batchlight.BatchStatement Drives the inserts into the database.
co.yello.db.batchlight.Binder Provides way to bind values to any DB or ORM.
co.yello.db.batchlight.BinderConfig Holds all the configurations for a Binder.
co.yello.db.batchlight.androidsqlite.SQLiteBinderConfig The BinderConfig for Android SQLite.
co.yello.db.batchlight.androidsupportsqlite.SupportSQLiteBinderConfig The BinderConfig for Android Support SQLite.