Cursor | 
DataStoreConnection.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. 
 | 
Cursor | 
DataStoreConnection.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. 
 | 
void | 
DataStoreConnection.createExplanation(java.lang.String baseIRI,
Prefixes prefixes,
java.lang.String factText,
int maxDistanceFromRoot,
int maxRuleInstancesPerFact,
ExplanationType explanationType,
java.io.OutputStream outputStream) | 
 Computes an explanation for a given fact and saves it in JSON format to the given output stream. 
 | 
void | 
DataStoreConnection.createExplanation(Prefixes prefixes,
TupleTableAtom fact,
int maxDistanceFromRoot,
int maxRuleInstancesPerFact,
ExplanationType explanationType,
java.io.OutputStream outputStream) | 
 Computes an explanation for a given fact and saves it in JSON format to the given output stream. 
 | 
StatementResult | 
DataStoreConnection.evaluateQuery(java.lang.String baseIRI,
Prefixes prefixes,
java.lang.String queryText,
java.util.Map<java.lang.String,java.lang.String> compilationParameters,
QueryAnswerMonitor queryAnswerMonitor) | 
 Evaluates a query and calls the supplied QueryAnswerMonitor instance for each tuple in the result. 
 | 
StatementResult | 
DataStoreConnection.evaluateStatement(java.lang.String baseIRI,
Prefixes prefixes,
java.lang.String statementText,
java.util.Map<java.lang.String,java.lang.String> compilationParameters,
java.io.File file,
java.lang.String queryAnswerFormatName) | 
 Evaluates a statement and serialises the result to the supplied file using the specified format. 
 | 
StatementResult | 
DataStoreConnection.evaluateStatement(java.lang.String baseIRI,
Prefixes prefixes,
java.lang.String statementText,
java.util.Map<java.lang.String,java.lang.String> compilationParameters,
java.io.OutputStream outputStream,
java.lang.String queryAnswerFormatName) | 
 Evaluates a statement and serialises the result to the supplied output stream using the specified format. 
 | 
StatementResult | 
DataStoreConnection.evaluateStatement(Prefixes prefixes,
Statement statement,
java.util.Map<java.lang.String,java.lang.String> compilationParameters,
java.io.File file,
java.lang.String queryAnswerFormatName) | 
 Evaluates a statement and serialises the result to the supplied file using the specified format. 
 | 
StatementResult | 
DataStoreConnection.evaluateStatement(Prefixes prefixes,
Statement statement,
java.util.Map<java.lang.String,java.lang.String> compilationParameters,
java.io.OutputStream outputStream,
java.lang.String queryAnswerFormatName) | 
 Evaluates a statement and serialises the result to the supplied output stream using the specified format. 
 | 
StatementResult | 
DataStoreConnection.evaluateUpdate(java.lang.String baseIRI,
Prefixes prefixes,
java.lang.String updateText,
java.util.Map<java.lang.String,java.lang.String> compilationParameters) | 
 Evaluates an update. 
 | 
void | 
DataStoreConnection.exportData(Prefixes prefixes,
java.io.File file,
java.lang.String formatName,
java.util.Map<java.lang.String,java.lang.String> parameters) | 
 Exports the data in the data store using the given format. 
 | 
void | 
DataStoreConnection.exportData(Prefixes prefixes,
java.io.OutputStream outputStream,
java.lang.String formatName,
java.util.Map<java.lang.String,java.lang.String> parameters) | 
 Exports the data in the data store using the given format. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.io.File file) | 
 Imports the data from the given file into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.io.InputStream inputStream) | 
 Imports the data from the given input stream into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.lang.String content) | 
 Imports the data from the given string into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
java.util.Collection<InputSourceFactory> inputSourceFactories,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factories into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(java.lang.String defaultGraphName,
UpdateType updateType,
Prefixes prefixes,
InputSourceFactory inputSourceFactory,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factory into the current data store
 The graph with the specified name is used as a default graph. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.io.File file) | 
 Imports the data from the given file into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.io.InputStream inputStream) | 
 Imports the data from the given input stream into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.lang.String content) | 
 Imports the data from the given string into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
java.util.Collection<InputSourceFactory> inputSourceFactories,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factories into the current data store. 
 | 
ImportResult | 
DataStoreConnection.importData(UpdateType updateType,
Prefixes prefixes,
InputSourceFactory inputSourceFactory,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) | 
 Imports the data described by the given input source factory into the current data store. 
 | 
void | 
ImportNotificationMonitor.importProcessFinished(ImportResult importResult,
Prefixes prefixes) | 
 Called at the end of importation to notify the monitor about the results. 
 | 
java.lang.String | 
ResourceValue.toString(Prefixes prefixes) | 
  | 
static void | 
ResourceValue.toString(Prefixes prefixes,
java.util.function.Consumer<java.lang.String> consumer,
java.lang.String lexicalForm,
Datatype datatype) | 
  |