PublicShow sourceserql.pl

Source 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 term rdf(S,P,O). The predicate is non-deterministic, returning the rows or RDF statements one-by-one.
Source 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
Source serql_run(+Term, -Result)

Undocumented predicates

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

Source serql_query(Arg1, Arg2)