Uses of Interface
org.jooq.UDT
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.ORACLE
dialect family.-
Uses of UDT in org.jooq
Modifier and TypeMethodDescription@Nullable UDT<?>
Get a UDT by its name (case-sensitive) in this schema, ornull
if no such UDT exists.@Nullable UDT<?>
Get a UDT by its qualified or unqualified name in this schema, ornull
if no such UDT exists.UDTField.getUDT()
UDTRecord.getUDT()
The UDT from which this record was read -
Uses of UDT in org.jooq.impl
Modifier and TypeClassDescriptionclass
A common base type for UDT'sModifier and TypeMethodDescriptionfinal UDT<?>
final UDT<?>
final UDT<?>
final UDT<?>
UDTRecordImpl.getUDT()
Modifier and TypeMethodDescriptionLazySchema.getUDTs()
SchemaImpl.getUDTs()
List all UDTs contained in this schema.LazySchema.udtStream()
SchemaImpl.udtStream()
Modifier and TypeMethodDescriptionUDTImpl.createField
(String name, DataType<T> type, UDT<R> udt) Deprecated.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String)
instead.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment, Binding<T, U> binding) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String, Binding)
instead.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment, Converter<T, U> converter) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String, Converter)
instead.UDTImpl.createField
(String name, DataType<T> type, UDT<R> udt, String comment, Converter<X, U> converter, Binding<T, X> binding) Deprecated.- 3.12.0 - [#8000] - UseUDTImpl.createField(Name, DataType, UDT, String, Converter, Binding)
instead.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt) Subclasses may call this method to createUDTField
objects that are linked to this table.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt, String comment) Subclasses may call this method to createUDTField
objects that are linked to this table.Subclasses may call this method to createUDTField
objects that are linked to this table.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt, String comment, Converter<T, U> converter) Subclasses may call this method to createUDTField
objects that are linked to this table.UDTImpl.createField
(Name name, DataType<T> type, UDT<R> udt, String comment, Converter<X, U> converter, Binding<T, X> binding) Subclasses may call this method to createUDTField
objects that are linked to this table.Internal.createQueue
(String name, Schema schema, UDT<R> type) <R extends UDTRecord<R>>
R -
Uses of UDT in org.jooq.util.oracle
UDTImpl.createField(Name, DataType, UDT)
instead.