Home
last modified time | relevance | path

Searched refs:GetTypeValByStatement (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.h53 static int GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal);
H A Dsqlite_relational_utils.cpp245 int errCode = GetTypeValByStatement(stmt, cid, typeVal); in GetSelectVBucket()
270 int SQLiteRelationalUtils::GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) in GetTypeValByStatement() function in DistributedDB::SQLiteRelationalUtils