property DB_result::$statement in Flickr API 5
The prepared statement resource id created by PHP in $dbh
This resource is only available when the result set was created using a driver's native execute() method, not PEAR DB's emulated one.
Copied here incase it changes in $dbh, which is referenced
{@internal Mainly here because the InterBase/Firebird API is only able to retrieve data from result sets if the statemnt handle is still in scope.}}
@since Property available since Release 1.7.0
Type: resource
File
- phpFlickr/
PEAR/ DB.php, line 1003
Class
- DB_result
- This class implements a wrapper for a DB result set
Code
var $statement;