IntArraySqlType

SqlType implementation represents PostgreSQL integer[] type.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun getResult(rs: ResultSet, index: Int): IntArray?
open fun getResult(rs: ResultSet, columnLabel: String): IntArray?
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun setParameter(ps: PreparedStatement, index: Int, parameter: IntArray?)
Link copied to clipboard
open fun <R : Any> transform(fromUnderlyingValue: (IntArray) -> R, toUnderlyingValue: (R) -> IntArray): SqlType<R>