| Package | Description | 
|---|---|
| org.jooq.conf | 
| Modifier and Type | Field and Description | 
|---|---|
protected StatementType | 
Settings.statementType  | 
| Modifier and Type | Method and Description | 
|---|---|
static StatementType | 
StatementType.fromValue(java.lang.String v)  | 
StatementType | 
Settings.getStatementType()
Gets the value of the statementType property. 
 | 
static StatementType | 
SettingsTools.getStatementType(Settings settings)
Get the statement type from the settings. 
 | 
static StatementType | 
StatementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static StatementType[] | 
StatementType.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.setStatementType(StatementType value)
Sets the value of the statementType property. 
 | 
Settings | 
Settings.withStatementType(StatementType value)  | 
Copyright © 2015. All Rights Reserved.