entities
Class EntityDBManager
java.lang.Object
entities.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.
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 |
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
EntityDBManager
public EntityDBManager(java.lang.String configurationFile)
EntityDBManager
public EntityDBManager()
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)