Searched refs:fetch_first_row (Results 1 – 7 of 7) sorted by relevance
/dports/www/mod_rivet/rivet-3.2.0/rivet/packages/dio/ |
H A D | dio_Oracle.tcl | 98 lappend res_cmd -fetch_first_row $is_select 191 public variable fetch_first_row 0 197 if {$fetch_first_row} { 206 set fetch_first_row 0
|
/dports/www/hotcrp/hotcrp-2.102/batch/ |
H A D | fixdelegation.php | 16 …$row = Dbl::fetch_first_row("select r.paperId, r.contactId, u.email, q.ct, q.cs, r.reviewNeedsSubm…
|
/dports/www/hotcrp/hotcrp-2.102/src/ |
H A D | documentinfo.php | 190 …$row = $this->conf->fetch_first_row("select paper, compression from PaperStorage where paperId=? a… 192 …$row = $this->conf->fetch_first_row("select paper, compression from PaperStorage where paperStorag… 391 …$row = $this->conf->fetch_first_row("select paperStorageId, timestamp, inactive from PaperStorage …
|
H A D | mailclasses.php | 84 $row = $this->conf->fetch_first_row("select
|
H A D | conference.php | 635 function fetch_first_row(/* $qstr, ... */) { function in Conf 636 return Dbl::fetch_first_row(Dbl::do_query_on($this->dblink, func_get_args(), Dbl::F_ERROR));
|
H A D | contact.php | 3805 …$row = Dbl::fetch_first_row($this->conf->qe("select sum(contactId=$cid and reviewType=" . REVIEW_S… 3817 …$row = Dbl::fetch_first_row($this->conf->qe("select count(reviewSubmitted), count(reviewId) from P…
|
/dports/www/hotcrp/hotcrp-2.102/lib/ |
H A D | dbl.php | 547 static function fetch_first_row(/* $result | [$dblink,] $query, ... */) { function in Dbl
|