Uses of Interface
org.eclipse.rdf4j.query.Dataset
-
Packages that use Dataset Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.impl -
-
Uses of Dataset in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Dataset Modifier and Type Method Description DatasetOperation. getDataset()Gets the dataset that has been set usingOperation.setDataset(Dataset), if any.Methods in org.eclipse.rdf4j.query with parameters of type Dataset Modifier and Type Method Description voidOperation. setDataset(Dataset dataset)Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the operation itself. -
Uses of Dataset in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement Dataset Modifier and Type Class Description classDatasetImplDeprecated.since 2.0.classFallbackDatasetclassSimpleDatasetA simple implementation of theDatasetinterface.Fields in org.eclipse.rdf4j.query.impl declared as Dataset Modifier and Type Field Description protected DatasetAbstractOperation. datasetMethods in org.eclipse.rdf4j.query.impl that return Dataset Modifier and Type Method Description static DatasetFallbackDataset. fallback(Dataset primary, Dataset fallback)DatasetAbstractOperation. getDataset()Methods in org.eclipse.rdf4j.query.impl with parameters of type Dataset Modifier and Type Method Description static DatasetFallbackDataset. fallback(Dataset primary, Dataset fallback)voidAbstractOperation. setDataset(Dataset dataset)
-