org.codehaus.modello.generator.database.sql
public class OracleBuilder extends SqlBuilder
Version: $Revision: 149 $
Constructor Summary | |
---|---|
OracleBuilder() |
Method Summary | |
---|---|
protected void | createSequence(Table table, Column column)
Creates a sequence so that values can be auto incremented |
protected void | createSequenceTrigger(Table table, Column column)
Creates a trigger to auto-increment values |
void | createTable(Table table) |
void | dropTable(Table table) |
protected String | getSqlType(Column column) |
protected void | printAutoIncrementColumn(Table table, Column column) |
protected void | printComment(String text) |
Returns: the full SQL type string, including size where appropriate. Where necessary, translate for Oracle specific DDL requirements.