* @private
()
| 1214 | * @private |
| 1215 | */ |
| 1216 | ensureEnums() { |
| 1217 | // noop by default |
| 1218 | } |
| 1219 | |
| 1220 | async setIsolationLevel(transaction, value, options) { |
| 1221 | if (!transaction || !(transaction instanceof Transaction)) { |
no outgoing calls
no test coverage detected