Class MongoDbStatementDml

java.lang.Object
io.helidon.dbclient.common.AbstractStatement<S,R>
io.helidon.dbclient.mongodb.MongoDbStatementDml
All Implemented Interfaces:
DbStatement<DbStatementDml,io.helidon.common.reactive.Single<Long>>, DbStatementDml

public class MongoDbStatementDml extends AbstractStatement<S,R> implements DbStatementDml
DML statement for MongoDB.