Uses of Interface
org.apache.torque.adapter.IDMethod

Packages that use IDMethod
org.apache.torque.adapter Adapters between Torque and various databases. 
org.apache.torque.map Description of the schema layout. 
 

Uses of IDMethod in org.apache.torque.adapter
 

Subinterfaces of IDMethod in org.apache.torque.adapter
 interface DB
          DB defines the interface for a Torque database adapter.
 

Classes in org.apache.torque.adapter that implement IDMethod
 class 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.
 class DBAxion
          This is used to connect to Hypersonic SQL databases.
 class DBCloudscape
          This is used to connect to Cloudscape SQL databases.
 class DBDB2400
          Torque Database Adapter for DB2/400 on the IBM AS400 platform.
 class DBDB2App
          This is used to connect via the Application-Driver to DB2 databases.
 class DBDB2Net
          This is used to connect via the NET-Driver to DB2 databases.
 class DBDerby
          This is used to connect to an embedded Apache Derby Database using the supplied JDBC driver.
 class DBFirebird
          This code should be used for a Firebird database pool.
 class DBHypersonicSQL
          This is used to connect to Hypersonic SQL databases.
 class DBInformix
          This code should be used for an Informix database pool.
 class DBInstantDB
          This is used to connect to InstantDB databases.
 class DBInterbase
          This code should be used for an Interbase database pool.
 class DBMM
          This is used in order to connect to a MySQL database using the MM drivers.
 class DBMSSQL
          This is used to connect to a MSSQL database.
 class DBNone
          This DatabaseHandler is used when you do not have a database installed.
 class DBOdbc
          This is used to connect to ODBC Bridged databases on Win32 Platforms.
 class DBOracle
          This code should be used for an Oracle database pool.
 class DBPostgres
          This is used to connect to PostgresQL databases.
 class DBSapDB
          This is used to connect to SapDB databases.
 class DBSybase
          This is used to connect to a Sybase database using Sybase's JConnect JDBC driver.
 class DBWeblogic
          This code should be used for a Weblogic database pool.
 

Uses of IDMethod in org.apache.torque.map
 

Classes in org.apache.torque.map that implement IDMethod
 class TableMap
          TableMap is used to model a table in a database.
 



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