Uses of Interface
org.jooq.UpdatableTable

Packages that use UpdatableTable
org.jooq   
org.jooq.impl   
 

Uses of UpdatableTable in org.jooq
 

Methods in org.jooq that return UpdatableTable
 UpdatableTable<R> UpdatableRecord.getTable()
          The table from which this record was read
 

Uses of UpdatableTable in org.jooq.impl
 

Classes in org.jooq.impl that implement UpdatableTable
 class UpdatableTableImpl<R extends Record>
          A table implementation for a table holding a primary key This type is for JOOQ INTERNAL USE only.
 

Methods in org.jooq.impl that return UpdatableTable
 UpdatableTable<R> UpdatableRecordImpl.getTable()
           
 

Constructors in org.jooq.impl with parameters of type UpdatableTable
UpdatableRecordImpl(UpdatableTable<R> table)
           
 



Copyright © 2012. All Rights Reserved.