PHP 7.4.33
Preview: deferrable.js Size: 1.31 KB
/var/www/receipt-app-backend-bitkit.dk/httpdocs/node_modules/sequelize/lib/deferrable.js
"use strict";
const { classToInvokable } = require("./utils");
class ABSTRACT {
  static toString(...args) {
    return new this().toString(...args);
  }
  toString(...args) {
    return this.toSql(...args);
  }
  toSql() {
    throw new Error("toSql implementation missing");
  }
}
class INITIALLY_DEFERRED extends ABSTRACT {
  toSql() {
    return "DEFERRABLE INITIALLY DEFERRED";
  }
}
class INITIALLY_IMMEDIATE extends ABSTRACT {
  toSql() {
    return "DEFERRABLE INITIALLY IMMEDIATE";
  }
}
class NOT extends ABSTRACT {
  toSql() {
    return "NOT DEFERRABLE";
  }
}
class SET_DEFERRED extends ABSTRACT {
  constructor(constraints) {
    super();
    this.constraints = constraints;
  }
  toSql(queryGenerator) {
    return queryGenerator.setDeferredQuery(this.constraints);
  }
}
class SET_IMMEDIATE extends ABSTRACT {
  constructor(constraints) {
    super();
    this.constraints = constraints;
  }
  toSql(queryGenerator) {
    return queryGenerator.setImmediateQuery(this.constraints);
  }
}
const Deferrable = {
  INITIALLY_DEFERRED: classToInvokable(INITIALLY_DEFERRED),
  INITIALLY_IMMEDIATE: classToInvokable(INITIALLY_IMMEDIATE),
  NOT: classToInvokable(NOT),
  SET_DEFERRED: classToInvokable(SET_DEFERRED),
  SET_IMMEDIATE: classToInvokable(SET_IMMEDIATE)
};
module.exports = Deferrable;
//# sourceMappingURL=deferrable.js.map

Directory Contents

Dirs: 5 × Files: 31
Name Size Perms Modified Actions
- drwxr-xr-x 2026-05-06 08:23:48
Edit Download
dialects DIR
- drwxr-xr-x 2026-05-06 08:23:48
Edit Download
errors DIR
- drwxr-xr-x 2026-05-06 08:23:48
Edit Download
generic DIR
- drwxr-xr-x 2026-05-06 08:23:48
Edit Download
utils DIR
- drwxr-xr-x 2026-05-06 08:23:48
Edit Download
17.54 KB lrw-r--r-- 2026-05-06 08:23:46
Edit Download
42.03 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
1.31 KB lrw-r--r-- 2026-05-06 08:23:47
Edit Download
3.96 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
4.74 KB lrw-r--r-- 2026-05-06 08:23:47
Edit Download
19.64 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
146 B lrw-r--r-- 2026-05-06 08:23:47
Edit Download
482 B lrw-r--r-- 2026-05-06 08:23:48
Edit Download
89 B lrw-r--r-- 2026-05-06 08:23:47
Edit Download
341 B lrw-r--r-- 2026-05-06 08:23:48
Edit Download
4.53 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
8.62 KB lrw-r--r-- 2026-05-06 08:23:47
Edit Download
18.06 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
2.47 KB lrw-r--r-- 2026-05-06 08:23:47
Edit Download
4.75 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
110.36 KB lrw-r--r-- 2026-05-06 08:23:47
Edit Download
263.91 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
1.70 KB lrw-r--r-- 2026-05-06 08:23:47
Edit Download
10.69 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
436 B lrw-r--r-- 2026-05-06 08:23:47
Edit Download
1.20 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
22.75 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
69.88 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
5.05 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
10.13 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
476 B lrw-r--r-- 2026-05-06 08:23:48
Edit Download
1.28 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
5.71 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
13.25 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
12.99 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
25.53 KB lrw-r--r-- 2026-05-06 08:23:48
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).