All predicatesShow sourceserql_runtime.pl

Source serql_compare(+Op, +Left, +Right)
Handle numerical and textual comparison of literals. Some work must be done at compiletime.
Source lang(+Literal, -Lang) is det[private]
Source datatype(+Literal, -DataType) is det[private]
Source label(+Literal, -Label) is det[private]
Defined functions on literals.
Source serql_subsumes(QueryType, DataType)[private]
Source serql_member_statement(-Triple, +List)
Get the individual triples from the original reply. Used for CONSTRUCT queries. As handling optional matches is different int SeRQL compared to SPARQL, the selection is in the SeRQL runtime module.
Source lang(+Literal, -Lang) is det[private]
Source datatype(+Literal, -DataType) is det[private]
Source label(+Literal, -Label) is det[private]
Defined functions on literals.
Source lang(+Literal, -Lang) is det[private]
Source datatype(+Literal, -DataType) is det[private]
Source label(+Literal, -Label) is det[private]
Defined functions on literals.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source serql_eval(Arg1, Arg2)