Actually executes an SQL query.
private function UnbDatabase::InternalExecute ($sql, $parameters);
null
if no parameters are used. This can only be (an array of) scalar values, UNB's objects are not allowed!the PDOStatement object to be used for further data retrieval.
InvalidArgumentException | On invalid argument type. |
BadMethodCallException | If the database is not opened. |
UnbDatabaseException | If the statement could not be prepared or executed. |
Member of class: UnbDatabase
Implementation file: database.class.php, line 609
© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.