Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MySQLTransactionManager

A TransactionManager implementation for MySQL.

Hierarchy

Index

Constructors

constructor

Properties

Protected connMan

Methods

begin

  • begin(): Promise<this>

commit

  • commit(): Promise<this>

getConnection

  • getConnection(): PoolConnection

getTransactionState

rollback

  • rollback(): Promise<this>

Generated using TypeDoc