Interface DbStatementDml

  • All Superinterfaces:
    DbStatement<DbStatementDml,​io.helidon.common.reactive.Single<Long>>

    public interface DbStatementDml
    extends DbStatement<DbStatementDml,​io.helidon.common.reactive.Single<Long>>
    DML Database statement. A DML statement modifies records in the database and returns the number of modified records.