com.vividsolutions.jump.datastore.jdbc
Interface ValueConverter
- All Known Implementing Classes:
- ValueConverterFactory.DateConverter, ValueConverterFactory.DoubleConverter, ValueConverterFactory.IntegerConverter, ValueConverterFactory.StringConverter
- public interface ValueConverter
An interface for objects which can transform columns
from ResultSets into JUMP data types
getType
public AttributeType getType()
getValue
public java.lang.Object getValue(java.sql.ResultSet rs,
int column)
throws java.lang.Exception
- Throws:
java.lang.Exception