Package org.teiid.jdbc
Interface ConnectionProfile
-
- All Known Subinterfaces:
LocalProfile
public interface ConnectionProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionImpl
connect(String url, Properties info)
This method tries to make a connection to the given URL.
-
-
-
Method Detail
-
connect
ConnectionImpl connect(String url, Properties info) throws TeiidSQLException
This method tries to make a connection to the given URL.- Parameters:
url
- used to establish a connection.- Returns:
- Connection object created
- Throws:
TeiidSQLException
- if it is unable to establish a connection
-
-