Jason E. Stewart > Bio-MAGE-Utils-20030502.0 > Bio::MAGE::SQLWriter

Download:
Bio-MAGE-Utils-20030502.0.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

Bio::MAGE::SQLWriter - a module for exporting MAGE-OM objects to a database

SYNOPSIS ^

  use Bio::MAGE::SQLWriter;

  my $writer = Bio::MAGE::SQLWriter->new(@args);
  use dbhandle;
  my $dbhandle = dbhandle->new();
  $writer->obj2database($dbhandle,@object_list);

DESCRIPTION ^

Methods for transforming information from a MAGE-OM objects into tuples in a MAGE database.

METHODS ^

write($MAGE_object);

write() prints the objects contained in $MAGE_object as MAGE-ML to the file handle used by the writer.