Java org.springframework.jdbc.core RowMapperResultSetExtractor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.core RowMapperResultSetExtractor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.core RowMapperResultSetExtractor.

The text is from its open source code.

Constructor

RowMapperResultSetExtractor(RowMapper rowMapper)
Create a new RowMapperResultSetExtractor.
RowMapperResultSetExtractor(RowMapper rowMapper, int rowsExpected)
Create a new RowMapperResultSetExtractor.

Method