RDF::Query::Plan::Update(3pm) User Contributed Perl Documentation RDF::Query::Plan::Update(3pm)NAME
RDF::Query::Plan::Update - Executable query plan for DELETE/INSERT operations.
VERSION
This document describes RDF::Query::Plan::Update version 2.908.
METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class.
"new ( $delete_template, $insert_template, $pattern, \%dataset )"
"execute ( $execution_context )"
"next"
"close"
"delete_template"
Returns the algebra object representing the RDF template to delete.
"insert_template"
Returns the algebra object representing the RDF template to insert.
"pattern"
Returns the pattern plan object.
"dataset"
Returns the dataset HASH reference.
"distinct"
Returns true if the pattern is guaranteed to return distinct results.
"ordered"
Returns true if the pattern is guaranteed to return ordered results.
"plan_node_name"
Returns the string name of this plan node, suitable for use in serialization.
"plan_prototype"
Returns a list of scalar identifiers for the type of the content (children) nodes of this plan node. See RDF::Query::Plan for a list of
the allowable identifiers.
"plan_node_data"
Returns the data for this plan node that corresponds to the values described by the signature returned by "plan_prototype".
"explain"
Returns a string serialization of the algebra appropriate for display on the command line.
"graph ( $g )"
"is_update"
Returns true if the plan represents an update operation.
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org>
perl v5.14.2 2012-01-31 RDF::Query::Plan::Update(3pm)
Check Out this Related Man Page
RDF::Query::Plan::Copy(3pm) User Contributed Perl Documentation RDF::Query::Plan::Copy(3pm)NAME
RDF::Query::Plan::Copy - Executable query plan for COPY operations.
VERSION
This document describes RDF::Query::Plan::Copy version 2.908.
METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class.
"new ( $from, $to, $silent )"
"execute ( $execution_context )"
"next"
"close"
"from"
Returns the graph node which is to be copied.
"to"
Returns the graph node to which data is copied.
"silent"
Returns the silent flag.
"distinct"
Returns true if the pattern is guaranteed to return distinct results.
"ordered"
Returns true if the pattern is guaranteed to return ordered results.
"plan_node_name"
Returns the string name of this plan node, suitable for use in serialization.
"plan_prototype"
Returns a list of scalar identifiers for the type of the content (children) nodes of this plan node. See RDF::Query::Plan for a list of
the allowable identifiers.
"plan_node_data"
Returns the data for this plan node that corresponds to the values described by the signature returned by "plan_prototype".
"graph ( $g )"
"is_update"
Returns true if the plan represents an update operation.
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org>
perl v5.14.2 2012-01-31 RDF::Query::Plan::Copy(3pm)
hi guys,
i have a directory.inside that so many directories and files are there.i want to search the complete directory for a pattern in all the .txt files.if i will find that pattern then i want to delete that pattern from that file.
please help me out.
i want it urgent (18 Replies)
I need to extract strings from a file.
The file contains data like:
Plan ABCD
IN-+-172BB---118C2C---GGN_342-+-MM77_23--+-LAS24_3|GGK_774
| | \-LAS24_2|GGN_774
| +-AA_800_1-+-BAS_000|GGK_362
| | \-BAS_001|GGK_360
| \-DD_000T1---DAM_001|STEEL_0
Plan SHELL_1... (3 Replies)
Hello masters,
Please help on the following.
I have a tab delimited file with subfields space delimited.
1 a b x y hhghd ghgf
2 v t f g gdgdgdg hghg
I have 3 lookup table files tab delimited, for fields 2,3 and 4 respectively
Lookup2
a 10
b 20
v 30
t 40
Lookup3 (12 Replies)
hi team
With below results in Db2 v10.5 . Please refer column A and B are same,while Staus column defers with distinct values .
A B STATUS
Insert Update Old
Insert Update New
Insert Update Final
Can someone guide how to... (2 Replies)