Uses of Class
tech.oxfordsemantic.jrdfox.client.StatementResult
Packages that use StatementResult
-
Uses of StatementResult in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return StatementResultModifier and TypeMethodDescriptionDataStoreConnection.evaluateQuery(String queryText, Map<String, String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor) Evaluates a query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.DataStoreConnection.evaluateQuery(Query query, Map<String, String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor) Evaluates a query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.DataStoreConnection.evaluateStatement(String statementText, Map<String, String> compilationParameters, File file, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied file using the specified format.DataStoreConnection.evaluateStatement(String statementText, Map<String, String> compilationParameters, OutputStream outputStream, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied output stream using the specified format.DataStoreConnection.evaluateStatement(Statement statement, Map<String, String> compilationParameters, File file, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied file using the specified format.DataStoreConnection.evaluateStatement(Statement statement, Map<String, String> compilationParameters, OutputStream outputStream, String queryAnswerFormatName) Evaluates a statement and serializes the result to the supplied output stream using the specified format.DataStoreConnection.evaluateUpdate(String updateText, Map<String, String> compilationParameters) Evaluates an update.DataStoreConnection.evaluateUpdate(Update update, Map<String, String> compilationParameters) Evaluates an update.Evaluates a list of updates.