1RDF::Query::Plan::Copy(U3s)er Contributed Perl DocumentatRiDoFn::Query::Plan::Copy(3)
2
3
4

NAME

6       RDF::Query::Plan::Copy - Executable query plan for COPY operations.
7

VERSION

9       This document describes RDF::Query::Plan::Copy version 2.918.
10

METHODS

12       Beyond the methods documented below, this class inherits methods from
13       the RDF::Query::Plan class.
14
15       "new ( $from, $to, $silent )"
16       "execute ( $execution_context )"
17       "next"
18       "close"
19       "from"
20           Returns the graph node which is to be copied.
21
22       "to"
23           Returns the graph node to which data is copied.
24
25       "silent"
26           Returns the silent flag.
27
28       "distinct"
29           Returns true if the pattern is guaranteed to return distinct
30           results.
31
32       "ordered"
33           Returns true if the pattern is guaranteed to return ordered
34           results.
35
36       "plan_node_name"
37           Returns the string name of this plan node, suitable for use in
38           serialization.
39
40       "plan_prototype"
41           Returns a list of scalar identifiers for the type of the content
42           (children) nodes of this plan node. See RDF::Query::Plan for a list
43           of the allowable identifiers.
44
45       "plan_node_data"
46           Returns the data for this plan node that corresponds to the values
47           described by the signature returned by "plan_prototype".
48
49       "graph ( $g )"
50       "is_update"
51           Returns true if the plan represents an update operation.
52

AUTHOR

54        Gregory Todd Williams <gwilliams@cpan.org>
55
56
57
58perl v5.30.0                      2019-07-26         RDF::Query::Plan::Copy(3)
Impressum