; throw mysql_stmt_error(stmt_); } //void execute(){ // if(mysql_stmt_execute(stmt_)) // throw mysql_stmt_error(stmt_); //} void bind(MYSQL_BIND* bind){ if(mysql_stmt_bind_param(stmt_,bind) ) throw mysql_stmt_error(stmt_); } int fetch(){ return mysql_stmt_fet 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> 更多精彩:学习网->http://www.haohao888.com.cn 网络编程->http://www.51wlpc.com 电脑设备->http://www.xpmaster.cn
|