projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf007d0
)
Iterator interface is the lowest common denominator.
author
Jan Schneider
<jan@horde.org>
Wed, 12 Jan 2011 18:24:43 +0000
(19:24 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 12 Jan 2011 18:24:43 +0000
(19:24 +0100)
framework/Db/lib/Horde/Db/Adapter.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter.php
b/framework/Db/lib/Horde/Db/Adapter.php
index
0e3e35f
..
5d4283e
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Adapter.php
+++ b/
framework/Db/lib/Horde/Db/Adapter.php
@@
-121,7
+121,7
@@
interface Horde_Db_Adapter
* @param string $arg2 If $arg1 contains bound parameters, the query
* name.
*
- * @return
PDOStatement
+ * @return
Iterator
* @throws Horde_Db_Exception
*/
public function select($sql, $arg1 = null, $arg2 = null);
@@
-211,7
+211,7
@@
interface Horde_Db_Adapter
* @param string $arg2 If $arg1 contains bound parameters, the query
* name.
*
- * @return
PDOStatement
+ * @return
Iterator
* @throws Horde_Db_Exception
*/
public function execute($sql, $arg1 = null, $arg2 = null);