public class Connection extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://exlp.sf.net/net}host"/>
<element ref="{http://exlp.sf.net/net}database"/>
</sequence>
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="fetchSize" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="preparedStatements" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="maxPreparedStatements" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="validate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="looseBbox" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="encodeFunctions" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="exposePrimaryKeys" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="estimatedExtends" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected net.sf.exlp.xml.net.Database |
database |
protected Boolean |
encodeFunctions |
protected Boolean |
estimatedExtends |
protected Boolean |
exposePrimaryKeys |
protected Integer |
fetchSize |
protected net.sf.exlp.xml.net.Host |
host |
protected Boolean |
looseBbox |
protected Integer |
max |
protected Integer |
maxPreparedStatements |
protected Integer |
min |
protected Boolean |
preparedStatements |
protected Integer |
timeout |
protected Boolean |
validate |
| Constructor and Description |
|---|
Connection() |
| Modifier and Type | Method and Description |
|---|---|
net.sf.exlp.xml.net.Database |
getDatabase()
Gets the value of the database property.
|
int |
getFetchSize()
Gets the value of the fetchSize property.
|
net.sf.exlp.xml.net.Host |
getHost()
Gets the value of the host property.
|
int |
getMax()
Gets the value of the max property.
|
int |
getMaxPreparedStatements()
Gets the value of the maxPreparedStatements property.
|
int |
getMin()
Gets the value of the min property.
|
int |
getTimeout()
Gets the value of the timeout property.
|
boolean |
isEncodeFunctions()
Gets the value of the encodeFunctions property.
|
boolean |
isEstimatedExtends()
Gets the value of the estimatedExtends property.
|
boolean |
isExposePrimaryKeys()
Gets the value of the exposePrimaryKeys property.
|
boolean |
isLooseBbox()
Gets the value of the looseBbox property.
|
boolean |
isPreparedStatements()
Gets the value of the preparedStatements property.
|
boolean |
isSetDatabase() |
boolean |
isSetEncodeFunctions() |
boolean |
isSetEstimatedExtends() |
boolean |
isSetExposePrimaryKeys() |
boolean |
isSetFetchSize() |
boolean |
isSetHost() |
boolean |
isSetLooseBbox() |
boolean |
isSetMax() |
boolean |
isSetMaxPreparedStatements() |
boolean |
isSetMin() |
boolean |
isSetPreparedStatements() |
boolean |
isSetTimeout() |
boolean |
isSetValidate() |
boolean |
isValidate()
Gets the value of the validate property.
|
void |
setDatabase(net.sf.exlp.xml.net.Database value)
Sets the value of the database property.
|
void |
setEncodeFunctions(boolean value)
Sets the value of the encodeFunctions property.
|
void |
setEstimatedExtends(boolean value)
Sets the value of the estimatedExtends property.
|
void |
setExposePrimaryKeys(boolean value)
Sets the value of the exposePrimaryKeys property.
|
void |
setFetchSize(int value)
Sets the value of the fetchSize property.
|
void |
setHost(net.sf.exlp.xml.net.Host value)
Sets the value of the host property.
|
void |
setLooseBbox(boolean value)
Sets the value of the looseBbox property.
|
void |
setMax(int value)
Sets the value of the max property.
|
void |
setMaxPreparedStatements(int value)
Sets the value of the maxPreparedStatements property.
|
void |
setMin(int value)
Sets the value of the min property.
|
void |
setPreparedStatements(boolean value)
Sets the value of the preparedStatements property.
|
void |
setTimeout(int value)
Sets the value of the timeout property.
|
void |
setValidate(boolean value)
Sets the value of the validate property.
|
void |
unsetEncodeFunctions() |
void |
unsetEstimatedExtends() |
void |
unsetExposePrimaryKeys() |
void |
unsetFetchSize() |
void |
unsetLooseBbox() |
void |
unsetMax() |
void |
unsetMaxPreparedStatements() |
void |
unsetMin() |
void |
unsetPreparedStatements() |
void |
unsetTimeout() |
void |
unsetValidate() |
protected net.sf.exlp.xml.net.Host host
protected net.sf.exlp.xml.net.Database database
protected Integer timeout
protected Integer min
protected Integer max
protected Integer fetchSize
protected Boolean preparedStatements
protected Integer maxPreparedStatements
protected Boolean validate
protected Boolean looseBbox
protected Boolean encodeFunctions
protected Boolean exposePrimaryKeys
protected Boolean estimatedExtends
public net.sf.exlp.xml.net.Host getHost()
Hostpublic void setHost(net.sf.exlp.xml.net.Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public net.sf.exlp.xml.net.Database getDatabase()
Databasepublic void setDatabase(net.sf.exlp.xml.net.Database value)
value - allowed object is
Databasepublic boolean isSetDatabase()
public int getTimeout()
Integerpublic void setTimeout(int value)
value - allowed object is
Integerpublic boolean isSetTimeout()
public void unsetTimeout()
public int getMin()
Integerpublic void setMin(int value)
value - allowed object is
Integerpublic boolean isSetMin()
public void unsetMin()
public int getMax()
Integerpublic void setMax(int value)
value - allowed object is
Integerpublic boolean isSetMax()
public void unsetMax()
public int getFetchSize()
Integerpublic void setFetchSize(int value)
value - allowed object is
Integerpublic boolean isSetFetchSize()
public void unsetFetchSize()
public boolean isPreparedStatements()
Booleanpublic void setPreparedStatements(boolean value)
value - allowed object is
Booleanpublic boolean isSetPreparedStatements()
public void unsetPreparedStatements()
public int getMaxPreparedStatements()
Integerpublic void setMaxPreparedStatements(int value)
value - allowed object is
Integerpublic boolean isSetMaxPreparedStatements()
public void unsetMaxPreparedStatements()
public boolean isValidate()
Booleanpublic void setValidate(boolean value)
value - allowed object is
Booleanpublic boolean isSetValidate()
public void unsetValidate()
public boolean isLooseBbox()
Booleanpublic void setLooseBbox(boolean value)
value - allowed object is
Booleanpublic boolean isSetLooseBbox()
public void unsetLooseBbox()
public boolean isEncodeFunctions()
Booleanpublic void setEncodeFunctions(boolean value)
value - allowed object is
Booleanpublic boolean isSetEncodeFunctions()
public void unsetEncodeFunctions()
public boolean isExposePrimaryKeys()
Booleanpublic void setExposePrimaryKeys(boolean value)
value - allowed object is
Booleanpublic boolean isSetExposePrimaryKeys()
public void unsetExposePrimaryKeys()
public boolean isEstimatedExtends()
Booleanpublic void setEstimatedExtends(boolean value)
value - allowed object is
Booleanpublic boolean isSetEstimatedExtends()
public void unsetEstimatedExtends()
Copyright © 2016. All rights reserved.