PGObject::Type::BigFloat - Math::BigFloat wrappers for PGObject classes
Contents
Acknowledgements
Bugs
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.
License And Copyright
Copyright 2013-2014 Chris Travers.
This program is released under the following license: BSD
perl v5.36.0 2023-11-13 PGObject::Type::BigFloat(3pm)
Name
PGObject::Type::BigFloat - Math::BigFloat wrappers for PGObject classes
Subroutines/Methods
register(registry=>'default',types=>['float4','float8','numeric'])to_db
This serializes this into a simple db-friendly form.
from_db
take simple normalized db floats and turn them into numeric representations.
is_undef(optionally$set);
Return undef to the db or user interface. Can be set through apps.
Support
You can find documentation for this module with the perldoc command.
perldoc PGObject::Type::BigFloat
You can also look for information at:
• RT: CPAN's request tracker (report bugs here)
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=PGObject-Type-BigFloat>
• AnnoCPAN: Annotated CPAN documentation
<http://annocpan.org/dist/PGObject-Type-BigFloat>
• CPAN Ratings
<http://cpanratings.perl.org/d/PGObject-Type-BigFloat>
• Search CPAN
<http://search.cpan.org/dist/PGObject-Type-BigFloat/>
Synopsis
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
Version
Version 2.001
