R2dbcRegistryTypeMapping

Base registry for type mappers.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun <T> getValue(row: Row, type: Class<T>?, index: Int, dialect: DatabaseDialect, columnType: IColumnType<*>): T?

Tries to get a value using the registered mappers.

Link copied to clipboard

Registers a new type mapper.

Link copied to clipboard
abstract fun setValue(statement: Statement, dialect: DatabaseDialect, columnType: IColumnType<*>, value: Any?, index: Int): Boolean

Tries to set a value using the registered mappers.