Batchlight

batchlight / co.yello.db.batchlight.androidsupportsqlite / AndroidSupportSQLiteBinder

AndroidSupportSQLiteBinder

class AndroidSupportSQLiteBinder : Binder

The Binder implementation for Support SQLite on Android.

Constructors

Name Summary
<init> AndroidSupportSQLiteBinder(sqLiteStatement: SupportSQLiteStatement)
The Binder implementation for Support SQLite on Android.

Functions

Name Summary
bindBlob fun bindBlob(position: Int, blob: ByteArray): Unit
Binds a ByteArray at the given position.
bindDouble fun bindDouble(position: Int, double: Double): Unit
Binds a Double at the given position.
bindLong fun bindLong(position: Int, long: Long): Unit
Binds a Long at the given position.
bindNull fun bindNull(position: Int): Unit
Binds a null value at the given position.
bindString fun bindString(position: Int, string: String): Unit
Binds a String at the given position.
clear fun clear(): Unit
Clears any bound values.
equals fun equals(other: Any?): Boolean
execute fun execute(): Unit
Executes with any bound values.
hashCode fun hashCode(): Int