摘要: 1 class SqlHelper 2 { 3 public: 4 template 5 static bool preparedExecute(sql::PreparedStatement* pstmt, Params... parameters) 6 { 7 ... 阅读全文
posted @ 2014-07-17 01:21 Sylar1513 阅读(1308) 评论(0) 推荐(0) 编辑