public interface ConnectionService
| Modifier and Type | Method and Description |
|---|---|
PluginService |
getPluginService() |
java.sql.Connection |
open(HostSpec hostSpec,
java.util.Properties props)
Creates an auxiliary connection.
|
java.sql.Connection open(HostSpec hostSpec, java.util.Properties props) throws java.sql.SQLException
hostSpec - the hostSpec containing the host information for the auxiliary connection.props - the properties for the auxiliary connection.java.sql.SQLException - if an error occurs while opening the connection.PluginService getPluginService()