From 5c5e354f56ea2fea3600b56f691ec6e87fcf41f0 Mon Sep 17 00:00:00 2001 From: fukachan Date: Sat, 9 Jun 2001 08:58:10 +0000 Subject: fix driver sample --- fml/lib/IO/Adapter/RDBMS.pm | 7 ++++--- 1 file 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. 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 -- cgit v1.2.1