Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
RDF::Query::Plan::Load - Executable query plan for LOAD operations. VERSION
This document describes RDF::Query::Plan::Load version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $url, $graph )" "execute ( $execution_context )" "next" "close" "url" Returns the URL to load data from. "namedgraph" Returns the optional graph name to load the data with. "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::Load(3pm)

Check Out this Related Man Page

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

NAME
RDF::Query::Plan::NamedGraph - Executable query plan for named graphs. VERSION
This document describes RDF::Query::Plan::NamedGraph version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $graph, $plan )" "execute ( $execution_context )" "next" "close" "graph" Returns the graph variable. "pattern" Returns the query plan that will be used with each named graph in the model. "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". AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Plan::NamedGraph(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

Load error

(2 Replies)
Discussion started by: musavir19
2 Replies

2. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 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. 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

5. UNIX for Dummies Questions & Answers

Load data into table by awk

Hi I am using below awk command to load text file data into table awk '/ n /{print "insert into lastlogon values("$1", "$3", "$4", "$5", "$6")"} ' userreport.txt but when I run its showing below O/P insert into lastlogon values(3er45, Mon, Feb, 17, 2014) insert into... (6 Replies)
Discussion started by: stew
6 Replies