オブジェクトストアに属するオブジェクトを全て削除する。
deferred = gaviaStoreObject.clear();
gaviaStoreObject.clear().done(function() { console.log('clear done'); });