Changeset 1349
- Timestamp:
- 02/21/08 16:06:14 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/rdbms/pdo/stubDatabasePDOStatement.php
r1301 r1349 204 204 try { 205 205 if (null === $fetchMode) { 206 return $this->pdoStatement->fetchAll( null, null, null);206 return $this->pdoStatement->fetchAll(); 207 207 } 208 208
