Package | Description |
---|---|
com.sequoiadb.datasource |
SequoiaDB Datasource API
|
Modifier and Type | Method and Description |
---|---|
ConnectStrategy |
DatasourceOptions.getConnectStrategy()
Get the current strategy of creating connections.
|
static ConnectStrategy |
ConnectStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectStrategy[] |
ConnectStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasourceOptions.setConnectStrategy(ConnectStrategy strategy)
Set connection strategy.
|
Copyright © 2023. All rights reserved.