|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.conf.Settings
public class Settings
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="renderMapping" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd}RenderMapping" minOccurs="0"/> <element name="renderNameStyle" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd}RenderNameStyle" minOccurs="0"/> <element name="renderKeywordStyle" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd}RenderKeywordStyle" minOccurs="0"/> <element name="renderFormatted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="statementType" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd}StatementType" minOccurs="0"/> <element name="executeLogging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="executeListeners" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd}ExecuteListeners" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
executeListeners
|
protected Boolean |
executeLogging
|
protected Boolean |
renderFormatted
|
protected RenderKeywordStyle |
renderKeywordStyle
|
protected RenderMapping |
renderMapping
|
protected RenderNameStyle |
renderNameStyle
|
protected StatementType |
statementType
|
Constructor Summary | |
---|---|
Settings()
|
Method Summary | |
---|---|
List<String> |
getExecuteListeners()
|
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. |
Boolean |
isExecuteLogging()
Gets the value of the executeLogging property. |
Boolean |
isRenderFormatted()
Gets the value of the renderFormatted property. |
void |
setExecuteLogging(Boolean value)
Sets the value of the executeLogging property. |
void |
setRenderFormatted(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 |
setStatementType(StatementType value)
Sets the value of the statementType property. |
Settings |
withExecuteListeners(Collection<String> values)
|
Settings |
withExecuteListeners(String... values)
|
Settings |
withExecuteLogging(Boolean value)
|
Settings |
withRenderFormatted(Boolean value)
|
Settings |
withRenderKeywordStyle(RenderKeywordStyle value)
|
Settings |
withRenderMapping(RenderMapping value)
|
Settings |
withRenderNameStyle(RenderNameStyle value)
|
Settings |
withStatementType(StatementType value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RenderMapping renderMapping
protected RenderNameStyle renderNameStyle
protected RenderKeywordStyle renderKeywordStyle
protected Boolean renderFormatted
protected StatementType statementType
protected Boolean executeLogging
protected List<String> executeListeners
Constructor Detail |
---|
public Settings()
Method Detail |
---|
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 Boolean isRenderFormatted()
Boolean
public void setRenderFormatted(Boolean value)
value
- allowed object is
Boolean
public StatementType getStatementType()
StatementType
public void setStatementType(StatementType value)
value
- allowed object is
StatementType
public Boolean isExecuteLogging()
Boolean
public void setExecuteLogging(Boolean value)
value
- allowed object is
Boolean
public List<String> getExecuteListeners()
public Settings withRenderMapping(RenderMapping value)
public Settings withRenderNameStyle(RenderNameStyle value)
public Settings withRenderKeywordStyle(RenderKeywordStyle value)
public Settings withRenderFormatted(Boolean value)
public Settings withStatementType(StatementType value)
public Settings withExecuteLogging(Boolean value)
public Settings withExecuteListeners(String... values)
public Settings withExecuteListeners(Collection<String> values)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |