entities
Class EntityDBManager

java.lang.Object
  extended byentities.EntityDBManager

public class EntityDBManager
extends java.lang.Object

This class exploits the java interface to db. For use with MySQL it requires that mysql_2_uncomp.jar be in the CLASSPATH. This class connects to MySQL according to the configuration information specified in config_DB.


Field Summary
static int CLASS
           
static int FUNCTION
           
static int METHOD
           
static int METHOD_DECL
           
static int METHOD_DEF
           
static int MODULE
           
static int NAMESPACE
           
static int PARAMETER
           
static int SUPERCLASS
           
static int VARIABLE
           
 
Constructor Summary
EntityDBManager()
           
EntityDBManager(java.lang.String configurationFile)
           
 
Method Summary
 void close()
           
 java.sql.Connection connect()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE

public static final int MODULE
See Also:
Constant Field Values

CLASS

public static final int CLASS
See Also:
Constant Field Values

FUNCTION

public static final int FUNCTION
See Also:
Constant Field Values

METHOD

public static final int METHOD
See Also:
Constant Field Values

METHOD_DECL

public static final int METHOD_DECL
See Also:
Constant Field Values

METHOD_DEF

public static final int METHOD_DEF
See Also:
Constant Field Values

NAMESPACE

public static final int NAMESPACE
See Also:
Constant Field Values

PARAMETER

public static final int PARAMETER
See Also:
Constant Field Values

SUPERCLASS

public static final int SUPERCLASS
See Also:
Constant Field Values

VARIABLE

public static final int VARIABLE
See Also:
Constant Field Values
Constructor Detail

EntityDBManager

public EntityDBManager(java.lang.String configurationFile)

EntityDBManager

public EntityDBManager()
Method Detail

connect

public java.sql.Connection connect()
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

close

public void close()
           throws java.sql.SQLException
Throws:
java.sql.SQLException

main

public static void main(java.lang.String[] args)