Bio::Genex::Fkey - Perl extension for representing Database Foreign Keys


Bio-Genex documentation  | view source Contained in the Bio-Genex distribution.

Index


NAME

Top

Bio::Genex::Fkey - Perl extension for representing Database Foreign Keys

SYNOPSIS

Top

  use Bio::Genex::Fkey qw(:FKEY);

  $fkey_obj = Bio::Genex::Fkey->new('table_name'=>$file,
			       'pkey_name'=>$column_name,
			       'fkey_type'=> FKEY_OTM_LT);

DESCRIPTION

Top

This is a utility class for storing information about foreign keys in the GeneX DB.

METHODS

Top


Bio-Genex documentation  | view source Contained in the Bio-Genex distribution.