return new LockingCursor<MemStatement>(stLock, store.createStatementIterator(subj, pred, obj,
!includeInferred, snapshot, readMode, vf, contexts));
}
catch (RuntimeException e) {
stLock.release();
throw e;
}
}
public long size(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts)