All Superinterfaces:
PlanBuilder.Plan ,
PlanBuilderBase.PlanBase ,
RawPlan
public interface RawSPARQLSelectPlan extends RawPlan
A Raw SPARQL Select Plan provides access to a
plan expressed as a SPARQL SELECT statement. A SPARQL query can
only represent a subset of the capabilities of a plan.
Method Summary
All Methods Instance Methods Abstract Methods
Returns the handle for the text of the SPARQL
query.
void
Specifies the handle for the text of the SPARQL
query.
Assigns the handle and returns the raw plan as a
convenience.
Methods inherited from
interface com.marklogic.client.expression.PlanBuilderBase.PlanBase
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam ,
bindParam
Method Details
getHandle
Returns the handle for the text of the SPARQL
query.
Returns:
the text handle for the SPARQL query
setHandle
Specifies the handle for the text of the SPARQL
query.
Parameters:
handle - the text handle for the SPARQL query
withHandle
Assigns the handle and returns the raw plan as a
convenience.
Parameters:
handle - the text handle for the SPARQL query
Returns:
this raw plan object
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.