Class DB2GetObjectExtractor<T>

All Implemented Interfaces:
Serializable, ValueExtractor<T>

public class DB2GetObjectExtractor<T> extends GetObjectExtractor<T>
Variant of the GetObjectExtractor that catches a NullPointerException, because the DB2 JDBC driver runs into that exception when trying to access a null value with the getObject(int, Class) and getObject(String, Class) methods.
See Also: