| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected Jdbc |
Configuration.jdbc |
| Modifier and Type | Method and Description |
|---|---|
Jdbc |
ObjectFactory.createJdbc()
Create an instance of
Jdbc |
Jdbc |
Configuration.getJdbc()
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
|
Jdbc |
Jdbc.withDriver(String value) |
Jdbc |
Jdbc.withPassword(String value) |
Jdbc |
Jdbc.withProperties(Collection<Property> values) |
Jdbc |
Jdbc.withProperties(List<Property> properties) |
Jdbc |
Jdbc.withProperties(Property... values) |
Jdbc |
Jdbc.withSchema(String value) |
Jdbc |
Jdbc.withUrl(String value) |
Jdbc |
Jdbc.withUser(String value) |
Jdbc |
Jdbc.withUsername(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setJdbc(Jdbc value)
Sets the value of the jdbc property.
|
Configuration |
Configuration.withJdbc(Jdbc value) |
Copyright © 2019. All rights reserved.