Home
last modified time | relevance | path

Searched defs:TblAllType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp952 struct TblAllType { struct
953 DataValue id_;
954 DataValue fInt_;
955 DataValue fReal_;
956 DataValue fText_;
957 DataValue fBlob_;
958 DataValue fNone_;
960 TblAllType(int64_t id, int64_t fInt, double fReal, const std::string &fText, const Blob &fBlob) in TblAllType() function
969 VirtualRowData operator() () const in operator ()()