Searched defs:Statement (Results 1 – 5 of 5) sorted by relevance
| /base/security/asset/services/db_operator/src/ |
| D | statement.rs | 50 pub(crate) struct Statement<'b> { struct 56 impl<'b> Statement<'b> { implementation 179 impl<'b> Drop for Statement<'b> { implementation
|
| D | table.rs | 43 fn bind_datas(datas: &DbMap, stmt: &Statement, index: &mut i32) -> Result<()> { in bind_datas() 51 fn bind_where_datas(datas: &DbMap, stmt: &Statement, index: &mut i32) -> Result<()> { in bind_where_datas() 63 fn bind_alias_list(aliases: &[Value], stmt: &Statement, index: &mut i32) -> Result<()> { in bind_alias_list() 71 fn bind_sync(stmt: &Statement, value: &Value, index: &mut i32) -> Result<()> { in bind_sync() 79 fn bind_not_sync(stmt: &Statement, value: &Value, index: &mut i32) -> Result<()> { in bind_not_sync() 85 fn bind_where_with_specific_condifion(datas: &[Value], stmt: &Statement, index: &mut i32) -> Result… in bind_where_with_specific_condifion()
|
| /base/account/os_account/services/accountmgr/src/common/database/sqlite/ |
| D | statement.cpp | 22 Statement::Statement(sqlite3* db, const std::string& sql) : db_(db), sql_(sql) in Statement() function in OHOS::AccountSA::Statement
|
| /base/security/access_token/services/common/database/src/ |
| D | statement.cpp | 24 Statement::Statement(sqlite3* db, const std::string& sql) : db_(db), sql_(sql) in Statement() function in OHOS::Security::AccessToken::Statement
|
| /base/security/security_guard/services/data_collect/store/src/ |
| D | statement.cpp | 22 Statement::Statement(sqlite3* db, const std::string &sql) : db_(db), sql_(sql) in Statement() function in OHOS::Security::SecurityGuard::Statement
|