XV. The MU_DBH Class
Introduction
Properties
These properties can be set by the developer after instantiating an MU_DBH object.
Table of Contents
- MU_DBH::prepare - Prepare a statement for execution
- MU_DBH::perform - Execute a statement
- MU_DBH::queryfirstcolumn - Return the first column of the first row of a query
- MU_DBH::queryfirstrow_assoc - Return the first row of a query as an associative array
- MU_DBH::queryfirstrow_array - Return the first row of a query as a numerically-indexed array
- MU_DBH::queryall_assoc - Return the entire result set of a query as an associative array
- MU_DBH::queryall_array - Return the entire result set of a query as a numerically-indexed array
- MU_DBH::queryall_list - Return the entire result set as a single-dimension array
- MU_DBH::auto_commit - Purpose
- MU_DBH::commit - Purpose
- MU_DBH::rollback - Purpose
- MU_DBH::select - Purpose