Lines Matching defs:self
97 pub fn unload_plugin(&self) { in unload_plugin()
124 fn init(&mut self, user_id: i32) -> std::result::Result<(), u32> { in init()
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()
152 …fn ce_replace(&mut self, condition: &ExtDbMap, attributes: &ExtDbMap) -> std::result::Result<(), u… in ce_replace()
159 fn query(&mut self, attributes: &ExtDbMap) -> std::result::Result<Vec<ExtDbMap>, u32> { in query()
170 fn ce_query(&mut self, attributes: &ExtDbMap) -> std::result::Result<Vec<ExtDbMap>, u32> { in ce_query()
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()
204 &mut self, in remove_with_specific_cond()
220 &mut self, in ce_remove_with_specific_cond()
235 …fn update(&mut self, attributes: &ExtDbMap, attrs_to_update: &ExtDbMap) -> std::result::Result<i32… in update()
246 …fn ce_update(&mut self, attributes: &ExtDbMap, attrs_to_update: &ExtDbMap) -> std::result::Result<… in ce_update()
262 fn increase_count(&mut self) { in increase_count()
268 fn decrease_count(&mut self) { in decrease_count()