Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp99 …: (type == ValueObject::DeclType<ValueObject::BigInt>()) ? &AppDataFwk::SharedBlock::PutBigInt in PutBlob()
H A Dshare_block.cpp320 …: (type == ValueObject::DeclType<ValueObject::BigInt>()) ? &AppDataFwk::SharedBlock::PutBigInt in FillOneRowOfBlob()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h178 API_EXPORT int PutBigInt(uint32_t row, uint32_t column, const void *value, size_t size);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp299 int SharedBlock::PutBigInt(uint32_t row, uint32_t column, const void* value, size_t size) in PutBigInt() function in OHOS::AppDataFwk::SharedBlock