Re: [Virtuoso-users] Detect graph and ask results without knowing the query

2009-12-18 Thread Tim Haynes
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".

[Virtuoso-users] Detect graph and ask results without knowing the query

2009-10-14 Thread Sebastian Trüg
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". If that is the case I tre