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
SQLException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.