object
SesameQueryResultsReader
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply[T](implicit sesameSparqlSyntax: SesameAnswerInput[T]): SparqlQueryResultsReader[Sesame, T]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
val
queryResultsReaderJson: SparqlQueryResultsReader[Sesame, SparqlAnswerJson]
-
implicit
val
queryResultsReaderXml: SparqlQueryResultsReader[Sesame, SparqlAnswerXml]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
typeclass for a blocking BlockingReader of Sparql Query Results such as those defined
In Sesame the implementation is very ugly. We first have to assume it is a tuple query, parse it, then parse it as a boolean query See Issue SES-1054 We are waiting for a fix for this problem.
If you can't wait for the fix, it would be better to write a parser directly or a mapper from Jena's implementation. Parsing sparql or json queries can't be that difficult.