|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| DatabaseDriver | This common database interface that defines basic functionalities for interacting with backend SQL database. |
| MySQL | This class implements the driver API for the MySQL 4.* database. |
| Oracle | This class implements the driver API for the production strength rDBMS by Oracle. |
| Postgres | This class implements the driver API for the PostGreSQL 7.3.* and 7.4.* series database. |
| SQLite | This class implements the driver API for the free, small, and fast file-based SQL Lite. |
| SQLServer2000 | This class implements the driver API for the Microsoft SQL Server 2000 database. |
Provides for the database driver encapsulation.
Shown in black are implemented drivers. Red and black show non-working implementations. In red are shown projected drivers that won't work at all.
To provide an alternative implementation for an rDBMS, you need to
extend DatabaseDriver.
vds.db.*.driverDatabaseDriver for a specific
database engine. If the value is a identifier without periods, the prefix
org.griphyn.vdl.dbdrivers. is assumed. Otherwise, the
value denotes the complete Java path to the implementing class. Being
a class name, capitalization is important.vds.db.*.driver.urlvds.db.*.driver.uservds.db.*.driver.password
org.griphyn.vdl.dbschema
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||