Example usage for org.springframework.jdbc.core JdbcOperations interface-usage

List of usage examples for org.springframework.jdbc.core JdbcOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.core JdbcOperations interface-usage.

Usage

From source file org.springframework.jdbc.core.JdbcTemplate.java

/**
 * <b>This is the central class in the JDBC core package.</b>
 * It simplifies the use of JDBC and helps to avoid common errors.
 * It executes core JDBC workflow, leaving application code to provide SQL
 * and extract results. This class executes SQL queries or updates, initiating
 * iteration over ResultSets and catching JDBC exceptions and translating