Class | Description |
---|---|
XML_Query2XML_Driver_ADOdb | Driver for the database abstraction layer ADOdb. |
XML_Query2XML_Driver_Array | Array-based driver. |
XML_Query2XML_Driver_DB | Driver for the database abstraction layer PEAR DB. |
XML_Query2XML_Driver_LDAP | Driver for Net_LDAP. |
XML_Query2XML_Driver_LDAP2 | Driver for Net_LDAP2. |
XML_Query2XML_Driver_MDB2 | Driver for the database abstraction layer PEAR MDB2. |
XML_Query2XML_Driver_PDO | Driver for the database abstraction layer PDO. |
Factory method.
This method, when implemented executes the query passed as the first argument and returns all records from the result set.
The format of the first argument depends on the driver being used.
Pre-processes a query specification and returns a string representation of the query.
The returned string will be used for logging purposes. It does not need to be valid SQL.
If $query is a string, it will be changed to array('query' => $query).
Documentation generated on Sun, 03 Apr 2011 13:13:11 +0200 by phpDocumentor 1.4.1