public final class SyncFullSchemaTableColumn extends Object
| Constructor and Description |
|---|
SyncFullSchemaTableColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
dataSize()
Get the dataSize property: Data size of the column.
|
String |
dataType()
Get the dataType property: Data type of the column.
|
String |
errorId()
Get the errorId property: Error id of the column.
|
Boolean |
hasError()
Get the hasError property: If there is error in the table.
|
Boolean |
isPrimaryKey()
Get the isPrimaryKey property: If it is the primary key of the table.
|
String |
name()
Get the name property: Name of the column.
|
String |
quotedName()
Get the quotedName property: Quoted name of the column.
|
void |
validate()
Validates the instance.
|
public String dataSize()
public String dataType()
public String errorId()
public Boolean hasError()
public Boolean isPrimaryKey()
public String name()
public String quotedName()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.