public final class SimpleGdbFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static SimpleGdb |
createInstance(String dbName,
String connectionString)
Opens a connection to the Gene Database located in the given file.
|
public static SimpleGdb createInstance(String dbName, String connectionString) throws IDMapperException
Use this instead of constructor to create an instance of SimpleGdb that matches the schema version.
connectionString - a JDBC Connection stringIDMapperException - on failureCopyright © 2006–2021 BridgeDb project. All rights reserved.