|
@@ -147,6 +147,7 @@ namespace YADB
|
|
|
|
|
|
*/
|
|
|
void _AsyncThreadFunc( CDBConnPool* pOwner );//线程函数
|
|
|
+ void ExecAsyncSql(_ASYNC_SQL_*pData);
|
|
|
public:
|
|
|
CDBConnPool();
|
|
|
~CDBConnPool();
|
|
@@ -236,7 +237,7 @@ namespace YADB
|
|
|
* @bug
|
|
|
|
|
|
*/
|
|
|
- bool PushAsync( const std::string& strSQL );
|
|
|
+ bool PushAsync( std::string&& strSQL );
|
|
|
/**
|
|
|
* @brief
|
|
|
执行SQL语句返回结果集函数。
|