// Version: 2017.9.4 9:25:7 #ifndef _T_CYC_CNTSEG047_H #define _T_CYC_CNTSEG047_H #include using namespace baosight; #include #include #include #ifdef _MSC_VER #pragma warning(disable:4996) #pragma warning(disable:4267) #endif #include "T_CYC_CNTSEG047DBAX.h" class T_CYC_CNTSEG047{ friend class T_CYC_CNTSEG047DBAX; private: //aggregation to DB Class T_CYC_CNTSEG047DBAX 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_tbairout3; short s_tbairout3Zi; double d_tbwaterout; short s_tbwateroutZi; double d_FCSpeed1; short s_FCSpeed1Zi; double d_FCSpeed2; short s_FCSpeed2Zi; double d_FCSpeed3; short s_FCSpeed3Zi; double d_FCSpeed4; short s_FCSpeed4Zi; double d_FCSpeed5; short s_FCSpeed5Zi; double d_FCSpeed6; short s_FCSpeed6Zi; double d_FCSpeed7; short s_FCSpeed7Zi; double d_fanInspeed1; short s_fanInspeed1Zi; double d_fanInspeed2; short s_fanInspeed2Zi; double d_fanInspeed3; short s_fanInspeed3Zi; double d_OutGasTemp1; short s_OutGasTemp1Zi; double d_OutGasTemp2; short s_OutGasTemp2Zi; double d_OutGasTemp3; short s_OutGasTemp3Zi; double d_WaterSwitch1; short s_WaterSwitch1Zi; double d_WaterSwitch2; short s_WaterSwitch2Zi; double d_WaterSwitch3; short s_WaterSwitch3Zi; double d_WaterSwitch4; short s_WaterSwitch4Zi; double d_WaterSwitch5; short s_WaterSwitch5Zi; double d_WaterSwitch6; short s_WaterSwitch6Zi; double d_WaterSwitch7; short s_WaterSwitch7Zi; double d_WaterSwitch8; short s_WaterSwitch8Zi; double d_SETFCSpeed1; short s_SETFCSpeed1Zi; double d_SETFCSpeed2; short s_SETFCSpeed2Zi; double d_SETFCSpeed3; short s_SETFCSpeed3Zi; double d_SETFCSpeed4; short s_SETFCSpeed4Zi; double d_SETFCSpeed5; short s_SETFCSpeed5Zi; double d_SETFCSpeed6; short s_SETFCSpeed6Zi; double d_SETFCSpeed7; short s_SETFCSpeed7Zi; double d_SETFanSpeed1; short s_SETFanSpeed1Zi; double d_SETFanSpeed2; short s_SETFanSpeed2Zi; double d_SETFanSpeed3; short s_SETFanSpeed3Zi; double d_AirOutTemp7; short s_AirOutTemp7Zi; 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_CNTSEG047{ int SeqNo; char EnCoilId[21+1]; char ExCoilId[21+1]; double tbairout3; double tbwaterout; double FCSpeed1; double FCSpeed2; double FCSpeed3; double FCSpeed4; double FCSpeed5; double FCSpeed6; double FCSpeed7; double fanInspeed1; double fanInspeed2; double fanInspeed3; double OutGasTemp1; double OutGasTemp2; double OutGasTemp3; double WaterSwitch1; double WaterSwitch2; double WaterSwitch3; double WaterSwitch4; double WaterSwitch5; double WaterSwitch6; double WaterSwitch7; double WaterSwitch8; double SETFCSpeed1; double SETFCSpeed2; double SETFCSpeed3; double SETFCSpeed4; double SETFCSpeed5; double SETFCSpeed6; double SETFCSpeed7; double SETFanSpeed1; double SETFanSpeed2; double SETFanSpeed3; double AirOutTemp7; char TC[27]; int muId; char muCreator[3]; short musId; }structTable; // LTA Structure Zi struct STR_T_CYC_CNTSEG047Zi{ short EnCoilIdZi; short ExCoilIdZi; short tbairout3Zi; short tbwateroutZi; short FCSpeed1Zi; short FCSpeed2Zi; short FCSpeed3Zi; short FCSpeed4Zi; short FCSpeed5Zi; short FCSpeed6Zi; short FCSpeed7Zi; short fanInspeed1Zi; short fanInspeed2Zi; short fanInspeed3Zi; short OutGasTemp1Zi; short OutGasTemp2Zi; short OutGasTemp3Zi; short WaterSwitch1Zi; short WaterSwitch2Zi; short WaterSwitch3Zi; short WaterSwitch4Zi; short WaterSwitch5Zi; short WaterSwitch6Zi; short WaterSwitch7Zi; short WaterSwitch8Zi; short SETFCSpeed1Zi; short SETFCSpeed2Zi; short SETFCSpeed3Zi; short SETFCSpeed4Zi; short SETFCSpeed5Zi; short SETFCSpeed6Zi; short SETFCSpeed7Zi; short SETFanSpeed1Zi; short SETFanSpeed2Zi; short SETFanSpeed3Zi; short AirOutTemp7Zi; short TCZi; }structTableZi; // //C O N S T R U C T O R S //======================= // public: T_CYC_CNTSEG047(); //D E S T R U C T O R S //======================= // virtual ~T_CYC_CNTSEG047(); // //C O P Y - C O N S T R U C T O R //======================= T_CYC_CNTSEG047(const T_CYC_CNTSEG047 &inst); // For Constructors with parameters the flag dbAccess // informs you if the access was successfully or not T_CYC_CNTSEG047( MU_CODE muCode , long arg1); //methods public: char* getCreationTime() {return "2017.9.4 9:25:7";}; //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_CNTSEG047 operator+(const T_CYC_CNTSEG047 &inst) const; // //O P E R A T O R = //=================== // public: const T_CYC_CNTSEG047& operator=(const T_CYC_CNTSEG047 &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 tbairout3() const;//{ //return((double)d_tbairout3 ); //} short tbairout3Zi() const;//{ //return( s_tbairout3Zi); //} void set_tbairout3( double arg );//{ //d_tbairout3 = arg; //s_tbairout3Zi= 0; //return; //} void set_tbairout3Zi( short arg ) ;//{ //s_tbairout3Zi = arg; //} double tbwaterout() const;//{ //return((double)d_tbwaterout ); //} short tbwateroutZi() const;//{ //return( s_tbwateroutZi); //} void set_tbwaterout( double arg );//{ //d_tbwaterout = arg; //s_tbwateroutZi= 0; //return; //} void set_tbwateroutZi( short arg ) ;//{ //s_tbwateroutZi = arg; //} double FCSpeed1() const;//{ //return((double)d_FCSpeed1 ); //} short FCSpeed1Zi() const;//{ //return( s_FCSpeed1Zi); //} void set_FCSpeed1( double arg );//{ //d_FCSpeed1 = arg; //s_FCSpeed1Zi= 0; //return; //} void set_FCSpeed1Zi( short arg ) ;//{ //s_FCSpeed1Zi = arg; //} double FCSpeed2() const;//{ //return((double)d_FCSpeed2 ); //} short FCSpeed2Zi() const;//{ //return( s_FCSpeed2Zi); //} void set_FCSpeed2( double arg );//{ //d_FCSpeed2 = arg; //s_FCSpeed2Zi= 0; //return; //} void set_FCSpeed2Zi( short arg ) ;//{ //s_FCSpeed2Zi = arg; //} double FCSpeed3() const;//{ //return((double)d_FCSpeed3 ); //} short FCSpeed3Zi() const;//{ //return( s_FCSpeed3Zi); //} void set_FCSpeed3( double arg );//{ //d_FCSpeed3 = arg; //s_FCSpeed3Zi= 0; //return; //} void set_FCSpeed3Zi( short arg ) ;//{ //s_FCSpeed3Zi = arg; //} double FCSpeed4() const;//{ //return((double)d_FCSpeed4 ); //} short FCSpeed4Zi() const;//{ //return( s_FCSpeed4Zi); //} void set_FCSpeed4( double arg );//{ //d_FCSpeed4 = arg; //s_FCSpeed4Zi= 0; //return; //} void set_FCSpeed4Zi( short arg ) ;//{ //s_FCSpeed4Zi = arg; //} double FCSpeed5() const;//{ //return((double)d_FCSpeed5 ); //} short FCSpeed5Zi() const;//{ //return( s_FCSpeed5Zi); //} void set_FCSpeed5( double arg );//{ //d_FCSpeed5 = arg; //s_FCSpeed5Zi= 0; //return; //} void set_FCSpeed5Zi( short arg ) ;//{ //s_FCSpeed5Zi = arg; //} double FCSpeed6() const;//{ //return((double)d_FCSpeed6 ); //} short FCSpeed6Zi() const;//{ //return( s_FCSpeed6Zi); //} void set_FCSpeed6( double arg );//{ //d_FCSpeed6 = arg; //s_FCSpeed6Zi= 0; //return; //} void set_FCSpeed6Zi( short arg ) ;//{ //s_FCSpeed6Zi = arg; //} double FCSpeed7() const;//{ //return((double)d_FCSpeed7 ); //} short FCSpeed7Zi() const;//{ //return( s_FCSpeed7Zi); //} void set_FCSpeed7( double arg );//{ //d_FCSpeed7 = arg; //s_FCSpeed7Zi= 0; //return; //} void set_FCSpeed7Zi( short arg ) ;//{ //s_FCSpeed7Zi = arg; //} double fanInspeed1() const;//{ //return((double)d_fanInspeed1 ); //} short fanInspeed1Zi() const;//{ //return( s_fanInspeed1Zi); //} void set_fanInspeed1( double arg );//{ //d_fanInspeed1 = arg; //s_fanInspeed1Zi= 0; //return; //} void set_fanInspeed1Zi( short arg ) ;//{ //s_fanInspeed1Zi = arg; //} double fanInspeed2() const;//{ //return((double)d_fanInspeed2 ); //} short fanInspeed2Zi() const;//{ //return( s_fanInspeed2Zi); //} void set_fanInspeed2( double arg );//{ //d_fanInspeed2 = arg; //s_fanInspeed2Zi= 0; //return; //} void set_fanInspeed2Zi( short arg ) ;//{ //s_fanInspeed2Zi = arg; //} double fanInspeed3() const;//{ //return((double)d_fanInspeed3 ); //} short fanInspeed3Zi() const;//{ //return( s_fanInspeed3Zi); //} void set_fanInspeed3( double arg );//{ //d_fanInspeed3 = arg; //s_fanInspeed3Zi= 0; //return; //} void set_fanInspeed3Zi( short arg ) ;//{ //s_fanInspeed3Zi = arg; //} double OutGasTemp1() const;//{ //return((double)d_OutGasTemp1 ); //} short OutGasTemp1Zi() const;//{ //return( s_OutGasTemp1Zi); //} void set_OutGasTemp1( double arg );//{ //d_OutGasTemp1 = arg; //s_OutGasTemp1Zi= 0; //return; //} void set_OutGasTemp1Zi( short arg ) ;//{ //s_OutGasTemp1Zi = arg; //} double OutGasTemp2() const;//{ //return((double)d_OutGasTemp2 ); //} short OutGasTemp2Zi() const;//{ //return( s_OutGasTemp2Zi); //} void set_OutGasTemp2( double arg );//{ //d_OutGasTemp2 = arg; //s_OutGasTemp2Zi= 0; //return; //} void set_OutGasTemp2Zi( short arg ) ;//{ //s_OutGasTemp2Zi = arg; //} double OutGasTemp3() const;//{ //return((double)d_OutGasTemp3 ); //} short OutGasTemp3Zi() const;//{ //return( s_OutGasTemp3Zi); //} void set_OutGasTemp3( double arg );//{ //d_OutGasTemp3 = arg; //s_OutGasTemp3Zi= 0; //return; //} void set_OutGasTemp3Zi( short arg ) ;//{ //s_OutGasTemp3Zi = arg; //} double WaterSwitch1() const;//{ //return((double)d_WaterSwitch1 ); //} short WaterSwitch1Zi() const;//{ //return( s_WaterSwitch1Zi); //} void set_WaterSwitch1( double arg );//{ //d_WaterSwitch1 = arg; //s_WaterSwitch1Zi= 0; //return; //} void set_WaterSwitch1Zi( short arg ) ;//{ //s_WaterSwitch1Zi = arg; //} double WaterSwitch2() const;//{ //return((double)d_WaterSwitch2 ); //} short WaterSwitch2Zi() const;//{ //return( s_WaterSwitch2Zi); //} void set_WaterSwitch2( double arg );//{ //d_WaterSwitch2 = arg; //s_WaterSwitch2Zi= 0; //return; //} void set_WaterSwitch2Zi( short arg ) ;//{ //s_WaterSwitch2Zi = arg; //} double WaterSwitch3() const;//{ //return((double)d_WaterSwitch3 ); //} short WaterSwitch3Zi() const;//{ //return( s_WaterSwitch3Zi); //} void set_WaterSwitch3( double arg );//{ //d_WaterSwitch3 = arg; //s_WaterSwitch3Zi= 0; //return; //} void set_WaterSwitch3Zi( short arg ) ;//{ //s_WaterSwitch3Zi = arg; //} double WaterSwitch4() const;//{ //return((double)d_WaterSwitch4 ); //} short WaterSwitch4Zi() const;//{ //return( s_WaterSwitch4Zi); //} void set_WaterSwitch4( double arg );//{ //d_WaterSwitch4 = arg; //s_WaterSwitch4Zi= 0; //return; //} void set_WaterSwitch4Zi( short arg ) ;//{ //s_WaterSwitch4Zi = arg; //} double WaterSwitch5() const;//{ //return((double)d_WaterSwitch5 ); //} short WaterSwitch5Zi() const;//{ //return( s_WaterSwitch5Zi); //} void set_WaterSwitch5( double arg );//{ //d_WaterSwitch5 = arg; //s_WaterSwitch5Zi= 0; //return; //} void set_WaterSwitch5Zi( short arg ) ;//{ //s_WaterSwitch5Zi = arg; //} double WaterSwitch6() const;//{ //return((double)d_WaterSwitch6 ); //} short WaterSwitch6Zi() const;//{ //return( s_WaterSwitch6Zi); //} void set_WaterSwitch6( double arg );//{ //d_WaterSwitch6 = arg; //s_WaterSwitch6Zi= 0; //return; //} void set_WaterSwitch6Zi( short arg ) ;//{ //s_WaterSwitch6Zi = arg; //} double WaterSwitch7() const;//{ //return((double)d_WaterSwitch7 ); //} short WaterSwitch7Zi() const;//{ //return( s_WaterSwitch7Zi); //} void set_WaterSwitch7( double arg );//{ //d_WaterSwitch7 = arg; //s_WaterSwitch7Zi= 0; //return; //} void set_WaterSwitch7Zi( short arg ) ;//{ //s_WaterSwitch7Zi = arg; //} double WaterSwitch8() const;//{ //return((double)d_WaterSwitch8 ); //} short WaterSwitch8Zi() const;//{ //return( s_WaterSwitch8Zi); //} void set_WaterSwitch8( double arg );//{ //d_WaterSwitch8 = arg; //s_WaterSwitch8Zi= 0; //return; //} void set_WaterSwitch8Zi( short arg ) ;//{ //s_WaterSwitch8Zi = arg; //} double SETFCSpeed1() const;//{ //return((double)d_SETFCSpeed1 ); //} short SETFCSpeed1Zi() const;//{ //return( s_SETFCSpeed1Zi); //} void set_SETFCSpeed1( double arg );//{ //d_SETFCSpeed1 = arg; //s_SETFCSpeed1Zi= 0; //return; //} void set_SETFCSpeed1Zi( short arg ) ;//{ //s_SETFCSpeed1Zi = arg; //} double SETFCSpeed2() const;//{ //return((double)d_SETFCSpeed2 ); //} short SETFCSpeed2Zi() const;//{ //return( s_SETFCSpeed2Zi); //} void set_SETFCSpeed2( double arg );//{ //d_SETFCSpeed2 = arg; //s_SETFCSpeed2Zi= 0; //return; //} void set_SETFCSpeed2Zi( short arg ) ;//{ //s_SETFCSpeed2Zi = arg; //} double SETFCSpeed3() const;//{ //return((double)d_SETFCSpeed3 ); //} short SETFCSpeed3Zi() const;//{ //return( s_SETFCSpeed3Zi); //} void set_SETFCSpeed3( double arg );//{ //d_SETFCSpeed3 = arg; //s_SETFCSpeed3Zi= 0; //return; //} void set_SETFCSpeed3Zi( short arg ) ;//{ //s_SETFCSpeed3Zi = arg; //} double SETFCSpeed4() const;//{ //return((double)d_SETFCSpeed4 ); //} short SETFCSpeed4Zi() const;//{ //return( s_SETFCSpeed4Zi); //} void set_SETFCSpeed4( double arg );//{ //d_SETFCSpeed4 = arg; //s_SETFCSpeed4Zi= 0; //return; //} void set_SETFCSpeed4Zi( short arg ) ;//{ //s_SETFCSpeed4Zi = arg; //} double SETFCSpeed5() const;//{ //return((double)d_SETFCSpeed5 ); //} short SETFCSpeed5Zi() const;//{ //return( s_SETFCSpeed5Zi); //} void set_SETFCSpeed5( double arg );//{ //d_SETFCSpeed5 = arg; //s_SETFCSpeed5Zi= 0; //return; //} void set_SETFCSpeed5Zi( short arg ) ;//{ //s_SETFCSpeed5Zi = arg; //} double SETFCSpeed6() const;//{ //return((double)d_SETFCSpeed6 ); //} short SETFCSpeed6Zi() const;//{ //return( s_SETFCSpeed6Zi); //} void set_SETFCSpeed6( double arg );//{ //d_SETFCSpeed6 = arg; //s_SETFCSpeed6Zi= 0; //return; //} void set_SETFCSpeed6Zi( short arg ) ;//{ //s_SETFCSpeed6Zi = arg; //} double SETFCSpeed7() const;//{ //return((double)d_SETFCSpeed7 ); //} short SETFCSpeed7Zi() const;//{ //return( s_SETFCSpeed7Zi); //} void set_SETFCSpeed7( double arg );//{ //d_SETFCSpeed7 = arg; //s_SETFCSpeed7Zi= 0; //return; //} void set_SETFCSpeed7Zi( short arg ) ;//{ //s_SETFCSpeed7Zi = arg; //} double SETFanSpeed1() const;//{ //return((double)d_SETFanSpeed1 ); //} short SETFanSpeed1Zi() const;//{ //return( s_SETFanSpeed1Zi); //} void set_SETFanSpeed1( double arg );//{ //d_SETFanSpeed1 = arg; //s_SETFanSpeed1Zi= 0; //return; //} void set_SETFanSpeed1Zi( short arg ) ;//{ //s_SETFanSpeed1Zi = arg; //} double SETFanSpeed2() const;//{ //return((double)d_SETFanSpeed2 ); //} short SETFanSpeed2Zi() const;//{ //return( s_SETFanSpeed2Zi); //} void set_SETFanSpeed2( double arg );//{ //d_SETFanSpeed2 = arg; //s_SETFanSpeed2Zi= 0; //return; //} void set_SETFanSpeed2Zi( short arg ) ;//{ //s_SETFanSpeed2Zi = arg; //} double SETFanSpeed3() const;//{ //return((double)d_SETFanSpeed3 ); //} short SETFanSpeed3Zi() const;//{ //return( s_SETFanSpeed3Zi); //} void set_SETFanSpeed3( double arg );//{ //d_SETFanSpeed3 = arg; //s_SETFanSpeed3Zi= 0; //return; //} void set_SETFanSpeed3Zi( short arg ) ;//{ //s_SETFanSpeed3Zi = arg; //} double AirOutTemp7() const;//{ //return((double)d_AirOutTemp7 ); //} short AirOutTemp7Zi() const;//{ //return( s_AirOutTemp7Zi); //} void set_AirOutTemp7( double arg );//{ //d_AirOutTemp7 = arg; //s_AirOutTemp7Zi= 0; //return; //} void set_AirOutTemp7Zi( short arg ) ;//{ //s_AirOutTemp7Zi = 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_CNTSEG047"); //} /////////////////////////////////////////////////// int getSqlCode();//{ //return( db.dbSqlCode); //} /////////////////////////////////////////////////// int getRowsProcessed();//{ //return( db.dbRowsProcessed); //} }; #endif