Package | Description |
---|---|
uk.ac.roslin.ensembl.config | |
uk.ac.roslin.ensembl.dao.database | |
uk.ac.roslin.ensembl.model.database |
Modifier and Type | Method and Description |
---|---|
DBConnection.DataSource |
DBConnection.getConfiguredDatasource() |
static DBConnection.DataSource |
DBConnection.getDataSource(String value) |
DBConnection.DataSource |
RegistryConfiguration.getType()
Returns the current DataSource type of this RegistryConfiguration object.
|
static DBConnection.DataSource |
DBConnection.DataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBConnection.DataSource[] |
DBConnection.DataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DBConnection(DBConnection.DataSource datasource) |
DBConnection(DBConnection.DataSource datasource,
Properties local_datasource) |
RegistryConfiguration(DBConnection.DataSource type)
Constructs a RegistryConfiguration object after calling setType, which will
set the DBConnection if DataSource is of a known valid type.
|
Modifier and Type | Method and Description |
---|---|
DBConnection.DataSource |
DBRegistry.getDatasourceType() |
Modifier and Type | Method and Description |
---|---|
static DBRegistry |
DBRegistry.createRegistryForDataSource(DBConnection.DataSource type) |
static DBRegistry |
DBRegistry.createRegistryForDataSourceAtReleaseVersion(DBConnection.DataSource type,
Integer release) |
static DBRegistry |
DBRegistry.createRegistryForDataSourceCurrentRelease(DBConnection.DataSource type) |
static DBRegistry |
DBRegistry.createUninitializedRegistryForDataSource(DBConnection.DataSource type) |
void |
DBRegistry.setConfiguration(DBConnection.DataSource type) |
Modifier and Type | Method and Description |
---|---|
DBConnection.DataSource |
Registry.getDatasourceType() |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3