Scroll to navigation

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

NAME

SQL::Translator::Producer::DB2 - DB2 SQL producer

SYNOPSIS

  use SQL::Translator;
  my $t = SQL::Translator->new( parser => '...', producer => 'DB2' );
  print $translator->translate( $file );

DESCRIPTION

Creates an SQL DDL suitable for DB2.

2024-01-20 perl v5.38.2