public class SqlReturnUpdateCount extends SqlParameter
Returned update counts - like all stored procedure parameters - must have names.
| Constructor and Description |
|---|
SqlReturnUpdateCount(java.lang.String name)
Create a new SqlReturnUpdateCount.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInputValueProvided()
This implementation always returns
false. |
boolean |
isResultsParameter()
This implementation always returns
true. |
getName, getScale, getSqlType, getTypeName, sqlTypesToAnonymousParameterListpublic SqlReturnUpdateCount(java.lang.String name)
name - name of the parameter, as used in input and output mapspublic boolean isInputValueProvided()
false.isInputValueProvided in class SqlParameterpublic boolean isResultsParameter()
true.isResultsParameter in class SqlParameter