- Timestamp:
- 10/02/08 01:00:33 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/command/HermitProcedureCommand.php
r20387 r20417 26 26 $stmt = $builder->build($pdo); 27 27 $stmt->execute($parameters); 28 $rs = new HermitProcedureResultSet($stmt->getSqlParameter()); 29 $rs->bindParameter($pdo, $parameters); 30 return $rs->create($stmt, $this->type); 28 $rs = HermitProcedureResultSetFactory::create($pdo, $stmt->getSqlParameter()); 29 if($rs instanceof HermitParameterBind){ 30 $rs->bindParameter($pdo, $parameters); 31 } 32 return $rs->execute($stmt, $this->type); 31 33 } 32 34 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)