diff options
| author | fukachan <fukachan> | 2001-06-09 08:58:10 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-06-09 08:58:10 +0000 |
| commit | 5c5e354f56ea2fea3600b56f691ec6e87fcf41f0 (patch) | |
| tree | 83e8ed4117aafd288951984e93abc05a1c2c3a14 | |
| parent | 5af72d2017cc8a14c819d15ac8b0291099973c7d (diff) | |
| download | fml8-5c5e354f56ea2fea3600b56f691ec6e87fcf41f0.tar.gz fml8-5c5e354f56ea2fea3600b56f691ec6e87fcf41f0.tar.bz2 fml8-5c5e354f56ea2fea3600b56f691ec6e87fcf41f0.zip | |
fix driver sample
| -rw-r--r-- | fml/lib/IO/Adapter/RDBMS.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fml/lib/IO/Adapter/RDBMS.pm b/fml/lib/IO/Adapter/RDBMS.pm index 5e529842..7cccf2d1 100644 --- a/fml/lib/IO/Adapter/RDBMS.pm +++ b/fml/lib/IO/Adapter/RDBMS.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: RDBMS.pm,v 1.8 2001/04/03 09:45:46 fukachan Exp $ +# $FML: RDBMS.pm,v 1.9 2001/05/30 14:35:11 fukachan Exp $ # package IO::Adapter::RDBMS; @@ -31,10 +31,11 @@ IO::Adapter::RDBMS - IO with SQL servers Configure object for C<dsn>. new({ - driver => 'IO::Model::MySQL::toymodel', + driver => 'SQL::Schema::toymodel', }); -It forwards the request to the specified subclass or DBI base class. +It forwards the request to the specified driver, +which knows the sql statement how to add, delete and select. =cut |
