org.openware.job.generator.output.sql
Class OracleSqlOutput

java.lang.Object
  |
  +--org.openware.job.generator.output.Output
        |
        +--org.openware.job.generator.output.sql.DBOutput
              |
              +--org.openware.job.generator.output.sql.OracleSqlOutput

public class OracleSqlOutput
extends DBOutput

Output PostgreSql 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.10 $ $Date: 2001/04/06 01:38:02 $
Author:
Vincent Sheffer

Fields inherited from class org.openware.job.generator.output.sql.DBOutput
dbName
 
Fields inherited from class org.openware.job.generator.output.Output
metadata, sourceRoot
 
Constructor Summary
OracleSqlOutput()
           
 
Method Summary
 void output(MetaData md)
          Take the metadata and write the OracleSql CREATE TABLE definitions for it.
 
Methods inherited from class org.openware.job.generator.output.sql.DBOutput
getMetaDataFileName, getSeqFileName, getTableFileName, init
 
Methods inherited from class org.openware.job.generator.output.Output
getColumnName, getForeignKeyColumnName, getTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleSqlOutput

public OracleSqlOutput()
Method Detail

output

public void output(MetaData md)
            throws java.lang.Exception
Take the metadata and write the OracleSql 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.