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


QWizard documentation  | view source Contained in the QWizard distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

AUTHOR

Top

Wes Hardaker, hardaker@users.sourceforge.net

SEE ALSO

Top

perl(1)

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


QWizard documentation  | view source Contained in the QWizard distribution.