virtuoso.jena.driver
Class VirtuosoUpdateFactory

java.lang.Object
  extended by virtuoso.jena.driver.VirtuosoUpdateFactory

public class VirtuosoUpdateFactory
extends java.lang.Object


Method Summary
static VirtuosoUpdateRequest create(java.lang.String query, VirtGraph graph)
          Create an UpdateRequest by parsing the given string
static VirtuosoUpdateRequest read(java.io.InputStream in, VirtGraph graph)
          Create an UpdateRequest by reading it from an InputStream (note that conversion to UTF-8 will be applied automatically)
static VirtuosoUpdateRequest read(java.lang.String fileName, VirtGraph graph)
          Create an UpdateRequest by reading it from a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static VirtuosoUpdateRequest create(java.lang.String query,
                                           VirtGraph graph)
Create an UpdateRequest by parsing the given string


read

public static VirtuosoUpdateRequest read(java.lang.String fileName,
                                         VirtGraph graph)
Create an UpdateRequest by reading it from a file


read

public static VirtuosoUpdateRequest read(java.io.InputStream in,
                                         VirtGraph graph)
Create an UpdateRequest by reading it from an InputStream (note that conversion to UTF-8 will be applied automatically)