Uses of Interface
org.jooq.UDT
Packages that use 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
Classes in org.jooq.impl that implement UDTModifier and TypeClassDescriptionclass
A common base type for UDT'sMethods in org.jooq.impl that return UDTModifier and TypeMethodDescriptionfinal UDT<?>
final UDT<?>
final UDT<?>
final UDT<?>
UDTRecordImpl.getUDT()
Methods in org.jooq.impl that return types with arguments of type UDTModifier and TypeMethodDescriptionLazySchema.getUDTs()
SchemaImpl.getUDTs()
List all UDTs contained in this schema.LazySchema.udtStream()
SchemaImpl.udtStream()
Methods in org.jooq.impl with parameters of type UDTModifier 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>>
RConstructors in org.jooq.impl with parameters of type UDT -
Uses of UDT in org.jooq.util.oracle
Methods in org.jooq.util.oracle that return UDTConstructors in org.jooq.util.oracle with parameters of type UDT
UDTImpl.createField(Name, DataType, UDT)
instead.