getLong

open fun getLong(columnIndex: Int): Long

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

Return

the value of that column as a long or null

Parameters

columnIndex

the zero-based index of the target column.

See also

android.database.Cursor#getLong(int)