| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.datasources |
| Modifier and Type | Method and Description |
|---|---|
List<JdbcDriver> |
Datasources.DatasourcesResources.jdbcDrivers()
Get the list of org.wildfly.swarm.config.datasources.JdbcDriver resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Datasources.jdbcDriver(JdbcDriver value)
Add the org.wildfly.swarm.config.datasources.JdbcDriver object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Datasources.jdbcDrivers(List<JdbcDriver> value)
Add all org.wildfly.swarm.config.datasources.JdbcDriver objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
JdbcDriver |
JdbcDriver.deploymentName(String value)
The name of the deployment unit from which the driver was loaded
|
JdbcDriver |
JdbcDriver.driverClassName(String value)
The fully qualified class name of the java.sql.Driver implementation
|
JdbcDriver |
JdbcDriver.driverDatasourceClassName(String value)
The fully qualified class name of the javax.sql.DataSource implementation
|
JdbcDriver |
JdbcDriver.driverMajorVersion(Integer value)
The driver's major version number
|
JdbcDriver |
JdbcDriver.driverMinorVersion(Integer value)
The driver's minor version number
|
JdbcDriver |
JdbcDriver.driverModuleName(String value)
The name of the module from which the driver was loaded, if it was loaded from the module path
|
JdbcDriver |
JdbcDriver.driverName(String value)
Defines the JDBC driver the datasource should use.
|
JdbcDriver |
JdbcDriver.driverXaDatasourceClassName(String value)
The fully qualified class name of the javax.sql.XADataSource implementation
|
JdbcDriver |
JdbcDriver.jdbcCompliant(Boolean value)
Whether or not the driver is JDBC compliant
|
JdbcDriver |
JdbcDriver.moduleSlot(String value)
The slot of the module from which the driver was loaded, if it was loaded from the module path
|
JdbcDriver |
JdbcDriver.profile(String value)
Domain Profile in which driver is defined.
|
JdbcDriver |
JdbcDriver.xaDatasourceClass(String value)
XA datasource class
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.