public class MySQLTypeConvert extends Object implements TypeConvert
MYSQL 数据库字段类型转换
| Constructor and Description |
|---|
MySQLTypeConvert() |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
processTypeConvert(DateType dateType,
String fieldType)
执行类型转换
|
public ColumnType processTypeConvert(DateType dateType, String fieldType)
TypeConvertprocessTypeConvert in interface TypeConvertdateType - 时间类型fieldType - 字段类型Copyright © 2019. All rights reserved.