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 IConnectionProvider
host
- Host details to connect toConnectionImpl
java.sql.SQLException