// Version: 2017.9.5 9:17:57 #ifndef _T_CYC_CNTSEG036_H #define _T_CYC_CNTSEG036_H #include using namespace baosight; #include #include #include #ifdef _MSC_VER #pragma warning(disable:4996) #pragma warning(disable:4267) #endif #include "T_CYC_CNTSEG036DBAX.h" class T_CYC_CNTSEG036{ friend class T_CYC_CNTSEG036DBAX; private: //aggregation to DB Class T_CYC_CNTSEG036DBAX db; public: // //A T T R I B U T E S //=================== // bool dbAccess; char* dbMessage;// pointer for the return values of DBAX methodes char messageBuffer[200];// temporary message buffer friend class PapLib; protected: // //A T T R I B U T E S //=================== // long l_SeqNo; char c_EnCoilId[21+1]; short s_EnCoilIdZi; char c_ExCoilId[21+1]; short s_ExCoilIdZi; double d_TBPH; short s_TBPHZi; double d_TBH; short s_TBHZi; double d_TBS; short s_TBSZi; double d_QFH1; short s_QFH1Zi; double d_TFH1; short s_TFH1Zi; double d_QFH2; short s_QFH2Zi; double d_TFH2; short s_TFH2Zi; double d_QFH3; short s_QFH3Zi; double d_TFH3; short s_TFH3Zi; double d_QFH4; short s_QFH4Zi; double d_TFH4; short s_TFH4Zi; double d_QFH5; short s_QFH5Zi; double d_TFH5; short s_TFH5Zi; double d_QFH6; short s_QFH6Zi; double d_TFH6; short s_TFH6Zi; double d_QFH7; short s_QFH7Zi; double d_TFH7; short s_TFH7Zi; double d_QFH8; short s_QFH8Zi; double d_TFH8; short s_TFH8Zi; double d_QFH9; short s_QFH9Zi; double d_TFH9; short s_TFH9Zi; double d_QFH10; short s_QFH10Zi; double d_TFH10; short s_TFH10Zi; double d_THPH; short s_THPHZi; double d_pair; short s_pairZi; double d_pgas; short s_pgasZi; double d_pentfur; short s_pentfurZi; double d_poutfur; short s_poutfurZi; double d_thotair; short s_thotairZi; double d_thotgas; short s_thotgasZi; double d_tbeforexchange; short s_tbeforexchangeZi; double d_toutgas; short s_toutgasZi; double d_phighair; short s_phighairZi; double d_pcoolwater; short s_pcoolwaterZi; double d_waterlevel; short s_waterlevelZi; double d_tbackwater; short s_tbackwaterZi; double d_totalgas; short s_totalgasZi; double d_fgasall; short s_fgasallZi; double d_tdryair; short s_tdryairZi; double d_trjc1; short s_trjc1Zi; double d_trjc2; short s_trjc2Zi; double d_tdf; short s_tdfZi; double d_tbeforboil; short s_tbeforboilZi; double d_trjcout; short s_trjcoutZi; double d_CentSPEED; short s_CentSPEEDZi; double d_EXO1; short s_EXO1Zi; double d_EXO2; short s_EXO2Zi; double d_EXO3; short s_EXO3Zi; double d_EXO4; short s_EXO4Zi; double d_AFH1; short s_AFH1Zi; double d_AFH2; short s_AFH2Zi; double d_AFH3; short s_AFH3Zi; double d_AFH4; short s_AFH4Zi; double d_AFH5; short s_AFH5Zi; double d_AFH6; short s_AFH6Zi; double d_AFH7; short s_AFH7Zi; double d_AFH8; short s_AFH8Zi; double d_AFH9; short s_AFH9Zi; double d_AFH10; short s_AFH10Zi; char c_TC[27]; short s_TCZi; long l_muId; char c_muCreator[3]; short s_musId; // arguments for Primary key long l_k_muId; char c_k_muCreator[3]; short s_k_musId; long l_k_SeqNo; public: // // LTA Structure struct STR_T_CYC_CNTSEG036{ int SeqNo; char EnCoilId[21+1]; char ExCoilId[21+1]; double TBPH; double TBH; double TBS; double QFH1; double TFH1; double QFH2; double TFH2; double QFH3; double TFH3; double QFH4; double TFH4; double QFH5; double TFH5; double QFH6; double TFH6; double QFH7; double TFH7; double QFH8; double TFH8; double QFH9; double TFH9; double QFH10; double TFH10; double THPH; double pair; double pgas; double pentfur; double poutfur; double thotair; double thotgas; double tbeforexchange; double toutgas; double phighair; double pcoolwater; double waterlevel; double tbackwater; double totalgas; double fgasall; double tdryair; double trjc1; double trjc2; double tdf; double tbeforboil; double trjcout; double CentSPEED; double EXO1; double EXO2; double EXO3; double EXO4; double AFH1; double AFH2; double AFH3; double AFH4; double AFH5; double AFH6; double AFH7; double AFH8; double AFH9; double AFH10; char TC[27]; int muId; char muCreator[3]; short musId; }structTable; // LTA Structure Zi struct STR_T_CYC_CNTSEG036Zi{ short EnCoilIdZi; short ExCoilIdZi; short TBPHZi; short TBHZi; short TBSZi; short QFH1Zi; short TFH1Zi; short QFH2Zi; short TFH2Zi; short QFH3Zi; short TFH3Zi; short QFH4Zi; short TFH4Zi; short QFH5Zi; short TFH5Zi; short QFH6Zi; short TFH6Zi; short QFH7Zi; short TFH7Zi; short QFH8Zi; short TFH8Zi; short QFH9Zi; short TFH9Zi; short QFH10Zi; short TFH10Zi; short THPHZi; short pairZi; short pgasZi; short pentfurZi; short poutfurZi; short thotairZi; short thotgasZi; short tbeforexchangeZi; short toutgasZi; short phighairZi; short pcoolwaterZi; short waterlevelZi; short tbackwaterZi; short totalgasZi; short fgasallZi; short tdryairZi; short trjc1Zi; short trjc2Zi; short tdfZi; short tbeforboilZi; short trjcoutZi; short CentSPEEDZi; short EXO1Zi; short EXO2Zi; short EXO3Zi; short EXO4Zi; short AFH1Zi; short AFH2Zi; short AFH3Zi; short AFH4Zi; short AFH5Zi; short AFH6Zi; short AFH7Zi; short AFH8Zi; short AFH9Zi; short AFH10Zi; short TCZi; }structTableZi; // //C O N S T R U C T O R S //======================= // public: T_CYC_CNTSEG036(); //D E S T R U C T O R S //======================= // virtual ~T_CYC_CNTSEG036(); // //C O P Y - C O N S T R U C T O R //======================= T_CYC_CNTSEG036(const T_CYC_CNTSEG036 &inst); // For Constructors with parameters the flag dbAccess // informs you if the access was successfully or not T_CYC_CNTSEG036( MU_CODE muCode , long arg1); //methods public: char* getCreationTime() {return "2017.9.5 9:17:57";}; //initial data void initial(); //read data char* readDB(); //update data char* updateDB(); //insert data char* insertDB(); //this methode tries to update a DB record , when the update fails , the methode //tries an insert of the failed record char* storeDB(); //delete data char* deleteDB(); //delete data char* deleteDB(const char* where , long* count ); //openSetDB data char* openSetDB(const char* where ,const char* order ); //getSetDB data char* getSetDB(); //closeSetDB data char* closeSetDB(); //countDB data char* countDB(const char* where , long* count ); char* execute(const char* sql , long* count ); char* dbCommit(); char* dbRollback(); public: // // public methode setPrimKey // // this methode stores the unique key attributes // void setPrimKey(long arg1 , const char* arg2 , short arg3 , long arg4 ); void setPrimKey( MU_CODE muCode , long arg1 ); // public methode initInsertKeys // // this methode stores the unique key attributes // void initInsertKeys( long arg1 , const char* arg2 , short arg3 , long arg4 ); void initInsertKeys( MU_CODE muCode , long arg1 ); public: // // public methode setKeysFromRecord // // this methode set the unique key attributes from the DB Record Attributes // void setKeysFromRecord(); // //O P E R A T O R + //=================== // public: T_CYC_CNTSEG036 operator+(const T_CYC_CNTSEG036 &inst) const; // //O P E R A T O R = //=================== // public: const T_CYC_CNTSEG036& operator=(const T_CYC_CNTSEG036 &inst); long SeqNo() const;//{ //return((long)l_SeqNo ); //} void set_SeqNo( long arg );//{ //l_SeqNo = arg; //return; //} char* EnCoilId() const;//{ //return((char*)c_EnCoilId ); //} short EnCoilIdZi() const;//{ //return( s_EnCoilIdZi); //} void set_EnCoilId( const char* arg );//{ //strncpy((char*)c_EnCoilId , arg , sizeof(c_EnCoilId)); //c_EnCoilId[sizeof(c_EnCoilId)-1] = '\0'; //s_EnCoilIdZi= 0; //return; //} void set_EnCoilIdZi( short arg ) ;//{ //s_EnCoilIdZi = arg; //} char* ExCoilId() const;//{ //return((char*)c_ExCoilId ); //} short ExCoilIdZi() const;//{ //return( s_ExCoilIdZi); //} void set_ExCoilId( const char* arg );//{ //strncpy((char*)c_ExCoilId , arg , sizeof(c_ExCoilId)); //c_ExCoilId[sizeof(c_ExCoilId)-1] = '\0'; //s_ExCoilIdZi= 0; //return; //} void set_ExCoilIdZi( short arg ) ;//{ //s_ExCoilIdZi = arg; //} double TBPH() const;//{ //return((double)d_TBPH ); //} short TBPHZi() const;//{ //return( s_TBPHZi); //} void set_TBPH( double arg );//{ //d_TBPH = arg; //s_TBPHZi= 0; //return; //} void set_TBPHZi( short arg ) ;//{ //s_TBPHZi = arg; //} double TBH() const;//{ //return((double)d_TBH ); //} short TBHZi() const;//{ //return( s_TBHZi); //} void set_TBH( double arg );//{ //d_TBH = arg; //s_TBHZi= 0; //return; //} void set_TBHZi( short arg ) ;//{ //s_TBHZi = arg; //} double TBS() const;//{ //return((double)d_TBS ); //} short TBSZi() const;//{ //return( s_TBSZi); //} void set_TBS( double arg );//{ //d_TBS = arg; //s_TBSZi= 0; //return; //} void set_TBSZi( short arg ) ;//{ //s_TBSZi = arg; //} double QFH1() const;//{ //return((double)d_QFH1 ); //} short QFH1Zi() const;//{ //return( s_QFH1Zi); //} void set_QFH1( double arg );//{ //d_QFH1 = arg; //s_QFH1Zi= 0; //return; //} void set_QFH1Zi( short arg ) ;//{ //s_QFH1Zi = arg; //} double TFH1() const;//{ //return((double)d_TFH1 ); //} short TFH1Zi() const;//{ //return( s_TFH1Zi); //} void set_TFH1( double arg );//{ //d_TFH1 = arg; //s_TFH1Zi= 0; //return; //} void set_TFH1Zi( short arg ) ;//{ //s_TFH1Zi = arg; //} double QFH2() const;//{ //return((double)d_QFH2 ); //} short QFH2Zi() const;//{ //return( s_QFH2Zi); //} void set_QFH2( double arg );//{ //d_QFH2 = arg; //s_QFH2Zi= 0; //return; //} void set_QFH2Zi( short arg ) ;//{ //s_QFH2Zi = arg; //} double TFH2() const;//{ //return((double)d_TFH2 ); //} short TFH2Zi() const;//{ //return( s_TFH2Zi); //} void set_TFH2( double arg );//{ //d_TFH2 = arg; //s_TFH2Zi= 0; //return; //} void set_TFH2Zi( short arg ) ;//{ //s_TFH2Zi = arg; //} double QFH3() const;//{ //return((double)d_QFH3 ); //} short QFH3Zi() const;//{ //return( s_QFH3Zi); //} void set_QFH3( double arg );//{ //d_QFH3 = arg; //s_QFH3Zi= 0; //return; //} void set_QFH3Zi( short arg ) ;//{ //s_QFH3Zi = arg; //} double TFH3() const;//{ //return((double)d_TFH3 ); //} short TFH3Zi() const;//{ //return( s_TFH3Zi); //} void set_TFH3( double arg );//{ //d_TFH3 = arg; //s_TFH3Zi= 0; //return; //} void set_TFH3Zi( short arg ) ;//{ //s_TFH3Zi = arg; //} double QFH4() const;//{ //return((double)d_QFH4 ); //} short QFH4Zi() const;//{ //return( s_QFH4Zi); //} void set_QFH4( double arg );//{ //d_QFH4 = arg; //s_QFH4Zi= 0; //return; //} void set_QFH4Zi( short arg ) ;//{ //s_QFH4Zi = arg; //} double TFH4() const;//{ //return((double)d_TFH4 ); //} short TFH4Zi() const;//{ //return( s_TFH4Zi); //} void set_TFH4( double arg );//{ //d_TFH4 = arg; //s_TFH4Zi= 0; //return; //} void set_TFH4Zi( short arg ) ;//{ //s_TFH4Zi = arg; //} double QFH5() const;//{ //return((double)d_QFH5 ); //} short QFH5Zi() const;//{ //return( s_QFH5Zi); //} void set_QFH5( double arg );//{ //d_QFH5 = arg; //s_QFH5Zi= 0; //return; //} void set_QFH5Zi( short arg ) ;//{ //s_QFH5Zi = arg; //} double TFH5() const;//{ //return((double)d_TFH5 ); //} short TFH5Zi() const;//{ //return( s_TFH5Zi); //} void set_TFH5( double arg );//{ //d_TFH5 = arg; //s_TFH5Zi= 0; //return; //} void set_TFH5Zi( short arg ) ;//{ //s_TFH5Zi = arg; //} double QFH6() const;//{ //return((double)d_QFH6 ); //} short QFH6Zi() const;//{ //return( s_QFH6Zi); //} void set_QFH6( double arg );//{ //d_QFH6 = arg; //s_QFH6Zi= 0; //return; //} void set_QFH6Zi( short arg ) ;//{ //s_QFH6Zi = arg; //} double TFH6() const;//{ //return((double)d_TFH6 ); //} short TFH6Zi() const;//{ //return( s_TFH6Zi); //} void set_TFH6( double arg );//{ //d_TFH6 = arg; //s_TFH6Zi= 0; //return; //} void set_TFH6Zi( short arg ) ;//{ //s_TFH6Zi = arg; //} double QFH7() const;//{ //return((double)d_QFH7 ); //} short QFH7Zi() const;//{ //return( s_QFH7Zi); //} void set_QFH7( double arg );//{ //d_QFH7 = arg; //s_QFH7Zi= 0; //return; //} void set_QFH7Zi( short arg ) ;//{ //s_QFH7Zi = arg; //} double TFH7() const;//{ //return((double)d_TFH7 ); //} short TFH7Zi() const;//{ //return( s_TFH7Zi); //} void set_TFH7( double arg );//{ //d_TFH7 = arg; //s_TFH7Zi= 0; //return; //} void set_TFH7Zi( short arg ) ;//{ //s_TFH7Zi = arg; //} double QFH8() const;//{ //return((double)d_QFH8 ); //} short QFH8Zi() const;//{ //return( s_QFH8Zi); //} void set_QFH8( double arg );//{ //d_QFH8 = arg; //s_QFH8Zi= 0; //return; //} void set_QFH8Zi( short arg ) ;//{ //s_QFH8Zi = arg; //} double TFH8() const;//{ //return((double)d_TFH8 ); //} short TFH8Zi() const;//{ //return( s_TFH8Zi); //} void set_TFH8( double arg );//{ //d_TFH8 = arg; //s_TFH8Zi= 0; //return; //} void set_TFH8Zi( short arg ) ;//{ //s_TFH8Zi = arg; //} double QFH9() const;//{ //return((double)d_QFH9 ); //} short QFH9Zi() const;//{ //return( s_QFH9Zi); //} void set_QFH9( double arg );//{ //d_QFH9 = arg; //s_QFH9Zi= 0; //return; //} void set_QFH9Zi( short arg ) ;//{ //s_QFH9Zi = arg; //} double TFH9() const;//{ //return((double)d_TFH9 ); //} short TFH9Zi() const;//{ //return( s_TFH9Zi); //} void set_TFH9( double arg );//{ //d_TFH9 = arg; //s_TFH9Zi= 0; //return; //} void set_TFH9Zi( short arg ) ;//{ //s_TFH9Zi = arg; //} double QFH10() const;//{ //return((double)d_QFH10 ); //} short QFH10Zi() const;//{ //return( s_QFH10Zi); //} void set_QFH10( double arg );//{ //d_QFH10 = arg; //s_QFH10Zi= 0; //return; //} void set_QFH10Zi( short arg ) ;//{ //s_QFH10Zi = arg; //} double TFH10() const;//{ //return((double)d_TFH10 ); //} short TFH10Zi() const;//{ //return( s_TFH10Zi); //} void set_TFH10( double arg );//{ //d_TFH10 = arg; //s_TFH10Zi= 0; //return; //} void set_TFH10Zi( short arg ) ;//{ //s_TFH10Zi = arg; //} double THPH() const;//{ //return((double)d_THPH ); //} short THPHZi() const;//{ //return( s_THPHZi); //} void set_THPH( double arg );//{ //d_THPH = arg; //s_THPHZi= 0; //return; //} void set_THPHZi( short arg ) ;//{ //s_THPHZi = arg; //} double pair() const;//{ //return((double)d_pair ); //} short pairZi() const;//{ //return( s_pairZi); //} void set_pair( double arg );//{ //d_pair = arg; //s_pairZi= 0; //return; //} void set_pairZi( short arg ) ;//{ //s_pairZi = arg; //} double pgas() const;//{ //return((double)d_pgas ); //} short pgasZi() const;//{ //return( s_pgasZi); //} void set_pgas( double arg );//{ //d_pgas = arg; //s_pgasZi= 0; //return; //} void set_pgasZi( short arg ) ;//{ //s_pgasZi = arg; //} double pentfur() const;//{ //return((double)d_pentfur ); //} short pentfurZi() const;//{ //return( s_pentfurZi); //} void set_pentfur( double arg );//{ //d_pentfur = arg; //s_pentfurZi= 0; //return; //} void set_pentfurZi( short arg ) ;//{ //s_pentfurZi = arg; //} double poutfur() const;//{ //return((double)d_poutfur ); //} short poutfurZi() const;//{ //return( s_poutfurZi); //} void set_poutfur( double arg );//{ //d_poutfur = arg; //s_poutfurZi= 0; //return; //} void set_poutfurZi( short arg ) ;//{ //s_poutfurZi = arg; //} double thotair() const;//{ //return((double)d_thotair ); //} short thotairZi() const;//{ //return( s_thotairZi); //} void set_thotair( double arg );//{ //d_thotair = arg; //s_thotairZi= 0; //return; //} void set_thotairZi( short arg ) ;//{ //s_thotairZi = arg; //} double thotgas() const;//{ //return((double)d_thotgas ); //} short thotgasZi() const;//{ //return( s_thotgasZi); //} void set_thotgas( double arg );//{ //d_thotgas = arg; //s_thotgasZi= 0; //return; //} void set_thotgasZi( short arg ) ;//{ //s_thotgasZi = arg; //} double tbeforexchange() const;//{ //return((double)d_tbeforexchange ); //} short tbeforexchangeZi() const;//{ //return( s_tbeforexchangeZi); //} void set_tbeforexchange( double arg );//{ //d_tbeforexchange = arg; //s_tbeforexchangeZi= 0; //return; //} void set_tbeforexchangeZi( short arg ) ;//{ //s_tbeforexchangeZi = arg; //} double toutgas() const;//{ //return((double)d_toutgas ); //} short toutgasZi() const;//{ //return( s_toutgasZi); //} void set_toutgas( double arg );//{ //d_toutgas = arg; //s_toutgasZi= 0; //return; //} void set_toutgasZi( short arg ) ;//{ //s_toutgasZi = arg; //} double phighair() const;//{ //return((double)d_phighair ); //} short phighairZi() const;//{ //return( s_phighairZi); //} void set_phighair( double arg );//{ //d_phighair = arg; //s_phighairZi= 0; //return; //} void set_phighairZi( short arg ) ;//{ //s_phighairZi = arg; //} double pcoolwater() const;//{ //return((double)d_pcoolwater ); //} short pcoolwaterZi() const;//{ //return( s_pcoolwaterZi); //} void set_pcoolwater( double arg );//{ //d_pcoolwater = arg; //s_pcoolwaterZi= 0; //return; //} void set_pcoolwaterZi( short arg ) ;//{ //s_pcoolwaterZi = arg; //} double waterlevel() const;//{ //return((double)d_waterlevel ); //} short waterlevelZi() const;//{ //return( s_waterlevelZi); //} void set_waterlevel( double arg );//{ //d_waterlevel = arg; //s_waterlevelZi= 0; //return; //} void set_waterlevelZi( short arg ) ;//{ //s_waterlevelZi = arg; //} double tbackwater() const;//{ //return((double)d_tbackwater ); //} short tbackwaterZi() const;//{ //return( s_tbackwaterZi); //} void set_tbackwater( double arg );//{ //d_tbackwater = arg; //s_tbackwaterZi= 0; //return; //} void set_tbackwaterZi( short arg ) ;//{ //s_tbackwaterZi = arg; //} double totalgas() const;//{ //return((double)d_totalgas ); //} short totalgasZi() const;//{ //return( s_totalgasZi); //} void set_totalgas( double arg );//{ //d_totalgas = arg; //s_totalgasZi= 0; //return; //} void set_totalgasZi( short arg ) ;//{ //s_totalgasZi = arg; //} double fgasall() const;//{ //return((double)d_fgasall ); //} short fgasallZi() const;//{ //return( s_fgasallZi); //} void set_fgasall( double arg );//{ //d_fgasall = arg; //s_fgasallZi= 0; //return; //} void set_fgasallZi( short arg ) ;//{ //s_fgasallZi = arg; //} double tdryair() const;//{ //return((double)d_tdryair ); //} short tdryairZi() const;//{ //return( s_tdryairZi); //} void set_tdryair( double arg );//{ //d_tdryair = arg; //s_tdryairZi= 0; //return; //} void set_tdryairZi( short arg ) ;//{ //s_tdryairZi = arg; //} double trjc1() const;//{ //return((double)d_trjc1 ); //} short trjc1Zi() const;//{ //return( s_trjc1Zi); //} void set_trjc1( double arg );//{ //d_trjc1 = arg; //s_trjc1Zi= 0; //return; //} void set_trjc1Zi( short arg ) ;//{ //s_trjc1Zi = arg; //} double trjc2() const;//{ //return((double)d_trjc2 ); //} short trjc2Zi() const;//{ //return( s_trjc2Zi); //} void set_trjc2( double arg );//{ //d_trjc2 = arg; //s_trjc2Zi= 0; //return; //} void set_trjc2Zi( short arg ) ;//{ //s_trjc2Zi = arg; //} double tdf() const;//{ //return((double)d_tdf ); //} short tdfZi() const;//{ //return( s_tdfZi); //} void set_tdf( double arg );//{ //d_tdf = arg; //s_tdfZi= 0; //return; //} void set_tdfZi( short arg ) ;//{ //s_tdfZi = arg; //} double tbeforboil() const;//{ //return((double)d_tbeforboil ); //} short tbeforboilZi() const;//{ //return( s_tbeforboilZi); //} void set_tbeforboil( double arg );//{ //d_tbeforboil = arg; //s_tbeforboilZi= 0; //return; //} void set_tbeforboilZi( short arg ) ;//{ //s_tbeforboilZi = arg; //} double trjcout() const;//{ //return((double)d_trjcout ); //} short trjcoutZi() const;//{ //return( s_trjcoutZi); //} void set_trjcout( double arg );//{ //d_trjcout = arg; //s_trjcoutZi= 0; //return; //} void set_trjcoutZi( short arg ) ;//{ //s_trjcoutZi = arg; //} double CentSPEED() const;//{ //return((double)d_CentSPEED ); //} short CentSPEEDZi() const;//{ //return( s_CentSPEEDZi); //} void set_CentSPEED( double arg );//{ //d_CentSPEED = arg; //s_CentSPEEDZi= 0; //return; //} void set_CentSPEEDZi( short arg ) ;//{ //s_CentSPEEDZi = arg; //} double EXO1() const;//{ //return((double)d_EXO1 ); //} short EXO1Zi() const;//{ //return( s_EXO1Zi); //} void set_EXO1( double arg );//{ //d_EXO1 = arg; //s_EXO1Zi= 0; //return; //} void set_EXO1Zi( short arg ) ;//{ //s_EXO1Zi = arg; //} double EXO2() const;//{ //return((double)d_EXO2 ); //} short EXO2Zi() const;//{ //return( s_EXO2Zi); //} void set_EXO2( double arg );//{ //d_EXO2 = arg; //s_EXO2Zi= 0; //return; //} void set_EXO2Zi( short arg ) ;//{ //s_EXO2Zi = arg; //} double EXO3() const;//{ //return((double)d_EXO3 ); //} short EXO3Zi() const;//{ //return( s_EXO3Zi); //} void set_EXO3( double arg );//{ //d_EXO3 = arg; //s_EXO3Zi= 0; //return; //} void set_EXO3Zi( short arg ) ;//{ //s_EXO3Zi = arg; //} double EXO4() const;//{ //return((double)d_EXO4 ); //} short EXO4Zi() const;//{ //return( s_EXO4Zi); //} void set_EXO4( double arg );//{ //d_EXO4 = arg; //s_EXO4Zi= 0; //return; //} void set_EXO4Zi( short arg ) ;//{ //s_EXO4Zi = arg; //} double AFH1() const;//{ //return((double)d_AFH1 ); //} short AFH1Zi() const;//{ //return( s_AFH1Zi); //} void set_AFH1( double arg );//{ //d_AFH1 = arg; //s_AFH1Zi= 0; //return; //} void set_AFH1Zi( short arg ) ;//{ //s_AFH1Zi = arg; //} double AFH2() const;//{ //return((double)d_AFH2 ); //} short AFH2Zi() const;//{ //return( s_AFH2Zi); //} void set_AFH2( double arg );//{ //d_AFH2 = arg; //s_AFH2Zi= 0; //return; //} void set_AFH2Zi( short arg ) ;//{ //s_AFH2Zi = arg; //} double AFH3() const;//{ //return((double)d_AFH3 ); //} short AFH3Zi() const;//{ //return( s_AFH3Zi); //} void set_AFH3( double arg );//{ //d_AFH3 = arg; //s_AFH3Zi= 0; //return; //} void set_AFH3Zi( short arg ) ;//{ //s_AFH3Zi = arg; //} double AFH4() const;//{ //return((double)d_AFH4 ); //} short AFH4Zi() const;//{ //return( s_AFH4Zi); //} void set_AFH4( double arg );//{ //d_AFH4 = arg; //s_AFH4Zi= 0; //return; //} void set_AFH4Zi( short arg ) ;//{ //s_AFH4Zi = arg; //} double AFH5() const;//{ //return((double)d_AFH5 ); //} short AFH5Zi() const;//{ //return( s_AFH5Zi); //} void set_AFH5( double arg );//{ //d_AFH5 = arg; //s_AFH5Zi= 0; //return; //} void set_AFH5Zi( short arg ) ;//{ //s_AFH5Zi = arg; //} double AFH6() const;//{ //return((double)d_AFH6 ); //} short AFH6Zi() const;//{ //return( s_AFH6Zi); //} void set_AFH6( double arg );//{ //d_AFH6 = arg; //s_AFH6Zi= 0; //return; //} void set_AFH6Zi( short arg ) ;//{ //s_AFH6Zi = arg; //} double AFH7() const;//{ //return((double)d_AFH7 ); //} short AFH7Zi() const;//{ //return( s_AFH7Zi); //} void set_AFH7( double arg );//{ //d_AFH7 = arg; //s_AFH7Zi= 0; //return; //} void set_AFH7Zi( short arg ) ;//{ //s_AFH7Zi = arg; //} double AFH8() const;//{ //return((double)d_AFH8 ); //} short AFH8Zi() const;//{ //return( s_AFH8Zi); //} void set_AFH8( double arg );//{ //d_AFH8 = arg; //s_AFH8Zi= 0; //return; //} void set_AFH8Zi( short arg ) ;//{ //s_AFH8Zi = arg; //} double AFH9() const;//{ //return((double)d_AFH9 ); //} short AFH9Zi() const;//{ //return( s_AFH9Zi); //} void set_AFH9( double arg );//{ //d_AFH9 = arg; //s_AFH9Zi= 0; //return; //} void set_AFH9Zi( short arg ) ;//{ //s_AFH9Zi = arg; //} double AFH10() const;//{ //return((double)d_AFH10 ); //} short AFH10Zi() const;//{ //return( s_AFH10Zi); //} void set_AFH10( double arg );//{ //d_AFH10 = arg; //s_AFH10Zi= 0; //return; //} void set_AFH10Zi( short arg ) ;//{ //s_AFH10Zi = arg; //} char* TC() const;//{ //return((char*)c_TC ); //} short TCZi() const;//{ //return( s_TCZi); //} void set_TC( char* arg );//{ //strncpy((char*)c_TC , arg , sizeof(c_TC)); //c_TC[sizeof(c_TC)-1] = '\0'; //s_TCZi= 0; //return; //} void set_TCZi( short arg ) ;//{ //s_TCZi = arg; //} long muId() const;//{ //return((long)l_muId ); //} void set_muId( long arg );//{ //l_muId = arg; //return; //} char* muCreator() const;//{ //return((char*)c_muCreator ); //} void set_muCreator( const char* arg );//{ //strncpy((char*)c_muCreator , arg , sizeof(c_muCreator)); //c_muCreator[sizeof(c_muCreator)-1] = '\0'; //return; //} short musId() const;//{ //return((short)s_musId ); //} void set_musId( short arg );//{ //s_musId = arg; //return; //} public: // methodes for Primary key long k_muId();//{ //return((long)l_k_muId ); //} void set_k_muId( long arg );//{ //l_k_muId = arg; //return; //} char* k_muCreator();//{ //return((char*)c_k_muCreator ); //} void set_k_muCreator( char* arg );//{ //strncpy((char*)c_k_muCreator , arg , sizeof(c_k_muCreator)); //c_k_muCreator[sizeof(c_k_muCreator)-1] = '\0'; //return; //} short k_musId();//{ //return((short)s_k_musId ); //} void set_k_musId( short arg );//{ //s_k_musId = arg; //return; //} long k_SeqNo();//{ //return((long)l_k_SeqNo ); //} void set_k_SeqNo( long arg );//{ //l_k_SeqNo = arg; //return; //} public: // // public methode fillStructure // // this methode filles the classstructue with the private attributes // void fillStructure();//{ //} /////////////////////////////////////////////////// void fillStructureZi();//{ //} /////////////////////////////////////////////////// void setStructure();// { //return; //} /////////////////////////////////////////////////// void setStructureZi() ;//{ //} /////////////////////////////////////////////////// char* getName();//{ //return("T_CYC_CNTSEG036"); //} /////////////////////////////////////////////////// int getSqlCode();//{ //return( db.dbSqlCode); //} /////////////////////////////////////////////////// int getRowsProcessed();//{ //return( db.dbRowsProcessed); //} }; #endif