Searched defs:TblAllType (Results 1 – 1 of 1) sorted by relevance
952 struct TblAllType { struct953 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() function969 VirtualRowData operator() () const in operator ()()