Package org.apache.torque.adapter

Adapters between Torque and various databases.

See:
          Description

Interface Summary
Adapter DB defines the interface for a Torque database adapter.
 

Class Summary
AbstractAdapter 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.
AdapterFactory This class creates different Adapter objects based on specified JDBC driver name.
DerbyAdapter This is used to connect to an embedded Apache Derby Database using the supplied JDBC driver.
HsqldbAdapter This is used to connect to Hsqldb databases.
MssqlAdapter This is used to connect to a MSSQL database.
MysqlAdapter This is used in order to connect to a MySQL database using the MM drivers.
NoneAdapter This DatabaseHandler is used when you do not have a database installed.
OracleAdapter This code should be used for an Oracle database pool.
PostgresAdapter This is used to connect to PostgresQL databases.
 

Enum Summary
IDMethod Interface for various ID retrieval method types (i.e.
 

Package org.apache.torque.adapter Description

Adapters between Torque and various databases.



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.