UNPKG

@abaplint/core

Version:
14 lines 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SQLArithmetics = void 0; const combi_1 = require("../combi"); const _1 = require("."); const sql_arithmetic_operator_1 = require("./sql_arithmetic_operator"); class SQLArithmetics extends combi_1.Expression { getRunnable() { const field = (0, combi_1.alt)(_1.SQLFieldName, _1.SQLFunction); return (0, combi_1.seq)(field, (0, combi_1.starPrio)((0, combi_1.seq)(sql_arithmetic_operator_1.SQLArithmeticOperator, field))); } } exports.SQLArithmetics = SQLArithmetics; //# sourceMappingURL=sql_arithmetics.js.map