Uses of Interface
org.jooq.UpdateSetMoreStep

Packages that use UpdateSetMoreStep
org.jooq   
 

Uses of UpdateSetMoreStep in org.jooq
 

Methods in org.jooq that return UpdateSetMoreStep
<T> UpdateSetMoreStep<R>
UpdateSetStep.set(Field<T> field, Field<T> value)
          Set a value for a field in the UPDATE statement
<T> UpdateSetMoreStep<R>
UpdateSetStep.set(Field<T> field, T value)
          Set a value for a field in the UPDATE statement
 UpdateSetMoreStep<R> UpdateSetStep.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.