com.peter.db
Class DBAccess

java.lang.Object
  |
  +--com.peter.db.DBAccess
Direct Known Subclasses:
DBForum, DBMessage, DBSubject, DBTopic, DBUser

public class DBAccess
extends java.lang.Object

This class handles the queries to the Database. It is ment to be inhereted by classes that handles SQL-queries.

Version:
$Revision: 1.0.2, 2003-11-10 $
Author:
Peter Larsson

Constructor Summary
DBAccess(DBConHandler handler)
          The constructor for this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAccess

public DBAccess(DBConHandler handler)
The constructor for this object
Parameters:
handler - The handler to use for SQL-queries