getString

abstract fun getString(index: Int): String?

Retrieves the value from the current data row at the specified index position as a String.

Return

The string at the specified index or null if SQL NULL is retrieved

Parameters

index

The first column is at position one, the second at position two, and onwards.