public class Settings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Java class for Settings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Settings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="renderSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="renderMapping" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}RenderMapping" minOccurs="0"/> <element name="renderNameStyle" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}RenderNameStyle" minOccurs="0"/> <element name="renderKeywordStyle" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}RenderKeywordStyle" minOccurs="0"/> <element name="renderFormatted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="renderScalarSubqueriesForStoredFunctions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="backslashEscaping" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}BackslashEscaping" minOccurs="0"/> <element name="paramType" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}ParamType" minOccurs="0"/> <element name="statementType" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}StatementType" minOccurs="0"/> <element name="executeLogging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="executeWithOptimisticLocking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="attachRecords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="updatablePrimaryKeys" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reflectionCaching" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="fetchWarnings" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
attachRecords |
protected BackslashEscaping |
backslashEscaping |
protected java.lang.Boolean |
executeLogging |
protected java.lang.Boolean |
executeWithOptimisticLocking |
protected java.lang.Boolean |
fetchWarnings |
protected ParamType |
paramType |
protected java.lang.Boolean |
reflectionCaching |
protected java.lang.Boolean |
renderFormatted |
protected RenderKeywordStyle |
renderKeywordStyle |
protected RenderMapping |
renderMapping |
protected RenderNameStyle |
renderNameStyle |
protected java.lang.Boolean |
renderScalarSubqueriesForStoredFunctions |
protected java.lang.Boolean |
renderSchema |
protected StatementType |
statementType |
protected java.lang.Boolean |
updatablePrimaryKeys |
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
BackslashEscaping |
getBackslashEscaping()
Gets the value of the backslashEscaping property.
|
ParamType |
getParamType()
Gets the value of the paramType property.
|
RenderKeywordStyle |
getRenderKeywordStyle()
Gets the value of the renderKeywordStyle property.
|
RenderMapping |
getRenderMapping()
Gets the value of the renderMapping property.
|
RenderNameStyle |
getRenderNameStyle()
Gets the value of the renderNameStyle property.
|
StatementType |
getStatementType()
Gets the value of the statementType property.
|
java.lang.Boolean |
isAttachRecords()
Gets the value of the attachRecords property.
|
java.lang.Boolean |
isExecuteLogging()
Gets the value of the executeLogging property.
|
java.lang.Boolean |
isExecuteWithOptimisticLocking()
Gets the value of the executeWithOptimisticLocking property.
|
java.lang.Boolean |
isFetchWarnings()
Gets the value of the fetchWarnings property.
|
java.lang.Boolean |
isReflectionCaching()
Gets the value of the reflectionCaching property.
|
java.lang.Boolean |
isRenderFormatted()
Gets the value of the renderFormatted property.
|
java.lang.Boolean |
isRenderScalarSubqueriesForStoredFunctions()
Gets the value of the renderScalarSubqueriesForStoredFunctions property.
|
java.lang.Boolean |
isRenderSchema()
Gets the value of the renderSchema property.
|
java.lang.Boolean |
isUpdatablePrimaryKeys()
Gets the value of the updatablePrimaryKeys property.
|
void |
setAttachRecords(java.lang.Boolean value)
Sets the value of the attachRecords property.
|
void |
setBackslashEscaping(BackslashEscaping value)
Sets the value of the backslashEscaping property.
|
void |
setExecuteLogging(java.lang.Boolean value)
Sets the value of the executeLogging property.
|
void |
setExecuteWithOptimisticLocking(java.lang.Boolean value)
Sets the value of the executeWithOptimisticLocking property.
|
void |
setFetchWarnings(java.lang.Boolean value)
Sets the value of the fetchWarnings property.
|
void |
setParamType(ParamType value)
Sets the value of the paramType property.
|
void |
setReflectionCaching(java.lang.Boolean value)
Sets the value of the reflectionCaching property.
|
void |
setRenderFormatted(java.lang.Boolean value)
Sets the value of the renderFormatted property.
|
void |
setRenderKeywordStyle(RenderKeywordStyle value)
Sets the value of the renderKeywordStyle property.
|
void |
setRenderMapping(RenderMapping value)
Sets the value of the renderMapping property.
|
void |
setRenderNameStyle(RenderNameStyle value)
Sets the value of the renderNameStyle property.
|
void |
setRenderScalarSubqueriesForStoredFunctions(java.lang.Boolean value)
Sets the value of the renderScalarSubqueriesForStoredFunctions property.
|
void |
setRenderSchema(java.lang.Boolean value)
Sets the value of the renderSchema property.
|
void |
setStatementType(StatementType value)
Sets the value of the statementType property.
|
void |
setUpdatablePrimaryKeys(java.lang.Boolean value)
Sets the value of the updatablePrimaryKeys property.
|
Settings |
withAttachRecords(java.lang.Boolean value) |
Settings |
withBackslashEscaping(BackslashEscaping value) |
Settings |
withExecuteLogging(java.lang.Boolean value) |
Settings |
withExecuteWithOptimisticLocking(java.lang.Boolean value) |
Settings |
withFetchWarnings(java.lang.Boolean value) |
Settings |
withParamType(ParamType value) |
Settings |
withReflectionCaching(java.lang.Boolean value) |
Settings |
withRenderFormatted(java.lang.Boolean value) |
Settings |
withRenderKeywordStyle(RenderKeywordStyle value) |
Settings |
withRenderMapping(RenderMapping value) |
Settings |
withRenderNameStyle(RenderNameStyle value) |
Settings |
withRenderScalarSubqueriesForStoredFunctions(java.lang.Boolean value) |
Settings |
withRenderSchema(java.lang.Boolean value) |
Settings |
withStatementType(StatementType value) |
Settings |
withUpdatablePrimaryKeys(java.lang.Boolean value) |
protected java.lang.Boolean renderSchema
protected RenderMapping renderMapping
protected RenderNameStyle renderNameStyle
protected RenderKeywordStyle renderKeywordStyle
protected java.lang.Boolean renderFormatted
protected java.lang.Boolean renderScalarSubqueriesForStoredFunctions
protected BackslashEscaping backslashEscaping
protected ParamType paramType
protected StatementType statementType
protected java.lang.Boolean executeLogging
protected java.lang.Boolean executeWithOptimisticLocking
protected java.lang.Boolean attachRecords
protected java.lang.Boolean updatablePrimaryKeys
protected java.lang.Boolean reflectionCaching
protected java.lang.Boolean fetchWarnings
public java.lang.Boolean isRenderSchema()
Boolean
public void setRenderSchema(java.lang.Boolean value)
value
- allowed object is
Boolean
public RenderMapping getRenderMapping()
RenderMapping
public void setRenderMapping(RenderMapping value)
value
- allowed object is
RenderMapping
public RenderNameStyle getRenderNameStyle()
RenderNameStyle
public void setRenderNameStyle(RenderNameStyle value)
value
- allowed object is
RenderNameStyle
public RenderKeywordStyle getRenderKeywordStyle()
RenderKeywordStyle
public void setRenderKeywordStyle(RenderKeywordStyle value)
value
- allowed object is
RenderKeywordStyle
public java.lang.Boolean isRenderFormatted()
Boolean
public void setRenderFormatted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isRenderScalarSubqueriesForStoredFunctions()
Boolean
public void setRenderScalarSubqueriesForStoredFunctions(java.lang.Boolean value)
value
- allowed object is
Boolean
public BackslashEscaping getBackslashEscaping()
BackslashEscaping
public void setBackslashEscaping(BackslashEscaping value)
value
- allowed object is
BackslashEscaping
public ParamType getParamType()
ParamType
public void setParamType(ParamType value)
value
- allowed object is
ParamType
public StatementType getStatementType()
StatementType
public void setStatementType(StatementType value)
value
- allowed object is
StatementType
public java.lang.Boolean isExecuteLogging()
Boolean
public void setExecuteLogging(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isExecuteWithOptimisticLocking()
Boolean
public void setExecuteWithOptimisticLocking(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isAttachRecords()
Boolean
public void setAttachRecords(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isUpdatablePrimaryKeys()
Boolean
public void setUpdatablePrimaryKeys(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReflectionCaching()
Boolean
public void setReflectionCaching(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isFetchWarnings()
Boolean
public void setFetchWarnings(java.lang.Boolean value)
value
- allowed object is
Boolean
public Settings withRenderSchema(java.lang.Boolean value)
public Settings withRenderMapping(RenderMapping value)
public Settings withRenderNameStyle(RenderNameStyle value)
public Settings withRenderKeywordStyle(RenderKeywordStyle value)
public Settings withRenderFormatted(java.lang.Boolean value)
public Settings withRenderScalarSubqueriesForStoredFunctions(java.lang.Boolean value)
public Settings withBackslashEscaping(BackslashEscaping value)
public Settings withStatementType(StatementType value)
public Settings withExecuteLogging(java.lang.Boolean value)
public Settings withExecuteWithOptimisticLocking(java.lang.Boolean value)
public Settings withAttachRecords(java.lang.Boolean value)
public Settings withUpdatablePrimaryKeys(java.lang.Boolean value)
public Settings withReflectionCaching(java.lang.Boolean value)
public Settings withFetchWarnings(java.lang.Boolean value)
public java.lang.Object clone()
clone
in class java.lang.Object
Copyright © 2014. All Rights Reserved.