@Generated public class CreateSchema extends Object
| Constructor and Description |
|---|
CreateSchema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCatalogName() |
String |
getComment() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getStorageRoot() |
int |
hashCode() |
CreateSchema |
setCatalogName(String catalogName) |
CreateSchema |
setComment(String comment) |
CreateSchema |
setName(String name) |
CreateSchema |
setProperties(Map<String,String> properties) |
CreateSchema |
setStorageRoot(String storageRoot) |
String |
toString() |
public CreateSchema setCatalogName(String catalogName)
public String getCatalogName()
public CreateSchema setComment(String comment)
public String getComment()
public CreateSchema setName(String name)
public String getName()
public CreateSchema setProperties(Map<String,String> properties)
public CreateSchema setStorageRoot(String storageRoot)
public String getStorageRoot()
Copyright © 2024. All rights reserved.