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。