The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Eve::PgSqlType::Boolean - a PostgreSQL boolean type.

SYNOPSIS

    my $bigint = Eve::PgSqlType::Boolean->new();
    $bigint->serialize(value => 1);

DESCRIPTION

Eve::PgSqlType::Boolean is a PostgreSQL boolean type adapter class.

METHODS

get_type()

Returns

The PG_BOOL type.

SEE ALSO

DBD::Pg
Eve::PgSqlType::DriverNative

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.

AUTHOR

Igor Zinovyev