Example usage for org.springframework.jdbc.core SqlParameter subclass-usage

List of usage examples for org.springframework.jdbc.core SqlParameter subclass-usage

Introduction

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

Usage

From source file org.hxzon.util.db.springjdbc.SqlParameterValue.java

/**
 * Object to represent a SQL parameter value, including parameter metadata
 * such as the SQL type and the scale for numeric values.
 *
 * <p>Designed for use with {@link JdbcTemplate}'s operations that take an array of
 * argument values: Each such argument value may be a {@code SqlParameterValue},