Interface GetSparqlConnectionApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SparqlClient
public interface GetSparqlConnectionApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.jena.rdfconnection.RDFConnection
getSparqlConnection()
Interact with the server via SPARQL.
-