|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sdb.store.StoreFactory
public class StoreFactory
Construct Stores
| Constructor Summary | |
|---|---|
StoreFactory()
|
|
| Method Summary | |
|---|---|
static Store |
create(LayoutType layout,
DatabaseType dbType)
Create a store, based on the store description. |
static Store |
create(SDBConnection sdb,
LayoutType layout,
DatabaseType dbType)
Create a store, based on connection, layout type and database type. |
static Store |
create(StoreDesc desc)
Create a store, based on the store description. |
static Store |
create(StoreDesc desc,
SDBConnection sdb)
Create a store, based on the store description and connection. |
static Store |
create(String filename)
Create a store, based on the store description and connection information read from the file. |
static void |
register(DatabaseType dbType,
LayoutType layoutType,
StoreMaker factory)
Register a new store maker for a given database/layout pair. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoreFactory()
| Method Detail |
|---|
public static Store create(String filename)
filename -
public static Store create(SDBConnection sdb,
LayoutType layout,
DatabaseType dbType)
sdb - layout - dbType -
public static Store create(LayoutType layout,
DatabaseType dbType)
public static Store create(StoreDesc desc)
public static Store create(StoreDesc desc,
SDBConnection sdb)
public static void register(DatabaseType dbType,
LayoutType layoutType,
StoreMaker factory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||