Nigel Hamilton > Goo > Goo::TableInfo

Download:
Goo-0.09.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

Goo::TableInfo - Provide meta details about MySQL 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@trexy.com>

SEE ALSO ^