klyn.data.sql.internal.SQLProviderSession.rollbackTransaction
method
public rollbackTransaction() as Void:
Description

Rolls back the active transaction and restores auto-commit.

Throws
  • TransactionException when no transaction is active.
Example
session.rollbackTransaction()