Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionOptions

Hierarchy

  • TransactionOptions

Index

Properties

Properties

Optional rollback

rollback: undefined | false | true

Whether to roll back when an exception occurs. default is true

Optional type

type: TransactionType

transaction type. "DEFERRED", "IMMEDIATE" or "EXCLUSIVE"

Generated using TypeDoc