1#ifndef INC_GLOBASEFITTER_H
2#define INC_GLOBASEFITTER_H
200 int checkTables( std::vector< std::tuple< unsigned long, unsigned int, std::string > > & rMissingTableClassIDVector,
371 std::ofstream & rLogFileStream );
411 std::ofstream & rLogFileStream );
452 int checkTable( std::vector< std::tuple< unsigned long, unsigned int, std::string > > & rMissingTableClassIDVector,
Header for SchemaInterface
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
If there is something wrong with a GlobalObjects database, or if it needs to be handled otherwise,...
Definition GloBaseFitter.h:77
int checkTable(std::vector< std::tuple< unsigned long, unsigned int, std::string > > &rMissingTableClassIDVector, const SchemaInterface &rSchemaInterface, ClassInfo &rClassInfo)
int compressTable(std::string sTableName, int iActions)
BaseFitter(Manager &rGloManager)
int reindexBase(const SchemaInterface &rSchemaInterface, int iActions)
BaseFitter(const BaseFitter &rT)
int repairTables(const SchemaInterface &rSchemaInterface, int iActions, std::ofstream &rLogFileStream)
int checkAttributeDirectorys(std::vector< AttributeID > &rMissingAttributeDirectorieVector, const SchemaInterface &rSchemaInterface, int iActions)
int checkTables(std::vector< std::tuple< unsigned long, unsigned int, std::string > > &rMissingTableClassIDVector, const SchemaInterface &rSchemaInterface, int iActions)
int compressBase(const SchemaInterface &rSchemaInterface, int iActions)
int repairAttributeDirectorys(const SchemaInterface &rSchemaInterface, int iActions, std::ofstream &rLogFileStream)
Manager * m_pGloManager
Definition GloBaseFitter.h:90
This class contains all information to store objects of a class in a database, to build objects from ...
Definition GloClassInfo.h:86
The object of this class is the central point of contact for actions that deal with GlobalObjects dat...
Definition GloManager.h:193
This class is the interface to a GlobalObjects schema. It contains all class information to store obj...
Definition GloSchemaInterface.h:91
Definition GloAbstractBaseLot.h:49