All database operations return a result. The type of result returned depends on the operation that was executed. The different types of results are outlined in the following table.
Table 9.1 The Result Classes and the Information They Provide
Result Class |
Returned By |
Provides |
---|---|---|
|
|
Number of rows affected by the operation, auto generated
document IDs, last auto- generated |
|
|
Number of rows affected by the operation, auto generated
document IDs, last auto- generated |
|
|
The fetched data set |
|
|
The fetched data set |
The following class diagram gives a basic overview of the result classes and their functions.