public class DoubleType extends Object implements TypeHelper<Double>
| 限定符和类型 | 字段和说明 |
|---|---|
static DoubleType |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
fromValue(Object value,
Map<String,Object> conversionParams)
Returns an Object as an equivalent instance of type T
|
String |
getTypeName()
Indicative name of the type T
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitobjectConversionException, stringConversionException, valueOutOfRangeExceptionpublic static final DoubleType INSTANCE
public Double fromValue(Object value, Map<String,Object> conversionParams) throws SQLException
TypeHelperfromValue 在接口中 TypeHelper<Double>value - Object instance to convertconversionParams - Optional parameters to use for conversionSQLException - if there is a problem in carrying out the conversionpublic String getTypeName()
TypeHelpergetTypeName 在接口中 TypeHelper<Double>Copyright © 2022. All rights reserved.