|
MySQL Connector/C++ 9.5.0
MySQL connector library for C and C++ applications
|
Classes representing yet-to-be-executed database operations. More...
Classes | |
| class | CollectionAdd |
| An operation which adds documents to a collection. More... | |
| class | CollectionRemove |
| An operation which removes documents from a collection. More... | |
| class | CollectionFind |
| An operation which returns all or selected documents from a collection. More... | |
| class | CollectionModify |
| An operation which modifies all or selected documents in a collection. More... | |
| class | TableInsert |
| An operation which inserts rows into a table. More... | |
| class | TableSelect |
| An operation which selects rows from a table. More... | |
| class | TableUpdate |
| An operation which updates rows stored in a table. More... | |
| class | TableRemove |
| An operation which removes rows from a table. More... | |
Classes representing yet-to-be-executed database operations.
Such operations are created by various methods of Collection or Table classes. Database operation classes define methods that specify additional operation characteristics before it gets executed with execute() method. The latter returns a Result, DocResult or RowResult object, depending on the type of the operation.