Uses of Interface
org.jooq.UDTField

Packages that use UDTField
org.jooq.impl   
 

Uses of UDTField in org.jooq.impl
 

Methods in org.jooq.impl that return UDTField
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.
 



Copyright © 2012. All Rights Reserved.