34 #ifndef __GoDBColorRow_h
35 #define __GoDBColorRow_h
43 #include "vtkMySQLDatabase.h"
59 virtual int SaveInDB(vtkMySQLDatabase *iDatabaseConnector);
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 Color gofiguredatabase table and ...
virtual int DoesThisEntityAlreadyExists(vtkMySQLDatabase *iDatabaseConnector)=0
Pure Virtual :check if the entity already exists in the database based on its own uniqueness definiti...