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 Cursor
DataStoreConnection. createCursor(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.Cursor
DataStoreConnection. createCursor(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.Cursor
DataStoreConnection. 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.Cursor
DataStoreConnection. 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.