Package | Description |
---|---|
org.jboss.jca.adapters.jdbc |
The JDBC resource adapter with pooling support
|
org.jboss.jca.adapters.jdbc.extensions.db2 |
DB2 specific extensions
|
org.jboss.jca.adapters.jdbc.extensions.mssql |
MSSQL specific extensions
|
org.jboss.jca.adapters.jdbc.extensions.mysql |
MySQL specific extensions
|
org.jboss.jca.adapters.jdbc.extensions.novendor |
NoVendor extensions used a do-nothing-implementation<
|
org.jboss.jca.adapters.jdbc.extensions.oracle |
Oracle specific extensions
|
org.jboss.jca.adapters.jdbc.extensions.postgres |
Postgres specific extensions
|
org.jboss.jca.adapters.jdbc.extensions.sybase |
Sybase specific extensions
|
Modifier and Type | Class and Description |
---|---|
class |
CheckValidConnectionSQL
Implements check valid connection sql
|
Modifier and Type | Field and Description |
---|---|
protected ValidConnectionChecker |
BaseWrapperManagedConnectionFactory.connectionChecker
The instance of the valid connection checker
|
Modifier and Type | Class and Description |
---|---|
class |
DB2ValidConnectionChecker
A DB2ValidConnectionChecker.
|
Modifier and Type | Class and Description |
---|---|
class |
MSSQLValidConnectionChecker
A MSSQLValidConnectionChecker.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLReplicationValidConnectionChecker
This class is an implementation of ValidConnectionChecker for MySQL
ReplicatedDriver.
|
class |
MySQLValidConnectionChecker
Implements check valid connection sql Requires MySQL driver 3.1.8 or later.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBC4ValidConnectionChecker
Use JDBC4 for connection validation
|
class |
NullValidConnectionChecker
Does not check the connection
|
class |
SQLExceptionValidConnectionChecker
Always throws a SQLException
|
Modifier and Type | Class and Description |
---|---|
class |
OracleValidConnectionChecker
Implements a valid connection checker for Oracle
|
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLValidConnectionChecker
A PostgreSQLValidConnectionChecker.
|
Modifier and Type | Class and Description |
---|---|
class |
SybaseValidConnectionChecker
A SybaseValidConnectionChecker.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)