The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPOPS::Export::DBI::Data - Export SPOPS objects as data for importing directly into a DBI table

SYNOPSIS

 # See SPOPS::Export

DESCRIPTION

Implement raw DBI data output for SPOPS::Export. This is almost exactly like SPOPS::Export::Object except we export the table name instead of the object class.

Output from this should be usable by SPOPS::Import::DBI::Data.

METHODS

create_header( \@fields )

Same as the parent, but add the table name in the header.

BUGS

None known.

TO DO

Nothing known.

SEE ALSO

SPOPS::Import::DBI::Data

COPYRIGHT

Copyright (c) 2001-2004 intes.net, inc.. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Chris Winters <chris@cwinters.com>