34 #ifndef __GoDBCellTypeRow_h
35 #define __GoDBCellTypeRow_h
38 #include "vtkMySQLDatabase.h"
54 virtual int SaveInDB(vtkMySQLDatabase *DatabaseConnector);
58 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
virtual int DoesThisEntityAlreadyExists(vtkMySQLDatabase *iDatabaseConnector)=0
Pure Virtual :check if the entity already exists in the database based on its own uniqueness definiti...
this class manages the map with the keys matching the fields of the CellType gofiguredatabase table a...