Kotlin Database Connectivity
1.0.0-alpha2
Kotlin Database Connectivity
/
kotlinx.dbc
/
ResultSet
/
getLong
get
Long
abstract
fun
getLong
(
columnIndex
:
Int
)
:
Long
Get row value by column index
Return
Long value
Parameters
column
Index
Index of column
open
fun
getLong
(
columnName
:
String
)
:
Long
Get row value by column index
Return
Long value
Parameters
column
Name
Name of column