Class DestinationSourceManagementQuery<T extends DestinationSourceManagementQuery<T>>
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery<DestinationSourceManagementQuery<T>>
org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery<T>
- Type Parameters:
T
- the type of the query; used to support fluency
- All Implemented Interfaces:
QueryElement
public abstract class DestinationSourceManagementQuery<T extends DestinationSourceManagementQuery<T>>
extends GraphManagementQuery<DestinationSourceManagementQuery<T>>
A SPARQL Update Query that has a source and a destination
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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 graphprotected abstract String
Specify 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 graphMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery
appendSilent, silent, silent
-
Field Details
-
DEFAULT
- See Also:
-
TO
- See Also:
-
from
-
to
-
fromDefault
private boolean fromDefault -
toDefault
private boolean toDefault
-
-
Constructor Details
-
DestinationSourceManagementQuery
public DestinationSourceManagementQuery()
-
-
Method Details
-
from
Specify the query source graph- Parameters:
from
- the Iri identifying the source graph- Returns:
- this query instance
-
from
-
to
Specify the query destination graph- Parameters:
to
- the Iri identifying the destination graph- Returns:
- this query instance
-
to
Specify the query destination graph- Parameters:
to
- the Iri identifying the destination graph- Returns:
- this query instance
-
fromDefault
Specify that the source graph of this query should be the default graph- Returns:
- this query instance
-
fromDefault
Specify if this query's source should be the default graph- Parameters:
fromDefault
- if this query's source should be the default graph- Returns:
- this query instance
-
toDefault
Specify that the destination graph of this query should be the default graph- Returns:
- this query instance
-
toDefault
Specify if this query's destination should be the default graph- Parameters:
toDefault
- if this query's destination should be the default graph- Returns:
- this query instance
-
getQueryActionString
-
getQueryString
- Returns:
- the String representing the SPARQL syntax of this element
-