Classes

\

Name Description
Exception No description available EMPTY
InvalidArgumentException No description available EMPTY
LogicException No description available EMPTY
PDO No description available EMPTY
PDOStatement No description available EMPTY

\Query

Name Description
Abstract_Driver Base Database class EMPTY
Abstract_Query_Builder Abstract Class for internal implementation methods of the Query Builder EMPTY
Abstract_SQL parent for database manipulation subclasses EMPTY
Abstract_Util Abstract class defining database / table creation methods EMPTY
BadDBDriverException Generic exception for bad drivers EMPTY
Connection_Manager Connection manager class to manage connections for the Query method EMPTY
Query_Builder Convenience class for creating sql queries - also the class that instantiates the specific db driver EMPTY
Query_Parser Utility Class to parse sql clauses for properly escaping identifiers EMPTY

\Query\Drivers\Firebird

Name Description
Driver Firebird Database class EMPTY
Result Firebird result class to emulate PDOStatement Class - only implements data-fetching methods EMPTY
SQL Firebird Specific SQL EMPTY
Util Firebird-specific backup, import and creation methods EMPTY

\Query\Drivers\Mysql

Name Description
Driver MySQL specific class EMPTY
SQL MySQL specifc SQL EMPTY
Util MySQL-specific backup, import and creation methods EMPTY

\Query\Drivers\Pgsql

Name Description
Driver PostgreSQL specifc class EMPTY
SQL PostgreSQL specifc SQL EMPTY
Util Posgres-specific backup, import and creation methods EMPTY

\Query\Drivers\Sqlite

Name Description
Driver SQLite specific class EMPTY
SQL SQLite Specific SQL EMPTY
Util SQLite-specific backup, import and creation methods EMPTY