public interface DBConnection<T>
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
void |
closeDBConnection() |
void |
commit() |
DatabaseConfigVO |
getDatabaseConfig() |
DataSource |
getDataSource() |
T |
getSession() |
String |
getType() |
boolean |
isSessionAlive() |
boolean |
isTransActionAlive() |
void |
rollback() |
void |
shutdown() |
T getSession() throws SQLException
SQLExceptionboolean isTransActionAlive()
boolean isSessionAlive()
void rollback()
throws SQLException
SQLExceptionvoid closeDBConnection()
throws SQLException
SQLExceptionvoid commit()
throws SQLException
SQLExceptionvoid shutdown()
String getType()
DataSource getDataSource()
DatabaseConfigVO getDatabaseConfig() throws SQLException
SQLExceptionvoid clearCache()
throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.