34 #ifndef STDBSTOREINFO_HH
35 #define STDBSTOREINFO_HH
47 void reSizeInternalStore();
54 int* getDataIDs(
int& numRows);
55 void addWrittenRow(
int dataID);
62 void resetStoreInfo();
66 inline void StDbStoreInfo::commit(){ mcanRollBack=
false; }
67 inline bool StDbStoreInfo::canRollBack(){
return mcanRollBack; }
68 inline bool StDbStoreInfo::hasData() {
return (
bool) mnumRows; };