NAME
SPOPS::Import::DBI::TableTransform - Factory class for database-specific transformations
SYNOPSIS
my $table = qq/ CREATE TABLE blah ( id %%INCREMENT%% primary key , name varchar(50) ) /;
my $transformer = SPOPS::Import::DBI::TableTransform->new( 'sybase' );
$transformer->auto_increment( \$table );
print $table;
DESCRIPTION
METHODS
BUGS
None known.
TO DO
Nothing known.
SEE ALSO
COPYRIGHT
Copyright (c) 2001 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>