|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectvirtuoso.jena.driver.VirtuosoUpdateFactory
public class VirtuosoUpdateFactory
| 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 |
|---|
public static VirtuosoUpdateRequest create(java.lang.String query,
VirtGraph graph)
public static VirtuosoUpdateRequest read(java.lang.String fileName,
VirtGraph graph)
public static VirtuosoUpdateRequest read(java.io.InputStream in,
VirtGraph graph)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||