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

Packages that use SDBConnection
com.hp.hpl.jena.sdb   
com.hp.hpl.jena.sdb.graph   
com.hp.hpl.jena.sdb.layout1   
com.hp.hpl.jena.sdb.layout2   
com.hp.hpl.jena.sdb.layout2.hash   
com.hp.hpl.jena.sdb.layout2.index   
com.hp.hpl.jena.sdb.sql   
com.hp.hpl.jena.sdb.store   
com.hp.hpl.jena.sdb.util   
sdb.cmd   
 

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

Methods in com.hp.hpl.jena.sdb that return SDBConnection
static SDBConnection SDBFactory.createConnection(Connection conn)
          Create a connection to a database from a JDBC connection.
static SDBConnection SDBFactory.createConnection(SDBConnectionDesc desc)
          Create a connection to a database from connection description.
static SDBConnection SDBFactory.createConnection(String configFile)
          Create a connection to a database from connection description in a file.
static SDBConnection SDBFactory.createConnection(String jdbcURL, String user, String password)
          Create a connection to a database.
 SDBConnection Store.getConnection()
          Return the connection to the implementing database
 

Methods in com.hp.hpl.jena.sdb with parameters of type SDBConnection
static com.hp.hpl.jena.query.Dataset SDBFactory.connectDataset(SDBConnection sdbConnection, StoreDesc desc)
          Connect to the RDF dataset in a store, using existing SDBConnection and a store description.
static com.hp.hpl.jena.update.GraphStore SDBFactory.connectGraphStore(SDBConnection sdbConnection, StoreDesc desc)
          Connect to the store as a GraphStore, using existing SDBConnection and a store description.
static Store SDBFactory.connectStore(SDBConnection sdbConnection, StoreDesc desc)
          Connect to a store, based on an existing SDB connection and a store description.
 

Uses of SDBConnection in com.hp.hpl.jena.sdb.graph
 

Methods in com.hp.hpl.jena.sdb.graph that return SDBConnection
 SDBConnection GraphSDB.getConnection()
           
 

Constructors in com.hp.hpl.jena.sdb.graph with parameters of type SDBConnection
PrefixMappingSDB(String graphURI, SDBConnection sdb)
           
TransactionHandlerSDB(SDBConnection connection)
           
 

Uses of SDBConnection in com.hp.hpl.jena.sdb.layout1
 

Methods in com.hp.hpl.jena.sdb.layout1 that return SDBConnection
 SDBConnection StoreBase1.getConnection()
           
static SDBConnection StoreRDB.makeSDBConnection(com.hp.hpl.jena.db.ModelRDB model)
           
 

Constructors in com.hp.hpl.jena.sdb.layout1 with parameters of type SDBConnection
FormatterSimple(SDBConnection connection)
           
FormatterSimpleDB2(SDBConnection connection)
           
FormatterSimpleDerby(SDBConnection connection)
           
FormatterSimpleH2(SDBConnection connection)
           
FormatterSimpleHSQL(SDBConnection connection)
           
FormatterSimpleMySQL(SDBConnection connection, MySQLEngineType tableType)
           
FormatterSimpleOracle(SDBConnection connection)
           
FormatterSimplePGSQL(SDBConnection connection)
           
FormatterSimpleSQLServer(SDBConnection connection)
           
StoreBase1(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, TupleLoaderSimple loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator, TableDescTriples tripleTable)
           
StoreSimpleDB2(SDBConnection connection, StoreDesc desc)
           
StoreSimpleDerby(SDBConnection connection, StoreDesc desc)
           
StoreSimpleH2(SDBConnection connection, StoreDesc desc)
           
StoreSimpleHSQL(SDBConnection sdb, StoreDesc desc)
           
StoreSimpleMySQL(SDBConnection connection, StoreDesc desc)
           
StoreSimpleMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType engineType)
           
StoreSimpleOracle(SDBConnection connection, StoreDesc desc)
           
StoreSimplePGSQL(SDBConnection connection, StoreDesc desc)
           
StoreSimpleSQLServer(SDBConnection connection, StoreDesc desc)
           
TupleLoaderSimple(SDBConnection connection, TableDesc tableDesc, EncoderDecoder codec)
           
 

Uses of SDBConnection in com.hp.hpl.jena.sdb.layout2
 

Methods in com.hp.hpl.jena.sdb.layout2 that return SDBConnection
 SDBConnection StoreBase.getConnection()
           
 

Constructors in com.hp.hpl.jena.sdb.layout2 with parameters of type SDBConnection
FmtLayout2(SDBConnection connection)
           
LoaderTuplesNodes(SDBConnection connection, Class<? extends TupleLoader> tupleLoaderClass)
           
StoreBase(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator, TableDescTriples tripleTableDesc, TableDescQuads quadTableDesc, TableDescNodes nodeTableDesc)
           
