Main.DbiPg History

Hide minor edits - Show changes to output

2007-04-05,07:49 下午 by 140.112.29.173 -
Changed lines 23-30 from:
** 如果select出來沒有結果, @@row_ary@@不會是defined.
to
** 如果select出來沒有結果, @@row_ary@@不會是defined.

* selectrow_hashref
**
=perl [=
$hash_ref = $dbh->selectrow_hashref($statement, \%attr, @bind_values);
=]
** 如果select出來沒有結果, @@$hash_ref@@不會是defined.
2007-04-05,07:47 下午 by 140.112.29.173 -
Changed lines 16-23 from:
** 如果select出來沒有結果, @@$ary_ref@@不會是defined.
to
** 如果select出來沒有結果, @@$ary_ref@@不會是defined.

* selectrow_array
**
=perl [=
@row_ary = $dbh->selectrow_array($statement, \%attr, @bind_values);
=]
** 如果select出來沒有結果, @@row_ary@@不會是defined.
2007-04-05,07:38 下午 by 140.112.29.173 -
Changed lines 9-16 from:
** 不管select出來有沒有結果, @@$ary_ref@@都是defined.
to
** 不管select出來有沒有結果, @@$ary_ref@@都是defined.

* selectrow_arrayref
**
=perl [=
$ary_ref = $dbh->selectrow_arrayref($statement, \%attr, @bind_values);
=]
** 如果select出來沒有結果, @@$ary_ref@@不會是defined.
2007-04-05,07:33 下午 by 140.112.29.173 -
Changed lines 1-9 from:
* [[ http://search.cpan.org/search?query=DBD%3A%3APg&mode=module | DBD::Pg - PostgreSQL database driver for the DBI module ]]
to
* [[ http://search.cpan.org/search?query=DBD%3A%3APg&mode=module | DBD::Pg - PostgreSQL database driver for the DBI module ]]

* selectall_arrayref
**
=perl [=
$ary_ref = $dbh->selectall_arrayref($statement, \%attr, @bind_values);
=]

** 不管select出來有沒有結果, @@$ary_ref@@都是defined.
2007-03-22,05:29 下午 by 140.112.29.173 -
Changed line 1 from:
* [[ http://search.cpan.org/search?query=DBD%3A%3APg&mode=module | DBD::Pg - PostgreSQL database driver for the DBI module ]
to
* [[ http://search.cpan.org/search?query=DBD%3A%3APg&mode=module | DBD::Pg - PostgreSQL database driver for the DBI module ]]
2007-03-22,05:29 下午 by 140.112.29.173 -
Added line 1:
* [[ http://search.cpan.org/search?query=DBD%3A%3APg&mode=module | DBD::Pg - PostgreSQL database driver for the DBI module ]
 

PmWiki can't process your request

Cannot acquire lockfile

We are sorry for any inconvenience.