Class CopyQuery
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery<CopyQuery>
-
- org.eclipse.rdf4j.sparqlbuilder.core.query.CopyQuery
-
- All Implemented Interfaces:
QueryElement
public class CopyQuery extends DestinationSourceManagementQuery<CopyQuery>
A SPARQL COPY Query- See Also:
- SPARQL COPY query
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
appendSilent(StringBuilder builder)
protected String
getQueryActionString()
T
silent()
Set theSILENT
option to true on this queryT
silent(boolean isSilent)
Specify if theSILENT
option should be on for this query-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
from, from, fromDefault, fromDefault, getQueryString, to, to, toDefault, toDefault
-
-
-
-
Method Detail
-
getQueryActionString
protected String getQueryActionString()
- Specified by:
getQueryActionString
in classDestinationSourceManagementQuery<CopyQuery>
-
silent
public T silent()
Set theSILENT
option to true on this query- Returns:
- this query instance
-
silent
public T silent(boolean isSilent)
Specify if theSILENT
option should be on for this query- Parameters:
isSilent
- if this should be a SILENT operation or not- Returns:
- this query instance
-
appendSilent
protected void appendSilent(StringBuilder builder)
-
-