@abaplint/core
Version:
abaplint - Core API
13 lines • 562 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExecSQL = void 0;
const Statements = require("../../2_statements/statements");
const _statement_1 = require("../../2_statements/statements/_statement");
const _combi_1 = require("./_combi");
class ExecSQL {
getMatcher() {
return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.ExecSQL), (0, _combi_1.star)((0, _combi_1.sta)(_statement_1.NativeSQL)), (0, _combi_1.sta)(Statements.EndExec));
}
}
exports.ExecSQL = ExecSQL;
//# sourceMappingURL=exec_sql.js.map