public interface ConnectionProfile
Modifier and Type | Method and Description |
---|---|
ConnectionImpl |
connect(String url,
Properties info)
This method tries to make a connection to the given URL.
|
ConnectionImpl connect(String url, Properties info) throws TeiidSQLException
url
- used to establish a connection.TeiidSQLException
- if it is unable to establish a connectionCopyright © 2020. All rights reserved.