Class ResultSetTransform

java.lang.Object
fc.jdbc.ResultSetTransform
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public final class ResultSetTransform extends Object implements ResultSet
Wrapper class for a ResultSet that allows the value of specified columns to be transformed. Transforms only work the getObject(..) and getString(..) methods, all other get methods return an unmodified result obtained from the underlying result set.