Class SyncFullSchemaTableColumn
java.lang.Object
com.microsoft.azure.management.sql.SyncFullSchemaTableColumn
Properties of the column in the table of database full schema.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondataSize()
Get data size of the column.dataType()
Get data type of the column.errorId()
Get error id of the column.hasError()
Get if there is error in the table.Get if it is the primary key of the table.name()
Get name of the column.Get quoted name of the column.
-
Constructor Details
-
SyncFullSchemaTableColumn
public SyncFullSchemaTableColumn()
-
-
Method Details
-
dataSize
Get data size of the column.- Returns:
- the dataSize value
-
dataType
Get data type of the column.- Returns:
- the dataType value
-
errorId
Get error id of the column.- Returns:
- the errorId value
-
hasError
Get if there is error in the table.- Returns:
- the hasError value
-
isPrimaryKey
Get if it is the primary key of the table.- Returns:
- the isPrimaryKey value
-
name
Get name of the column.- Returns:
- the name value
-
quotedName
Get quoted name of the column.- Returns:
- the quotedName value
-