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

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

Introduction

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

The text is from its open source code.

Constructor

SimpleJdbcCall(DataSource dataSource)
Constructor that takes one parameter with the JDBC DataSource to use when creating the underlying JdbcTemplate.
SimpleJdbcCall(JdbcTemplate jdbcTemplate)
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.

Method