azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

106 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn"
name: "SyncFullSchemaTableColumn"
nameWithType: "SyncFullSchemaTableColumn"
summary: "Properties of the column in the table of database full schema."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SyncFullSchemaTableColumn**"
constructors:
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.SyncFullSchemaTableColumn()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.SyncFullSchemaTableColumn()"
name: "SyncFullSchemaTableColumn()"
nameWithType: "SyncFullSchemaTableColumn.SyncFullSchemaTableColumn()"
syntax: "public SyncFullSchemaTableColumn()"
methods:
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.dataSize()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.dataSize()"
name: "dataSize()"
nameWithType: "SyncFullSchemaTableColumn.dataSize()"
summary: "Get data size of the column."
syntax: "public String dataSize()"
desc: "Get data size of the column."
returns:
description: "the dataSize value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.dataType()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.dataType()"
name: "dataType()"
nameWithType: "SyncFullSchemaTableColumn.dataType()"
summary: "Get data type of the column."
syntax: "public String dataType()"
desc: "Get data type of the column."
returns:
description: "the dataType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.errorId()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.errorId()"
name: "errorId()"
nameWithType: "SyncFullSchemaTableColumn.errorId()"
summary: "Get error id of the column."
syntax: "public String errorId()"
desc: "Get error id of the column."
returns:
description: "the errorId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.hasError()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.hasError()"
name: "hasError()"
nameWithType: "SyncFullSchemaTableColumn.hasError()"
summary: "Get if there is error in the table."
syntax: "public Boolean hasError()"
desc: "Get if there is error in the table."
returns:
description: "the hasError value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.isPrimaryKey()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.isPrimaryKey()"
name: "isPrimaryKey()"
nameWithType: "SyncFullSchemaTableColumn.isPrimaryKey()"
summary: "Get if it is the primary key of the table."
syntax: "public Boolean isPrimaryKey()"
desc: "Get if it is the primary key of the table."
returns:
description: "the isPrimaryKey value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.name()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.name()"
name: "name()"
nameWithType: "SyncFullSchemaTableColumn.name()"
summary: "Get name of the column."
syntax: "public String name()"
desc: "Get name of the column."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.quotedName()"
fullName: "com.microsoft.azure.management.sql.SyncFullSchemaTableColumn.quotedName()"
name: "quotedName()"
nameWithType: "SyncFullSchemaTableColumn.quotedName()"
summary: "Get quoted name of the column."
syntax: "public String quotedName()"
desc: "Get quoted name of the column."
returns:
description: "the quotedName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of the column in the table of database full schema."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4