public static interface DropGraph.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
ALL_GRAPHS
Boolean property (default false) which is
true iff ALL GRAPHS should be effected by this
operation. |
static String |
ALL_SOLUTION_SETS
Boolean property (default false) which is
true iff ALL SOLUTION SETS should be effected by this
operation. |
static String |
DATASET_CLAUSES
Reference to ASTDatasetClause list for operations deferred until evaluation stage
|
static boolean |
DEFAULT_ALL_GRAPHS |
static boolean |
DEFAULT_ALL_SOLUTION_SETS |
static boolean |
DEFAULT_SILENT |
static String |
SCOPE
The
StatementPattern.Scope (required for operations which have this concept). |
static String |
SILENT
The "SILENT" option (default
false ) (for operations
which have this concept). |
static String |
SOURCE
The source graph -or- solution set (for operations which have this
concept).
|
static String |
TARGET
The target graph -or- solution set (for operations which have this
concept).
|
static String |
UPDATE_TYPE
The
UpdateType . |
QUERY_HINTS
static final String ALL_GRAPHS
true
iff ALL GRAPHS should be effected by this
operation.static final boolean DEFAULT_ALL_GRAPHS
static final String ALL_SOLUTION_SETS
true
iff ALL SOLUTION SETS should be effected by this
operation.static final boolean DEFAULT_ALL_SOLUTION_SETS
static final String UPDATE_TYPE
UpdateType
.static final String SOURCE
When the value is a ConstantNode
, then the annotation is the
source graph.
When the value is a String
, then the annotation is the source
solution set.
static final String TARGET
When the value is a ConstantNode
, then the annotation is the
target graph.
When the value is a String
, then the annotation is the target
solution set.
static final String SILENT
false
) (for operations
which have this concept).static final boolean DEFAULT_SILENT
static final String SCOPE
StatementPattern.Scope
(required for operations which have this concept).static final String DATASET_CLAUSES
https://jira.blazegraph.com/browse/BLZG-1176
,
Constant Field ValuesCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.