public interface TypeInfo
Modifier and Type | Method and Description |
---|---|
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.
|
String getJdbcType()
String getSqlType()
void merge(TypeInfo type) throws GeneratorException
type
- type inforGeneratorException
- exceptionString toDDL(Field field) throws GeneratorException
field
- The field to get specific parameters from.GeneratorException
- If required parameters is not defined.Copyright © 2014. All rights reserved.