Package org.sql2o.converters
package org.sql2o.converters
Provides all converters used by sql2o. These converters are used to convert values from the database to the expected
data types.
-
ClassDescriptionAbstractDateConverter<E extends Date>Used by sql2o to convert a value from the database into a
Date
.Used by sql2o to convert a value from the database into aBigDecimal
.Created with IntelliJ IDEA.User: lars Date: 6/13/13 Time: 11:36 PMUsed by sql2o to convert a value from the database into aByte
.Static class used to register new converters.Converter<T>Represents a converter.Represents an exception thrown from a converter.User: dimzon Date: 4/24/14 Time: 12:53 AMUsed by sql2o to convert a value from the database into aDate
.Default implementation ofEnumConverterFactory
, used by sql2o to convert a value from the database into anEnum
.Used by sql2o to convert a value from the database into aDouble
.Used by sql2o to convert a value from the database into anEnum
.Used by sql2o to convert a value from the database into aFloat
.Created with IntelliJ IDEA.Used by sql2o to convert a value from the database into anInteger
.Used by sql2o to convert a value from the database into aLong
.NumberConverter<V extends Number>Base class for numeric converters.Used by sql2o to convert a value from the database into aShort
.Used by sql2o to convert a value from the database into aString
.Used by sql2o to convert a value from the database into aUUID
.