Class FloatTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.primitive.FloatTypeHandler
- All Implemented Interfaces:
TypeHandler<Float>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Float类型的默认值final FloatgetObject0(ResultSet rs, int index) voidsetObject(PreparedStatement ps, int i, Float parameter)
-
Constructor Details
-
FloatTypeHandler
public FloatTypeHandler(boolean isPrimitive)
-
-
Method Details
-
setObject
- Throws:
SQLException
-
getObject0
- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceTypeHandler<T>- Throws:
SQLException
-
getDefaultValue
Description copied from interface:TypeHandler类型的默认值- Specified by:
getDefaultValuein interfaceTypeHandler<T>- Returns:
- nullValue
-