| 接口 | 说明 |
|---|---|
| Converter<T> |
Represents a converter.
|
| ConvertersProvider |
User: dimzon
Date: 4/24/14
Time: 12:53 AM
|
| EnumConverterFactory |
Used by sql2o to convert a value from the database into an
Enum. |
| 类 | 说明 |
|---|---|
| AbstractDateConverter<E extends Date> |
Used by sql2o to convert a value from the database into a
Date. |
| BigDecimalConverter |
Used by sql2o to convert a value from the database into a
BigDecimal. |
| BooleanConverter |
Created with IntelliJ IDEA.
|
| ByteArrayConverter |
User: lars
Date: 6/13/13
Time: 11:36 PM
|
| ByteConverter |
Used by sql2o to convert a value from the database into a
Byte. |
| Convert |
Static class used to register new converters.
|
| DateConverter |
Used by sql2o to convert a value from the database into a
Date. |
| DefaultEnumConverterFactory |
Default implementation of
EnumConverterFactory,
used by sql2o to convert a value from the database into an Enum. |
| DoubleConverter |
Used by sql2o to convert a value from the database into a
Double. |
| FloatConverter |
Used by sql2o to convert a value from the database into a
Float. |
| InputStreamConverter |
Created with IntelliJ IDEA.
|
| IntegerConverter |
Used by sql2o to convert a value from the database into an
Integer. |
| LongConverter |
Used by sql2o to convert a value from the database into a
Long. |
| NumberConverter<V extends Number> |
Base class for numeric converters.
|
| ShortConverter |
Used by sql2o to convert a value from the database into a
Short. |
| StringConverter |
Used by sql2o to convert a value from the database into a
String. |
| UUIDConverter |
Used by sql2o to convert a value from the database into a
UUID. |
| 异常错误 | 说明 |
|---|---|
| ConverterException |
Represents an exception thrown from a converter.
|
Copyright © 2021. All rights reserved.