|
The PDORow classIntroduction
Represents a row from a result set returned
by PDOStatement::fetch
called with Objects of this class cannot be instantiated and are not serializable.
The PDORow object allows access
to the returned data as if both Caution
Accessing an undefined property returns Class synopsis
final
PDORow
/* Properties */
public
string
$queryString;
Properties
Errors/ExceptionsThrows an Error when trying to write to or unset any property. |