|
||||||||||
| 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.PostgreSqlBuilder
public class PostgreSqlBuilder
An SQL Builder for PostgresSqlL
| Constructor Summary | |
|---|---|
PostgreSqlBuilder()
|
|
| Method Summary | |
|---|---|
void |
createColumn(Table table,
Column column)
Outputs the DDL to add a column to a table. |
protected java.lang.String |
getSqlType(Column column)
|
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 PostgreSqlBuilder()
| Method Detail |
|---|
protected void printAutoIncrementColumn(Table table,
Column column)
throws java.io.IOException
SqlBuilder
printAutoIncrementColumn in class SqlBuilderjava.io.IOException
public void createColumn(Table table,
Column column)
throws java.io.IOException
createColumn in class SqlBuilderjava.io.IOExceptionprotected java.lang.String getSqlType(Column column)
getSqlType in class SqlBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||