Void

data object Void : PgType

Represents the special PostgreSQL void pseudo-type.

Properties

Link copied to clipboard
open val name: String

The name of the type.

Link copied to clipboard
open val oid: Int

The Object Identifier (OID) of the type.

Link copied to clipboard
open val schema: String

The schema in which the type is defined.