|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseType | |
|---|---|
| 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 | |
| Uses of DatabaseType in com.hp.hpl.jena.sdb |
|---|
| Methods in com.hp.hpl.jena.sdb that return DatabaseType | |
|---|---|
DatabaseType |
Store.getDatabaseType()
Return the database type of the store |
DatabaseType |
StoreDesc.getDbType()
|
| Methods in com.hp.hpl.jena.sdb with parameters of type DatabaseType | |
|---|---|
void |
StoreDesc.setDbType(DatabaseType dbType)
|
| Constructors in com.hp.hpl.jena.sdb with parameters of type DatabaseType | |
|---|---|
StoreDesc(LayoutType layout,
DatabaseType dbType)
|
|
StoreDesc(LayoutType layout,
DatabaseType dbType,
FeatureSet featureSet)
|
|
| Uses of DatabaseType in com.hp.hpl.jena.sdb.layout1 |
|---|
| Methods in com.hp.hpl.jena.sdb.layout1 that return DatabaseType | |
|---|---|
DatabaseType |
StoreBase1.getDatabaseType()
|
| Uses of DatabaseType in com.hp.hpl.jena.sdb.layout2 |
|---|
| Methods in com.hp.hpl.jena.sdb.layout2 that return DatabaseType | |
|---|---|
DatabaseType |
StoreBase.getDatabaseType()
|
| Uses of DatabaseType in com.hp.hpl.jena.sdb.sql |
|---|
| Methods in com.hp.hpl.jena.sdb.sql with parameters of type DatabaseType | |
|---|---|
static String |
JDBC.getDriver(DatabaseType dbType)
|
| Uses of DatabaseType in com.hp.hpl.jena.sdb.store |
|---|
| Fields in com.hp.hpl.jena.sdb.store declared as DatabaseType | |
|---|---|
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.SQLServer
|
| Methods in com.hp.hpl.jena.sdb.store that return DatabaseType | |
|---|---|
static DatabaseType |
DatabaseType.fetch(String databaseTypeName)
|
| Methods in com.hp.hpl.jena.sdb.store that return types with arguments of type DatabaseType | |
|---|---|
static List<DatabaseType> |
DatabaseType.allTypes()
|
| Methods in com.hp.hpl.jena.sdb.store with parameters of type DatabaseType | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||