34 #ifndef __GoDBBookmarkRow_h
35 #define __GoDBBookmarkRow_h
43 #include "vtkMySQLDatabase.h"
59 virtual int SaveInDB(vtkMySQLDatabase *DatabaseConnector);
63 vtkMySQLDatabase *DatabaseConnector);
67 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...
manages a map with keys matching fields of the gofiguredatabase Bookmark table and values of the map ...
Abstract. manages the map with the keys matching the fields for the DBtable containing a name and des...
virtual int DoesThisNameAlreadyExists(vtkMySQLDatabase *iDatabaseConnector)
check if the name already exists in the database, if yes, return the corresponding ID...
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...