Interface TypeConvert

All Known Implementing Classes:
MySQLTypeConvert

public interface TypeConvert
该类的功能描述
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • processTypeConvert

      ColumnType processTypeConvert(DateType dateType, String fieldType)
      执行类型转换
      Parameters:
      dateType - 时间类型
      fieldType - 字段类型
      Returns:
      ignore