From 110d337a58d4952b1161bc2e70ba368ca83df8e0 Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 18 Mar 2001 01:53:17 +0000 Subject: create SQL::Schema:: class for model specific schema --- fml/lib/SQL/Schema/toymodel.pm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 fml/lib/SQL/Schema/toymodel.pm (limited to 'fml/lib/SQL') diff --git a/fml/lib/SQL/Schema/toymodel.pm b/fml/lib/SQL/Schema/toymodel.pm new file mode 100644 index 00000000..911bb1d5 --- /dev/null +++ b/fml/lib/SQL/Schema/toymodel.pm @@ -0,0 +1,29 @@ +#-*- perl -*- +# +# Copyright (C) 2000 Ken'ichi Fukamachi +# All rights reserved. +# +# $Id$ +# + + +package IO::Adapter::MySQL::toymodel; + +use strict; +use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); +use Carp; + +=head1 NAME + +IO::Adapter::MySQL::toymodel - toymodel by SQL + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=head1 METHODS + +=cut + + +1; -- cgit v1.2.1