| Package | Description |
|---|---|
| iot.jcypher.database | |
| iot.jcypher.database.embedded | |
| iot.jcypher.database.remote |
| Modifier and Type | Method and Description |
|---|---|
DBType |
IDBAccess.getDBType()
Answer the type of database access (REMOTE, EMBEDDED, IN_MEMORY)
|
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IDBAccess |
DBAccessFactory.createDBAccess(DBType dbType,
Properties properties)
create an IDBAccess (an accessor) for a specific database.
|
static IDBAccess |
DBAccessFactory.createDBAccess(DBType dbType,
Properties properties,
String userId,
String password)
create an IDBAccess (an accessor) for a specific database,
supports authentication and authorization.
|
| Modifier and Type | Method and Description |
|---|---|
DBType |
InMemoryDBAccess.getDBType() |
DBType |
EmbeddedDBAccess.getDBType() |
| Modifier and Type | Method and Description |
|---|---|
DBType |
RemoteDBAccess.getDBType() |
Copyright © 2016. All rights reserved.