Module org.jooq
Package org.jooq

Interface UDTRecord<R extends UDTRecord<R>>

Type Parameters:
R - The record type
All Superinterfaces:
Attachable, Comparable<Record>, Fields, Formattable, QualifiedRecord<R>, Record, Serializable, SQLData
All Known Implementing Classes:
DefaultBinding.SdoGeometryRecord, DefaultBinding.SdoPointTypeRecord, UDTRecordImpl

public interface UDTRecord<R extends UDTRecord<R>> extends QualifiedRecord<R>
An object holding data of a UDT
Author:
Lukas Eder
  • Method Details

    • getUDT

      @NotNull @NotNull UDT<R> getUDT()
      The UDT from which this record was read