Bio::DB::GFF::Adaptor::dbi::mysqlace.3pm

Langue: en

Autres versions - même langue

Version: 2009-03-10 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Bio::DB::GFF::Adaptor::dbi::mysqlace -- Unholy union between mysql GFF database and acedb database

SYNOPSIS

Pending

See Bio::DB::GFF and Bio::DB::GFF::Adaptor::dbi::mysql

SEE ALSO

Bio::DB::GFF, bioperl

AUTHOR

Lincoln Stein <lstein@cshl.org>.

Copyright (c) 2002 Cold Spring Harbor Laboratory.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

freshen_ace

  Title   : freshen
  Usage   : $flag = Bio::DB::GFF->freshen_ace;
  Function: Refresh internal acedb handle
  Returns : flag if correctly freshened
  Args    : none
  Status  : Public
 
 

ACeDB has an annoying way of timing out, leaving dangling database handles. This method will invoke the ACeDB reopen() method, which causes dangling handles to be refreshed. It has no effect if you are not using ACeDB to create ACeDB objects.