EarthSqlType

Cube-based earth abstraction, using 3 coordinates representing the x, y, and z distance from the center of the Earth. Part of PostgreSQL earthdistance SQL extension.

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