Class DdlName
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DdlName
A Data Lake Analytics DDL name item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the table associated with this database and schema.Get the name of the table associated with this database and schema.server()
Get the name of the table associated with this database and schema.Get the name of the table associated with this database and schema.withFirstPart
(String firstPart) Set the name of the table associated with this database and schema.withSecondPart
(String secondPart) Set the name of the table associated with this database and schema.withServer
(String server) Set the name of the table associated with this database and schema.withThirdPart
(String thirdPart) Set the name of the table associated with this database and schema.
-
Constructor Details
-
DdlName
public DdlName()
-
-
Method Details
-
firstPart
Get the name of the table associated with this database and schema.- Returns:
- the firstPart value
-
withFirstPart
Set the name of the table associated with this database and schema.- Parameters:
firstPart
- the firstPart value to set- Returns:
- the DdlName object itself.
-
secondPart
Get the name of the table associated with this database and schema.- Returns:
- the secondPart value
-
withSecondPart
Set the name of the table associated with this database and schema.- Parameters:
secondPart
- the secondPart value to set- Returns:
- the DdlName object itself.
-
thirdPart
Get the name of the table associated with this database and schema.- Returns:
- the thirdPart value
-
withThirdPart
Set the name of the table associated with this database and schema.- Parameters:
thirdPart
- the thirdPart value to set- Returns:
- the DdlName object itself.
-
server
Get the name of the table associated with this database and schema.- Returns:
- the server value
-
withServer
Set the name of the table associated with this database and schema.- Parameters:
server
- the server value to set- Returns:
- the DdlName object itself.
-