@abaplint/core
Version:
abaplint - Core API
12 lines • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CDSWhere = void 0;
const _1 = require(".");
const combi_1 = require("../../abap/2_statements/combi");
class CDSWhere extends combi_1.Expression {
getRunnable() {
return (0, combi_1.seq)("WHERE", _1.CDSCondition);
}
}
exports.CDSWhere = CDSWhere;
//# sourceMappingURL=cds_where.js.map