| 程序包 | 说明 |
|---|---|
| org.sql2o.converters |
Provides all converters used by sql2o.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BigDecimalConverter
Used by sql2o to convert a value from the database into a
BigDecimal. |
class |
ByteConverter
Used by sql2o to convert a value from the database into a
Byte. |
class |
DoubleConverter
Used by sql2o to convert a value from the database into a
Double. |
class |
FloatConverter
Used by sql2o to convert a value from the database into a
Float. |
class |
IntegerConverter
Used by sql2o to convert a value from the database into an
Integer. |
class |
LongConverter
Used by sql2o to convert a value from the database into a
Long. |
class |
ShortConverter
Used by sql2o to convert a value from the database into a
Short. |
Copyright © 2021. All rights reserved.