| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
Database.properties |
protected List<Property> |
Jdbc.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
ObjectFactory.createProperty()
Create an instance of
Property |
Property |
Property.withKey(String value) |
Property |
Property.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Database.getProperties() |
List<Property> |
Jdbc.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withProperties(Property... values) |
Jdbc |
Jdbc.withProperties(Property... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setProperties(List<Property> properties) |
void |
Jdbc.setProperties(List<Property> properties) |
Database |
Database.withProperties(Collection<Property> values) |
Jdbc |
Jdbc.withProperties(Collection<Property> values) |
Database |
Database.withProperties(List<Property> properties) |
Jdbc |
Jdbc.withProperties(List<Property> properties) |
Copyright © 2021. All rights reserved.