public interface ConnectionValidation
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConnectionValid(Connection con,
int statementTimeout)
Check for validity of
java.sql.Connection |
boolean isConnectionValid(Connection con, int statementTimeout) throws SQLException
java.sql.Connectioncon - java.sql.Connectionto be validatedstatementTimeout - The statement timeout valueSQLException - if the connection is not validCopyright © 2019. All rights reserved.