Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
RDF::Query::Plan::Minus - Executable query plan for minus operations. VERSION
This document describes RDF::Query::Plan::Minus version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $lhs, $rhs )" "execute ( $execution_context )" "next" "close" "lhs" Returns the left-hand-side plan to the join. "rhs" Returns the right-hand-side plan to the join. "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::Minus(3pm)

Check Out this Related 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)
Man Page

4 More Discussions You Might Find Interesting

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

2. What is on Your Mind?

401 Keg Plan

If you had purchased $1,000 of AIG stock one year ago, you would have about $40.00 left. With Lehman, you have about $6.00 left. With Fannie or Freddie, you would have less than $5.00 left. But, if you had purchased $1,000 worth of beer one year ago, and had drunk all of the beer, then turned... (4 Replies)
Discussion started by: Neo
4 Replies

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

4. Shell Programming and Scripting

Script Output

hi Gurus, Need help in getting the desired output. The source file can have multiple occurrences of a plan. Need to get distinct instance along with other columns. Please refer to attachment. INPUT P1,L1,XX,1,S1,Standard P2,L2,XX,2,S2,Standard P3,L3,XX,3,S3,Volume Discount... (3 Replies)
Discussion started by: r_t_1601
3 Replies