pg_fetch_all_columns
指定したカラムの全ての行を配列として取得する
&reftitle.description;
arraypg_fetch_all_columns
PgSql\Resultresult
intfield0
pg_fetch_all_columns は、
PgSql\Result クラスのインスタンスで
指定したカラムについて、
全ての行(レコード)を含む配列を返します。
&database.fetch-null;
&reftitle.parameters;
result
&pgsql.parameter.result;
field
カラムの番号。
指定しない場合のデフォルトは最初のカラムです。
&reftitle.returnvalues;
結果カラムの全ての値を配列で返します。
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.result-object;
&reftitle.examples;
pg_fetch_all_columns の例
]]>
&reftitle.seealso;
pg_fetch_all