Uses of Class
com.microsoft.azure.management.datalake.analytics.models.DdlName
Packages that use DdlName
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of DdlName in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return DdlNameModifier and TypeMethodDescriptionEntityId.name()
Get the name of the external table associated with this database, schema and table.USqlTablePartition.parentName()
Get the Ddl object of the partition's parent.DdlName.withFirstPart
(String firstPart) Set the name of the table associated with this database and schema.DdlName.withSecondPart
(String secondPart) Set the name of the table associated with this database and schema.DdlName.withServer
(String server) Set the name of the table associated with this database and schema.DdlName.withThirdPart
(String thirdPart) Set the name of the table associated with this database and schema.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type DdlNameModifier and TypeMethodDescriptionSet the name of the external table associated with this database, schema and table.USqlTablePartition.withParentName
(DdlName parentName) Set the Ddl object of the partition's parent.