public class DropQuery extends TargetedGraphManagementQuery<DropQuery>
Modifier and Type | Method and Description |
---|---|
protected void |
appendSilent(StringBuilder builder) |
protected String |
getQueryActionString() |
T |
silent()
Set the
SILENT option to true on this query |
T |
silent(boolean isSilent)
Specify if the
SILENT option should be on for this query |
all, def, getQueryString, graph, named
protected String getQueryActionString()
getQueryActionString
in class TargetedGraphManagementQuery<DropQuery>
public T silent()
SILENT
option to true on this querypublic T silent(boolean isSilent)
SILENT
option should be on for this queryisSilent
- if this should be a SILENT operation or notprotected void appendSilent(StringBuilder builder)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.