Java Doc for DataAccessDriver.java in » Forum » JForum-2.1.8 » net » jforum » dao » Java Source Code / Java DocumentationJava Source Code and Java Documentation
The class that every driver class must implement.
JForum implementation provides a simple and extremely
configurable way to use diferent database engines without
any modification to the core source code.
For example, if you want to use the Database "XYZ" as
backend, all you need to do is to implement DataAccessDriver,
all *Model classes and a specific file with the SQL queries.
The default implementation was written to support MySQL, so if you want a base code to
analise, look at net.jforum.drivers.generic package.
author: Rafael Steil version: $Id: DataAccessDriver.java,v 1.20 2007/07/28 20:07:18 rafaelsteil Exp $
Gets a driver implementation instance.
You MUST use this method when you want a instance
of a valid DataAccessDriver. Never access
the driver implementation directly.
DataAccessDriver instance