|
// Important - free up resources used running the query
qe.close();
return resultString;
} catch (Exception e) {
e.printStackTrace();
throw e;
}
}
public static Object jsFunction_getDataFromSparqlEndPoint(Context cx, Scriptable thisObj, Object[] args, Function funObj)
|