Skip to content

loopback4-sequelize / Transaction / TYPES

Enumeration: TYPES

Transaction.TYPES

Table of contents

Enumeration Members

Enumeration Members

DEFERRED

DEFERRED = "DEFERRED"

Defined in

node_modules/sequelize/types/transaction.d.ts:80


EXCLUSIVE

EXCLUSIVE = "EXCLUSIVE"

Defined in

node_modules/sequelize/types/transaction.d.ts:82


IMMEDIATE

IMMEDIATE = "IMMEDIATE"

Defined in

node_modules/sequelize/types/transaction.d.ts:81