public abstract static class AbstractDatabase.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
DATABASE_CONNECTION_ID
Option to specify the data source for the database.
|
static OptionID |
INDEX_ID
Parameter to specify the indexes to use.
|
Constructor and Description |
---|
AbstractDatabase.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected abstract Database |
makeInstance()
Make an instance after successful configuration.
|
configure, make, makeOptions
public static final OptionID DATABASE_CONNECTION_ID
-dbc
public static final OptionID INDEX_ID
Key: -db.index
protected abstract Database makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.