Goo::TableInfo - Provide meta details about MySQL tables


Goo documentation  | view source Contained in the Goo distribution.

Index


NAME

Top

Goo::TableInfo - Provide meta details about MySQL tables

SYNOPSIS

Top

use Goo::TableInfo;

DESCRIPTION

Top

METHODS

Top

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

Top

Nigel Hamilton <nigel@trexy.com>

SEE ALSO

Top


Goo documentation  | view source Contained in the Goo distribution.