1RDF::Query::Plan::UpdatUes(e3r)Contributed Perl DocumentRaDtFi:o:nQuery::Plan::Update(3)
2
3
4

NAME

6       RDF::Query::Plan::Update - Executable query plan for DELETE/INSERT
7       operations.
8

VERSION

10       This document describes RDF::Query::Plan::Update version 2.918.
11

METHODS

13       Beyond the methods documented below, this class inherits methods from
14       the RDF::Query::Plan class.
15
16       "new ( $delete_template, $insert_template, $pattern, \%dataset )"
17       "execute ( $execution_context )"
18       "next"
19       "close"
20       "delete_template"
21           Returns the algebra object representing the RDF template to delete.
22
23       "insert_template"
24           Returns the algebra object representing the RDF template to insert.
25
26       "pattern"
27           Returns the pattern plan object.
28
29       "dataset"
30           Returns the dataset HASH reference.
31
32       "distinct"
33           Returns true if the pattern is guaranteed to return distinct
34           results.
35
36       "ordered"
37           Returns true if the pattern is guaranteed to return ordered
38           results.
39
40       "plan_node_name"
41           Returns the string name of this plan node, suitable for use in
42           serialization.
43
44       "plan_prototype"
45           Returns a list of scalar identifiers for the type of the content
46           (children) nodes of this plan node. See RDF::Query::Plan for a list
47           of the allowable identifiers.
48
49       "plan_node_data"
50           Returns the data for this plan node that corresponds to the values
51           described by the signature returned by "plan_prototype".
52
53       "explain"
54           Returns a string serialization of the algebra appropriate for
55           display on the command line.
56
57       "graph ( $g )"
58       "is_update"
59           Returns true if the plan represents an update operation.
60

AUTHOR

62        Gregory Todd Williams <gwilliams@cpan.org>
63
64
65
66perl v5.30.0                      2019-07-26       RDF::Query::Plan::Update(3)
Impressum