public class PostgreSQLValidConnectionChecker extends java.lang.Object implements ValidConnectionChecker, java.io.Serializable
| Constructor and Description |
|---|
PostgreSQLValidConnectionChecker()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.sql.SQLException |
isValidConnection(java.sql.Connection c)
Checks the connection is valid
|
public PostgreSQLValidConnectionChecker()
public java.sql.SQLException isValidConnection(java.sql.Connection c)
isValidConnection in interface ValidConnectionCheckerc - the connectionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)