Interface DbStatementDml

All Superinterfaces:
DbStatement<DbStatementDml>
All Known Implementing Classes:
MongoDbStatementDml

public interface DbStatementDml extends DbStatement<DbStatementDml>
Data Manipulation Language (DML) database statement. A DML statement modifies records in the database and returns the number of modified records.
  • Method Details

    • execute

      long execute()
      Execute this statement using the parameters configured with params and addParams methods.
      Returns:
      The result of this statement.