| java.lang.Object | ||||
| ↳ | org.springframework.jdbc.core.SqlParameter | |||
| ↳ | org.springframework.jdbc.core.ResultSetSupportingSqlParameter | |||
| ↳ | org.springframework.jdbc.core.SqlOutParameter | |||
| ↳ | org.springframework.jdbc.core.SqlInOutParameter | |||
Subclass of SqlOutParameter to represent an INOUT parameter.
Will return true for SqlParameter's isInputValueProvided()
test, in contrast to a standard SqlOutParameter.
Output parameters - like all stored procedure parameters - must have names.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new SqlInOutParameter.
| |||||||||||
Create a new SqlInOutParameter.
| |||||||||||
Create a new SqlInOutParameter.
| |||||||||||
Create a new SqlInOutParameter.
| |||||||||||
Create a new SqlInOutParameter.
| |||||||||||
Create a new SqlInOutParameter.
| |||||||||||
Create a new SqlInOutParameter.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This implementation always returns
true. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jdbc.core.SqlOutParameter
| |||||||||||
From class
org.springframework.jdbc.core.ResultSetSupportingSqlParameter
| |||||||||||
From class
org.springframework.jdbc.core.SqlParameter
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new SqlInOutParameter.
| name | name of the parameter, as used in input and output maps |
|---|---|
| sqlType | SQL type of the parameter according to java.sql.Types |
Create a new SqlInOutParameter.
| name | name of the parameter, as used in input and output maps |
|---|---|
| sqlType | SQL type of the parameter according to java.sql.Types |
| scale | the number of digits after the decimal point (for DECIMAL and NUMERIC types) |
Create a new SqlInOutParameter.
| name | name of the parameter, as used in input and output maps |
|---|---|
| sqlType | SQL type of the parameter according to java.sql.Types |
| typeName | the type name of the parameter (optional) |
Create a new SqlInOutParameter.
| name | name of the parameter, as used in input and output maps |
|---|---|
| sqlType | SQL type of the parameter according to java.sql.Types |
| typeName | the type name of the parameter (optional) |
| sqlReturnType | custom value handler for complex type (optional) |
Create a new SqlInOutParameter.
| name | name of the parameter, as used in input and output maps |
|---|---|
| sqlType | SQL type of the parameter according to java.sql.Types |
| rse | ResultSetExtractor to use for parsing the ResultSet |
Create a new SqlInOutParameter.
| name | name of the parameter, as used in input and output maps |
|---|---|
| sqlType | SQL type of the parameter according to java.sql.Types |
| rch | RowCallbackHandler to use for parsing the ResultSet |
Create a new SqlInOutParameter.
| name | name of the parameter, as used in input and output maps |
|---|---|
| sqlType | SQL type of the parameter according to java.sql.Types |
| rm | RowMapper to use for parsing the ResultSet |
This implementation always returns true.