| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.conf | 
| Modifier and Type | Method and Description | 
|---|---|
| ParamType | RenderContext. paramType()Specify, how bind values should be rendered. | 
| ParamType | Context. paramType()Specify, how bind values should be rendered. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | Query. getSQL(ParamType paramType)Retrieve the SQL code rendered by this Query. | 
| RenderContext | RenderContext. paramType(ParamType paramType)Set the new context value for  RenderContext.paramType(). | 
| C | Context. paramType(ParamType paramType)Set the new context value for  Context.paramType(). | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ParamType | Settings. paramType | 
| Modifier and Type | Method and Description | 
|---|---|
| static ParamType | ParamType. fromValue(java.lang.String v) | 
| ParamType | Settings. getParamType()Gets the value of the paramType property. | 
| static ParamType | SettingsTools. getParamType(Settings settings)Get the parameter type from the settings. | 
| static ParamType | ParamType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ParamType[] | ParamType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Settings. setParamType(ParamType value)Sets the value of the paramType property. | 
| Settings | Settings. withParamType(ParamType value) | 
Copyright © 2015. All Rights Reserved.