public class BasicConnectionProvider extends java.lang.Object implements IConnectionProvider
| Constructor and Description |
|---|
BasicConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionImpl |
connect(HostInfo host)
Called once per connection that needs to be created.
|
public ConnectionImpl connect(HostInfo host) throws java.sql.SQLException
connect in interface IConnectionProviderhost - Host details to connect toConnectionImpljava.sql.SQLException