public final class NotSupportedType extends AbstractType
PARAM_POSTFIX_DECIMALS, PARAM_POSTFIX_LENGTH, PARAM_POSTFIX_PRECISION, PARAM_PREFIX| Constructor and Description |
|---|
NotSupportedType(String jdbcType)
Constructor for NotSupportedType.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toDDL(Field field)
Build DDL string with SQL type and parameters.
|
getJdbcType, getSqlType, mergepublic NotSupportedType(String jdbcType)
jdbcType - The JDBC type.public String 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.