|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.jdbc.core.SqlParameter
org.springframework.jdbc.core.SqlReturnUpdateCount
public class SqlReturnUpdateCount
Represents a returned update count from a stored procedure call.
Returned update counts - like all stored procedure parameters - must have names.
Constructor Summary | |
---|---|
SqlReturnUpdateCount(String name)
Create a new instance of the SqlReturnUpdateCount class. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.springframework.jdbc.core.SqlParameter |
---|
getName, getScale, getSqlType, getTypeName, sqlTypesToAnonymousParameterList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlReturnUpdateCount(String name)
SqlReturnUpdateCount
class.
name
- name of the parameter, as used in input and output mapsMethod Detail |
---|
public boolean isInputValueProvided()
null
.
This implementation always returns false
.
isInputValueProvided
in class SqlParameter
public boolean isResultsParameter()
This implementation always returns true
.
isResultsParameter
in class SqlParameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |