diff options
Diffstat (limited to 'adodb.inc.php')
| -rw-r--r-- | adodb.inc.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/adodb.inc.php b/adodb.inc.php index bd6bb873..de5a6291 100644 --- a/adodb.inc.php +++ b/adodb.inc.php @@ -3938,6 +3938,12 @@ class ADORecordSet implements IteratorAggregate { protected $fieldObjectsCache; /** + * @var int Defines the Fetch Mode for a recordset + * See the ADODB_FETCH_* constants + */ + public $adodbFetchMode; + + /** * Constructor * * @param resource|int $queryID Query ID returned by ADOConnection->_query() |
