serql.pl
- serql_query(+Query, -Reply, +Module)
- Where Query is either a SeRQL query text or a parsed query.
Reply is, similar to the ODBC interface a term of the form
row(Col1, Col2, ...)
for SELECT statements or a termrdf(S,P,O)
. The predicate is non-deterministic, returning the rows or RDF statements one-by-one. - serql_compile(+Query, -Compiled, +Options)
- Compile a SeRQL query, returning the result in Compiled. Options:
- entailment(Entailment)
- Entailment module to use.
- type(-Type)
- Return one of
select(VarNames)
or construct
- serql_run(+Term, -Result)
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.