This is the PostgreSQL MDB2 driver.
PEAR::MDB2_Schema enables users to maintain RDBMS independant schema
files in XML that can be used to create, alter and drop database entities
and insert data into a database. Reverse engineering database schemas from
existing databases is also supported. The format is compatible with both
PEAR::MDB and Metabase.
PEAR::MDB_QueryTool is an OO-abstraction to the SQL-Query language, it provides
methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build
queries.
It also provides an easy to learn interface that interacts nicely with
HTML-forms using arrays that contain the column data, that shall be
updated/added in a DB. This package bases on an SQL-Builder which lets you
easily build SQL-Statements and execute them.
NB: this is a PEAR::MDB porting from the original DB_QueryTool written by
Wolfram Kriesing and Paolo Panto (vision:produktion, wk@visionp.de).
This is a DataSource driver for Structures_DataGrid using arrays. It is a
base package for some other DataSource drivers like CSV or XML.
This is a DataSource driver for Structures_DataGrid using CSV files.
This is DataSource driver for Structures_DataGrid which uses PEAR::DB.
Please note that this driver is deprecated. Consider using DBQuery or MDB2
DataSource drivers instead.
This is a DataSource driver for Structures_DataGrid using PEAR::DB and an
SQL query.
This is a DataSource driver for Structures_DataGrid using PEAR::DB_Table.
This is a DataSource driver for Structures_DataGrid using PEAR::DB_DataObject.
This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and an
SQL query.