Class CopyQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery<CopyQuery>
org.eclipse.rdf4j.sparqlbuilder.core.query.CopyQuery
- All Implemented Interfaces:
QueryElement
A SPARQL COPY Query
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendSilent(StringBuilder builder) protected Stringsilent()Set theSILENToption to true on this querysilent(boolean isSilent) Specify if theSILENToption should be on for this queryMethods inherited from class DestinationSourceManagementQuery
from, from, fromDefault, fromDefault, getQueryString, to, to, toDefault, toDefaultModifier and TypeMethodDescriptionSpecify the query source graphSpecify that the source graph of this query should be the default graphfromDefault(boolean fromDefault) Specify if this query's source should be the default graphSpecify the query destination graphSpecify the query destination graphSpecify that the destination graph of this query should be the default graphtoDefault(boolean toDefault) Specify if this query's destination should be the default graph
-
Method Details
-
getQueryActionString
- Specified by:
getQueryActionStringin classDestinationSourceManagementQuery<CopyQuery>
-
silent
Set theSILENToption to true on this query- Returns:
- this query instance
-
silent
Specify if theSILENToption should be on for this query- Parameters:
isSilent- if this should be a SILENT operation or not- Returns:
- this query instance
-
appendSilent
-