Example usage for org.springframework.jdbc.core.support AbstractSqlTypeValue subclass-usage

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

Introduction

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

Usage

From source file org.springframework.data.jdbc.support.oracle.SqlStructValue.java

/**
 * Implementation of the SqlTypeValue interface, for convenient
 * creation of type values that to be provided as a STRUCT.
 *
 * <p>A usage example from a StoredProcedure:
 *