Searched refs:GetDbType (Results 1 – 9 of 9) sorted by relevance
76 int32_t GetDbType() const override;
627 virtual int32_t GetDbType() const;
141 int32_t GetDbType() const override;
524 int32_t RdbStore::GetDbType() const in GetDbType() function in OHOS::NativeRdb::RdbStore
2335 int32_t RdbStoreImpl::GetDbType() const in GetDbType() function in OHOS::NativeRdb::RdbStoreImpl
559 const std::string GetDbType(const int type);
398 const std::string GetDbType(const int type) in GetDbType() function
512 rdbStore->GetStore()->GetDbType() == OHOS::NativeRdb::DB_VECTOR in OH_Rdb_ExecuteQuery()
262 proxy->dbType = value->GetDbType(); in NewInstance()