Uses of Class
com.microsoft.azure.management.datalake.analytics.models.DdlName
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of DdlName in com.microsoft.azure.management.datalake.analytics.models
Modifier 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.Modifier 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.