Module: Result

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:
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>