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