sql::translator::producer(3pm) debian man page | unix.com

Man Page: sql::translator::producer

Operating Environment: debian

Section: 3pm

SQL::Translator::Producer(3pm)				User Contributed Perl Documentation			    SQL::Translator::Producer(3pm)

NAME
SQL::Translator::Producer - describes how to write a producer
DESCRIPTION
Producer modules designed to be used with SQL::Translator need to implement a single function, called produce. produce will be called with the SQL::Translator object from which it is expected to retrieve the SQL::Translator::Schema object which has been populated by the parser. It is expected to return a string.
METHODS
produce create_table($table) create_field($field) create_view($view) create_index($index) create_constraint($constraint) create_trigger($trigger) alter_field($from_field, $to_field) add_field($table, $new_field) drop_field($table, $old_field)
AUTHORS
Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>.
SEE ALSO
perl(1), SQL::Translator, SQL::Translator::Schema. perl v5.14.2 2012-01-18 SQL::Translator::Producer(3pm)
Related Man Pages
sql::translator::producer::diagram(3pm) - debian
sql::translator::producer::oracle(3pm) - debian
sql::translator::producer::postgresql(3pm) - debian
sql::translator::producer::sybase(3pm) - debian
sql::translator::schema::index(3pm) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph