org.codehaus.modello.generator.database.sql
public class AxionBuilder extends SqlBuilder
Version: $Revision: 149 $
Constructor Summary | |
---|---|
AxionBuilder() |
Method Summary | |
---|---|
void | createColumn(Table table, Column column)
Outputs the DDL to add a column to a table. |
protected String | getNativeType(Column column) |
protected String | getSqlType(Column column) |
protected void | printAutoIncrementColumn(Table table, Column column) |
protected void | printNotNullable() |
protected void | printNullable() |
protected void | writeForeignKeys(Table table) |
protected void | writePrimaryKeys(Table table) |