Man Page: parse::dia::sql::output::db2
Operating Environment: debian
Section: 3pm
Parse::Dia::SQL::Output::DB2(3pm) User Contributed Perl Documentation Parse::Dia::SQL::Output::DB2(3pm)NAMEParse::Dia::SQL::Output::DB2 - Create SQL for DB2.SYNOPSISuse Parse::Dia::SQL; my $dia = Parse::Dia::SQL->new(...); print $dia->get_sql();DESCRIPTIONThis class creates SQL for the IBM DB2 database. new The constructor. Arguments: Create primary key clause, e.g. constraint pk_<tablename> primary key (<column1>,..,<columnN>) For DB2 the PK must be 18 characters or less Returns undefined if list of primary key is empty (i.e. if there are no primary keys on given table). For DB2 a constraint name must be 18 characters or less. Returns shortened tablename. Subclass for outputting SQL for the DB2 database perl v5.14.2 2011-02-15 Parse::Dia::SQL::Output::DB2(3pm)
| Related Man Pages |
|---|
| locale::po4a::dia(3) - centos |
| pdo_odbc-dsn(3) - php |
| db2_client_info(3) - php |
| datetime::format::db2(3pm) - debian |
| parse::dia::sql(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |