|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sdb.sql.SDBConnectionHolder
com.hp.hpl.jena.sdb.layout1.StoreBase1
public class StoreBase1
| Constructor Summary | |
|---|---|
StoreBase1(SDBConnection connection,
StoreDesc desc,
StoreFormatter formatter,
TupleLoaderSimple loader,
QueryCompilerFactory compilerF,
SQLBridgeFactory sqlBridgeF,
SQLGenerator sqlGenerator,
TableDescTriples tripleTable)
|
|
| Method Summary | |
|---|---|
void |
close()
Stores should be closed explicitly. |
StoreConfig |
getConfiguration()
Return the configuration of this Store |
SDBConnection |
getConnection()
Return the connection to the implementing database |
DatabaseType |
getDatabaseType()
Return the database type of the store |
LayoutType |
getLayoutType()
Return the layout type of the store |
StoreLoader |
getLoader()
Return the (bulk) loader |
TableDescNodes |
getNodeTableDesc()
Location of the nodes in the store (if meaningful) |
TableDescQuads |
getQuadTableDesc()
Where the named graphs are in is store |
QueryCompilerFactory |
getQueryCompilerFactory()
Return the producer of processors that turn SPARQL queries into SQL expressions |
long |
getSize()
Default implementation: get size of Triples table |
long |
getSize(com.hp.hpl.jena.graph.Node node)
Irrelevant for layout1 |
SQLBridgeFactory |
getSQLBridgeFactory()
Factory for SQL bridges for this store |
SQLGenerator |
getSQLGenerator()
Get the SQL-from-relational algebra generator |
StoreFormatter |
getTableFormatter()
Return the processor that creates the database tables |
TableDescTriples |
getTripleTableDesc()
Where the default graph is store |
boolean |
isClosed()
Has this store been closed? |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoreBase1(SDBConnection connection,
StoreDesc desc,
StoreFormatter formatter,
TupleLoaderSimple loader,
QueryCompilerFactory compilerF,
SQLBridgeFactory sqlBridgeF,
SQLGenerator sqlGenerator,
TableDescTriples tripleTable)
| Method Detail |
|---|
public SDBConnection getConnection()
Store
getConnection in interface Storepublic QueryCompilerFactory getQueryCompilerFactory()
Store
getQueryCompilerFactory in interface Storepublic SQLBridgeFactory getSQLBridgeFactory()
Store
getSQLBridgeFactory in interface Storepublic SQLGenerator getSQLGenerator()
Store
getSQLGenerator in interface Storepublic StoreFormatter getTableFormatter()
Store
getTableFormatter in interface Storepublic StoreLoader getLoader()
Store
getLoader in interface Storepublic StoreConfig getConfiguration()
Store
getConfiguration in interface Storepublic DatabaseType getDatabaseType()
Store
getDatabaseType in interface Storepublic LayoutType getLayoutType()
Store
getLayoutType in interface Storepublic void close()
Store
close in interface Storepublic boolean isClosed()
Store
isClosed in interface Storepublic long getSize()
getSize in interface Storepublic long getSize(com.hp.hpl.jena.graph.Node node)
getSize in interface Storepublic TableDescNodes getNodeTableDesc()
Store
getNodeTableDesc in interface Storepublic TableDescTriples getTripleTableDesc()
Store
getTripleTableDesc in interface Storepublic TableDescQuads getQuadTableDesc()
Store
getQuadTableDesc in interface Store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||