ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:adodb_recordset

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
v5:reference:connection:adodb_recordset [2016/02/26 03:06] – created mnewnhamv5:reference:connection:adodb_recordset [2016/02/28 03:19] mnewnham
Line 201: Line 201:
 |_colnames|| |_colnames||
 |_skiprow1|| |_skiprow1||
-|_fieldobjects|Array +|_fieldobjects|An array of [[v5:reference:adofieldobjects|adoFieldObjects]] describing the columns in the result set|
-+
- [0] => ADOFieldObject Object +
-+
- [name=> Order ID +
- [max_length] => 10 +
- [type] => COUNTER +
-+
- +
- [1] => ADOFieldObject Object +
-+
- [name] => Employee ID +
- [max_length] => 10 +
- [type=> INTEGER +
-+
- +
-+
 |canSeek|| |canSeek||
-|affectedrows||+|affectedrows|If the the statement executed is not a select, the number of rows affected by the statement. This value is database dependant and is accessible via the [[v5:reference:connection:affected_rows|affected_rows()]] method.
 |insertid|| |insertid||
 |sql|SELECT * FROM orders| |sql|SELECT * FROM orders|
Line 250: Line 233:
 | |
 |blobSize|| |blobSize||
-|EOF||+|EOF|A boolean value indicating if EOF has been reached. This |
 |emptyTimeStamp|| |emptyTimeStamp||
 |emptyDate|| |emptyDate||
-|debug||+|debug|Indicates whether [[v5:reference:degug|Debugging Mode]] is enabled|
 |timeCreated|| |timeCreated||
 |bind|| |bind||
 |fetchMode|The Fetch mode in use when the query was executed|[[v5:reference:fetchmode|ADODB_FETCH_MODE]]| |fetchMode|The Fetch mode in use when the query was executed|[[v5:reference:fetchmode|ADODB_FETCH_MODE]]|
 |connection|This is a recursive link to the ADOconnection Object| |connection|This is a recursive link to the ADOconnection Object|
-|_numOfRows|The number of rows returned from a query|[[v5:reference:connection:rowcount|ADOConnection::rowCount()]]|+|_numOfRows|The number of rows returned from a query, if appropriate, see [[v5:reference:connection:rowcount|ADOConnection::rowCount()]]|
 |_numOfFields|The number of columns returned by the query|| |_numOfFields|The number of columns returned by the query||
 |_queryID|The PHP resource in use when the query was executed| |_queryID|The PHP resource in use when the query was executed|
-|_currentRow||+|_currentRow|The current row number when iterating through the the recordset, see [[v5:reference:recordset|recordNumber()]|
 |_closed|| |_closed||
 |_inited|| |_inited||
Line 272: Line 255:
 |_maxRecordCount|| |_maxRecordCount||
 |datetime|| |datetime||
- 
-     
v5/reference/connection/adodb_recordset.txt · Last modified: 2016/02/28 03:33 by mnewnham