![]() |
Home | Libraries | People | FAQ | More |
Returns whether all the messages generated by this operation have been read.
bool complete() const;
Once complete
, you may
access extra information about the operation, like affected_rows
or last_insert_id
.
No-throw guarantee.