org.openware.job.generator.output.sql
Class PostgresSqlOutput
java.lang.Object
|
+--org.openware.job.generator.output.Output
|
+--org.openware.job.generator.output.sql.DBOutput
|
+--org.openware.job.generator.output.sql.PostgresSqlOutput
- public class PostgresSqlOutput
- extends DBOutput
Output PostgresSql related SQL statements. These are for
managing the database, not accessing it. That is, it contains
methods for generating "CREATE TABLE" statements, "ALTER TABLE",
statements, etc.
- Version:
- $Revision: 1.11 $ $Date: 2001/04/12 06:28:13 $
- Author:
- Vincent Sheffer
Fields inherited from class org.openware.job.generator.output.sql.DBOutput |
dbName |
Method Summary |
void |
output(MetaData md)
Take the metadata and write the PostgresSql CREATE TABLE
definitions for it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgresSqlOutput
public PostgresSqlOutput()
output
public void output(MetaData md)
throws java.lang.Exception
- Take the metadata and write the PostgresSql CREATE TABLE
definitions for it.
- Overrides:
output
in class DBOutput
- Parameters:
md
- The MetaData
that contains the
information necessary to create the database
tables.
Copyright © 2000,2001 Openware. All Rights Reserved.