Home
last modified time | relevance | path

Searched refs:GetBlobByStatement (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp296 errCode = GetBlobByStatement(stmt, cid, typeVal); in GetTypeValByStatement()
300 errCode = GetBlobByStatement(stmt, cid, typeVal); in GetTypeValByStatement()
316 int SQLiteRelationalUtils::GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) in GetBlobByStatement() function in DistributedDB::SQLiteRelationalUtils
H A Dsqlite_relational_utils.h54 static int GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal);