getString

open fun getString(columnIndex: Int): String

Returns the value of the requested column as a String.

Return

the value of that column as a string or long integer

Parameters

columnIndex

the zero-based index of the target column.

See also

android.database.Cursor#getString(int)