public class JdbcDriver extends Object
| Constructor and Description |
|---|
JdbcDriver(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
deploymentName()
The name of the deployment unit from which the driver was loaded
|
JdbcDriver |
deploymentName(String value)
The name of the deployment unit from which the driver was loaded
|
String |
driverClassName()
The fully qualified class name of the java.sql.Driver implementation
|
JdbcDriver |
driverClassName(String value)
The fully qualified class name of the java.sql.Driver implementation
|
String |
driverDatasourceClassName()
The fully qualified class name of the javax.sql.DataSource implementation
|
JdbcDriver |
driverDatasourceClassName(String value)
The fully qualified class name of the javax.sql.DataSource implementation
|
Integer |
driverMajorVersion()
The driver's major version number
|
JdbcDriver |
driverMajorVersion(Integer value)
The driver's major version number
|
Integer |
driverMinorVersion()
The driver's minor version number
|
JdbcDriver |
driverMinorVersion(Integer value)
The driver's minor version number
|
String |
driverModuleName()
The name of the module from which the driver was loaded, if it was loaded from the module path
|
JdbcDriver |
driverModuleName(String value)
The name of the module from which the driver was loaded, if it was loaded from the module path
|
String |
driverName()
Defines the JDBC driver the datasource should use.
|
JdbcDriver |
driverName(String value)
Defines the JDBC driver the datasource should use.
|
String |
driverXaDatasourceClassName()
The fully qualified class name of the javax.sql.XADataSource implementation
|
JdbcDriver |
driverXaDatasourceClassName(String value)
The fully qualified class name of the javax.sql.XADataSource implementation
|
String |
getKey() |
Boolean |
jdbcCompliant()
Whether or not the driver is JDBC compliant
|
JdbcDriver |
jdbcCompliant(Boolean value)
Whether or not the driver is JDBC compliant
|
String |
moduleSlot()
The slot of the module from which the driver was loaded, if it was loaded from the module path
|
JdbcDriver |
moduleSlot(String value)
The slot of the module from which the driver was loaded, if it was loaded from the module path
|
String |
profile()
Domain Profile in which driver is defined.
|
JdbcDriver |
profile(String value)
Domain Profile in which driver is defined.
|
String |
xaDatasourceClass()
XA datasource class
|
JdbcDriver |
xaDatasourceClass(String value)
XA datasource class
|
public JdbcDriver(String key)
public String getKey()
public String deploymentName()
public JdbcDriver deploymentName(String value)
public String driverClassName()
public JdbcDriver driverClassName(String value)
public String driverDatasourceClassName()
public JdbcDriver driverDatasourceClassName(String value)
public Integer driverMajorVersion()
public JdbcDriver driverMajorVersion(Integer value)
public Integer driverMinorVersion()
public JdbcDriver driverMinorVersion(Integer value)
public String driverModuleName()
public JdbcDriver driverModuleName(String value)
public String driverName()
public JdbcDriver driverName(String value)
public String driverXaDatasourceClassName()
public JdbcDriver driverXaDatasourceClassName(String value)
public Boolean jdbcCompliant()
public JdbcDriver jdbcCompliant(Boolean value)
public String moduleSlot()
public JdbcDriver moduleSlot(String value)
public String profile()
public JdbcDriver profile(String value)
public String xaDatasourceClass()
public JdbcDriver xaDatasourceClass(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.