getColumnIndex

fun getColumnIndex(columnName: String): Int

Retrieves the zero-based index of the column with the given columnName.

Return

The zero-based index of the column.

Parameters

columnName

The name of the column to find.

Throws

if the column name does not exist in this row.