public interface DBConnectionDriver
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DBConnectionDriver |
connect(java.lang.String user,
java.lang.String password)
Deprecated.
|
java.sql.Connection |
getConnection() |
boolean |
isConnected()
Check if driver is connected at the moment.
|
void |
setConnectionCallback(ConnectionCallback callback) |
DBConnectionDriver connect(java.lang.String user, java.lang.String password) throws java.lang.Exception
user - password - java.lang.Exceptionboolean isConnected()
void close()
java.sql.Connection getConnection()
void setConnectionCallback(ConnectionCallback callback)