Uses of Package
jet.sql

Packages that use jet.sql
jet.sql   
 

Classes in jet.sql used by jet.sql
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.