Uses of Class
io.vertx.ext.mongo.MongoClientDeleteResult
Packages that use MongoClientDeleteResult
-
Uses of MongoClientDeleteResult in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return types with arguments of type MongoClientDeleteResultModifier and TypeMethodDescriptionMongoClient.removeDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultConstructors in io.vertx.ext.mongo with parameters of type MongoClientDeleteResultModifierConstructorDescriptionMongoClientDeleteResult(MongoClientDeleteResult otherMongoClientDeleteResultCopy) Copy constructor -
Uses of MongoClientDeleteResult in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo that return types with arguments of type MongoClientDeleteResultModifier and TypeMethodDescriptionMongoClient.removeDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresult -
Uses of MongoClientDeleteResult in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo that return types with arguments of type MongoClientDeleteResultModifier and TypeMethodDescriptionMongoClient.removeDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresult