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


SPOPS documentation  | view source Contained in the SPOPS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 # See SPOPS::Export

DESCRIPTION

Top

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

Top

create_header( \@fields )

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

BUGS

Top

None known.

TO DO

Top

Nothing known.

SEE ALSO

Top

SPOPS::Import::DBI::Data

COPYRIGHT

Top

AUTHORS

Top

Chris Winters <chris@cwinters.com>


SPOPS documentation  | view source Contained in the SPOPS distribution.