getBoolean

open fun getBoolean(columnIndex: Int): Boolean

Returns the value of the requested column as a Boolean.

Return

the value of that column as a boolean or null

Parameters

columnIndex

the zero-based index of the target column.

See also

android.database.Cursor#getInt(int)