@returns whether this session is currently in a transaction or not
()
| 372 | |
| 373 | /** @returns whether this session is currently in a transaction or not */ |
| 374 | inTransaction(): boolean { |
| 375 | return this.transaction.isActive; |
| 376 | } |
| 377 | |
| 378 | /** |
| 379 | * Starts a new transaction with the given options. |
no outgoing calls
no test coverage detected