[system] / branches / rel-2-0-patches / webwork-modperl / lib / WeBWorK / DB / Driver / SQL.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-0-patches/webwork-modperl/lib/WeBWorK/DB/Driver/SQL.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2720 Revision 2721
26use strict; 26use strict;
27use warnings; 27use warnings;
28use DBI; 28use DBI;
29 29
30use constant STYLE => "dbi"; 30use constant STYLE => "dbi";
31
32=head1 SOURCE FORMAT
33
34The C<source> entry for tables handled by this driver should consist of a DBI
35data source.
36
37=head1 SUPPORTED PARAMS
38
39This driver pays attention to the following items in the C<params> entry.
40
41=over
42
43=item usernameRO, passwordRO
44
45Username and password for read-only access to SQL database.
46
47=item usernameRW, passwordRW
48
49Username and password for read-write access to SQL database.
50
51=back
52
53=cut
31 54
32################################################################################ 55################################################################################
33# constructor 56# constructor
34################################################################################ 57################################################################################
35 58

Legend:
Removed from v.2720  
changed lines
  Added in v.2721

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9