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