Exemplo n.º 1
0
 protected function finish_batch($batch_id)
 {
     return PGQ::next_batch($this->log, $this->pg_src_con, $batch_id);
 }
Exemplo n.º 2
0
 protected function next_batch()
 {
     return PGQ::next_batch($this->log, $this->pg_src_con, $this->qname, $this->cname);
 }