public class USqlView extends CatalogItem
| Constructor and Description |
|---|
USqlView() |
| Modifier and Type | Method and Description |
|---|---|
String |
databaseName()
Get the name of the database.
|
String |
definition()
Get the defined query of the view.
|
String |
name()
Get the name of the view.
|
String |
schemaName()
Get the name of the schema associated with this view and database.
|
USqlView |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlView |
withDefinition(String definition)
Set the defined query of the view.
|
USqlView |
withName(String name)
Set the name of the view.
|
USqlView |
withSchemaName(String schemaName)
Set the name of the schema associated with this view and database.
|
computeAccountName, version, withComputeAccountName, withVersionpublic String databaseName()
public USqlView withDatabaseName(String databaseName)
databaseName - the databaseName value to setpublic String schemaName()
public USqlView withSchemaName(String schemaName)
schemaName - the schemaName value to setpublic String name()
public USqlView withName(String name)
name - the name value to setpublic String definition()
Copyright © 2019. All rights reserved.