
public class MySQLProperties extends Object implements DbProperties
| Constructor and Description |
|---|
MySQLProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriverName() |
int |
getMaximumConnections(Connection connection) |
static String |
getProtocolID() |
String |
getValidationQuery() |
public static final String PROTOCOL
public static String getProtocolID()
public String getDriverName()
getDriverName in interface DbPropertiespublic String getValidationQuery()
getValidationQuery in interface DbPropertiespublic int getMaximumConnections(Connection connection) throws SQLException
getMaximumConnections in interface DbPropertiesconnection - a database connectionSQLExceptionCopyright © 2009–2020 Waarp. All rights reserved.