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

C/C++

  1. // S3PCardInfoDAO.h: interface for the S3PCardInfoDAO class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_S3PCARDINFODAO_H__7B421D69_1E40_495D_96F9_8789944EDBEA__INCLUDED_)
  5. #define AFX_S3PCARDINFODAO_H__7B421D69_1E40_495D_96F9_8789944EDBEA__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "S3PTableDAO.h"
  10. #include "S3PResult.h"
  11. class S3PCardInfoDAO : public S3PTableDAO  
  12. {
  13. public:
  14. S3PCardInfoDAO(S3PDBConnection * pConn);
  15. virtual ~S3PCardInfoDAO();
  16. virtual std::string GetTableName();
  17. virtual S3PDBConnection * GetConnection();
  18. protected:
  19. S3PDBConnection * m_pConn;
  20. };
  21. #endif // !defined(AFX_S3PCARDINFODAO_H__7B421D69_1E40_495D_96F9_8789944EDBEA__INCLUDED_)