Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdf::query::plan::update(3pm) [debian man page]

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)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

prom in deleting a pattern

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)
Discussion started by: suvendu4urs
18 Replies

2. UNIX for Dummies Questions & Answers

Extraction of strings from a file, after pattern matching

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)
Discussion started by: abkush
3 Replies

3. Shell Programming and Scripting

Lookup subfields from 3 tables and insert

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)
Discussion started by: ritakadm
12 Replies

4. Programming

DB Query for Pivot

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)
Discussion started by: Perlbaby
2 Replies