| DBD-PO documentation | Contained in the DBD-PO distribution. |
DBD::PO::st - statement class for DBD::PO
$Id: st.pm 339 2009-03-01 11:53:16Z steffenw $
$HeadURL: https://dbd-po.svn.sourceforge.net/svnroot/dbd-po/trunk/DBD-PO/lib/DBD/PO/st.pm $
1.00
do not use
statement class for DBD::PO
none
none
none
parent
not known
not known
Steffen Winkler
Copyright (c) 2008,
Steffen Winkler
<steffenw at cpan.org>.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| DBD-PO documentation | Contained in the DBD-PO distribution. |
package DBD::PO::st; ## no critic (Capitalization) use strict; use warnings; our $VERSION = '1.00'; use DBD::File; use parent qw(-norequire DBD::File::st); our $imp_data_size = 0; ## no critic (PackageVars) 1; __END__