373374375376377378379
} finally { contextIDs.close(); } return new ContextResultImpl(new CollectionCursor<Resource>(contextList)); }
179180181182183184185
} public ContextResult getContextIDs() throws StoreException { return new ContextResultImpl(sailConnection.getContextIDs()); }
691692693694695696697698
} catch (SQLException e) { throw new StoreException(": SPARQL execute failed." + "\n" + query.toString(), e); } return new ContextResultImpl(new CollectionCursor<Resource>(v)); }