CubeSqlType

Represents a Cube by storing 2 n-dimensional points Part of PostgreSQL cube SQL extension. https://www.postgresql.org/docs/9.5/cube.html

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): Cube?
open fun getResult(rs: ResultSet, columnLabel: String): Cube?
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun setParameter(ps: PreparedStatement, index: Int, parameter: Cube?)
Link copied to clipboard
open fun <R : Any> transform(fromUnderlyingValue: (Cube) -> R, toUnderlyingValue: (R) -> Cube): SqlType<R>