phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 26 May 2010 20:55:47 +0000 (14:55 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 27 May 2010 16:44:52 +0000 (10:44 -0600)
framework/Db/lib/Horde/Db/Adapter/Base.php

index a393939..8ff8af6 100644 (file)
@@ -383,7 +383,7 @@ abstract class Horde_Db_Adapter_Base
      * @param string $arg2   If $arg1 contains bound parameters, the query
      *                       name.
      *
-     * @return Traversable
+     * @return PDOStatement
      * @throws Horde_Db_Exception
      */
     public function select($sql, $arg1 = null, $arg2 = null)
@@ -515,7 +515,7 @@ abstract class Horde_Db_Adapter_Base
      * @param string $arg2  If $arg1 contains bound parameters, the query
      *                      name.
      *
-     * @return Traversable
+     * @return PDOStatement
      * @throws Horde_Db_Exception
      */
     public function execute($sql, $arg1 = null, $arg2 = null)
@@ -576,7 +576,7 @@ abstract class Horde_Db_Adapter_Base
      * @param integer $idValue      TODO
      * @param string $sequenceName  TODO
      *
-     * @return TODO
+     * @return integer  Last inserted ID.
      * @throws Horde_Db_Exception
      */
     public function insert($sql, $arg1 = null, $arg2 = null, $pk = null,