- All Superinterfaces:
DbStatement<DbStatementDml>
- All Known Implementing Classes:
MongoDbStatementDml
Data Manipulation Language (DML) database statement.
A DML statement modifies records in the database and returns the number of modified records.
-
Method Summary
Modifier and TypeMethodDescriptionlongexecute()Execute this statement using the parameters configured withparamsandaddParamsmethods.Methods inherited from interface io.helidon.dbclient.DbStatement
addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, addParam, indexedParam, namedParam, params, params, params
-
Method Details
-
execute
long execute()Execute this statement using the parameters configured withparamsandaddParamsmethods.- Returns:
- The result of this statement.
-