public class USqlType extends CatalogItem
| Constructor and Description |
|---|
USqlType() |
| Modifier and Type | Method and Description |
|---|---|
String |
cSharpName()
Get the C# name for this type.
|
String |
databaseName()
Get the name of the database.
|
String |
fullCSharpName()
Get the fully qualified C# name for this type.
|
Boolean |
isAssemblyType()
Get the the switch indicating if this type is an assembly type.
|
Boolean |
isComplexType()
Get the the switch indicating if this type is a complex type.
|
Boolean |
isNullable()
Get the the switch indicating if this type is nullable.
|
Boolean |
isTableType()
Get the the switch indicating if this type is a table type.
|
Boolean |
isUserDefined()
Get the the switch indicating if this type is user defined.
|
String |
name()
Get the name of type for this type.
|
Integer |
principalId()
Get the principal ID for this type.
|
Integer |
schemaId()
Get the schema ID for this type.
|
String |
schemaName()
Get the name of the schema associated with this table and database.
|
Integer |
systemTypeId()
Get the system type ID for this type.
|
String |
typeFamily()
Get the type family for this type.
|
Integer |
userTypeId()
Get the user type ID for this type.
|
USqlType |
withCSharpName(String cSharpName)
Set the C# name for this type.
|
USqlType |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlType |
withFullCSharpName(String fullCSharpName)
Set the fully qualified C# name for this type.
|
USqlType |
withIsAssemblyType(Boolean isAssemblyType)
Set the the switch indicating if this type is an assembly type.
|
USqlType |
withIsComplexType(Boolean isComplexType)
Set the the switch indicating if this type is a complex type.
|
USqlType |
withIsNullable(Boolean isNullable)
Set the the switch indicating if this type is nullable.
|
USqlType |
withIsTableType(Boolean isTableType)
Set the the switch indicating if this type is a table type.
|
USqlType |
withIsUserDefined(Boolean isUserDefined)
Set the the switch indicating if this type is user defined.
|
USqlType |
withName(String name)
Set the name of type for this type.
|
USqlType |
withPrincipalId(Integer principalId)
Set the principal ID for this type.
|
USqlType |
withSchemaId(Integer schemaId)
Set the schema ID for this type.
|
USqlType |
withSchemaName(String schemaName)
Set the name of the schema associated with this table and database.
|
USqlType |
withSystemTypeId(Integer systemTypeId)
Set the system type ID for this type.
|
USqlType |
withTypeFamily(String typeFamily)
Set the type family for this type.
|
USqlType |
withUserTypeId(Integer userTypeId)
Set the user type ID for this type.
|
computeAccountName, version, withComputeAccountName, withVersionpublic String databaseName()
public USqlType withDatabaseName(String databaseName)
databaseName - the databaseName value to setpublic String schemaName()
public USqlType withSchemaName(String schemaName)
schemaName - the schemaName value to setpublic String name()
public USqlType withName(String name)
name - the name value to setpublic String typeFamily()
public USqlType withTypeFamily(String typeFamily)
typeFamily - the typeFamily value to setpublic String cSharpName()
public USqlType withCSharpName(String cSharpName)
cSharpName - the cSharpName value to setpublic String fullCSharpName()
public USqlType withFullCSharpName(String fullCSharpName)
fullCSharpName - the fullCSharpName value to setpublic Integer systemTypeId()
public USqlType withSystemTypeId(Integer systemTypeId)
systemTypeId - the systemTypeId value to setpublic Integer userTypeId()
public USqlType withUserTypeId(Integer userTypeId)
userTypeId - the userTypeId value to setpublic Integer schemaId()
public USqlType withSchemaId(Integer schemaId)
schemaId - the schemaId value to setpublic Integer principalId()
public USqlType withPrincipalId(Integer principalId)
principalId - the principalId value to setpublic Boolean isNullable()
public USqlType withIsNullable(Boolean isNullable)
isNullable - the isNullable value to setpublic Boolean isUserDefined()
public USqlType withIsUserDefined(Boolean isUserDefined)
isUserDefined - the isUserDefined value to setpublic Boolean isAssemblyType()
public USqlType withIsAssemblyType(Boolean isAssemblyType)
isAssemblyType - the isAssemblyType value to setpublic Boolean isTableType()
public USqlType withIsTableType(Boolean isTableType)
isTableType - the isTableType value to setpublic Boolean isComplexType()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/