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 Form| Modifier 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, toStringgetDesiredBound, getRequiredBound, isSilent, setSilentgetDatasetClauses, getSourceGraph, getUpdateType, setDatasetClauses, setSourceGraphgetContext, getParent, getParentGraphPatternGroup, getParentJoinGroup, setParentgetQueryHints, toStringaddExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, replaceAllWith, setQueryHint, setQueryHintsaddArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArrayannotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortStringfinalize, getClass, notify, notifyAll, wait, wait, waitannotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toStringgetPropertyprotected 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.