Package org.bridgedb.virtuoso
Class VirtuosoAccess
- java.lang.Object
-
- org.bridgedb.virtuoso.VirtuosoAccess
-
-
Constructor Summary
Constructors Constructor Description VirtuosoAccess()Instantiate a connection to the database
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectiongetConnection()Retrieve an active connection to the database
-
-
-
Constructor Detail
-
VirtuosoAccess
public VirtuosoAccess() throws BridgeDBExceptionInstantiate a connection to the database- Throws:
BridgeDBException- If there is a problem connecting to the database.
-
-
Method Detail
-
getConnection
public Connection getConnection() throws BridgeDBException
Retrieve an active connection to the database- Specified by:
getConnectionin interfaceSQLAccess- Returns:
- database connection
- Throws:
BridgeDBException- if there is a problem establishing a connection
-
-