Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Statement
| Package | Description | 
|---|---|
| tech.oxfordsemantic.jrdfox.client | |
| tech.oxfordsemantic.jrdfox.formats | |
| tech.oxfordsemantic.jrdfox.logic.sparql.statement | 
- 
Uses of Statement in tech.oxfordsemantic.jrdfox.clientMethods in tech.oxfordsemantic.jrdfox.client with parameters of type Statement Modifier and Type Method Description StatementResultDataStoreConnection. 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.StatementResultDataStoreConnection. 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.
- 
Uses of Statement in tech.oxfordsemantic.jrdfox.formatsMethods in tech.oxfordsemantic.jrdfox.formats that return Statement Modifier and Type Method Description StatementSPARQLParser. parseNextStatement()StatementSPARQLParser. parseSingleStatement()
- 
Uses of Statement in tech.oxfordsemantic.jrdfox.logic.sparql.statementSubclasses of Statement in tech.oxfordsemantic.jrdfox.logic.sparql.statement Modifier and Type Class Description classConstructQueryclassDeleteInsertUpdateclassGraphUpdateclassLoadUpdateclassQueryclassSelectQueryclassUpdate