Uses of Class
org.sql2o.converters.NumberConverter
Packages that use NumberConverter
-
Uses of NumberConverter in org.sql2o.converters
Subclasses of NumberConverter in org.sql2o.convertersModifier and TypeClassDescriptionclass
Used by sql2o to convert a value from the database into aBigDecimal
.class
Used by sql2o to convert a value from the database into aByte
.class
Used by sql2o to convert a value from the database into aDouble
.class
Used by sql2o to convert a value from the database into aFloat
.class
Used by sql2o to convert a value from the database into anInteger
.class
Used by sql2o to convert a value from the database into aLong
.class
Used by sql2o to convert a value from the database into aShort
.