Uses of Interface
org.jboss.jca.adapters.jdbc.spi.ValidConnectionChecker
Packages that use ValidConnectionChecker
Package
Description
The JDBC resource adapter with pooling support
DB2 specific extensions
MSSQL specific extensions
MySQL specific extensions
NoVendor extensions used a do-nothing-implementation<
Oracle specific extensions
Postgres specific extensions
Sybase specific extensions
-
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc
Classes in org.jboss.jca.adapters.jdbc that implement ValidConnectionCheckerModifier and TypeClassDescriptionclassImplements check valid connection sqlFields in org.jboss.jca.adapters.jdbc declared as ValidConnectionCheckerModifier and TypeFieldDescriptionprotected ValidConnectionCheckerBaseWrapperManagedConnectionFactory.connectionCheckerThe instance of the valid connection checker -
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc.extensions.db2
Classes in org.jboss.jca.adapters.jdbc.extensions.db2 that implement ValidConnectionChecker -
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc.extensions.mssql
Classes in org.jboss.jca.adapters.jdbc.extensions.mssql that implement ValidConnectionCheckerModifier and TypeClassDescriptionclassA MSSQLValidConnectionChecker. -
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc.extensions.mysql
Classes in org.jboss.jca.adapters.jdbc.extensions.mysql that implement ValidConnectionCheckerModifier and TypeClassDescriptionclassThis class is an implementation of ValidConnectionChecker for MySQL ReplicatedDriver.classImplements check valid connection sql Requires MySQL driver 3.1.8 or later. -
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc.extensions.novendor
Classes in org.jboss.jca.adapters.jdbc.extensions.novendor that implement ValidConnectionCheckerModifier and TypeClassDescriptionclassGoodForSeconds connection validationclassUse JDBC4 for connection validationclassDoes not check the connectionclassAlways throws a SQLException -
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc.extensions.oracle
Classes in org.jboss.jca.adapters.jdbc.extensions.oracle that implement ValidConnectionCheckerModifier and TypeClassDescriptionclassImplements a valid connection checker for Oracle.classImplements a valid connection checker for Oracle -
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc.extensions.postgres
Classes in org.jboss.jca.adapters.jdbc.extensions.postgres that implement ValidConnectionCheckerModifier and TypeClassDescriptionclassA PostgreSQLValidConnectionChecker. -
Uses of ValidConnectionChecker in org.jboss.jca.adapters.jdbc.extensions.sybase
Classes in org.jboss.jca.adapters.jdbc.extensions.sybase that implement ValidConnectionCheckerModifier and TypeClassDescriptionclassA SybaseValidConnectionChecker.