SyncFullSchemaTableColumn Class
- java.
lang. Object - com.
microsoft. azure. management. sql. SyncFullSchemaTableColumn
- com.
public class SyncFullSchemaTableColumn
Properties of the column in the table of database full schema.
Method Summary
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. |
Method Details
dataSize
public String dataSize()
Get data size of the column.
Returns:
dataType
public String dataType()
Get data type of the column.
Returns:
errorId
public String errorId()
Get error id of the column.
Returns:
hasError
public Boolean hasError()
Get if there is error in the table.
Returns:
isPrimaryKey
public Boolean isPrimaryKey()
Get if it is the primary key of the table.
Returns:
name
public String name()
Get name of the column.
Returns:
quotedName
public String quotedName()
Get quoted name of the column.
Returns:
Applies to
Azure SDK for Java