|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.odi.dataservices.fwk.QueryResponse
A data service parameter that represents the response to an operation (either INSERT, UPDATE or DELETE) performed on the datastore. This class can constitutes a valid output parameter for a data service method.
Constructor Summary | |
QueryResponse(int pNbAffected)
Constructs a new QueryResponse . |
Method Summary | |
int |
getNbAffected()
Returns the number of rows inserted, updated or deleted by the operation. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryResponse(int pNbAffected)
QueryResponse
.
pNbAffected
- number of rows inserted, updated or deleted by the
operation.Method Detail |
public int getNbAffected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |