public interface IConnectionProvider
| Modifier and Type | Method and Description |
|---|---|
ConnectionImpl |
connect(HostInfo host)
Called once per connection that needs to be created.
|
ConnectionImpl connect(HostInfo host) throws java.sql.SQLException
host - Host information for the host of the desired connection.ConnectionImpljava.sql.SQLException