edu.unh.sdb.mdb
Class MySQLDBIF

java.lang.Object
  extended by edu.unh.sdb.mdb.DBIF
      extended by edu.unh.sdb.mdb.MySQLDBIF

public class MySQLDBIF
extends DBIF


Field Summary
 
Fields inherited from class edu.unh.sdb.mdb.DBIF
DBIFList, dbUrl, driver, localhost, MYSQL, myUrl, ORACLE, POSTGRE
 
Constructor Summary
MySQLDBIF(URL url)
           
 
Method Summary
 
Methods inherited from class edu.unh.sdb.mdb.DBIF
createDB, createTable, detach, dropTable, getURL, getUrlByDBName, isDSNameUsed, loadDS, loadWorkSpace, open, setDB, setVerbose, show, showAll, writeDS, writeWorkSpace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLDBIF

public MySQLDBIF(URL url)