Uses of Interface
org.jooq.InsertSetMoreStep

Packages that use InsertSetMoreStep
org.jooq   
 

Uses of InsertSetMoreStep in org.jooq
 

Methods in org.jooq that return InsertSetMoreStep
<T> InsertSetMoreStep<R>
InsertSetStep.set(Field<T> field, Field<T> value)
          Set a value for a field in the UPDATE statement
<T> InsertSetMoreStep<R>
InsertSetStep.set(Field<T> field, T value)
          Set a value for a field in the UPDATE statement
 InsertSetMoreStep<R> InsertSetStep.set(Map<? extends Field<?>,?> map)
          Set a value for a field in the UPDATE statement Please assure that key/value pairs have matching <T> types.
 



Copyright © 2012. All Rights Reserved.