#ifndef __JDB_JPRODUCTINTEGRATION__ #define __JDB_JPRODUCTINTEGRATION__ #include #include #include #include "JDB/JUPI_t.hh" #include "JDB/JDBString.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JProductIntegration : public TObject { static const char* const getName() { return "integration"; } //!< Table name std::string OPERATIONID; JDBString CITY; std::string LOCATIONID; std::string LOGIN; std::string USERID; std::string STARTD; std::string ENDD; JUPI_t CONTAINER_UPI; int POSITION; JUPI_t CONTENT_UPI; ClassDef(JProductIntegration, 1); }; } #endif