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

# See SPOPS::Export

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.

create_header( \@fields )
Same as the parent, but add the table name in the header.

None known.

Nothing known.


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.

Chris Winters <chris@cwinters.com>