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

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

Introduction

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

The text is from its open source code.

Method

StringgetName()
Return the name of the parameter, or null if anonymous.
ResultSetExtractorgetResultSetExtractor()
Return the ResultSetExtractor held by this parameter, if any.
RowCallbackHandlergetRowCallbackHandler()
Return the RowCallbackHandler held by this parameter, if any.
RowMappergetRowMapper()
Return the RowMapper held by this parameter, if any.