Uses of Interface
org.jooq.InsertResultStep

Packages that use InsertResultStep
org.jooq   
 

Uses of InsertResultStep in org.jooq
 

Methods in org.jooq that return InsertResultStep
 InsertResultStep<R> InsertReturningStep.returning()
          Configure the INSERT statement to return all fields in R.
 InsertResultStep<R> InsertReturningStep.returning(Collection<? extends Field<?>> fields)
          Configure the INSERT statement to return a list of fields in R.
 InsertResultStep<R> InsertReturningStep.returning(Field<?>... fields)
          Configure the INSERT statement to return a list of fields in R.
 



Copyright © 2012. All Rights Reserved.