HEAD
| Package | Description |
|---|---|
| be.ugent.rml | |
| be.ugent.rml.access |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseType.Database |
DatabaseType.getDBtype(String db) |
static DatabaseType.Database |
DatabaseType.Database.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType.Database[] |
DatabaseType.Database.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DatabaseType.getDriver(DatabaseType.Database db) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseType.Database |
RDBAccess.getDatabase()
This method returns the database type.
|
| Constructor and Description |
|---|
RDBAccess(String dsn,
DatabaseType.Database database,
String username,
String password,
String query,
String contentType)
This constructor takes as arguments the dsn, database, username, password, query, and content type.
|
Copyright © 2020. All rights reserved.