NAME
SQL::Translator::Producer - base object for Producers
SYNOPSIS
DESCRIPTION
Producer modules designed to be used with SQL::Translator need to implement a single function, called produce. produce will be called with a data structure created by a SQL::Translator::Parser subclass. It is expected to return a string containing a valid SQL create statement.
AUTHOR
Ken Y. Clark <kclark@cpan.org>
SEE ALSO
perl(1).