Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
RDF::Query::Plan::Construct - Executable query plan for constructing a graph from a set of variable bindings. VERSION
This document describes RDF::Query::Plan::Construct version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $plan, @triples )" "execute ( $execution_context )" "next" "close" "pattern" Returns the query plan that will be used to produce the variable bindings for constructing the new graph. "triples" Returns the triples that are to be used in constructing the new graph for each variable binding. "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 query plan appropriate for display on the command line. "graph ( $g )" "as_iterator ( $context )" Returns an RDF::Trine::Iterator object for the current (already executed) plan. AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Plan::Construct(3pm)

Check Out this Related Man Page

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

NAME
RDF::Query::Plan::SubSelect - Executable query plan for sub-select queries. VERSION
This document describes RDF::Query::Plan::SubSelect version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $query, [ \%logging_keys ] )" Returns a new SubSelect query plan object. "<$query"> is a RDF:Query object representing a SELECT query. "execute ( $execution_context )" "next" "close" "query" Returns the sub-select query object. "plan" Returns the sub-select query plan object. "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::SubSelect(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Migrating from NT to UNIX

I'm looking for a sample plan for migrating my OS from NT to UNIX that I can build a project plan on. Does anyone know of a resource? (2 Replies)
Discussion started by: llehew
2 Replies

2. Shell Programming and Scripting

Query string assingment for other variable in PERL

Hi friends, I want to use query string value to another variable but it gives following error when I use it with print out command, Insecure dependency in open while running with -T switch at C:/Program Files/Apache Group/Apache2/cgi-bin/cdr_findere.pl line 119. My code as follows, my... (0 Replies)
Discussion started by: maheshsri
0 Replies

3. UNIX for Dummies Questions & Answers

Writing a "for" loop

Hi All. I'm new to Unix, decided to embrace it finally, and am so impressed. As part of my learning plan, i've been set this question but i'm a bit stuck as to where to start! Set a variable called $X to the contents of a directory- and then using a "for" loop test each component to see... (6 Replies)
Discussion started by: Great Uncle Kip
6 Replies

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

5. UNIX for Dummies Questions & Answers

Redirect Query o/p to variable

Hi, I wanted to o/p the number of rows in a table to a variable in linux. How can i achieve this. I wrote the query and its settings like feedback, pagesize line size in a file and using this file as a parameter to the sqlplus command. now can i redirect the o/p of that query to a variable.... (2 Replies)
Discussion started by: Swapna173
2 Replies

6. Linux

recommendations for a Linux hosting plan?

I'd like to purchase a hosting plan, i found a $3.99 on webhost4life.org, any1 using the package before? (2 Replies)
Discussion started by: BestLinux
2 Replies

7. Shell Programming and Scripting

Query for replacing a string and keeping the non-replaced content

Hi experts, As i am a novice unix player...so need help for the below query...banged my head from quite a while...:confused: i have a set of html files, in which i need to search for string "Page"(case sensitive) and then replace the same with some numeric code ,say, "XXX1234". Here in... (2 Replies)
Discussion started by: rahulfhp
2 Replies

8. Shell Programming and Scripting

use $1 as variable name

Hello. My first post. I have values stored in my .zshrc file. These are unimportant but often required. The plan is to write a function (get()) to access the values and copy to the pasteboard as required. e.g.- EML='thisistricky2@yahoo.com.au' (this in .zshrc) want the function call get EML to... (5 Replies)
Discussion started by: thisistricky2
5 Replies

9. Shell Programming and Scripting

Trouble with sed and substituting a string with special characters in variable

Hey guys, I know that title is a mouthful - I'll try to better explain my struggles a little better... What I'm trying to do is: 1. Query a db and output to a file, a list of column data. 2. Then, for each line in this file, repeat these values but wrap them with: ITEM{ ... (3 Replies)
Discussion started by: ampsys
3 Replies

10. Shell Programming and Scripting

Multiple Query Results to Variables

Hello, I am very new to shell scripting and I am not sure of how best to handle the following scenario. I need to query a list of values from a table. I need to store those results and use them to selectively delete values in yet another table in a separate database. I do know how to store the... (3 Replies)
Discussion started by: flowervz
3 Replies

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

12. Web Development

MySQL Query to Build Mockup Vue.js UserCP Timeline Page

Here is the query (and some sample results) I plan to use to build a new timeline page in the mockup vue.js usercp I am working on. When the postid is the same as lastpostid, this means the timeline entry will be - "{{Member}} Started Discussion {{Thread Title}} at {{date and time}}" and when... (4 Replies)
Discussion started by: Neo
4 Replies