Home
last modified time | relevance | path

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 Ddio_Oracle.tcl98 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 Dfixdelegation.php16 …$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 Ddocumentinfo.php190 …$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 Dmailclasses.php84 $row = $this->conf->fetch_first_row("select
H A Dconference.php635 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 Dcontact.php3805 …$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 Ddbl.php547 static function fetch_first_row(/* $result | [$dblink,] $query, ... */) { function in Dbl