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

NAME

Goo::TableInfo - Provide meta details about SQL tables

SYNOPSIS

use Goo::TableInfo;

DESCRIPTION

METHODS

new

constructor

get_columns

return an array of columns

get_key

return the primary key of a table

get_column_type

return a type for the column

AUTHOR

Nigel Hamilton <nigel@turbo10.com>

SEE ALSO