QWizard::Storage::SQL.3pm

Langue: en

Version: 2008-09-17 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

QWizard::Storage::SQL - Stores data in a SQL database

SYNOPSIS

   my $st = new QWizard::Storage::SQL(dbh => $DBI_reference);
   $st->create_table();
   $st->set('var', 'value');
   $st->get('var');
 
 

DESCRIPTION

Stores data passed to and from a database table through a passed in database handle reference.

AUTHOR

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

perl(1)

Net-Policy: http://net-policy.sourceforge.net/