1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-13 01:24:06 +02:00
This commit is contained in:
David Grudl
2007-04-25 06:44:38 +00:00
parent af7c4de14a
commit b7834a3373
2 changed files with 18 additions and 5 deletions

View File

@@ -157,7 +157,6 @@ abstract class DibiDriver
/**
* Executes the SQL query
*
* @param string SQL statement.
* @return object|bool Result set object or TRUE on success, FALSE on failure
*/
@@ -167,7 +166,6 @@ abstract class DibiDriver
/**
* Gets the number of affected rows by the last INSERT, UPDATE or DELETE query
*
* @return int number of rows or FALSE on error
*/
abstract public function affectedRows();