Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1123 int GetColumnTextValue(sqlite3_stmt *stmt, int index, std::string &value) in GetColumnTextValue() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp538 int SQLiteUtils::GetColumnTextValue(sqlite3_stmt *statement, int index, std::string &value) in GetColumnTextValue() function in DistributedDB::SQLiteUtils