| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
ConnectionInfo.getConnectionType() |
ConnectionType |
CreateConnection.getConnectionType() |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfo |
ConnectionsAPI.create(String name,
ConnectionType connectionType,
Map<String,String> options) |
ConnectionInfo |
ConnectionInfo.setConnectionType(ConnectionType connectionType) |
CreateConnection |
CreateConnection.setConnectionType(ConnectionType connectionType) |
Copyright © 2024. All rights reserved.