public class ResponseContainerDatabaseSchema extends ResponseContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_SCHEMA |
| Constructor and Description |
|---|
ResponseContainerDatabaseSchema()
Constructor defines 'schema' type and sets schemaType to 'user'
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildId()
Build id based on names of catalog and schema.
|
String |
getCatalog()
Get catalog name.
|
String |
getSchema()
Get schema name.
|
String |
getSchemaType()
Get schema type
|
void |
setCatalog(String value)
Set catalog name.
|
void |
setSchema(String name)
Set schema name.
|
getAttribute, getId, getType, setAttribute, setIdpublic static final String TYPE_SCHEMA
public ResponseContainerDatabaseSchema()
public String getSchema()
public void setSchema(String name)
name - of the schema.public String getCatalog()
public void setCatalog(String value)
value - catalog name.public String getSchemaType()
public String buildId()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.