NAME
Eve::PgSqlType::Text - a PostgreSQL text type.
SYNOPSIS
my $text = Eve::PgSqlType::Text->new();
$text->serialize(value => 'some text goes here');
DESCRIPTION
Eve::PgSqlType::Text is a PostgreSQL text type adapter class.
METHODS
get_type()
Returns
The PG_TEXT 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.