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.client
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Statement Modifier and Type Method Description StatementResult
DataStoreConnection. evaluateStatement(Statement statement, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.File file, java.lang.String queryAnswerFormatName)
Evaluates a statement and serializes the result to the supplied file using the specified format.StatementResult
DataStoreConnection. evaluateStatement(Statement statement, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.OutputStream outputStream, java.lang.String queryAnswerFormatName)
Evaluates a statement and serializes the result to the supplied output stream using the specified format. -
Uses of Statement in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that return Statement Modifier and Type Method Description Statement
SPARQLParser. parseNextStatement()
Statement
SPARQLParser. parseSingleStatement()
-
Uses of Statement in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Subclasses of Statement in tech.oxfordsemantic.jrdfox.logic.sparql.statement Modifier and Type Class Description class
ConstructQuery
class
DeleteInsertUpdate
class
GraphUpdate
class
LoadUpdate
class
Query
class
SelectQuery
class
Update
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return Statement Modifier and Type Method Description static Statement
Statement. parse(Prefixes prefixes, java.lang.String statementText)