Classes and interfaces
Firebird_Result¶
Firebird result class to emulate PDOStatement Class - only implements
data-fetching methods
« More »
Firebird_Util¶
Firebird-specific backup, import and creation methods
« More »
MySQL_Util¶
MySQL-specific backup, import and creation methods
« More »
ODBC_Util¶
ODBC-specific backup, import and creation methods
« More »
PgSQL_Util¶
Posgres-specific backup, import and creation methods
« More »
SQLite_Util¶
SQLite-specific backup, import and creation methods
« More »
Classes and interfaces
BadConnectionException¶
Generic exception for bad connection strings
« More »
BadDBDriverException¶
Generic exception for bad drivers
« More »
DB_SQL¶
Abstract parent for database manipulation subclasses
« More »
DB_Util¶
Abstract class defining database / table creation methods
« More »
Query_Builder¶
Convienience class for creating sql queries - also the class that
instantiates the specific db driver
« More »
Query_Parser¶
Utility Class to parse sql clauses for properly escaping identifiers
« More »