Class DoubleTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.primitive.DoubleTypeHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Double类型的默认值final DoublegetObject0(ResultSet rs, int index) voidsetObject(PreparedStatement ps, int i, Double parameter)
-
Constructor Details
-
DoubleTypeHandler
public DoubleTypeHandler(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
-