ColumnAdapter

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[].

Inheritors

Functions

Link copied to clipboard
abstract fun decode(databaseValue: S): T
Link copied to clipboard
abstract fun encode(value: T): S