public interface DbProperties
Modifier and Type | Method and Description |
---|---|
String |
getDriverName() |
int |
getMaximumConnections(Connection connection) |
String |
getValidationQuery() |
String getDriverName()
String getValidationQuery()
int getMaximumConnections(Connection connection) throws SQLException
connection
- a database connectionSQLException
Copyright © 2009–2020 Waarp. All rights reserved.