Package org.apache.torque.adapter

Adapters between Torque and various databases.

See:
          Description

Interface Summary
DB DB defines the interface for a Torque database adapter.
IDMethod Interface for various ID retrieval method types (i.e.
 

Class Summary
AbstractDBAdapter This class is the abstract base for any database adapter Support for new databases is added by subclassing this class and implementing its abstract methods, and by registering the new database adapter and its corresponding JDBC driver in the service configuration file.
DBAxion This is used to connect to Hypersonic SQL databases.
DBCloudscape This is used to connect to Cloudscape SQL databases.
DBDB2400 Torque Database Adapter for DB2/400 on the IBM AS400 platform.
DBDB2App This is used to connect via the Application-Driver to DB2 databases.
DBDB2Net This is used to connect via the NET-Driver to DB2 databases.
DBDerby This is used to connect to an embedded Apache Derby Database using the supplied JDBC driver.
DBFactory This class creates different DB objects based on specified JDBC driver name.
DBFirebird This code should be used for a Firebird database pool.
DBHypersonicSQL This is used to connect to Hypersonic SQL databases.
DBInformix This code should be used for an Informix database pool.
DBInstantDB This is used to connect to InstantDB databases.
DBInterbase This code should be used for an Interbase database pool.
DBMM This is used in order to connect to a MySQL database using the MM drivers.
DBMSSQL This is used to connect to a MSSQL database.
DBNone This DatabaseHandler is used when you do not have a database installed.
DBOdbc This is used to connect to ODBC Bridged databases on Win32 Platforms.
DBOracle This code should be used for an Oracle database pool.
DBPostgres This is used to connect to PostgresQL databases.
DBSapDB This is used to connect to SapDB databases.
DBSybase This is used to connect to a Sybase database using Sybase's JConnect JDBC driver.
DBWeblogic This code should be used for a Weblogic database pool.
 

Package org.apache.torque.adapter Description

Adapters between Torque and various databases.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.