Uses of Interface
org.jooq.UDTPathField
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of UDTPathField in org.jooq
Modifier and TypeInterfaceDescriptioninterface
UDTPathTableField<R extends Record,
U extends UDTRecord<U>, T> A field dereferenced from a UDT path. -
Uses of UDTPathField in org.jooq.impl
Modifier and TypeClassDescriptionclass
UDTPathFieldImpl<R extends Record,
U extends UDTRecord<U>, T> A common base type for UDT path fields.class
UDTPathTableFieldImpl<R extends Record,
U extends UDTRecord<U>, T> A common base type for table fields that are alsoUDTPathField
.Modifier and TypeMethodDescriptionstatic final <T,
P extends UDTField<?, T>>
PInternal.createUDTPathField
(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, Class<P> returnType) static final <T,
P extends UDTField<?, T>>
PInternal.createUDTPathField
(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType) static final <T,
U, P extends UDTField<?, U>>
PInternal.createUDTPathField
(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType, Binding<T, U> binding) static final <T,
U, P extends UDTField<?, U>>
PInternal.createUDTPathField
(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType, Converter<T, U> converter) static final <T,
X, U, P extends UDTField<?, U>>
PInternal.createUDTPathField
(Name name, DataType<T> type, UDTPathField<?, ?, ?> qualifier, String comment, Class<P> returnType, Converter<X, U> converter, Binding<T, X> binding)