Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.commons.beanutils.ResultSetDynaClass

Uses of ResultSetDynaClass in org.apache.commons.beanutils
 

Fields in org.apache.commons.beanutils declared as ResultSetDynaClass
protected  ResultSetDynaClass DynaResultSetTestCase.dynaClass
          The mock result set DynaClass to be tested.
protected  ResultSetDynaClass ResultSetIterator.dynaClass
          The ResultSetDynaClass we are associated with.
 

Constructors in org.apache.commons.beanutils with parameters of type ResultSetDynaClass
ResultSetIterator(ResultSetDynaClass dynaClass)
          Construct an Iterator for the result set being wrapped by the specified ResultSetDynaClass.