Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

RDF::Query::Plan::Clear(3pm)				User Contributed Perl Documentation			      RDF::Query::Plan::Clear(3pm)

NAME
RDF::Query::Plan::Clear - Executable query plan for CLEAR operations. VERSION
This document describes RDF::Query::Plan::Clear version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $graph )" "execute ( $execution_context )" "next" "close" "namedgraph" Returns the graph node which is to be cleared. "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::Clear(3pm)

Check Out this Related Man Page

RDF::Query::Plan::ThresholdUnion(3pm)			User Contributed Perl Documentation		     RDF::Query::Plan::ThresholdUnion(3pm)

NAME
RDF::Query::Plan::ThresholdUnion - Executable query plan for unions. VERSION
This document describes RDF::Query::Plan::ThresholdUnion version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $time, @plans )" "execute ( $execution_context )" "next" "close" "children" "threshold_time" "optimistic" "default" "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 )" AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Plan::ThresholdUnion(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

A Doozy of a problem for me

I have a report I need to format into a nice looking fixed length for each column of output The report looks like this 1. First Query Title First Query syntax (select * from tablea) column1a ,column2a ROWDATA....... ROWDATA....... ROWDATA ...... 2. Second Query Title ... (3 Replies)
Discussion started by: zilla30066
3 Replies

2. Shell Programming and Scripting

First Script: Query every table with column xxx.

Hi all, Im new to scripting and have no idea how to start this. Recently I had to Query an Oracle database to find a count(distinct version) from every single table inside. I want to write this up into a script for the future. I have a template to connect to the database, so that is not the... (1 Reply)
Discussion started by: Iniquity
1 Replies

3. UNIX for Dummies Questions & Answers

Clear Case views on UNIX

Friends, I was asked to work on Clear Case after setting up. For this created a dynamic view by using the command, 'cleartool mkview -tag <view name> -stgloc viewstg'. Now I am not sure how to proceed further :-( May I request you to help me out in continuing further. I have a deadline in... (1 Reply)
Discussion started by: mmohan
1 Replies

4. Shell Programming and Scripting

Very Urgent Query... PLease help me

Dear All, I need an output file in a way as described below the above data should be static i.e. will remain the same and the second feild will print a value comming from another script as per time (please note script will be scheduled for 30 min interval in crontab, so it will run at... (1 Reply)
Discussion started by: jojo123
1 Replies

5. What is on Your Mind?

Plan to Buy a New Laptop

It is time for me to buy a new laptop computer and i was searching the net for the last few days looking for one. The results haven't really been satisfying and i thought you might have information i lack - if so, i'd be grateful for sharing it with me and the probably interested audience. What... (22 Replies)
Discussion started by: bakunin
22 Replies

6. 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