From: Angel P. <an...@pc...> - 2003-03-04 17:14:49
|
Just one note. For the method: className2oracleName($className) Convert a perl style class name for a database object to the form required in an SQL statement. For example, convert Core::Algorithm to core.algorithm note that schema.table names are database specific. Oracle is case-insensitive, but most other DBMS's are not. For this reason, I beleive that 'core.algorithm' should reflect the DatabaseInfo and TableInfo names. Angel On Tue, 4 Mar 2003, steve fischer wrote: > folks- > > i have posted the API documentation for GUS::PluginMgr::Plugin, the > plugin superclass. > > have a look, and comments appreciated: > > http://www.gusdb.org/documentation/GUS-PluginMgr-Plugin.html > > steve > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > -- Angel Pizarro Programmer Analyst Center for Bioinformatics an...@pc... |