Uses of Class
org.openanzo.common.rdb.container.RDBConnection

Packages that use RDBConnection
org.openanzo.common.rdb.container   
org.openanzo.common.rdb.container.query   
 

Uses of RDBConnection in org.openanzo.common.rdb.container
 

Methods in org.openanzo.common.rdb.container that return RDBConnection
 RDBConnection ContainerConnectionPool.acquireRDBConnection(int type)
          Get a RDBConnection from the pool
 RDBConnection RDBNamedGraphContainer.getWriteConnection()
          Get the writeConnection for this container
 

Methods in org.openanzo.common.rdb.container with parameters of type RDBConnection
 void ContainerConnectionPool.releaseRDBConnection(RDBConnection connection)
          Release a RDBConnection to the pool
 

Uses of RDBConnection in org.openanzo.common.rdb.container.query
 

Methods in org.openanzo.common.rdb.container.query that return RDBConnection
 RDBConnection RdbSolutionGenerator.getContainer()
          Get the RDBConnection for this solution generator
 

Methods in org.openanzo.common.rdb.container.query with parameters of type RDBConnection
static java.lang.Iterable<Quad> FindInferred.findStatements(RDBConnection container, org.openrdf.model.Resource subj, org.openrdf.model.URI prop, org.openrdf.model.Value obj, java.lang.Long namedGraphId, int metadataGraph, java.lang.String graphTable)
          Find statements in container that match pattern.
static java.lang.Iterable<Quad> FindInferred.findStatements(RDBConnection container, org.openrdf.model.Resource subj, org.openrdf.model.URI prop, org.openrdf.model.Value obj, org.openrdf.model.Resource... contexts)
          Find all statements in container that match the provided parameters
static java.lang.Iterable<Quad> FindInferred.findStatementsInferred(RDBConnection container, org.openrdf.model.Resource subj, org.openrdf.model.URI prop, org.openrdf.model.Value obj, java.lang.Long namedGraphId, int metadataGraph, java.lang.String graphTable, org.openrdf.model.Resource ontology)
          Find statements in container that match pattern.
static java.lang.Iterable<Quad> FindInferred.findStatementsInferred(RDBConnection container, org.openrdf.model.Resource subj, org.openrdf.model.URI prop, org.openrdf.model.Value obj, org.openrdf.model.Resource[] contexts, org.openrdf.model.Resource ontology)
          Find all statements in container that match the provided parameters including inferred statements
 void RdbSolutionGeneratorFactory.setNodeCentricNamedGraphContainer(RDBConnection container)
          Set the container for the factory
 

Constructors in org.openanzo.common.rdb.container.query with parameters of type RDBConnection
RdbBGPQuery(RDBConnection container, NodeConverter converter, QueryInformation queryInformation)
          Create a new RdbBGPQuery
RdbSolutionGenerator(RDBConnection container)
          Create a new RdbSolutionGenerator for data contained in the provided container
RdbSolutionGeneratorFactory(RDBConnection container)
          Create new RdbSolutionGeneratorFactory for the given container
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.