-
- All Superinterfaces:
DbStatement<DbStatementDml,Single<Long>>
- All Known Implementing Classes:
MongoDbStatementDml
public interface DbStatementDml extends DbStatement<DbStatementDml,Single<Long>>
DML Database statement. A DML statement modifies records in the database and returns the number of modified records.
-
-
Method Summary
-
Methods inherited from interface io.helidon.dbclient.DbStatement
addParam, addParam, execute, indexedParam, namedParam, params, params, params
-
-