Home
last modified time | relevance | path

Searched defs:BindTextToStatement (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.cpp192 int RDSQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &value) in BindTextToStatement() function in DocumentDB::RDSQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp263 int SQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &str) in BindTextToStatement() function in DistributedDB::SQLiteUtils