QueryResults-initialize: Initialize the QueryResults object.

initialize,QueryResults-methodR Documentation

Initialize the QueryResults object.

Description

The QueryResults object is initialized with the librdf query result from return value of 'Query.execute()'.

Usage

## S4 method for signature 'QueryResults'
initialize(.Object, results)

Arguments

.Object

the QueryResults object.

results

a librdf query result

Details

A QueryResults object is returned by the Query.executeQuery() method, so typically a user does not initialize a QueryResult object by calling new("QueryResult", ...)

Value

the QueryResults object


redland documentation built on May 29, 2024, 5:02 a.m.