NAME
Eve::PgSqlType::Double - a PostgreSQL double precision float type.
SYNOPSIS
my $double = Eve::PgSqlType::Double->new();
$double->serialize(value => 3.14);
DESCRIPTION
Eve::PgSqlType::Double is a PostgreSQL double precision floating point type adapter class.
METHODS
get_type()
Returns
The PG_FLOAT8 type.
SEE ALSO
LICENSE AND COPYRIGHT
Copyright 2012 Igor Zinovyev.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.