Multirange

data class Multirange(val oid: Int, val name: String, val schema: String, val rangeOid: Int) : PgType

Represents a PostgreSQL multirange type.

Constructors

Link copied to clipboard
constructor(oid: Int, name: String, schema: String, rangeOid: Int)

Properties

Link copied to clipboard
open override val name: String

The name of the type.

Link copied to clipboard
open override val oid: Int

The Object Identifier (OID) of the type.

Link copied to clipboard

The OID of the underlying range type.

Link copied to clipboard
open override val schema: String

The schema in which the type is defined.