类 PostgreSqlTypeConvert

  • 所有已实现的接口:
    ITypeConvert

    public class PostgreSqlTypeConvert
    extends java.lang.Object
    implements ITypeConvert
    PostgreSQL 字段类型转换
    从以下版本开始:
    2017-01-20
    作者:
    hubin, hanchunlin
    • 构造器详细资料

      • PostgreSqlTypeConvert

        public PostgreSqlTypeConvert()
    • 方法详细资料

      • toDateType

        public static IColumnType toDateType​(GlobalConfig config,
                                             java.lang.String type)
        转换为日期类型
        参数:
        config - 配置信息
        type - 类型
        返回:
        返回对应的列类型