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

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

Introduction

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

The text is from its open source code.

Constructor

SingleColumnRowMapper()
Create a new SingleColumnRowMapper for bean-style configuration.
SingleColumnRowMapper(Class requiredType)
Create a new SingleColumnRowMapper .

Method

SingleColumnRowMappernewInstance(Class requiredType)
Static factory method to create a new SingleColumnRowMapper (with the required type specified only once).