Uses of Interface
tech.oxfordsemantic.jrdfox.client.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 CursorDataStoreConnection. createCursor(java.lang.String baseIRI, 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 with the default fetch window size of 100.CursorDataStoreConnection. createCursor(java.lang.String baseIRI, Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,java.lang.String> compilationParameters, int fetchWindowSize)Creates a cursor over the results of the given query.CursorDataStoreConnection. createCursor(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters)Creates a cursor over the results of the given query with the default fetch window size of 100.CursorDataStoreConnection. createCursor(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, int fetchWindowSize)Creates a cursor over the results of the given query.