getString

abstract fun getString(@IntRange(from = 0) index: Int): String

This method is just an alias for getText, added for convenience.

Return

The value of the column as an String.

Parameters

index

The zero-based index of the column.

See also

Throws

if the index is out of bounds.