getLong

abstract fun getLong(columnIndex: Int): Long

Get row value by column index

Return

Long value

Parameters

columnIndex

Index of column


open fun getLong(columnName: String): Long

Get row value by column index

Return

Long value

Parameters

columnName

Name of column