|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.Jdbc
public class Jdbc
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-2.1.0.xsd}Properties" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
driver
|
protected String |
password
|
protected List<Property> |
properties
|
protected String |
schema
|
protected String |
url
|
protected String |
user
|
| Constructor Summary | |
|---|---|
Jdbc()
|
|
| Method Summary | |
|---|---|
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 |
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(Property... values)
|
Jdbc |
withSchema(String value)
|
Jdbc |
withUrl(String value)
|
Jdbc |
withUser(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String driver
protected String url
protected String schema
protected String user
protected String password
protected List<Property> properties
| Constructor Detail |
|---|
public Jdbc()
| Method Detail |
|---|
public String getDriver()
Stringpublic void setDriver(String value)
value - allowed object is
Stringpublic String getUrl()
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 List<Property> getProperties()
public Jdbc withDriver(String value)
public Jdbc withUrl(String value)
public Jdbc withSchema(String value)
public Jdbc withUser(String value)
public Jdbc withPassword(String value)
public Jdbc withProperties(Property... values)
public Jdbc withProperties(Collection<Property> values)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||