protected function finish_batch($batch_id)
 {
     return PGQ::next_batch($this->log, $this->pg_src_con, $batch_id);
 }
Beispiel #2
0
 protected function next_batch()
 {
     return PGQ::next_batch($this->log, $this->pg_src_con, $this->qname, $this->cname);
 }