Package | Description |
---|---|
com.sleepycat.client |
Modifier and Type | Method and Description |
---|---|
SDatabaseType |
SDatabaseConfig.getType()
Return the type of the database.
|
static SDatabaseType |
SDatabaseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDatabaseType[] |
SDatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SDatabaseConfig |
SDatabaseConfig.setType(SDatabaseType type)
Configure the type of the database.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.