public class DropGraph extends AbstractOneGraphManagement
DROP ( SILENT )? (GRAPH IRIref | DEFAULT | NAMED | ALL | GRAPHS | SOLUTIONS | SOLUTIONS %VARNAME)Note: Bigdata does not support empty graphs, so DROP and CLEAR have identical semantics.
http://www.w3.org/TR/sparql11-update/#drop
,
Serialized FormModifier and Type | Class and Description |
---|---|
static interface |
DropGraph.Annotations |
DEFAULT_INITIAL_CAPACITY
Modifier | Constructor and Description |
---|---|
|
DropGraph() |
|
DropGraph(BOp[] args,
Map<String,Object> anns) |
|
DropGraph(DropGraph op) |
protected |
DropGraph(UpdateType updateType)
Used by
ClearGraph . |
Modifier and Type | Method and Description |
---|---|
org.openrdf.query.algebra.StatementPattern.Scope |
getScope() |
boolean |
isAllGraphs()
Return
true IFF this operation should effect ALL GRAPHS. |
boolean |
isAllSolutionSets()
Return
true IFF this operation should effect ALL SOLUTION
SETS. |
void |
setAllGraphs(boolean allGraphs) |
void |
setAllSolutionSets(boolean allSolutionSets) |
void |
setScope(org.openrdf.query.algebra.StatementPattern.Scope scope) |
getTargetGraph, getTargetSolutionSet, isTargetSolutionSet, setTargetGraph, setTargetSolutionSet, toString
getDesiredBound, getRequiredBound, isSilent, setSilent
getDatasetClauses, getSourceGraph, getUpdateType, setDatasetClauses, setSourceGraph
getContext, getParent, getParentGraphPatternGroup, getParentJoinGroup, setParent
getQueryHints, toString
addExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, replaceAllWith, setQueryHint, setQueryHints
addArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString
finalize, getClass, notify, notifyAll, wait, wait, wait
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
protected DropGraph(UpdateType updateType)
ClearGraph
.public DropGraph()
public DropGraph(DropGraph op)
op
- public boolean isAllGraphs()
true
IFF this operation should effect ALL GRAPHS.public void setAllGraphs(boolean allGraphs)
public boolean isAllSolutionSets()
true
IFF this operation should effect ALL SOLUTION
SETS.public void setAllSolutionSets(boolean allSolutionSets)
public org.openrdf.query.algebra.StatementPattern.Scope getScope()
public void setScope(org.openrdf.query.algebra.StatementPattern.Scope scope)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.