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

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

Introduction

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

The text is from its open source code.

Constructor

RowSetDynaClass(ResultSet resultSet)

Construct a new RowSetDynaClass for the specified ResultSet.

RowSetDynaClass(ResultSet resultSet, boolean lowerCase, int limit)

Construct a new RowSetDynaClass for the specified ResultSet.

RowSetDynaClass(ResultSet resultSet, int limit)

Construct a new RowSetDynaClass for the specified ResultSet.

RowSetDynaClass(ResultSet resultSet, boolean lowerCase)

Construct a new RowSetDynaClass for the specified ResultSet.

Method

DynaProperty[]getDynaProperties()

Return an array of ProperyDescriptors for the properties currently defined in this DynaClass.

ListgetRows()

Return a List containing the DynaBean s that represent the contents of each Row from the ResultSet that was the basis of this RowSetDynaClass instance.