|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
org.codehaus.modello.generator.database.model | |
org.codehaus.modello.generator.database.sql | |
org.codehaus.modello.generator.database.type |
Uses of Column in org.codehaus.modello.generator.database.model |
---|
Methods in org.codehaus.modello.generator.database.model that return Column | |
---|---|
Column |
Table.findColumn(java.lang.String name)
Finds the table with the specified name, using case insensitive matching. |
Column |
Table.getAutoIncrementColumn()
|
Column |
Table.getColumn(int index)
|
Methods in org.codehaus.modello.generator.database.model with parameters of type Column | |
---|---|
void |
Table.addColumn(Column column)
|
Uses of Column in org.codehaus.modello.generator.database.sql |
---|
Methods in org.codehaus.modello.generator.database.sql with parameters of type Column | |
---|---|
void |
SqlBuilder.alterColumn(Table table,
Column column,
boolean add)
Generates the alter statement to add or modify a single column on a table. |
protected boolean |
SqlBuilder.columnsDiffer(Column desired,
Column current)
Helper method to determine if two column specifications represent different types. |
void |
PostgreSqlBuilder.createColumn(Table table,
Column column)
Outputs the DDL to add a column to a table. |
void |
AxionBuilder.createColumn(Table table,
Column column)
Outputs the DDL to add a column to a table. |
void |
SqlBuilder.createColumn(Table table,
Column column)
Outputs the DDL to add a column to a table. |
protected void |
OracleBuilder.createSequence(Table table,
Column column)
Creates a sequence so that values can be auto incremented |
protected void |
OracleBuilder.createSequenceTrigger(Table table,
Column column)
Creates a trigger to auto-increment values |
void |
SqlBuilder.dropColumn(Table table,
Column column)
Generates the statement to drop an column from a table. |
protected java.lang.String |
AxionBuilder.getNativeType(Column column)
|
protected java.lang.String |
SqlBuilder.getNativeType(Column column)
|
protected java.lang.String |
MySqlBuilder.getNativeType(Column column)
|
protected java.lang.String |
PostgreSqlBuilder.getSqlType(Column column)
|
protected java.lang.String |
AxionBuilder.getSqlType(Column column)
|
protected java.lang.String |
SqlBuilder.getSqlType(Column column)
|
protected java.lang.String |
OracleBuilder.getSqlType(Column column)
|
protected void |
PostgreSqlBuilder.printAutoIncrementColumn(Table table,
Column column)
|
protected void |
MckoiSqlBuilder.printAutoIncrementColumn(Table table,
Column column)
|
protected void |
AxionBuilder.printAutoIncrementColumn(Table table,
Column column)
|
protected void |
MSSqlBuilder.printAutoIncrementColumn(Table table,
Column column)
|
protected void |
SqlBuilder.printAutoIncrementColumn(Table table,
Column column)
Outputs the fact that this column is an auto increment column. |
protected void |
MySqlBuilder.printAutoIncrementColumn(Table table,
Column column)
|
protected void |
OracleBuilder.printAutoIncrementColumn(Table table,
Column column)
|
protected void |
SybaseBuilder.printAutoIncrementColumn(Table table,
Column column)
|
protected void |
Db2Builder.printAutoIncrementColumn(Table table,
Column column)
|
Uses of Column in org.codehaus.modello.generator.database.type |
---|
Methods in org.codehaus.modello.generator.database.type with parameters of type Column | |
---|---|
java.lang.String |
TypeMapping.getSQLType(Column column)
Returns the SQL type for a column |
java.lang.String |
Types.getSQLType(Column column)
Helper to return the SQL type for a column |
java.lang.String |
Mapping.getSQLType(Column column)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |