类 BaseTypeHandler<T>
java.lang.Object
cn.sylinx.horm.type.handler.BaseTypeHandler<T>
- 所有已实现的接口:
TypeHandler<T>
- 直接已知子类:
BigDecimalTypeHandler,BigIntegerTypeHandler,BlobByteObjectArrayTypeHandler,BlobInputStreamTypeHandler,BlobTypeHandler,BooleanTypeHandler,ByteArrayTypeHandler,ByteObjectArrayTypeHandler,ByteTypeHandler,CharacterTypeHandler,ClobReaderTypeHandler,ClobTypeHandler,DateOnlyTypeHandler,DateTypeHandler,DerbyObjectTypeHandler,DoubleTypeHandler,EnumOrdinalTypeHandler,EnumTypeHandler,FloatTypeHandler,InstantTypeHandler,IntegerTypeHandler,LocalDateTimeTypeHandler,LocalDateTypeHandler,LocalTimeTypeHandler,LongTypeHandler,MonthTypeHandler,NClobTypeHandler,NStringTypeHandler,ObjectTypeHandler,ShortTypeHandler,SqlDateTypeHandler,SqlTimestampTypeHandler,SqlTimeTypeHandler,StringTypeHandler,TimeOnlyTypeHandler,UnknownTypeHandler,YearMonthTypeHandler,YearTypeHandler,ZonedDateTimeTypeHandler
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract JdbcTypeMapperabstract TgetNullableResult(CallableStatement cs, int columnIndex) abstract TgetNullableResult(ResultSet rs, int columnIndex) abstract TgetNullableResult(ResultSet rs, String columnName) getResult(CallableStatement cs, int columnIndex) abstract voidsetNonNullParameter(PreparedStatement ps, int i, T parameter) voidsetParameter(PreparedStatement ps, int i, T parameter)
-
构造器详细资料
-
BaseTypeHandler
public BaseTypeHandler()
-
-
方法详细资料
-
getJdbcTypeMapper
-
setParameter
- 指定者:
setParameter在接口中TypeHandler<T>- 抛出:
SQLException
-
getResult
- 指定者:
getResult在接口中TypeHandler<T>- 抛出:
SQLException
-
getResult
- 指定者:
getResult在接口中TypeHandler<T>- 抛出:
SQLException
-
getResult
- 指定者:
getResult在接口中TypeHandler<T>- 抛出:
SQLException
-
setNonNullParameter
public abstract void setNonNullParameter(PreparedStatement ps, int i, T parameter) throws SQLException - 抛出:
SQLException
-
getNullableResult
- 抛出:
SQLException
-
getNullableResult
- 抛出:
SQLException
-
getNullableResult
- 抛出:
SQLException
-