Uses of Interface
tech.oxfordsemantic.jrdfox.client.Cursor
Packages that use Cursor
-
Uses of Cursor in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return CursorModifier and TypeMethodDescriptionDataStoreConnection.createCursor(String queryText, Map<String, String> compilationParameters) Creates a cursor over the results of the given query with the default fetch window size of one.DataStoreConnection.createCursor(String queryText, Map<String, String> compilationParameters, int fetchWindowSize) Creates a cursor over the results of the given query.DataStoreConnection.createCursor(Query query, Map<String, String> compilationParameters) Creates a cursor over the results of the given query with the default fetch window size of one.DataStoreConnection.createCursor(Query query, Map<String, String> compilationParameters, int fetchWindowSize) Creates a cursor over the results of the given query.