Uses of Interface
org.jooq.InsertQuery

Packages that use InsertQuery
org.jooq   
org.jooq.impl   
 

Uses of InsertQuery in org.jooq
 

Methods in org.jooq that return InsertQuery
<R extends Record>
InsertQuery<R>
FactoryOperations.insertQuery(Table<R> into)
          Create a new InsertQuery
 

Uses of InsertQuery in org.jooq.impl
 

Methods in org.jooq.impl that return InsertQuery
<R extends Record>
InsertQuery<R>
Factory.insertQuery(Table<R> into)
          Create a new InsertQuery
 



Copyright © 2012. All Rights Reserved.