Home
last modified time | relevance | path

Searched defs:is_data_exists (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/asset/services/db_operator/src/
H A Dtable.rs469 pub(crate) fn is_data_exists(&self, cond: &DbMap, is_filter_sync: bool) -> Result<bool> { in is_data_exists() method
H A Ddatabase.rs579 pub fn is_data_exists(&mut self, condition: &DbMap, is_filter_sync: bool) -> Result<bool> { in is_data_exists() method