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