= 0) ? " OFFSET $offset" : ''; return $secs2cache ? $this->CacheExecute($secs2cache,$sql." LIMIT $nrows$offsetStr",$inputarr,$arg3) : $this->Execute($sql." LIMIT $nrows$offsetStr",$inputarr,$arg3); } } /*-------------------------------------------------------------------------------------- Class Name: Recordset --------------------------------------------------------------------------------------*/ class ADORecordSet_postgres7 extends ADORecordSet_postgres{ var $databaseType = "postgres7"; function ADORecordSet_postgres7($queryID) { $res=$this->ADORecordSet_postgres($queryID); return $res; } } ?>