Searched defs:Statement (Results 1 – 3 of 3) sorted by relevance
50 pub(crate) struct Statement<'b> { struct56 impl<'b> Statement<'b> { argument179 impl<'b> Drop for Statement<'b> { implementation
42 fn bind_datas(datas: &DbMap, stmt: &Statement, index: &mut i32) -> Result<()> { in bind_datas()
27 Statement::Statement(sqlite3* db, const std::string& sql) : db_(db), sql_(sql) in Statement() function in OHOS::Security::AccessToken::Statement