TupleLoaderBase(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
 

Uses of SDBConnection in com.hp.hpl.jena.sdb.layout2.hash
 

Methods in com.hp.hpl.jena.sdb.layout2.hash with parameters of type SDBConnection
static long StoreBaseHash.getSize(SDBConnection connection, TableDescQuads tableDescQuads, com.hp.hpl.jena.graph.Node node)
           
 

Constructors in com.hp.hpl.jena.sdb.layout2.hash with parameters of type SDBConnection
FmtLayout2HashDB2(SDBConnection connection)
           
FmtLayout2HashDerby(SDBConnection connection)
           
FmtLayout2HashH2(SDBConnection connection)
           
FmtLayout2HashHSQL(SDBConnection connection)
           
FmtLayout2HashMySQL(SDBConnection connection, MySQLEngineType tableType)
           
FmtLayout2HashOracle(SDBConnection connection)
           
FmtLayout2HashPGSQL(SDBConnection connection)
           
FmtLayout2HashSQLServer(SDBConnection connection)
           
StoreBaseHash(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator)
           
StoreTriplesNodesHashDB2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashDerby(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashH2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashHSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashMySQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType tableType)
           
StoreTriplesNodesHashOracle(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashPGSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashSQLServer(SDBConnection connection, StoreDesc desc)
           
TupleLoaderHashBase(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashDB2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashDerby(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashH2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashHSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashMySQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashOracle(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashPGSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashSQLServer(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderOneHash(SDBConnection connection)
           
TupleLoaderOneHash(SDBConnection connection, TableDesc tableDesc)
           
 

Uses of SDBConnection in com.hp.hpl.jena.sdb.layout2.index
 

Methods in com.hp.hpl.jena.sdb.layout2.index with parameters of type SDBConnection
static long StoreBaseIndex.getSize(SDBConnection connection, TableDescQuads tableDescQuads, com.hp.hpl.jena.graph.Node node)
           
 

Constructors in com.hp.hpl.jena.sdb.layout2.index with parameters of type SDBConnection
FmtLayout2IndexDB2(SDBConnection connection)
           
FmtLayout2IndexDerby(SDBConnection connection)
           
FmtLayout2IndexH2(SDBConnection connection)
           
FmtLayout2IndexHSQL(SDBConnection connection)
           
FmtLayout2IndexMySQL(SDBConnection connection, MySQLEngineType tableType)
           
FmtLayout2IndexOracle(SDBConnection connection)
           
FmtLayout2IndexPGSQL(SDBConnection connection)
           
FmtLayout2IndexSQLServer(SDBConnection connection)
           
StoreBaseIndex(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator)
           
StoreTriplesNodesIndexDB2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexDerby(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexH2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexHSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexMySQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType tableType)
           
StoreTriplesNodesIndexOracle(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexPGSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexSQLServer(SDBConnection connection, StoreDesc desc)
           
TupleLoaderIndexBase(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexDB2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexDerby(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexH2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexHSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexMySQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexOracle(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexPGSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexSQLServer(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderOneIndex(SDBConnection connection)
           
TupleLoaderOneIndex(SDBConnection connection, TableDesc tableDesc)
           
 

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

Methods in com.hp.hpl.jena.sdb.sql that return SDBConnection
static SDBConnection SDBConnectionFactory.create(Connection sqlConnection)
           
static SDBConnection SDBConnectionFactory.create(SDBConnectionDesc desc)
           
static SDBConnection SDBConnectionFactory.create(String configFile)
           
static SDBConnection SDBConnectionFactory.create(String url, String user, String password)
           
static SDBConnection SDBConnection.none()
           
 

Methods in com.hp.hpl.jena.sdb.sql with parameters of type SDBConnection
static void TableUtils.dropTable(SDBConnection connection, String tableName)
           
static void TableUtils.dropTableSilent(SDBConnection connection, String tableName)
           
static void TableUtils.dump(SDBConnection conn, String tableName)
           
 

Uses of SDBConnection in com.hp.hpl.jena.sdb.store
 

Methods in com.hp.hpl.jena.sdb.store with parameters of type SDBConnection
static Store StoreFactory.create(SDBConnection sdb, LayoutType layout, DatabaseType dbType)
          Create a store, based on connection, layout type and database type.
 Store StoreMaker.create(SDBConnection conn, StoreDesc desc)
          Make a new store object
static Store StoreFactory.create(StoreDesc desc, SDBConnection sdb)
          Create a store, based on the store description and connection.
 

Constructors in com.hp.hpl.jena.sdb.store with parameters of type SDBConnection
StoreBaseH2(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, TableDescTriples tripleTableDesc, TableDescQuads quadTableDesc, TableDescNodes nodeTableDesc)
           
StoreBaseHSQL(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, TableDescTriples tripleTableDesc, TableDescQuads quadTableDesc, TableDescNodes nodeTableDesc)
           
StoreConfig(SDBConnection sdb)
           
StoreFormatterBase(SDBConnection connection)
           
TupleLoaderOne(SDBConnection connection)
           
TupleLoaderOne(SDBConnection connection, TableDesc tableDesc)
           
 

Uses of SDBConnection in com.hp.hpl.jena.sdb.util
 

Methods in com.hp.hpl.jena.sdb.util with parameters of type SDBConnection
static void H2Utils.checkpoint(SDBConnection sdb)
           
static void HSQLUtils.checkpoint(SDBConnection sdb)
           
static void H2Utils.shutdown(SDBConnection sdb)
           
static void HSQLUtils.shutdown(SDBConnection sdb)
           
 

Uses of SDBConnection in sdb.cmd
 

Methods in sdb.cmd that return SDBConnection
 SDBConnection ModStore.getConnection()
           
 



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