public class Jdbc extends Object implements Serializable
Java class for Jdbc complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Jdbc">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="driver" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="properties" type="{http://www.jooq.org/xsd/jooq-codegen-3.0.0.xsd}Properties" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
driver |
protected String |
password |
protected List<Property> |
properties |
protected String |
schema |
protected String |
url |
protected String |
user |
| Constructor and Description |
|---|
Jdbc() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver()
Gets the value of the driver property.
|
String |
getPassword()
Gets the value of the password property.
|
List<Property> |
getProperties() |
String |
getSchema()
Gets the value of the schema property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setDriver(String value)
Sets the value of the driver property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setProperties(List<Property> properties) |
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUser(String value)
Sets the value of the user property.
|
Jdbc |
withDriver(String value) |
Jdbc |
withPassword(String value) |
Jdbc |
withProperties(Collection<Property> values) |
Jdbc |
withProperties(List<Property> properties) |
Jdbc |
withProperties(Property... values) |
Jdbc |
withSchema(String value) |
Jdbc |
withUrl(String value) |
Jdbc |
withUser(String value) |
protected String driver
protected String url
protected String schema
protected String user
protected String password
public String getDriver()
Stringpublic void setDriver(String value)
value - allowed object is
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic Jdbc withProperties(Collection<Property> values)
Copyright © 2013. All Rights Reserved.