Result set object returned by each database operation.
- Mixes In:
Methods
-
getAffectedItemsCount()
-
Retrieve the number of documents affected by the operation.
Returns:
The number of documents.- Type
- int64
-
getAffectedRowsCount()
-
Retrieve the number of rows affected by the operation.
- Deprecated:
-
- since version 8.0.19. Will be removed in future versions. Use Result.getAffectedItemsCount() instead.
Returns:
The number of rows.- Type
- int64
-
getAutoIncrementValue()
-
Retrieve the first
AUTO INCREMENT
value generated by the operation.Returns:
The first value.- Type
- int64
-
getGeneratedIds()
-
Retrieve the list of server-side generated document ids.
Returns:
The list of ids.- Type
- Array.<string>