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