|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutType | |
|---|---|
| com.hp.hpl.jena.sdb | |
| com.hp.hpl.jena.sdb.layout1 | |
| com.hp.hpl.jena.sdb.layout2 | |
| com.hp.hpl.jena.sdb.store | |
| Uses of LayoutType in com.hp.hpl.jena.sdb |
|---|
| Methods in com.hp.hpl.jena.sdb that return LayoutType | |
|---|---|
LayoutType |
StoreDesc.getLayout()
|
LayoutType |
Store.getLayoutType()
Return the layout type of the store |
| Methods in com.hp.hpl.jena.sdb with parameters of type LayoutType | |
|---|---|
void |
StoreDesc.setLayout(LayoutType layout)
|
| Constructors in com.hp.hpl.jena.sdb with parameters of type LayoutType | |
|---|---|
StoreDesc(LayoutType layout,
DatabaseType dbType)
|
|
StoreDesc(LayoutType layout,
DatabaseType dbType,
FeatureSet featureSet)
|
|
| Uses of LayoutType in com.hp.hpl.jena.sdb.layout1 |
|---|
| Methods in com.hp.hpl.jena.sdb.layout1 that return LayoutType | |
|---|---|
LayoutType |
StoreBase1.getLayoutType()
|
| Uses of LayoutType in com.hp.hpl.jena.sdb.layout2 |
|---|
| Methods in com.hp.hpl.jena.sdb.layout2 that return LayoutType | |
|---|---|
LayoutType |
StoreBase.getLayoutType()
|
| Uses of LayoutType in com.hp.hpl.jena.sdb.store |
|---|
| Fields in com.hp.hpl.jena.sdb.store declared as LayoutType | |
|---|---|
static LayoutType |
LayoutType.LayoutRDB
|
static LayoutType |
LayoutType.LayoutSimple
|
static LayoutType |
LayoutType.LayoutTripleNodesHash
|
static LayoutType |
LayoutType.LayoutTripleNodesIndex
|
| Methods in com.hp.hpl.jena.sdb.store that return LayoutType | |
|---|---|
static LayoutType |
LayoutType.fetch(String layoutTypeName)
|
| Methods in com.hp.hpl.jena.sdb.store that return types with arguments of type LayoutType | |
|---|---|
static List<LayoutType> |
LayoutType.allTypes()
|
| Methods in com.hp.hpl.jena.sdb.store with parameters of type LayoutType | |
|---|---|
static Store |
StoreFactory.create(LayoutType layout,
DatabaseType dbType)
Create a store, based on the store description. |
static Store |
StoreFactory.create(SDBConnection sdb,
LayoutType layout,
DatabaseType dbType)
Create a store, based on connection, layout type and database type. |
static void |
StoreFactory.register(DatabaseType dbType,
LayoutType layoutType,
StoreMaker factory)
Register a new store maker for a given database/layout pair. |
static void |
LayoutType.register(LayoutType layoutType)
|
static void |
LayoutType.registerName(String layoutName,
LayoutType layoutType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||