@riao/dbal
Version:
12 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CaseExpression = void 0;
class CaseExpression {
constructor(expr) {
this.value = expr.value;
this.case = expr.case;
this.else = expr.else;
}
}
exports.CaseExpression = CaseExpression;
//# sourceMappingURL=case-expression.js.map