Modifier and Type | Method and Description |
---|---|
static DB.Option |
DB.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DB.Option[] |
DB.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DB.disable(DB.Option... options)
Disable options.
|
void |
DB.enable(DB.Option... options)
Enable options.
|
boolean |
DB.isEnabled(DB.Option o)
Check if option is enabled.
|
Copyright © 2016–2021 JDBDT. All rights reserved.