|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberStrategy | |
uk.org.ogsadai.converters.webrowset.resultset.types | Strategies for converting strings into various java types. |
Uses of NumberStrategy in uk.org.ogsadai.converters.webrowset.resultset.types |
Subclasses of NumberStrategy in uk.org.ogsadai.converters.webrowset.resultset.types | |
class |
BigIntStrategy
Converts a string value into a BigInteger . |
class |
DecimalStrategy
Converts an element of column type decimal. |
class |
DoubleStrategy
Converts an element of column type double. |
class |
FloatStrategy
Converts an element of column type float. |
class |
IntegerStrategy
Converts an element of column type integer. |
class |
NumericStrategy
Converts an element of column type numeric. |
class |
SmallIntStrategy
Converts an element of column type smallint. |
class |
TinyIntStrategy
Converts an element of column type tinyint. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |