function runQuery($infos, $keep_bnode_ids = 0)
 {
     $this->infos = $infos;
     $con = $this->store->getDBCon();
     ARC2::inc('StoreDumper');
     $d = new ARC2_StoreDumper($this->a, $this->store);
     $d->dumpSPOG();
     return 1;
 }
Example #2
0
 function createBackup($path, $q = '')
 {
     ARC2::inc('StoreDumper');
     $d = new ARC2_StoreDumper($this->a, $this);
     $d->saveSPOG($path, $q);
 }