Man Page: parse::dia::sql::output
Operating Environment: debian
Section: 3pm
Parse::Dia::SQL::Output(3pm) User Contributed Perl Documentation Parse::Dia::SQL::Output(3pm)NAMEParse::Dia::SQL::Output - Create SQL base class.SYNOPSISuse Parse::Dia::SQL; my $dia = Parse::Dia::SQL->new(...); my $output = $dia->get_output_instance(); print $output->get_sql();DESCRIPTIONThis is the base sql formatter class for creating sql. It contains basic functionality, which can be overridden in subclasses, one for each RDBMS.SEE ALSOParse::Dia::SQL::Output::DB2 Parse::Dia::SQL::Output::OracleMETHODSnew() The constructor. Arguments: db - the target database type get_sql() Return all sql. The sequence of statements is as follows: constraints drop permissions drop view drop schema drop smallpackage pre sql schema create view create permissions create inserts smallpackage post sql associations create (indices first, then foreign keys) perl v5.14.2 2012-02-01 Parse::Dia::SQL::Output(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |