public class SyncFullSchemaTableColumn extends Object
| Constructor and Description |
|---|
SyncFullSchemaTableColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
dataSize()
Get data size of the column.
|
String |
dataType()
Get data type of the column.
|
String |
errorId()
Get error id of the column.
|
Boolean |
hasError()
Get if there is error in the table.
|
Boolean |
isPrimaryKey()
Get if it is the primary key of the table.
|
String |
name()
Get name of the column.
|
String |
quotedName()
Get quoted name of the column.
|
public String dataSize()
public String dataType()
public String errorId()
public Boolean hasError()
public Boolean isPrimaryKey()
public String name()
public String quotedName()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/