|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.server.util.DatabaseConnection
Description of the Class
Field Summary | |
static String |
DEFAULT_NAME
|
Constructor Summary | |
DatabaseConnection()
Connect to default database = 'PostgresDS' |
Method Summary | |
void |
close()
Return the connection to ConnectionPool. |
Connection |
getConnection()
Get the JDBC-connection |
IDBConnection |
getDBConnection()
Get the Jena-connection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DEFAULT_NAME
Constructor Detail |
public DatabaseConnection()
NamingException
SQLException
Method Detail |
public void close()
SQLException
public Connection getConnection()
public IDBConnection getDBConnection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |