typedef std::string string;
struct mysql_parm{
string host;
string user;
string password;
string database;
string unixsock;
};
class DBSTMT;
class DBMysql;
class DBSTMT{
DBSTMT(const DBSTMT&);
DBSTMT& operator=(const DBSTMT&);
MYSQL_STMT* stmt_;
public:
DBSTMT(pcsz_t query,DBMysql& mysql);
void &nb
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
更多精彩:好好888->http://www.haohao888.com.cn 网络编程->http://www.51wlpc.com 电脑专家->http://www.xpmaster.cn