//runtime/com.squareup.sqldelight/ColumnAdapter/decode
decode
[common]
Content
abstract fun decode(databaseValue: S): T
More info
Return
databaseValue decoded as type T.
//runtime/com.squareup.sqldelight/ColumnAdapter/decode
[common]
Content
abstract fun decode(databaseValue: S): T
More info
databaseValue decoded as type T.