Package-level declarations

Functions

Link copied to clipboard
inline fun Cursor.getBlobOrNull(index: Int): ByteArray?

Returns the value of the requested column as a nullable byte array.

Link copied to clipboard
inline fun Cursor.getDoubleOrNull(index: Int): Double?

Returns the value of the requested column as a nullable double.

Link copied to clipboard
inline fun Cursor.getFloatOrNull(index: Int): Float?

Returns the value of the requested column as a nullable float.

Link copied to clipboard
inline fun Cursor.getIntOrNull(index: Int): Int?

Returns the value of the requested column as a nullable integer.

Link copied to clipboard
inline fun Cursor.getLongOrNull(index: Int): Long?

Returns the value of the requested column as a nullable long.

Link copied to clipboard
inline fun Cursor.getShortOrNull(index: Int): Short?

Returns the value of the requested column as a nullable short.

Link copied to clipboard
inline fun Cursor.getStringOrNull(index: Int): String?

Returns the value of the requested column as a nullable string.