virtuoso.jena.driver
Class VirtuosoQueryExecutionFactory

java.lang.Object
  extended by virtuoso.jena.driver.VirtuosoQueryExecutionFactory

public class VirtuosoQueryExecutionFactory
extends java.lang.Object


Method Summary
static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query, com.hp.hpl.jena.query.Dataset dataset)
           
static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query, com.hp.hpl.jena.query.Dataset dataset, com.hp.hpl.jena.query.QuerySolution initialBinding)
           
static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query, com.hp.hpl.jena.util.FileManager fm)
           
static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query, com.hp.hpl.jena.rdf.model.Model model)
           
static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query, com.hp.hpl.jena.query.QuerySolution initialBinding)
           
static VirtuosoQueryExecution create(com.hp.hpl.jena.query.Query query, VirtGraph graph)
           
static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr, com.hp.hpl.jena.query.Dataset dataset)
           
static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr, com.hp.hpl.jena.query.Dataset dataset, com.hp.hpl.jena.query.QuerySolution initialBinding)
           
static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr, com.hp.hpl.jena.util.FileManager fm)
           
static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr, com.hp.hpl.jena.rdf.model.Model model)
           
static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr, com.hp.hpl.jena.query.QuerySolution initialBinding)
           
static VirtuosoQueryExecution create(java.lang.String query, VirtGraph graph)
           
static com.hp.hpl.jena.query.QueryExecution sparqlService(java.lang.String service, com.hp.hpl.jena.query.Query query)
           
static com.hp.hpl.jena.query.QueryExecution sparqlService(java.lang.String service, com.hp.hpl.jena.query.Query query, java.util.List defaultGraphURIs, java.util.List namedGraphURIs)
           
static com.hp.hpl.jena.query.QueryExecution sparqlService(java.lang.String service, com.hp.hpl.jena.query.Query query, java.lang.String defaultGraph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static VirtuosoQueryExecution create(com.hp.hpl.jena.query.Query query,
                                            VirtGraph graph)

create

public static VirtuosoQueryExecution create(java.lang.String query,
                                            VirtGraph graph)

create

public static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query,
                                                          com.hp.hpl.jena.query.Dataset dataset)

create

public static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr,
                                                          com.hp.hpl.jena.query.Dataset dataset)

create

public static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query,
                                                          com.hp.hpl.jena.util.FileManager fm)

create

public static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr,
                                                          com.hp.hpl.jena.util.FileManager fm)

create

public static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query,
                                                          com.hp.hpl.jena.rdf.model.Model model)

create

public static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr,
                                                          com.hp.hpl.jena.rdf.model.Model model)

create

public static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query,
                                                          com.hp.hpl.jena.query.QuerySolution initialBinding)

create

public static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr,
                                                          com.hp.hpl.jena.query.QuerySolution initialBinding)

create

public static com.hp.hpl.jena.query.QueryExecution create(com.hp.hpl.jena.query.Query query,
                                                          com.hp.hpl.jena.query.Dataset dataset,
                                                          com.hp.hpl.jena.query.QuerySolution initialBinding)

create

public static com.hp.hpl.jena.query.QueryExecution create(java.lang.String queryStr,
                                                          com.hp.hpl.jena.query.Dataset dataset,
                                                          com.hp.hpl.jena.query.QuerySolution initialBinding)

sparqlService

public static com.hp.hpl.jena.query.QueryExecution sparqlService(java.lang.String service,
                                                                 com.hp.hpl.jena.query.Query query)

sparqlService

public static com.hp.hpl.jena.query.QueryExecution sparqlService(java.lang.String service,
                                                                 com.hp.hpl.jena.query.Query query,
                                                                 java.lang.String defaultGraph)

sparqlService

public static com.hp.hpl.jena.query.QueryExecution sparqlService(java.lang.String service,
                                                                 com.hp.hpl.jena.query.Query query,
                                                                 java.util.List defaultGraphURIs,
                                                                 java.util.List namedGraphURIs)