Sqkon
Toggle table of contents
1.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Sqkon
Sqkon
/
com.mercury.sqkon.db
/
ResultRow
Result
Row
data
class
ResultRow
<
T
:
Any
>
(
val
addedAt
:
Instant
,
val
updatedAt
:
Instant
,
val
expiresAt
:
Instant
?
,
val
readAt
:
Instant
?
,
val
writeAt
:
Instant
,
val
value
:
T
)
(
source
)
Members
Constructors
Result
Row
Link copied to clipboard
constructor
(
addedAt
:
Instant
,
updatedAt
:
Instant
,
expiresAt
:
Instant
?
,
readAt
:
Instant
?
,
writeAt
:
Instant
,
value
:
T
)
Properties
added
At
Link copied to clipboard
val
addedAt
:
Instant
expires
At
Link copied to clipboard
val
expiresAt
:
Instant
?
read
At
Link copied to clipboard
val
readAt
:
Instant
?
updated
At
Link copied to clipboard
val
updatedAt
:
Instant
value
Link copied to clipboard
val
value
:
T
write
At
Link copied to clipboard
val
writeAt
:
Instant