com.hp.hpl.jena.query
Interface DataSource

All Superinterfaces:
Dataset
All Known Implementing Classes:
DatasetImpl

Deprecated. Use Dataset, which now has the operations for add/remove of named models.

@Deprecated
public interface DataSource
extends Dataset

A DataSource is a Dataset that has modification operations.


Method Summary
 
Methods inherited from interface com.hp.hpl.jena.query.Dataset
abort, addNamedModel, asDatasetGraph, begin, close, commit, containsNamedModel, end, getDefaultModel, getLock, getNamedModel, isInTransaction, listNames, removeNamedModel, replaceNamedModel, setDefaultModel, supportsTransactions
 



Licenced under the Apache License, Version 2.0