Executes an SQL statement and returns all records.
public function UnbDatabase::Query ($sql, $parameters = null);
(string) SQL statement
(PDOStatement) Already prepared statement
(array) Parameters to be used in this SQL statement, null
if no parameters are used.
An array of all records
UnbDatabaseException | If the statement could not be prepared or executed. |
Member of class: UnbDatabase
Implementation file: database.class.php, line 831
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.