Uses of Interface
org.openrdf.elmo.ElmoQuery

Packages that use ElmoQuery
org.openrdf.elmo   
org.openrdf.elmo.sesame Implements the Elmo API for the Sesame RDF Repository. 
 

Uses of ElmoQuery in org.openrdf.elmo
 

Methods in org.openrdf.elmo that return ElmoQuery
 ElmoQuery ElmoManager.createQuery(String query)
          Creates an ElmoQuery to evaluate the query string.
 ElmoQuery ElmoQuery.setFirstResult(int startPosition)
          Skips to the startPosition of the results.
 ElmoQuery ElmoQuery.setMaxResults(int maxResult)
          Terminates the result list after reading maxResult
 ElmoQuery ElmoQuery.setParameter(String name, Object value)
          Assigns an entity or literal to the given name.
 ElmoQuery ElmoQuery.setParameter(String name, String label, Locale locale)
          Binds a literal with no type and a language of locale.
 ElmoQuery ElmoQuery.setQName(String name, QName qname)
          Assigns entity by name to the given parameter name.
 ElmoQuery ElmoQuery.setType(String name, Class<?> concept)
          Assigns a concept to the given name.
 

Uses of ElmoQuery in org.openrdf.elmo.sesame
 

Classes in org.openrdf.elmo.sesame that implement ElmoQuery
 class SesameQuery
          Implements ElmoQuery for use with SesameManager.
 

Methods in org.openrdf.elmo.sesame that return ElmoQuery
 ElmoQuery SesameQuery.setParameter(String name, String label, Locale locale)
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.