sqldelight-runtime / com.squareup.sqldelight.db / SqlCursor / getString

getString

abstract fun getString(index: Int): String?

Return
The string or null value of column index for the current row of the result set.