public class SqlReturnUpdateCount extends SqlParameter
Returned update counts - like all stored procedure parameters - must have names.
Constructor and Description |
---|
SqlReturnUpdateCount(String name)
Create a new instance of the
SqlReturnUpdateCount class. |
Modifier and Type | Method and Description |
---|---|
boolean |
isInputValueProvided()
Return whether this parameter holds input values that should be set
before execution even if they are
null . |
boolean |
isResultsParameter()
Return whether this parameter is an implicit return parameter used during the
results preocessing of the CallableStatement.getMoreResults/getUpdateCount.
|
getName, getScale, getSqlType, getTypeName, sqlTypesToAnonymousParameterList
public SqlReturnUpdateCount(String name)
SqlReturnUpdateCount
class.name
- name of the parameter, as used in input and output mapspublic boolean isInputValueProvided()
null
.
This implementation always returns false
.
isInputValueProvided
in class SqlParameter
public boolean isResultsParameter()
This implementation always returns true
.
isResultsParameter
in class SqlParameter