public interface JDBCConnectionProviderFactory extends Pluggable
| Modifier and Type | Interface and Description |
|---|---|
static class |
JDBCConnectionProviderFactory.FACTORIES |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProvider |
getConnectionProvider(String connectionUrl,
String username,
String password,
Map<String,String> providerAttributes) |
Set<String> |
getProviderAttributeNames() |
String |
getType() |
ConnectionProvider getConnectionProvider(String connectionUrl, String username, String password, Map<String,String> providerAttributes) throws SQLException
SQLExceptionCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.