public static class ValueConverterFactory.IntegerConverter extends java.lang.Object implements ValueConverter
Constructor and Description |
---|
ValueConverterFactory.IntegerConverter() |
Modifier and Type | Method and Description |
---|---|
AttributeType |
getType() |
java.lang.Object |
getValue(java.sql.ResultSet rs,
int columnIndex) |
public ValueConverterFactory.IntegerConverter()
public AttributeType getType()
getType
in interface ValueConverter
public java.lang.Object getValue(java.sql.ResultSet rs, int columnIndex) throws java.sql.SQLException
getValue
in interface ValueConverter
java.sql.SQLException