All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.template-database-access.service.mjs.template Maven / Gradle / Ivy

There is a newer version: 10.6.41
Show newest version
import { query } from "sdk/db";
import { response } from "sdk/http";


var sql = 'select * from DIRIGIBLE_EXTENSIONS where EXTENSION_EXTENSIONPOINT_NAME = ?';

var resultset = query.execute(sql, ['ide-template'], "SystemDB");

response.println(JSON.stringify(resultset));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy