setValue

open override fun setValue(statement: Statement, dialect: DatabaseDialect, columnType: IColumnType<*>, value: Any?, index: Int): Boolean

Tries to set a value using the registered mappers.

Return

True if a mapper was found and the value was set, false otherwise.

Parameters

statement

The statement to set the value in.

dialect

The database dialect.

columnType

The column type.

value

The value to set (can be null).

index

The index of the parameter in the statement.