\Query

Namespaces

Drivers

Interfaces

Driver_Interface PDO Interface to implement for database drivers
Query_Builder_Interface Interface defining the Query Builder class
SQL_Interface parent for database manipulation subclasses

Classes

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