| Package | Description |
|---|---|
| org.springframework.jdbc.core |
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
|
| Modifier and Type | Method and Description |
|---|---|
SqlReturnType |
SqlOutParameter.getSqlReturnType()
Return the custom return type, if any.
|
| Constructor and Description |
|---|
SqlInOutParameter(String name,
int sqlType,
String typeName,
SqlReturnType sqlReturnType)
Create a new SqlInOutParameter.
|
SqlOutParameter(String name,
int sqlType,
String typeName,
SqlReturnType sqlReturnType)
Create a new SqlOutParameter.
|