primitive-adapters
2.0.0-alpha04
primitive-adapters
/
app.cash.sqldelight.adapter.primitive
/
IntColumnAdapter
Int
Column
Adapter
object
IntColumnAdapter
:
ColumnAdapter
<
Int
,
Long
>
Content copied to clipboard
Functions
Functions
decode
Link copied to clipboard
open
override
fun
decode
(
databaseValue
:
Long
)
:
Int
Content copied to clipboard
encode
Link copied to clipboard
open
override
fun
encode
(
value
:
Int
)
:
Long
Content copied to clipboard