USqlTableType Class
- java.
lang. Object - CatalogItem
- USqlType
- com.
microsoft. azure. management. datalake. analytics. models. USqlTableType
- com.
public class USqlTableType extends USqlType
A Data Lake Analytics catalog U-SQL table type item.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Type |
columns()
Get the columns value. |
Inherited Members
CatalogItem.computeAccountName()
USqlType.cSharpName()
USqlType.databaseName()
USqlType.fullCSharpName()
USqlType.isAssemblyType()
USqlType.isComplexType()
USqlType.isNullable()
USqlType.isTableType()
USqlType.isUserDefined()
USqlType.name()
USqlType.principalId()
USqlType.schemaId()
USqlType.schemaName()
USqlType.systemTypeId()
USqlType.typeFamily()
USqlType.userTypeId()
CatalogItem.version()
CatalogItem.withComputeAccountName(String computeAccountName)
USqlType.withCSharpName(String cSharpName)
USqlType.withDatabaseName(String databaseName)
USqlType.withFullCSharpName(String fullCSharpName)
USqlType.withIsAssemblyType(Boolean isAssemblyType)
USqlType.withIsComplexType(Boolean isComplexType)
USqlType.withIsNullable(Boolean isNullable)
USqlType.withIsTableType(Boolean isTableType)
USqlType.withIsUserDefined(Boolean isUserDefined)
USqlType.withName(String name)
USqlType.withPrincipalId(Integer principalId)
USqlType.withSchemaId(Integer schemaId)
USqlType.withSchemaName(String schemaName)
USqlType.withSystemTypeId(Integer systemTypeId)
USqlType.withTypeFamily(String typeFamily)
USqlType.withUserTypeId(Integer userTypeId)
CatalogItem.withVersion(UUID version)
Method Details
columns
public List
Get the columns value.
Returns:
the columns value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java