org.codehaus.modello.generator.database.sql
public class PostgreSqlBuilder extends SqlBuilder
Version: $Revision: 149 $
| Constructor Summary | |
|---|---|
| PostgreSqlBuilder() | |
| Method Summary | |
|---|---|
| void | createColumn(Table table, Column column)
Outputs the DDL to add a column to a table. |
| protected String | getSqlType(Column column) |
| protected void | printAutoIncrementColumn(Table table, Column column) |
Returns: the full SQL type string including the size