Uses of Interface
org.springframework.jdbc.support.SqlValue
Packages that use SqlValue
Package
Description
Support classes for the JDBC framework, used by the classes in the
 jdbc.core and jdbc.object packages.
Abstraction for handling fields of SQLXML data type.
- 
Uses of SqlValue in org.springframework.jdbc.supportClasses in org.springframework.jdbc.support that implement SqlValueModifier and TypeClassDescriptionclassCommonSqlValueimplementation for JDBCArraycreation based on the JDBC 4Connection.createArrayOf(java.lang.String, java.lang.Object[])method.
- 
Uses of SqlValue in org.springframework.jdbc.support.xmlSubinterfaces of SqlValue in org.springframework.jdbc.support.xmlModifier and TypeInterfaceDescriptioninterfaceSubinterface ofSqlValuethat specifically indicates passing in XML data to a specified column.