Java org.apache.commons.beanutils ResultSetDynaClass fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils ResultSetDynaClass fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils ResultSetDynaClass.

The text is from its open source code.

Constructor

ResultSetDynaClass(ResultSet resultSet)

Construct a new ResultSetDynaClass for the specified ResultSet.

Method

Iteratoriterator()

Return an Iterator of DynaBean instances for each row of the wrapped ResultSet, in "forward" order.