/harmoni/core/DBHandler/DBHandler.class.php

Description
Classes
Class Description
DBHandler A Database Handler. The DBHandler is to be loaded at the beginning program executution with configuration settings for the database type, name, server, user, and password.
Includes
require_once (HARMONI."DBHandler/InsertQuery.class.php") (line 49)
require_once (HARMONI.'DBHandler/PostgreSQL/PostgreSQLDatabase.class.php') (line 52)
require_once (HARMONI.'DBHandler/MySQL/MySQLDatabase.class.php') (line 51)
require_once (HARMONI."DBHandler/UpdateQuery.class.php") (line 47)
require_once (HARMONI."DBHandler/GenericSQLQuery.class.php") (line 50)
require_once (HARMONI.'DBHandler/Oracle/OracleDatabase.class.php') (line 53)
require_once (HARMONI.'DBHandler/SQLUtils.static.php') (line 54)
require_once (HARMONI.'utilities/Queue.class.php') (line 55)
require_once (HARMONI."DBHandler/SelectQuery.class.php") (line 46)
require_once (HARMONI."Primitives/Chronology/include.php") (line 57)
require_once (HARMONI."DBHandler/DeleteQuery.class.php") (line 48)
Constants
MYSQL = 1 (line 17)

A constant for the MySQL database type.

  • access: public
  • const: MYSQL A constant for the MySQL database type.
ORACLE = 3 (line 35)

A constant for the ORACLE database type.

  • access: public
  • const: ORACLE A constant for the ORACLE database type.
POSTGRESQL = 2 (line 26)

A constant for the POSTGRE_SQL database type.

  • access: public
  • const: POSTGRE_SQL A constant for the POSTGRE_SQL database type.
SQLSERVER = 4 (line 44)

A constant for the SQLSERVER database type.

  • access: public
  • const: SQLSERVER A constant for the SQLSERVER database type.

Documentation generated on Wed, 19 Sep 2007 10:22:37 -0400 by phpDocumentor 1.3.0RC3