Franz Inc, AllegroGraph

Uses of Class
com.franz.agraph.repository.AGRepositoryConnection

Packages that use AGRepositoryConnection
com.franz.agraph.jena Implementation of the Jena RDF API 2.11.1 with extensions for AllegroGraph features. 
com.franz.agraph.pool Connection pool implementation for AllegroGraph. 
com.franz.agraph.repository Implementation of the OpenRDF Sesame API 2.7.11 with extensions for AllegroGraph features. 
 

Uses of AGRepositoryConnection in com.franz.agraph.jena
 

Methods in com.franz.agraph.jena that return AGRepositoryConnection
 AGRepositoryConnection AGGraphMaker.getRepositoryConnection()
           
 

Constructors in com.franz.agraph.jena with parameters of type AGRepositoryConnection
AGGraphMaker(AGRepositoryConnection conn)
           
AGGraphMaker(AGRepositoryConnection conn, com.hp.hpl.jena.shared.ReificationStyle style)
           
 

Uses of AGRepositoryConnection in com.franz.agraph.pool
 

Methods in com.franz.agraph.pool that return AGRepositoryConnection
 AGRepositoryConnection AGConnPool.borrowConnection()
           
 

Uses of AGRepositoryConnection in com.franz.agraph.repository
 

Methods in com.franz.agraph.repository that return AGRepositoryConnection
 AGRepositoryConnection AGAbstractRepository.getConnection()
           
 AGRepositoryConnection AGVirtualRepository.getConnection()
           
 AGRepositoryConnection AGRepository.getConnection()
          Create a connection to the repository.
 

Constructors in com.franz.agraph.repository with parameters of type AGRepositoryConnection
AGBooleanQuery(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
          Creates an AGBooleanQuery instance for a given connection.
AGFreetextQuery(AGRepositoryConnection conn)
           
AGGraphQuery(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
          Creates an AGGraphQuery instance for the given connection.
AGQuery(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
           
AGTupleQuery(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
           
AGUpdate(AGRepositoryConnection con, org.openrdf.query.QueryLanguage ql, String queryString, String baseURI)
          Creates an AGUpdate instance for a given connection.
AGValueFactory(AGRepository repository, AGRepositoryConnection conn)
           
 


Copyright © 2008-2012 Franz Inc.