34 #ifndef __GoDBSubCellTypeRow_h
35 #define __GoDBSubCellTypeRow_h
38 #include "vtkMySQLDatabase.h"
40 #include "QGoIOConfigure.h"
57 virtual int SaveInDB(vtkMySQLDatabase *DatabaseConnector);
61 vtkMySQLDatabase *DatabaseConnector);
virtual int SaveInDB(vtkMySQLDatabase *iDatabaseConnector)=0
Pure Virtual :check if the entity already exists in the DB, if yes, return the existing ID...
Abstract. manages the map with the keys matching the fields for the DBtable containing a name and des...
virtual void InitializeMap()
virtual pure. initialize all the values of the map
this class manages the map with the keys matching the fields of the SubCellularType gofiguredatabase ...
virtual int DoesThisEntityAlreadyExists(vtkMySQLDatabase *iDatabaseConnector)=0
Pure Virtual :check if the entity already exists in the database based on its own uniqueness definiti...