Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
static DatabaseOption |
DatabaseOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseOption[] |
DatabaseOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<DatabaseOption> |
Database.getOptions()
Returns the
DatabaseOption values for the database |
Modifier and Type | Method and Description |
---|---|
boolean |
Database.getOption(DatabaseOption option)
Gets the value of a database option
|
void |
Database.setOption(DatabaseOption option,
boolean flag)
Sets the value of a database option
|
Copyright © 2019–2021 HCL. All rights reserved.