Home
last modified time | relevance | path

Searched refs:GetSelectVBucket (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_relational_utils_test.cpp214 ASSERT_EQ(SQLiteRelationalUtils::GetSelectVBucket(statement, data), -E_INVALID_ARGS);
217 EXPECT_EQ(SQLiteRelationalUtils::GetSelectVBucket(statement, data), E_OK);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.h38 static int GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket);
H A Dsqlite_relational_utils.cpp238 int SQLiteRelationalUtils::GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket) in GetSelectVBucket() function in DistributedDB::SQLiteRelationalUtils
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp430 errCode = SQLiteRelationalUtils::GetSelectVBucket(statement, bucket); in ExecuteSql()