Uses of Class
com.hp.hpl.jena.rdql.QueryResultsMem

Packages that use QueryResultsMem
com.hp.hpl.jena.rdql RDQL - A query language for Jena.  
 

Uses of QueryResultsMem in com.hp.hpl.jena.rdql
 

Methods in com.hp.hpl.jena.rdql with parameters of type QueryResultsMem
static boolean QueryResultsMem.equivalent(QueryResultsMem irs1, QueryResultsMem irs2)
          Are two result sets the same (isomorphic)?
 

Constructors in com.hp.hpl.jena.rdql with parameters of type QueryResultsMem
QueryResultsMem(QueryResultsMem imrs2)
          Create an in-memory result set from another one
QueryResultsMem(QueryResultsMem imrs2, boolean takeCopy)
          Create an in-memory result set from another one
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.