[Mulgara-general] TQL

Paul Gearon gearon at ieee.org
Tue Jun 9 16:34:33 UTC 2009


On Tue, Jun 9, 2009 at 9:32 AM, Alex Hall<alexhall at revelytix.com> wrote:
> Paul Gearon wrote:
> <snip/>
>>> If not, is it possible to perform an insert using prefixes?
>>
>> The only thing I can think of is to execute a script, but the script
>> file will have to be available to the server in a URL. You can use
>> http:// (meaning you need the file available via HTTP from somewhere)
>> or file:/ (meaning the file will have to be sitting on the server.
>
> Careful here...  The script execution feature is implemented on the
> client side as part of the Connection API, which means that the only way
> of accessing it programatically is to get a reference to the Java
> TqlInterpreter class.  Unless you're talking about adding the execute
> command to the HTTP interface,

I was.

> in which case it would probably make
> sense to upload the script similar to how a graph can be uploaded.

Yes. I'd never considered this command over HTTP before now, but of
course it should work on posted data.

Paul



More information about the Mulgara-general mailing list