1SQL(3)                User Contributed Perl Documentation               SQL(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

19       Wes Hardaker, hardaker@users.sourceforge.net
20

SEE ALSO

22       perl(1)
23
24       Net-Policy: http://net-policy.sourceforge.net/
25
26
27
28perl v5.30.0                      2019-07-26                            SQL(3)
Impressum