Class MirthCachedRowSet

java.lang.Object
com.mirth.connect.server.userutil.MirthCachedRowSet
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper, RowSet, CachedRowSet, Joinable

public class MirthCachedRowSet extends Object implements CachedRowSet
An implementation of CachedRowSet that retrieves values based on the column label value. CachedRowSetImpl uses the column name which ignores alias for drivers that correctly follow the JDBC 4.0 recommendations. Using the column label ensures that aliases will work for these drivers.