UserDefinedType

Union type for all UDTs.

Connectors may define additional implementations.

The subtypes may overlap, for instance a user-defined array may be represented both as a UserDefinedArray and as a GenericUserDefinedType.

Inheritors

Properties

Link copied to clipboard
abstract val catalog: String?
Link copied to clipboard
open val jdbcType: JDBCType?
Link copied to clipboard
abstract val schema: String?
Link copied to clipboard
abstract val typeCode: Int
Link copied to clipboard
abstract val typeName: String?