|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.openware.job.generator.output.Output
|
+--org.openware.job.generator.output.sql.DBOutput
|
+--org.openware.job.generator.output.sql.OracleSqlOutput
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.
| 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 |
public OracleSqlOutput()
| Method Detail |
public void output(MetaData md)
throws java.lang.Exception
output in class DBOutputmd - The MetaData that contains the
information necessary to create the database
tables.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||