189190191192193194195
* @param store * @return GraphStore */ public static GraphStore connectGraphStore(Store store) { return new DatasetStoreGraph(store, SDB.getContext().copy()) ; }
808182838485868788
this.store = store ; this.graphNode = graphNode ; // Avoid looping here : DatasetStoreGraph can make GraphSDB's datasetStore = new DatasetStoreGraph(store, this, SDB.getContext().copy()) ; //readPrefixMapping() ; }
59606162636465
private SDBRequest request = null ; private Op originalOp = null ; public QueryEngineSDB(Store store, Query q) { this(new DatasetStoreGraph(store, SDB.getContext().copy()), q, BindingRoot.create(), SDB.getContext().copy()) ; }
191192193194195196197
838485868788899091