Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_stmt_store_result( sasql_stmt $stmt )
此函数允许客户端高速缓存语句的整个结果集。可以使用函数 sasql_stmt_free_result 来释放高速缓存的结果。
$stmt 使用 sasql_stmt_execute 执行的语句资源。
TRUE(成功时)或 FALSE(失败时)。