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