.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "RDF::Query::ExecutionContext 3pm" .TH RDF::Query::ExecutionContext 3pm "2017-01-04" "perl v5.24.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" RDF::Query::ExecutionContext \- Query execution context .SH "VERSION" .IX Header "VERSION" This document describes RDF::Query::ExecutionContext version 2.918. .SH "METHODS" .IX Header "METHODS" .ie n .IP """new ( model => $model, query => $query, bound => \e%bound )""" 4 .el .IP "\f(CWnew ( model => $model, query => $query, bound => \e%bound )\fR" 4 .IX Item "new ( model => $model, query => $query, bound => %bound )" .PD 0 .ie n .IP """copy ( %new_args )""" 4 .el .IP "\f(CWcopy ( %new_args )\fR" 4 .IX Item "copy ( %new_args )" .ie n .IP """pushstack""" 4 .el .IP "\f(CWpushstack\fR" 4 .IX Item "pushstack" .ie n .IP """popstack""" 4 .el .IP "\f(CWpopstack\fR" 4 .IX Item "popstack" .ie n .IP """model""" 4 .el .IP "\f(CWmodel\fR" 4 .IX Item "model" .ie n .IP """query""" 4 .el .IP "\f(CWquery\fR" 4 .IX Item "query" .ie n .IP """options""" 4 .el .IP "\f(CWoptions\fR" 4 .IX Item "options" .ie n .IP """bound""" 4 .el .IP "\f(CWbound\fR" 4 .IX Item "bound" .ie n .IP """bind_variable ( $varname => $node )""" 4 .el .IP "\f(CWbind_variable ( $varname => $node )\fR" 4 .IX Item "bind_variable ( $varname => $node )" .ie n .IP """base_uri""" 4 .el .IP "\f(CWbase_uri\fR" 4 .IX Item "base_uri" .ie n .IP """ns""" 4 .el .IP "\f(CWns\fR" 4 .IX Item "ns" .ie n .IP """logger""" 4 .el .IP "\f(CWlogger\fR" 4 .IX Item "logger" .ie n .IP """costmodel""" 4 .el .IP "\f(CWcostmodel\fR" 4 .IX Item "costmodel" .ie n .IP """requested_variables""" 4 .el .IP "\f(CWrequested_variables\fR" 4 .IX Item "requested_variables" .ie n .IP """optimize""" 4 .el .IP "\f(CWoptimize\fR" 4 .IX Item "optimize" .ie n .IP """strict_errors""" 4 .el .IP "\f(CWstrict_errors\fR" 4 .IX Item "strict_errors" .ie n .IP """optimistic_threshold_time""" 4 .el .IP "\f(CWoptimistic_threshold_time\fR" 4 .IX Item "optimistic_threshold_time" .ie n .IP """delegate""" 4 .el .IP "\f(CWdelegate\fR" 4 .IX Item "delegate" .PD .SH "AUTHOR" .IX Header "AUTHOR" .Vb 1 \& Gregory Todd Williams .Ve