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

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

Introduction

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

The text is from its open source code.

Constructor

Method

String[]getColumnNames()
Return the names of the columns.
intgetRowCount()
Return the row count of this ResultSet.
voidprocessRow(ResultSet rs)
Implementation of ResultSetCallbackHandler.