Package uk.org.ogsadai.converters.webrowset.resultset.types

Strategies for converting strings into various java types.

See:
          Description

Class Summary
ArrayStrategy Converts an element of column type array.
BigIntStrategy Converts a string value into a BigInteger.
BlobStrategy Converts a string value into a java.sql.Blob.
BooleanStrategy Converts a string value into a boolean.
ClobStrategy Converts an element of column type Clob.
DateStrategy Converts an element of column type date.
DecimalStrategy Converts an element of column type decimal.
DoubleStrategy Converts an element of column type double.
FloatStrategy Converts an element of column type float.
IntegerStrategy Converts an element of column type integer.
NumberStrategy Converts an element of column type number.
NumericStrategy Converts an element of column type numeric.
SmallIntStrategy Converts an element of column type smallint.
TimestampStrategy Converts an element of column type timestamp.
TimeStrategy Converts an element of column type time.
TinyIntStrategy Converts an element of column type tinyint.
TypeStrategy Abstract strategy super-class for classes that can convert string data into standard Java and java.sql types.
TypeStrategyFactory Constructs the column type strategies for converting column data from a relational database table based upon the meta data for the table.
VarCharStrategy Converts a character array into other types.
 

Package uk.org.ogsadai.converters.webrowset.resultset.types Description

Strategies for converting strings into various java types.