类 ShortTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.primitive.ShortTypeHandler
- 所有已实现的接口:
TypeHandler<Short>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final Short类型的默认值final ShortgetObject0(ResultSet rs, int index) voidsetObject(PreparedStatement ps, int i, Short parameter)
-
构造器详细资料
-
ShortTypeHandler
public ShortTypeHandler(boolean isPrimitive)
-
-
方法详细资料
-
setObject
- 抛出:
SQLException
-
getObject0
- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中TypeHandler<T>- 抛出:
SQLException
-
getDefaultValue
从接口复制的说明:TypeHandler类型的默认值- 指定者:
getDefaultValue在接口中TypeHandler<T>- 返回:
- nullValue
-