We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce5f1b commit 381f92fCopy full SHA for 381f92f
reference/pdo/pdostatement/rowcount.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: 28529d3539b850e870e3aa97570f4db0e53daa03 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: a5950d8ae47e8befb9fa5f774ddb96a860833ed5 Maintainer: takagi Status: ready -->
4
<!-- CREDITS: shimooka,mumumu -->
5
<refentry xml:id="pdostatement.rowcount" xmlns="http://docbook.org/ns/docbook">
6
<refnamediv>
@@ -31,8 +31,7 @@
31
</para>
32
<note>
33
<para>
34
- このメソッドは SQLite ドライバの場合はあらゆる場合に "0" (ゼロ) を返します。
35
- PostgreSQL ドライバの場合は
+ このメソッドは、PostgreSQL ドライバの場合かつ、
36
ステートメント属性 <constant>PDO::ATTR_CURSOR</constant>
37
の設定が <constant>PDO::CURSOR_SCROLL</constant> の場合にだけ
38
"0" (ゼロ) を返します。
0 commit comments