|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeStrategy | |
uk.org.ogsadai.converters.webrowset |
WebRowSet converter interfaces for converting WebRowSet XML into
java.sql.ResultSet objects. |
uk.org.ogsadai.converters.webrowset.resultset |
Implementations of converter interfaces for converting WebRowSet XML into
java.sql.ResultSet objects. |
uk.org.ogsadai.converters.webrowset.resultset.types | Strategies for converting strings into various java types. |
Uses of TypeStrategy in uk.org.ogsadai.converters.webrowset |
Fields in uk.org.ogsadai.converters.webrowset declared as TypeStrategy | |
private TypeStrategy |
WebRowSetParser.DataHandler.mTypeStrategy
|
Uses of TypeStrategy in uk.org.ogsadai.converters.webrowset.resultset |
Fields in uk.org.ogsadai.converters.webrowset.resultset declared as TypeStrategy | |
private TypeStrategy[] |
AbstractResultSet.mColStrategy
|
Uses of TypeStrategy in uk.org.ogsadai.converters.webrowset.resultset.types |
Subclasses of TypeStrategy in uk.org.ogsadai.converters.webrowset.resultset.types | |
class |
ArrayStrategy
Converts an element of column type array. |
class |
BigIntStrategy
Converts a string value into a BigInteger . |
class |
BlobStrategy
Converts a string value into a java.sql.Blob . |
class |
BooleanStrategy
Converts a string value into a boolean. |
class |
ClobStrategy
Converts an element of column type Clob. |
class |
DateStrategy
Converts an element of column type date. |
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 |
NumberStrategy
Converts an element of column type number. |
class |
NumericStrategy
Converts an element of column type numeric. |
class |
SmallIntStrategy
Converts an element of column type smallint. |
class |
TimestampStrategy
Converts an element of column type timestamp. |
class |
TimeStrategy
Converts an element of column type time. |
class |
TinyIntStrategy
Converts an element of column type tinyint. |
class |
VarCharStrategy
Converts a character array into other types. |
Methods in uk.org.ogsadai.converters.webrowset.resultset.types that return TypeStrategy | |
static TypeStrategy |
TypeStrategyFactory.createTypeStrategy(java.sql.ResultSetMetaData metadata,
int column)
Creates a type strategy for a given column. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |