PGObject::Type::BigFloat(3pm) | User Contributed Perl Documentation | PGObject::Type::BigFloat(3pm) |
PGObject::Type::BigFloat - Math::BigFloat wrappers for PGObject classes
Version 2.001
use PGObject::Type::BigFloat; PGObject::Type::BigFloat->register(); # Get all numeric and float types my $self->{foo} = PGObject::Type::BigFloat->new(0); $self->call_dbmethod(funcname => 'bar'); # will use this as a numeric
This serializes this into a simple db-friendly form.
take simple normalized db floats and turn them into numeric representations.
Return undef to the db or user interface. Can be set through apps.
Chris Travers, "<chris.travers at gmail.com>"
Please report any bugs or feature requests to "bug-pgobject-type-bigfloat at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PGObject-Type-BigFloat>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc PGObject::Type::BigFloat
You can also look for information at:
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=PGObject-Type-BigFloat>
<http://annocpan.org/dist/PGObject-Type-BigFloat>
<http://cpanratings.perl.org/d/PGObject-Type-BigFloat>
<http://search.cpan.org/dist/PGObject-Type-BigFloat/>
Copyright 2013-2014 Chris Travers.
This program is released under the following license: BSD
2022-12-12 | perl v5.36.0 |