A B C E G I J M N P R S U V W

A

allocSymbol(String) - Static method in class com.hp.hpl.jena.sdb.SDB
 
annotateGeneratedSQL - Static variable in class com.hp.hpl.jena.sdb.SDB
 

B

BUILD_DATE - Static variable in class com.hp.hpl.jena.sdb.SDB
The date and time at which this release was built

C

close() - Method in interface com.hp.hpl.jena.sdb.Store
Stores should be closed explicitly.
com.hp.hpl.jena.sdb - package com.hp.hpl.jena.sdb
 
connDesc - Variable in class com.hp.hpl.jena.sdb.StoreDesc
 
connectDataset(Store) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the RDF dataset in a store.
connectDataset(StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the RDF dataset in a store.
connectDataset(SDBConnection, StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the RDF dataset in a store, using existing SDBConnection and a store description.
connectDataset(Connection, StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the RDF dataset in a store, using existing JDBC connection and a store description.
connectDataset(String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the RDF dataset in a store, based on a Store assembler file.
connectDefaultGraph(String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the default graph in a store, based on a Store assembler file.
connectDefaultGraph(StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the default graph in a store, based on a Store description.
connectDefaultGraph(Store) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the default graph in a store, based on a Store description.
connectDefaultModel(String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the default model in a store, using the store description in a file.
connectDefaultModel(StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the default model in a store
connectDefaultModel(Store) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the default model in a store
connectGraphStore(Store) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the store as a GraphStore
connectGraphStore(StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the store as a GraphStore.
connectGraphStore(SDBConnection, StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the store as a GraphStore, using existing SDBConnection and a store description.
connectGraphStore(Connection, StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the store as a GraphStore, using existing JDBC connection and a store description.
connectGraphStore(String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the store as a GraphStore, based on a Store assembler file.
connectNamedGraph(String, String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a named graph in a store, based on a store description file.
connectNamedGraph(StoreDesc, String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a named graph in a store, based on a store description.
connectNamedGraph(Store, String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a named graph in a store.
connectNamedGraph(String, Node) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a named graph in a store, based on a store description file.
connectNamedGraph(StoreDesc, Node) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a named graph in a store, based on a store description.
connectNamedGraph(Store, Node) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a named graph in a store.
connectNamedModel(StoreDesc, String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the named model in a store
connectNamedModel(Store, String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the named model in a store
connectNamedModel(String, String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the named model in a store
connectNamedModel(StoreDesc, Resource) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the named model in a store
connectNamedModel(Store, Resource) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the named model in a store
connectNamedModel(String, Resource) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to the named model in a store
connectStore(String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a store, based on store and connection descriptions in a file.
connectStore(StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a store, based on a store description.
connectStore(SDBConnection, StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a store, based on an existing SDB connection and a store description.
connectStore(Connection, StoreDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Connect to a store, based on an existing JDBC connection and a store description.
createConnection(String, String, String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Create a connection to a database.
createConnection(SDBConnectionDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Create a connection to a database from connection description.
createConnection(Connection) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Create a connection to a database from a JDBC connection.
createConnection(String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Create a connection to a database from connection description in a file.
createInMemoryStore() - Static method in class com.hp.hpl.jena.sdb.SDB
Create an H2-backed in-memory store for testing.
createSqlConnection(SDBConnectionDesc) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Create JDBC connection associated with the SDB connection description.
createSqlConnection(String) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Create JDBC connection associated with the SDB connection description in a file.
createSqlConnection(Model) - Static method in class com.hp.hpl.jena.sdb.SDBFactory
Create JDBC connection associated with the SDB connection description in a model.

E

engineType - Variable in class com.hp.hpl.jena.sdb.StoreDesc
MySQL specific

G

getConfiguration() - Method in interface com.hp.hpl.jena.sdb.Store
Return the configuration of this Store
getConnection() - Method in interface com.hp.hpl.jena.sdb.Store
Return the connection to the implementing database
getContext() - Static method in class com.hp.hpl.jena.sdb.SDB
 
getDatabaseType() - Method in interface com.hp.hpl.jena.sdb.Store
Return the database type of the store
getDbType() - Method in class com.hp.hpl.jena.sdb.StoreDesc
 
getGlobalPrefixMapping() - Static method in class com.hp.hpl.jena.sdb.SDB
 
getLayout() - Method in class com.hp.hpl.jena.sdb.StoreDesc
 
getLayoutType() - Method in interface com.hp.hpl.jena.sdb.Store
Return the layout type of the store
getLoader() - Method in interface com.hp.hpl.jena.sdb.Store
Return the (bulk) loader
getNodeTableDesc() - Method in interface com.hp.hpl.jena.sdb.Store
Location of the nodes in the store (if meaningful)
getQuadTableDesc() - Method in interface com.hp.hpl.jena.sdb.Store
Where the named graphs are in is store
getQueryCompilerFactory() - Method in interface com.hp.hpl.jena.sdb.Store
Return the producer of processors that turn SPARQL queries into SQL expressions
getSize() - Method in interface com.hp.hpl.jena.sdb.Store
Get the size of this store
getSize(Node) - Method in interface com.hp.hpl.jena.sdb.Store
Get the size of the graph corresponding to graphNode
getSQLBridgeFactory() - Method in interface com.hp.hpl.jena.sdb.Store
Factory for SQL bridges for this store
getSQLGenerator() - Method in interface com.hp.hpl.jena.sdb.Store
Get the SQL-from-relational algebra generator
getTableFormatter() - Method in interface com.hp.hpl.jena.sdb.Store
Return the processor that creates the database tables
getTripleTableDesc() - Method in interface com.hp.hpl.jena.sdb.Store
Where the default graph is store

I

init() - Static method in class com.hp.hpl.jena.sdb.SDB
 
isClosed() - Method in interface com.hp.hpl.jena.sdb.Store
Has this store been closed?

J

jdbcFetchSize - Static variable in class com.hp.hpl.jena.sdb.SDB
 
jdbcStream - Static variable in class com.hp.hpl.jena.sdb.SDB
Control/attempt JDBC streaming - mosty databases allow only one outstanding streaming request

M

MAJOR_VERSION - Static variable in class com.hp.hpl.jena.sdb.SDB
The major version number for this release of SDB (ie '2' for SDB 2.0)
MINOR_VERSION - Static variable in class com.hp.hpl.jena.sdb.SDB
The minor version number for this release of SDB (ie '0' for SDB 2.0)

N

NAME - Static variable in class com.hp.hpl.jena.sdb.SDB
The product name
namespace - Static variable in class com.hp.hpl.jena.sdb.SDB
SDB namespace

P

PATH - Static variable in class com.hp.hpl.jena.sdb.SDB
The root package name for SDB

R

rdbModelName - Variable in class com.hp.hpl.jena.sdb.StoreDesc
ModelRDB spefic
rdbModelType - Variable in class com.hp.hpl.jena.sdb.StoreDesc
 
read(String) - Static method in class com.hp.hpl.jena.sdb.StoreDesc
 
read(Model) - Static method in class com.hp.hpl.jena.sdb.StoreDesc
 
read(Resource) - Static method in class com.hp.hpl.jena.sdb.StoreDesc
 

S

SDB - Class in com.hp.hpl.jena.sdb
 
SDB() - Constructor for class com.hp.hpl.jena.sdb.SDB
 
SDBException - Exception in com.hp.hpl.jena.sdb
Root of all exceptions in SDB
SDBException() - Constructor for exception com.hp.hpl.jena.sdb.SDBException
 
SDBException(Throwable) - Constructor for exception com.hp.hpl.jena.sdb.SDBException
 
SDBException(String) - Constructor for exception com.hp.hpl.jena.sdb.SDBException
 
SDBException(String, Throwable) - Constructor for exception com.hp.hpl.jena.sdb.SDBException
 
SDBFactory - Class in com.hp.hpl.jena.sdb
Various operations to create or connect objects to do with SDB: SDBConnections, Stores, Models, Graphs.
SDBFactory() - Constructor for class com.hp.hpl.jena.sdb.SDBFactory
 
setDbType(DatabaseType) - Method in class com.hp.hpl.jena.sdb.StoreDesc
 
setLayout(LayoutType) - Method in class com.hp.hpl.jena.sdb.StoreDesc
 
Store - Interface in com.hp.hpl.jena.sdb
A Store is one RDF dataset instance - it is the unit of query.
StoreDesc - Class in com.hp.hpl.jena.sdb
 
StoreDesc(String, String) - Constructor for class com.hp.hpl.jena.sdb.StoreDesc
 
StoreDesc(String, String, FeatureSet) - Constructor for class com.hp.hpl.jena.sdb.StoreDesc
 
StoreDesc(LayoutType, DatabaseType) - Constructor for class com.hp.hpl.jena.sdb.StoreDesc
 
StoreDesc(LayoutType, DatabaseType, FeatureSet) - Constructor for class com.hp.hpl.jena.sdb.StoreDesc
 
streamGraphAPI - Static variable in class com.hp.hpl.jena.sdb.SDB
Control whether GraphSDB streams results to find - must ensure all Jena iterators are closed if this is set true
symbolPrefix - Static variable in class com.hp.hpl.jena.sdb.SDB
 
symbolSpace - Static variable in class com.hp.hpl.jena.sdb.SDB
 

U

unionDefaultGraph - Static variable in class com.hp.hpl.jena.sdb.SDB
 
useQuadRewrite - Static variable in class com.hp.hpl.jena.sdb.SDB
 

V

VERSION - Static variable in class com.hp.hpl.jena.sdb.SDB
The full name of the current SDB version
VERSION_STATUS - Static variable in class com.hp.hpl.jena.sdb.SDB
The version status for this release of SDB (eg '-beta1' or the empty string)

W

WEBSITE - Static variable in class com.hp.hpl.jena.sdb.SDB
The SDB web site : see also http://jena.sourceforge.net
whenRequiredByAssembler(AssemblerGroup) - Static method in class com.hp.hpl.jena.sdb.SDB
Used by Jena assemblers for registration

A B C E G I J M N P R S U V W

Copyright © 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP