Package jet.sql

Class Summary
RowSetDynaClass ATTENTION this is a modified version of the org.apache.commons.beanutils.RowSetDynaClass the original does not provide the ability to get only a subset of the result This is the new version which uses the absoulte and limit vars ro return only a subset of the result Most of this class is cut and paste from the apache commons beanutilpackage, but they use ResultSet.getString( String columnname ) where it is not necessary and is only a performance issue Implementation of DynaClass that creates an in-memory collection of DynaBeans representing the results of an SQL query.
WebSql