Uses of Class
org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
-
Packages that use SPARQLResultsXSVMappingStrategy Package Description org.eclipse.rdf4j.query.resultio.text.csv org.eclipse.rdf4j.query.resultio.text.tsv org.eclipse.rdf4j.query.resultio.textstar.tsv -
-
Uses of SPARQLResultsXSVMappingStrategy in org.eclipse.rdf4j.query.resultio.text.csv
Subclasses of SPARQLResultsXSVMappingStrategy in org.eclipse.rdf4j.query.resultio.text.csv Modifier and Type Class Description class
SPARQLResultsCSVMappingStrategy
Implements aMappingStrategy
to allow opencsv to work in parallel. -
Uses of SPARQLResultsXSVMappingStrategy in org.eclipse.rdf4j.query.resultio.text.tsv
Subclasses of SPARQLResultsXSVMappingStrategy in org.eclipse.rdf4j.query.resultio.text.tsv Modifier and Type Class Description class
SPARQLResultsTSVMappingStrategy
Implements aMappingStrategy
to allow opencsv to work in parallel. -
Uses of SPARQLResultsXSVMappingStrategy in org.eclipse.rdf4j.query.resultio.textstar.tsv
Subclasses of SPARQLResultsXSVMappingStrategy in org.eclipse.rdf4j.query.resultio.textstar.tsv Modifier and Type Class Description class
SPARQLStarResultsTSVMappingStrategy
Deprecated.Functionality has been folded intoSPARQLResultsTSVMappingStrategy
-