209210211212213214215216217218219
} catch (RDFParseException e) { throw new StoreException(e); } finally { request.release(); } } public boolean sendBooleanQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings)
235236237238239240241242243244245
} catch (QueryResultParseException e) { throw new StoreException(e); } finally { request.release(); } } void execute(HTTPRequest request) throws IOException, StoreException, MalformedQueryException