FloatArraySqlType
SqlType implementation represents PostgreSQL real[]
type.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <R : Any> transform(fromUnderlyingValue: (FloatArray) -> R, toUnderlyingValue: (R) -> FloatArray): SqlType<R>