de.uni.leipzig.IR15.Connectors
Class DEXConnector

java.lang.Object
  extended by de.uni.leipzig.IR15.Connectors.DEXConnector

public class DEXConnector
extends java.lang.Object

Class to handle connection to the dex database.

Author:
IR-Team

Constructor Summary
DEXConnector()
           
 
Method Summary
static void destroyConnection()
          Destroy a database connection.
static com.sparsity.dex.gdb.Database getConnection()
          Create and return a connection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEXConnector

public DEXConnector()
Method Detail

getConnection

public static com.sparsity.dex.gdb.Database getConnection()
Create and return a connection.

Returns:
database connection

destroyConnection

public static void destroyConnection()
Destroy a database connection.