//runtime/com.squareup.sqldelight/ColumnAdapter
ColumnAdapter
[common] interface ColumnAdapter<T : Any, S>
Marshal and map the type T to and from a database type S which is one of Long, Double, String, byte[].
Functions
| Name | Summary |
|---|---|
| decode | [common] Content abstract fun decode(databaseValue: S): T |
| encode | [common] Content abstract fun encode(value: T): S |
Inheritors
| Name |
|---|
| EnumColumnAdapter |