S3PAccountInfoDAO.h
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 1k
Development Platform:

C/C++

  1. //-----------------------------------------//
  2. //                                         //
  3. //  File : S3PAccountInfoDAO.h      //
  4. // Author : Yang Xiaodong            //
  5. // Modified : 8/24/2002                //
  6. //                                         //
  7. //-----------------------------------------//
  8. #if !defined(AFX_S3PACCOUNTINFODAO_H__72109E19_CACF_422A_A152_29690FB5FE12__INCLUDED_)
  9. #define AFX_S3PACCOUNTINFODAO_H__72109E19_CACF_422A_A152_29690FB5FE12__INCLUDED_
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. #include "S3PTableDAO.h"
  14. class S3PAccountInfoDAO : public S3PTableDAO  
  15. {
  16. public:
  17. S3PAccountInfoDAO( S3PDBConnection * pConn );
  18. virtual ~S3PAccountInfoDAO();
  19. virtual std::string GetTableName();
  20. virtual S3PDBConnection * GetConnection();
  21. protected:
  22. S3PDBConnection * m_pConn;
  23. };
  24. #endif // !defined(AFX_S3PACCOUNTINFODAO_H__72109E19_CACF_422A_A152_29690FB5FE12__INCLUDED_)