|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface associates JDBC to SQL type and its parameters.
| Method Summary | |
java.lang.String |
getJdbcType()
Get JDBC type. |
java.lang.String |
getSqlType()
Get SQL type. |
void |
merge(TypeInfo type)
Merge 2 TypeInfo's. |
java.lang.String |
toDDL(Field field)
Build DDL string with SQL type and parameters. |
| Method Detail |
public java.lang.String getJdbcType()
public java.lang.String getSqlType()
public void merge(TypeInfo type)
throws GeneratorException
type - type infor
GeneratorException - exception
public java.lang.String toDDL(Field field)
throws GeneratorException
field - The field to get specific parameters from.
GeneratorException - If required parameters is not defined.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||