public static class RemoteRepository.RemoveOp extends Object
Constructor and Description |
---|
RemoteRepository.RemoveOp(byte[] data,
org.openrdf.rio.RDFFormat format)
This ctor is for the test cases.
|
RemoteRepository.RemoveOp(File file,
org.openrdf.rio.RDFFormat format) |
RemoteRepository.RemoveOp(Iterable<? extends org.openrdf.model.Statement> stmts) |
RemoteRepository.RemoveOp(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource... c) |
RemoteRepository.RemoveOp(String query) |
public RemoteRepository.RemoveOp(String query)
public RemoteRepository.RemoveOp(Iterable<? extends org.openrdf.model.Statement> stmts)
public RemoteRepository.RemoveOp(org.openrdf.model.Resource s, org.openrdf.model.URI p, org.openrdf.model.Value o, org.openrdf.model.Resource... c)
s
- The subject (optional).p
- The predicate (optional).o
- The value (optional).c
- The contexts (optional, BUT may not be a null Resource[]).public RemoteRepository.RemoveOp(File file, org.openrdf.rio.RDFFormat format)
public RemoteRepository.RemoveOp(byte[] data, org.openrdf.rio.RDFFormat format)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.