
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, makeOptionspublic static final OptionID DATABASE_CONNECTION_ID
-dbc
public static final OptionID INDEX_ID
Key: -db.index
protected abstract Database makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer