Uses of Interface
org.jooq.Context

Packages that use Context
org.jooq   
 

Uses of Context in org.jooq
 

Classes in org.jooq with type parameters of type Context
 interface Context<C extends Context<C>>
          A context type that is used for rendering SQL or for binding This interface is for JOOQ INTERNAL USE only.
 

Subinterfaces of Context in org.jooq
 interface BindContext
          The bind context is used for binding QueryPart's and their contained values to a PreparedStatement's bind variables.
 interface RenderContext
          The render context is used for rendering QueryPart's to SQL.
 



Copyright © 2012. All Rights Reserved.