1RDF::Query::Plan::ClearU(s3e)r Contributed Perl DocumentaRtDiFo:n:Query::Plan::Clear(3)
2
3
4
6 RDF::Query::Plan::Clear - Executable query plan for CLEAR operations.
7
9 This document describes RDF::Query::Plan::Clear version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Plan class.
14
15 "new ( $graph )"
16 "execute ( $execution_context )"
17 "next"
18 "close"
19 "namedgraph"
20 Returns the graph node which is to be cleared.
21
22 "distinct"
23 Returns true if the pattern is guaranteed to return distinct
24 results.
25
26 "ordered"
27 Returns true if the pattern is guaranteed to return ordered
28 results.
29
30 "plan_node_name"
31 Returns the string name of this plan node, suitable for use in
32 serialization.
33
34 "plan_prototype"
35 Returns a list of scalar identifiers for the type of the content
36 (children) nodes of this plan node. See RDF::Query::Plan for a list
37 of the allowable identifiers.
38
39 "plan_node_data"
40 Returns the data for this plan node that corresponds to the values
41 described by the signature returned by "plan_prototype".
42
43 "graph ( $g )"
44 "is_update"
45 Returns true if the plan represents an update operation.
46
48 Gregory Todd Williams <gwilliams@cpan.org>
49
50
51
52perl v5.38.0 2023-07-21 RDF::Query::Plan::Clear(3)