Uses of Class
com.hp.hpl.jena.sdb.sql.SDBConnectionDesc

Packages that use SDBConnectionDesc
com.hp.hpl.jena.sdb   
com.hp.hpl.jena.sdb.assembler   
com.hp.hpl.jena.sdb.sql   
 

Uses of SDBConnectionDesc in com.hp.hpl.jena.sdb
 

Fields in com.hp.hpl.jena.sdb declared as SDBConnectionDesc
 SDBConnectionDesc StoreDesc.connDesc
           
 

Methods in com.hp.hpl.jena.sdb with parameters of type SDBConnectionDesc
static SDBConnection SDBFactory.createConnection(SDBConnectionDesc desc)
          Create a connection to a database from connection description.
static Connection SDBFactory.createSqlConnection(SDBConnectionDesc desc)
          Create JDBC connection associated with the SDB connection description.
 

Uses of SDBConnectionDesc in com.hp.hpl.jena.sdb.assembler
 

Methods in com.hp.hpl.jena.sdb.assembler that return SDBConnectionDesc
 SDBConnectionDesc SDBConnectionDescAssembler.open(com.hp.hpl.jena.assembler.Assembler a, com.hp.hpl.jena.rdf.model.Resource root, com.hp.hpl.jena.assembler.Mode mode)
           
 

Uses of SDBConnectionDesc in com.hp.hpl.jena.sdb.sql
 

Methods in com.hp.hpl.jena.sdb.sql that return SDBConnectionDesc
static SDBConnectionDesc SDBConnectionDesc.blank()
           
static SDBConnectionDesc SDBConnectionDesc.none()
           
static SDBConnectionDesc SDBConnectionDesc.read(com.hp.hpl.jena.rdf.model.Model m)
           
static SDBConnectionDesc SDBConnectionDesc.read(String filename)
           
 

Methods in com.hp.hpl.jena.sdb.sql with parameters of type SDBConnectionDesc
static SDBConnection SDBConnectionFactory.create(SDBConnectionDesc desc)
           
static Connection SDBConnectionFactory.createSqlConnection(SDBConnectionDesc desc)
          Create a new, plain JDBC SQL connection from the description.
 

Constructors in com.hp.hpl.jena.sdb.sql with parameters of type SDBConnectionDesc
DataSourceSDB(SDBConnectionDesc sdbConnDesc)
           
 



Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.