4748495051525354555657
{ TupleResult result = client.list(); if (result == null) { return null; } return new NamespaceResultImpl(new ConvertingCursor<BindingSet, Namespace>(result) { @Override protected Namespace convert(BindingSet bindings) throws StoreException {
322323324325326327328
} NamespaceResult getNamespaces() throws StoreException { return new NamespaceResultImpl(getNamespaceMap()); }
270271272273274275276
} public NamespaceResult getNamespaces() throws StoreException { return new NamespaceResultImpl(sailConnection.getNamespaces()); }
2112211321142115211621172118
rs.close(); } catch (SQLException e) { throw new StoreException(e); } return new NamespaceResultImpl(new CollectionCursor<Namespace>(namespaceList)); }