removed erroneous files
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40869
This commit is contained in:
parent
11470d81ca
commit
4aab11577d
@ -1,7 +0,0 @@
|
|||||||
#include "MyQuery.h"
|
|
||||||
|
|
||||||
MyQuery::MyQuery(MyDatabase *db, MYSQL_RES *res)
|
|
||||||
: m_pParent(db)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
#ifndef _INCLUDE_SM_MYSQL_QUERY_H_
|
|
||||||
#define _INCLUDE_SM_MYSQL_QUERY_H_
|
|
||||||
|
|
||||||
#include "MyDriver.h"
|
|
||||||
#include "MyDatabase.h"
|
|
||||||
|
|
||||||
class MyResultSet :
|
|
||||||
public IResultSet,
|
|
||||||
public IResultRow
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
class MyQuery : public IQuery
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
MyQuery(MyDatabase *db, MYSQL_RES *res);
|
|
||||||
public:
|
|
||||||
IResultSet *GetResults();
|
|
||||||
void Destroy();
|
|
||||||
private:
|
|
||||||
MyDatabase *m_pParent;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif //_INCLUDE_SM_MYSQL_QUERY_H_
|
|
Loading…
Reference in New Issue
Block a user