Class ValueConverterFactory.IntegerConverter
- java.lang.Object
-
- com.vividsolutions.jump.datastore.jdbc.ValueConverterFactory.IntegerConverter
-
- All Implemented Interfaces:
ValueConverter
- Enclosing class:
- ValueConverterFactory
public static class ValueConverterFactory.IntegerConverter extends Object implements ValueConverter
-
-
Constructor Summary
Constructors Constructor Description IntegerConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeType
getType()
Object
getValue(ResultSet rs, int columnIndex)
-
-
-
Method Detail
-
getType
public AttributeType getType()
- Specified by:
getType
in interfaceValueConverter
-
getValue
public Object getValue(ResultSet rs, int columnIndex) throws SQLException
- Specified by:
getValue
in interfaceValueConverter
- Throws:
SQLException
-
-