public class DriverManagerComponentInstanceFactory extends PooledConnectionComponentInstanceFactory
| Constructor and Description |
|---|
DriverManagerComponentInstanceFactory(int maxStatements,
DriverManagerDataSource... dataSources) |
DriverManagerComponentInstanceFactory(String driverClassName,
ConnectionEndpoint... endpoints) |
DriverManagerComponentInstanceFactory(String driverClassName,
int maxStatements,
ConnectionEndpoint... endpoints) |
DriverManagerComponentInstanceFactory(String driverClassName,
String jdbcUrl,
String user,
String password) |
DriverManagerComponentInstanceFactory(String driverClassName,
String jdbcUrl,
String user,
String password,
int maxStatements) |
createInstance, deconstruct, getValidationQuery, initialize, setValidationQuery, shutdown, startuppublic DriverManagerComponentInstanceFactory(String driverClassName, String jdbcUrl, String user, String password) throws SQLException
SQLExceptionpublic DriverManagerComponentInstanceFactory(String driverClassName, String jdbcUrl, String user, String password, int maxStatements) throws SQLException
SQLExceptionpublic DriverManagerComponentInstanceFactory(String driverClassName, ConnectionEndpoint... endpoints) throws SQLException
SQLExceptionpublic DriverManagerComponentInstanceFactory(String driverClassName, int maxStatements, ConnectionEndpoint... endpoints) throws SQLException
SQLExceptionpublic DriverManagerComponentInstanceFactory(int maxStatements,
DriverManagerDataSource... dataSources)
Copyright © 2017. All rights reserved.