- 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 TypeMethodDescriptionlong
execute()
Execute this statement using the parameters configured withparams
andaddParams
methods.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 withparams
andaddParams
methods.- Returns:
- The result of this statement.
-