Lines Matching refs:ExtDbMap
26 plugin_interface::{ExtDbMap, IAssetPlugin, IAssetPluginCtx},
114 fn get_db_name(attributes: &ExtDbMap, is_ce: bool) -> std::result::Result<String, u32> { in get_db_name() argument
131 fn add(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in add()
138 fn ce_add(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in ce_add()
145 …fn replace(&mut self, condition: &ExtDbMap, attributes: &ExtDbMap) -> std::result::Result<(), u32>… in replace() argument
152 …fn ce_replace(&mut self, condition: &ExtDbMap, attributes: &ExtDbMap) -> std::result::Result<(), u… in ce_replace() argument
159 fn query(&mut self, attributes: &ExtDbMap) -> std::result::Result<Vec<ExtDbMap>, u32> { in query() argument
170 fn ce_query(&mut self, attributes: &ExtDbMap) -> std::result::Result<Vec<ExtDbMap>, u32> { in ce_query() argument
181 fn remove(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in remove()
192 fn ce_remove(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in ce_remove()
235 …fn update(&mut self, attributes: &ExtDbMap, attrs_to_update: &ExtDbMap) -> std::result::Result<i32… in update() argument
246 …fn ce_update(&mut self, attributes: &ExtDbMap, attrs_to_update: &ExtDbMap) -> std::result::Result<… in ce_update() argument