Uses of Class
com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SyncGroupSchemaTableColumn in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSyncGroupSchemaTableColumn.withDataSize
(String dataSize) Set data size of the column.SyncGroupSchemaTableColumn.withDataType
(String dataType) Set data type of the column.SyncGroupSchemaTableColumn.withQuotedName
(String quotedName) Set quoted name of sync group table column.Modifier and TypeMethodDescriptionSyncGroupSchemaTable.columns()
Get list of columns in sync group schema.Modifier and TypeMethodDescriptionSyncGroupSchemaTable.withColumns
(List<SyncGroupSchemaTableColumn> columns) Set list of columns in sync group schema.