Uses of Interface
org.jooq.UDTRecord

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
<R extends UDTRecord<R>>
R
FactoryOperations.newRecord(UDT<R> type)
          Create a new 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
<R extends UDTRecord<R>,T>
UDTField<R,T>
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.
<R extends UDTRecord<R>>
R
FactoryProxy.newRecord(UDT<R> type)
          Deprecated.  
<R extends UDTRecord<R>>
R
Factory.newRecord(UDT<R> type)
          Create a new UDTRecord.
 



Copyright © 2012. All Rights Reserved.