Uses of Class
org.jooq.RenderContext.CastMode

Packages that use RenderContext.CastMode
org.jooq   
 

Uses of RenderContext.CastMode in org.jooq
 

Methods in org.jooq that return RenderContext.CastMode
 RenderContext.CastMode RenderContext.castMode()
          The currently applied cast mode for bind values
static RenderContext.CastMode RenderContext.CastMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RenderContext.CastMode[] RenderContext.CastMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jooq with parameters of type RenderContext.CastMode
 RenderContext RenderContext.castMode(RenderContext.CastMode mode)
          Set the new cast mode for RenderContext.castMode()
 



Copyright © 2012. All Rights Reserved.