Uses of Interface
org.jooq.UpdateQuery

Packages that use UpdateQuery
org.jooq   
org.jooq.impl   
 

Uses of UpdateQuery in org.jooq
 

Methods in org.jooq that return UpdateQuery
<R extends Record>
UpdateQuery<R>
FactoryOperations.updateQuery(Table<R> table)
          Create a new UpdateQuery
 

Uses of UpdateQuery in org.jooq.impl
 

Methods in org.jooq.impl that return UpdateQuery
<R extends Record>
UpdateQuery<R>
Factory.updateQuery(Table<R> table)
          Create a new UpdateQuery
 



Copyright © 2012. All Rights Reserved.