Package org.apache.torque.adapter
package org.apache.torque.adapter
Adapters between Torque and various databases.
-
KlasseBeschreibungThis 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.
DB
defines the interface for a Torque database adapter.This class creates differentAdapter
objects based on specified JDBC driver name.This is used to connect to an embedded Apache Derby Database using the supplied JDBC driver.This is used to connect to Hsqldb databases.Interface for various ID retrieval method types (i.e. auto-increment, sequence, ID broker, etc.).This is used to connect to a MSSQL database.This is used in order to connect to a MySQL database using the MM drivers.This DatabaseHandler is used when you do not have a database installed.This code should be used for an Oracle database pool.This is used to connect to PostgresQL databases.