|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeInfo
Interface associates JDBC to SQL type and its parameters.
| Method Summary | |
|---|---|
String |
getJdbcType()
Get JDBC type. |
String |
getSqlType()
Get SQL type. |
void |
merge(TypeInfo type)
Merge 2 TypeInfo's. |
String |
toDDL(Field field)
Build DDL string with SQL type and parameters. |
| Method Detail |
|---|
String getJdbcType()
String getSqlType()
void merge(TypeInfo type)
throws GeneratorException
type - type infor
GeneratorException - exception
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 | |||||||||