类 InstantTypeHandler
- 所有已实现的接口:
TypeHandler<Instant>
- 从以下版本开始:
- 3.4.5
- 作者:
- Tomas Rohovsky
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getNullableResult(CallableStatement cs, int columnIndex) getNullableResult(ResultSet rs, int columnIndex) getNullableResult(ResultSet rs, String columnName) Gets the nullable result.voidsetParameter(PreparedStatement ps, int i, Object parameter) 从类继承的方法 cn.myafx.data.type.BaseTypeHandler
getResult, getResult, getResult从类继承的方法 cn.myafx.data.type.TypeReference
getRawType, toString
-
构造器详细资料
-
InstantTypeHandler
public InstantTypeHandler()
-
-
方法详细资料
-
setParameter
- 指定者:
setParameter在接口中TypeHandler<Instant>- 指定者:
setParameter在类中BaseTypeHandler<Instant>- 抛出:
SQLException
-
getNullableResult
从类复制的说明:BaseTypeHandlerGets the nullable result.- 指定者:
getNullableResult在类中BaseTypeHandler<Instant>- 参数:
rs- the rscolumnName- Column name, when configurationuseColumnLabelisfalse- 返回:
- the nullable result
- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<Instant>- 参数:
rs- the rscolumnIndex- Column ndex- 返回:
- the nullable result
- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<Instant>- 参数:
cs- the rscolumnIndex- Column ndex- 返回:
- the nullable result
- 抛出:
SQLException
-