コード例 #1
0
 protected function update(IStorable $storable, array $store)
 {
     $query = new UpdateQuery($storable->schema()->getName(), $store, $this->whereIdentifier($storable->guid()));
     $query->add($this->createPrimaryProperty()->getName(), $storable->guid());
     $this->exec($query);
 }