类的使用
gu.sql2java.exception.ResultSetCodecException
使用ResultSetCodecException的程序包
-
gu.sql2java中ResultSetCodecException的使用
修饰符和类型方法说明protected ObjectBaseTypeColumnCodec.COLUMN_TRANSFORMER(Object input, Class<?> targetType) <T> TBaseColumnCodec.deserialize(Object columnValue, Class<T> targetType) <T> TBaseColumnCodec.deserialize(Object columnValue, Type targetType) <T> TColumnCodec.deserialize(Object columnValue, Class<T> targetType) 将数据库中获取的结果集(ResultSet)的字段值反序列化为指定的类型<T> TColumnCodec.deserialize(Object columnValue, Type targetType) 将数据库中获取的结果集(ResultSet)的字段值反序列化为指定的类型protected abstract <T> TBaseColumnCodec.doDeserialize(Object columnValue, Class<T> targetType) protected abstract <T> TBaseColumnCodec.doDeserialize(Object columnValue, Type targetType) protected <T> TBaseTypeColumnCodec.doDeserialize(Object columnValue, Class<T> targetType) protected <T> TBaseTypeColumnCodec.doDeserialize(Object columnValue, Type targetType) protected abstract <T> TBaseColumnCodec.doSerialize(Object obj, Class<T> targetType) protected <T> TBaseTypeColumnCodec.doSerialize(Object obj, Class<T> targetType) <T> T<T> T将指定的对象序列化为数据库存储类型 -
gu.sql2java.exception中ResultSetCodecException的使用
-
gu.sql2java.json中ResultSetCodecException的使用
修饰符和类型方法说明protected <T> TJsonColumnCodec.doDeserialize(Object columnValue, Class<T> targetType) protected <T> TJsonColumnCodec.doDeserialize(Object columnValue, Type targetType) protected <T> TJsonColumnCodec.doSerialize(Object obj, Class<T> targetType)