| 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.withAutoCommit(Boolean value) |
Jdbc |
Jdbc.withDriver(String value)
The JDBC driver class.
|
Jdbc |
Jdbc.withPassword(String value)
The JDBC connection password.
|
Jdbc |
Jdbc.withProperties(Collection<Property> values) |
Jdbc |
Jdbc.withProperties(List<Property> properties) |
Jdbc |
Jdbc.withProperties(Property... values) |
Jdbc |
Jdbc.withSchema(String value)
Deprecated.
Use database schema configuration elements instead.
|
Jdbc |
Jdbc.withUrl(String value)
The JDBC connection URL.
|
Jdbc |
Jdbc.withUser(String value)
The JDBC connection user.
|
Jdbc |
Jdbc.withUsername(String value)
Just a synonym for "user" to be compatible with other Maven plugins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setJdbc(Jdbc value)
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
|
Configuration |
Configuration.withJdbc(Jdbc value)
The JDBC configuration element contains information about how to set up the database connection used for source code generation.
|
Copyright © 2021. All rights reserved.