public class ShortType extends NumberType<Short>
| 限定符和类型 | 方法和说明 |
|---|---|
Short |
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
|
static void |
main(String[] args) |
roundOffValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitobjectConversionException, stringConversionException, valueOutOfRangeExceptionpublic static final ShortType INSTANCE
public Short fromValue(Object value, Map<String,Object> conversionParams) throws SQLException
TypeHelpervalue - Object instance to convertconversionParams - Optional parameters to use for conversionSQLException - if there is a problem in carrying out the conversionpublic String getTypeName()
TypeHelperpublic static void main(String[] args)
Copyright © 2022. All rights reserved.