Lines Matching defs:rev
518 "DATA.$idColumn = $tn.$idColumn AND DATA.rev = $tn.rev AND $tn.colref = $colref"
532 $QB->filters()->whereAnd("DATA.rev = $pl");
582 * @param int $rev
586 public static function isTypePage($pid, $rev)
588 return $rev > 0;
595 * @param int $rev
599 public static function isTypeGlobal($pid, $rev)
608 * @param int $rev
612 public static function isTypeSerial($pid, $rev)
614 return $pid !== '' && $rev === 0;
639 "DELETE FROM $this->mtable WHERE pid = ? AND rid = $this->rid AND rev = 0 AND colref IN (" .