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

NAME

Protocol::PostgreSQL::FieldDescription - field definitions

VERSION

version 0.008

SYNOPSIS

DESCRIPTION

Each field has the following definitions:

  • name

  • table_id - object ID for the table

  • field_id - attribute number of the column

  • data_type - object ID for the data type

  • data_size - length of the data type, can be negative for variable

  • type_modifier

  • format_code - text is zero, binary is one

METHODS

new

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2010-2011. Licensed under the same terms as Perl itself.