|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.modello.generator.database.sql.SqlBuilder
org.codehaus.modello.generator.database.sql.Db2Builder
public class Db2Builder
An SQL Builder for Oracle
Constructor Summary | |
---|---|
Db2Builder()
|
Method Summary | |
---|---|
void |
dropTable(Table table)
Outputs the DDL to drop the table |
protected void |
printAutoIncrementColumn(Table table,
Column column)
Outputs the fact that this column is an auto increment column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Db2Builder()
Method Detail |
---|
public void dropTable(Table table) throws java.io.IOException
SqlBuilder
dropTable
in class SqlBuilder
java.io.IOException
protected void printAutoIncrementColumn(Table table, Column column) throws java.io.IOException
SqlBuilder
printAutoIncrementColumn
in class SqlBuilder
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |