Package | Description |
---|---|
com.hp.hpl.jena.sdb | |
com.hp.hpl.jena.sdb.layout1 | |
com.hp.hpl.jena.sdb.layout2 | |
com.hp.hpl.jena.sdb.sql | |
com.hp.hpl.jena.sdb.store |
Modifier and Type | Method and Description |
---|---|
DatabaseType |
Store.getDatabaseType()
Return the database type of the store
|
DatabaseType |
StoreDesc.getDbType() |
Modifier and Type | Method and Description |
---|---|
void |
StoreDesc.setDbType(DatabaseType dbType) |
Constructor and Description |
---|
StoreDesc(LayoutType layout,
DatabaseType dbType) |
StoreDesc(LayoutType layout,
DatabaseType dbType,
FeatureSet featureSet) |
Modifier and Type | Method and Description |
---|---|
DatabaseType |
StoreBase1.getDatabaseType() |
Modifier and Type | Method and Description |
---|---|
DatabaseType |
StoreBase.getDatabaseType() |
Modifier and Type | Method and Description |
---|---|
static String |
JDBC.getDriver(DatabaseType dbType) |
Modifier and Type | Field and Description |
---|---|
static DatabaseType |
DatabaseType.DB2 |
static DatabaseType |
DatabaseType.Derby |
static DatabaseType |
DatabaseType.H2 |
static DatabaseType |
DatabaseType.HSQLDB |
static DatabaseType |
DatabaseType.MySQL |
static DatabaseType |
DatabaseType.Oracle |
static DatabaseType |
DatabaseType.PostgreSQL |
static DatabaseType |
DatabaseType.SAP |
static DatabaseType |
DatabaseType.SQLServer |
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
DatabaseType.fetch(String databaseTypeName) |
Modifier and Type | Method and Description |
---|---|
static List<DatabaseType> |
DatabaseType.allTypes() |
Modifier and Type | Method and Description |
---|---|
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 |
DatabaseType.register(DatabaseType dbType) |
static void |
StoreFactory.register(DatabaseType dbType,
LayoutType layoutType,
StoreMaker factory)
Register a new store maker for a given database/layout pair.
|
static void |
DatabaseType.registerName(String databaseName,
DatabaseType dbType) |
Licenced under the Apache License, Version 2.0