public class CreateDataConnectorDesc extends Object implements DDLDesc, Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
CreateDataConnectorDesc(String connectorName,
String type,
String url,
boolean ifNotExists,
String description,
Map<String,String> dcProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Map<String,String> |
getConnectorProperties() |
boolean |
getIfNotExists() |
String |
getName() |
String |
getType() |
String |
getURL() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.