|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UDTRecord | |
---|---|
org.jooq | |
org.jooq.impl |
Uses of UDTRecord in org.jooq |
---|
Classes in org.jooq with type parameters of type UDTRecord | |
---|---|
interface |
UDT<R extends UDTRecord<R>>
UDT definition |
interface |
UDTField<R extends UDTRecord<R>,T>
A field contained in a UDT |
interface |
UDTRecord<R extends UDTRecord<R>>
An object holding data of a UDT |
Methods in org.jooq with type parameters of type UDTRecord | ||
---|---|---|
|
FactoryOperations.newRecord(UDT<R> type)
Create a new attached UDTRecord . |
Uses of UDTRecord in org.jooq.impl |
---|
Classes in org.jooq.impl with type parameters of type UDTRecord | |
---|---|
class |
UDTImpl<R extends UDTRecord<R>>
A common base type for UDT's This type is for JOOQ INTERNAL USE only. |
class |
UDTRecordImpl<R extends UDTRecord<R>>
A record implementation for a record originating from a single UDT This type is for JOOQ INTERNAL USE only. |
Classes in org.jooq.impl that implement UDTRecord | |
---|---|
class |
UDTRecordImpl<R extends UDTRecord<R>>
A record implementation for a record originating from a single UDT This type is for JOOQ INTERNAL USE only. |
Methods in org.jooq.impl with type parameters of type UDTRecord | ||
---|---|---|
protected static
|
UDTImpl.createField(String name,
DataType<T> type,
UDT<R> udt)
Subclasses may call this method to create UDTField objects that
are linked to this table. |
|
|
Factory.newRecord(UDT<R> type)
Create a new attached UDTRecord . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |