- All Superinterfaces:
SqlOperations
SQL operations with support for transactions.
All SQL operations are executed within a transaction which is eventually commited or rolled back.
- Since:
- 1.2
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.sql.SqlOperations
batchUpdate, batchUpdate, preparedStatement, query, query, queryForObject, statement, update
-
Method Details
-
commit
Commits the transaction.
- Returns:
- a Mono that completes when the transaction is commited
-
rollback
Rolls back the transaction.
- Returns:
- a Mono that completes when the transaction is rolled back
-