Procedural File: tce_db_dal.php
Source Location: /shared/code/tce_db_dal.php
Page Details:
Database Abstraction layer (DAL).
Loads the Database functions for the selected DATABASE type. The database type is defined by K_DATABASE_TYPE constant on /shared/config/tce_db_config.php configuration file.
Tags:
Includes:
require_once('../../shared/code/tce_db_dal_mysql.php') [line 61]
require_once('../../shared/code/tce_db_dal_postgresql.php') [line 65]
require_once('../../shared/code/tce_db_dal_oracle.php') [line 69]
|