|
|||||||||
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 | |
---|---|
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 |
---|
java.lang.String getJdbcType()
java.lang.String getSqlType()
void merge(TypeInfo type) throws GeneratorException
type
- type infor
GeneratorException
- exceptionjava.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 |