java.lang.Object | |
↳ | org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource |
![]() |
Abstract base class for SqlParameterSource
implementations.
Provides registration of SQL types per parameter.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the SQL type for the given parameter, if registered.
| |||||||||||
Return the type name for the given parameter, if registered.
| |||||||||||
Register a SQL type for the given parameter.
| |||||||||||
Register a SQL type for the given parameter.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Return the SQL type for the given parameter, if registered.
paramName | the name of the parameter |
---|
TYPE_UNKNOWN
if not registered
Return the type name for the given parameter, if registered.
paramName | the name of the parameter |
---|
null
if not registered
Register a SQL type for the given parameter.
paramName | the name of the parameter |
---|---|
sqlType | the SQL type of the parameter |
Register a SQL type for the given parameter.
paramName | the name of the parameter |
---|---|
typeName | the type name of the parameter |