Sebastian TrĂ¼g wrote:
Hello,
me again. This time I would like to know if there is a clean way to determine
the type of query result from the results columns (without fetching a row)?
At the moment I am using a rather hacky way: I check if the result has only
one column named "__ASK_RETVAL".
Hi Lourens,
Unfortunately it is not possible to specify variables limit and offset in
sparql+vsp.
Even if we re-write the procedure to sth like:
create procedure test (in _uri varchar)
{
declare res varchar;
result_names (res);
declare _lm, _offset int;
_lm :=