Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.database
/
CachedRowSet
/
getTimestamp
get
Timestamp
open
override
fun
getTimestamp
(
columnIndex
:
Int
)
:
Timestamp
?
(
source
)
open
override
fun
getTimestamp
(
columnLabel
:
String
)
:
Timestamp
?
(
source
)
open
override
fun
getTimestamp
(
columnIndex
:
Int
,
cal
:
Calendar
)
:
Timestamp
?
(
source
)
open
override
fun
getTimestamp
(
columnLabel
:
String
,
cal
:
Calendar
)
:
Timestamp
?
(
source
)