KVByIndex extension

on
  • IsarCollection<KV>

Methods

deleteAllByKey(List<String> keyValues) Future<int>

Available on IsarCollection<KV>, provided by the KVByIndex extension

deleteAllByKeySync(List<String> keyValues) int

Available on IsarCollection<KV>, provided by the KVByIndex extension

deleteByKey(String key) Future<bool>

Available on IsarCollection<KV>, provided by the KVByIndex extension

deleteByKeySync(String key) bool

Available on IsarCollection<KV>, provided by the KVByIndex extension

getAllByKey(List<String> keyValues) Future<List<KV?>>

Available on IsarCollection<KV>, provided by the KVByIndex extension

getAllByKeySync(List<String> keyValues) List<KV?>

Available on IsarCollection<KV>, provided by the KVByIndex extension

getByKey(String key) Future<KV?>

Available on IsarCollection<KV>, provided by the KVByIndex extension

getByKeySync(String key) KV?

Available on IsarCollection<KV>, provided by the KVByIndex extension

putAllByKey(List<KV> objects) Future<List<Id>>

Available on IsarCollection<KV>, provided by the KVByIndex extension

putAllByKeySync(List<KV> objects, {bool saveLinks = true}) List<Id>

Available on IsarCollection<KV>, provided by the KVByIndex extension

putByKey(KV object) Future<Id>

Available on IsarCollection<KV>, provided by the KVByIndex extension

putByKeySync(KV object, {bool saveLinks = true}) → Id

Available on IsarCollection<KV>, provided by the KVByIndex extension