public class USqlSchema extends CatalogItem
| Constructor and Description |
|---|
USqlSchema() |
| Modifier and Type | Method and Description |
|---|---|
String |
databaseName()
Get the name of the database.
|
String |
name()
Get the name of the schema.
|
USqlSchema |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlSchema |
withName(String name)
Set the name of the schema.
|
computeAccountName, version, withComputeAccountName, withVersionpublic String databaseName()
public USqlSchema withDatabaseName(String databaseName)
databaseName - the databaseName value to setpublic String name()
public USqlSchema withName(String name)
name - the name value to setCopyright © 2019. All rights reserved.