Lines Matching defs:u32
114 fn get_db_name(attributes: &ExtDbMap, is_ce: bool) -> std::result::Result<String, u32> { in get_db_name() argument
124 fn init(&mut self, user_id: i32) -> std::result::Result<(), u32> { in init() argument
131 fn add(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in add() argument
138 fn ce_add(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in ce_add() argument
145 …n replace(&mut self, condition: &ExtDbMap, attributes: &ExtDbMap) -> std::result::Result<(), u32> { in replace() argument
152 …e_replace(&mut self, condition: &ExtDbMap, attributes: &ExtDbMap) -> std::result::Result<(), u32> { 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() argument
192 fn ce_remove(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in ce_remove() argument
207 ) -> std::result::Result<i32, u32> { in remove_with_specific_cond() argument
223 ) -> std::result::Result<i32, u32> { in ce_remove_with_specific_cond() argument
235 …te(&mut self, attributes: &ExtDbMap, attrs_to_update: &ExtDbMap) -> std::result::Result<i32, u32> { in update() argument
246 …te(&mut self, attributes: &ExtDbMap, attrs_to_update: &ExtDbMap) -> std::result::Result<i32, u32> { in ce_update() argument