//runtime/com.squareup.sqldelight/EnumColumnAdapter
EnumColumnAdapter
[common] class EnumColumnAdapter<T : Enum<T>> : ColumnAdapter<T, String>
A ColumnAdapter which maps the enum class T to a string in the database.
Functions
| Name | Summary |
|---|---|
| decode | [common] Content open override fun decode(databaseValue: String): T |
| encode | [common] Content open override fun encode(value: T): String |