Uses of Interface
tech.oxfordsemantic.jrdfox.client.Cursor

Packages that use Cursor 
Package Description
tech.oxfordsemantic.jrdfox.client  
  • Uses of Cursor in tech.oxfordsemantic.jrdfox.client

    Methods in tech.oxfordsemantic.jrdfox.client that return Cursor 
    Modifier and Type Method Description
    Cursor DataStoreConnection.createCursor​(tech.oxfordsemantic.jrdfox.logic.sparql.statement.Query query, java.util.Map<java.lang.String,​java.lang.String> compilationParameters)
    Creates a cursor over the results of the given query.
    Cursor DataStoreConnection.createCursor​(Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,​java.lang.String> compilationParameters)
    Creates a cursor over the results of the given query.