mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2024-11-23 06:50:35 +00:00
回退 'Pull Request !1728 : 支持向量数据库功能'
This commit is contained in:
parent
4e46dea769
commit
bcd1381c0f
@ -320,10 +320,6 @@ int RdbResultSetImpl::GetAssets(int32_t col, NativeRdb::ValueObject::Assets& val
|
||||
{
|
||||
return NativeRdb::E_NOT_SUPPORT;
|
||||
}
|
||||
int RdbResultSetImpl::GetFloat32Array(int32_t index, NativeRdb::ValueObject::FloatVector &vecs)
|
||||
{
|
||||
return NativeRdb::E_NOT_SUPPORT;
|
||||
}
|
||||
int RdbResultSetImpl::Get(int32_t col, NativeRdb::ValueObject& value)
|
||||
{
|
||||
return NativeRdb::E_NOT_SUPPORT;
|
||||
|
@ -58,7 +58,6 @@ public:
|
||||
int Close() override;
|
||||
int GetAsset(int32_t col, NativeRdb::ValueObject::Asset& value) override;
|
||||
int GetAssets(int32_t col, NativeRdb::ValueObject::Assets& value) override;
|
||||
int GetFloat32Array(int32_t index, NativeRdb::ValueObject::FloatVector &vecs) override;
|
||||
int Get(int32_t col, NativeRdb::ValueObject& value) override;
|
||||
int GetRow(NativeRdb::RowEntity& rowEntity) override;
|
||||
int GetModifyTime(std::string& modifyTime) override;
|
||||
|
Loading…
Reference in New Issue
Block a user