reference/pdo/constants.xml
cb14980cc2b64fdb2f04d8d49e09f8d374815c35
...
...
@@ -131,8 +131,10 @@
131
131
<listitem>
132
132
<simpara>
133
133
Specifies that the fetch method shall return each row as an object with
134
-
variable names that correspond to the column names returned in the result
135
-
set. <constant>PDO::FETCH_LAZY</constant> creates the object variable names as they are accessed.
134
+
property names that correspond to the column names returned in the result set.
135
+
<constant>PDO::FETCH_LAZY</constant> returns
136
+
a <classname>PDORow</classname> object
137
+
which creates the object property names as they are accessed.
136
138
Not valid inside <methodname>PDOStatement::fetchAll</methodname>.
137
139
</simpara>
138
140
</listitem>
...
...
@@ -924,7 +926,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
924
926
</simpara>
925
927
</listitem>
926
928
</varlistentry>
927
-
<varlistentry xml:id="pdo.constants.sqlite_deterministic">
929
+
<varlistentry xml:id="pdo.constants.sqlite-deterministic">
928
930
<term>
929
931
<constant>PDO::SQLITE_DETERMINISTIC</constant>
930
932
(<type>int</type>)
931
933