Class USqlTableValuedFunction
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlTableValuedFunction
A Data Lake Analytics catalog U-SQL table valued function item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the database.Get the definition of the table valued function.name()
Get the name of the table valued function.Get the name of the schema associated with this database.withDatabaseName
(String databaseName) Set the name of the database.withDefinition
(String definition) Set the definition of the table valued function.Set the name of the table valued function.withSchemaName
(String schemaName) Set the name of the schema associated with this database.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlTableValuedFunction
public USqlTableValuedFunction()
-
-
Method Details
-
databaseName
Get the name of the database.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlTableValuedFunction object itself.
-
schemaName
Get the name of the schema associated with this database.- Returns:
- the schemaName value
-
withSchemaName
Set the name of the schema associated with this database.- Parameters:
schemaName
- the schemaName value to set- Returns:
- the USqlTableValuedFunction object itself.
-
name
Get the name of the table valued function.- Returns:
- the name value
-
withName
Set the name of the table valued function.- Parameters:
name
- the name value to set- Returns:
- the USqlTableValuedFunction object itself.
-
definition
Get the definition of the table valued function.- Returns:
- the definition value
-
withDefinition
Set the definition of the table valued function.- Parameters:
definition
- the definition value to set- Returns:
- the USqlTableValuedFunction object itself.
-