S3PAccountUser.cpp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
- //------------------------------------------//
- // //
- // File : S3PAccountUser.cpp //
- // Author : Yang Xiaodong //
- // Modified : 12/19/2002 //
- // //
- //------------------------------------------//
- #include "S3PAccountUser.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- S3PAccountUserDAO::S3PAccountUserDAO( S3PDBConnection* pConn )
- {
- m_pConn = pConn;
- }
- S3PAccountUserDAO::~S3PAccountUserDAO()
- {
- }
- S3PDBConnection* S3PAccountUserDAO::GetConnection()
- {
- return m_pConn;
- }
- std::string S3PAccountUserDAO::GetTableName()
- {
- return "admins";
- return "user";
- }