TypeMapper
interface TypeMapper
Interface for mapping values to R2DBC statements. Implementations of this interface are responsible for binding values to statements based on the column type and dialect.
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun setValue( statement: Statement, dialect: DatabaseDialect, mapperRegistry: TypeMapperRegistry, columnType: IColumnType<*>, value: Any?, index: Int): Boolean
Sets a value in the statement.