|
GOFIGURE2
0.9.0
|
manages a map with keys matching fields of the gofiguredatabase Image table and values of the map matching a row of the Image table More...
#include <Code/IO/GoDBRow/GoDBImageRow.h>
Public Member Functions | |
| GoDBImageRow () | |
| int | SaveInDB (vtkMySQLDatabase *DatabaseConnector) |
| ~GoDBImageRow () | |
Public Member Functions inherited from GoDBRow | |
| StringMapConstIterator | ConstMapBegin () |
| StringMapConstIterator | ConstMapEnd () |
| void | DeleteFromDB (vtkMySQLDatabase *iDatabaseConnector) |
| delete from the database the row which has the same TableID More... | |
| std::string | GetMapValue (const std::string &key) |
| return the value for the field map[key] after having removed the " at the beginning and at the end of the value if it is a string in order to get the original value. More... | |
| template<typename T > | |
| T | GetMapValue (const std::string &key) |
| std::string | GetTableIDName () |
| std::string | GetTableName () |
| std::vector< std::string > | GetVectorColumnNames () |
| put all the keys of the map in a vector More... | |
| GoDBRow () | |
| StringMapIterator | MapBegin () |
| StringMapIterator | MapEnd () |
| std::string | PrintColumnNames () |
| put all the keys of the map in a string separated by ',' More... | |
| std::string | PrintColumnNamesWithValues () |
| put all the keys and values of the map in a string as map[key] = value separated by ',' More... | |
| std::vector< std::string > | PrintColumnsAndValues () |
| std::string | PrintValues () |
| put all the values of the map in a string separated by ',' More... | |
| template<typename T > | |
| void | SetField (const std::string &key, const T &value) |
| convert the value into a string and assign it to the key in the map More... | |
| void | SetField (const std::string &key, const std::string &value) |
| set value as the value of map[key] after having put " at the beginning and at the end of the string, as value is a string and it will be needed for the database queries. map[key] = " "value" " More... | |
| virtual bool | SetValuesForSpecificID (int ID, vtkMySQLDatabase *iDatabaseConnector) |
| get the data from the database corresponding to the specific ID and put them in the map More... | |
| virtual | ~GoDBRow () |
Protected Member Functions | |
| virtual void | InitializeMap () |
| virtual pure. initialize all the values of the map More... | |
Protected Member Functions inherited from GoDBRow | |
| void | AddConditions (const std::string &iNameOfField, std::vector< FieldWithValue > &ioFieldWithValue) |
| add as an element of ioFieldWithValue the name and value of the map with the key iNameOfField More... | |
Additional Inherited Members | |
Public Types inherited from GoDBRow | |
| typedef StringMapType::const_iterator | StringMapConstIterator |
| typedef StringMapType::iterator | StringMapIterator |
| typedef std::map< std::string, std::string > | StringMapType |
Protected Attributes inherited from GoDBRow | |
| StringMapType | m_MapRow |
| std::string | m_TableIDName |
| std::string | m_TableName |
manages a map with keys matching fields of the gofiguredatabase Image table and values of the map matching a row of the Image table
Definition at line 48 of file GoDBImageRow.h.
| GoDBImageRow::GoDBImageRow | ( | ) |
Definition at line 37 of file GoDBImageRow.cxx.
|
inline |
Definition at line 53 of file GoDBImageRow.h.
|
protectedvirtual |
virtual pure. initialize all the values of the map
Implements GoDBRow.
Definition at line 45 of file GoDBImageRow.cxx.
| int GoDBImageRow::SaveInDB | ( | vtkMySQLDatabase * | DatabaseConnector | ) |
Definition at line 58 of file GoDBImageRow.cxx.
1.8.5