cvm.ucm.repository
Class MySQLConnection

java.lang.Object
  extended by cvm.ucm.repository.MySQLConnection

public class MySQLConnection
extends java.lang.Object

This class deals with stablishing a connection with a MySQL database.

Author:
Abhishek B. and Marylurdys H.

Constructor Summary
MySQLConnection(Rep_Properties prop)
           
 
Method Summary
 java.sql.Connection getConn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLConnection

public MySQLConnection(Rep_Properties prop)
Method Detail

getConn

public java.sql.Connection getConn()