Class SyncFullSchemaTableColumn

java.lang.Object
com.microsoft.azure.management.sql.SyncFullSchemaTableColumn

public class SyncFullSchemaTableColumn extends Object
Properties of the column in the table of database full schema.
  • Constructor Details

    • SyncFullSchemaTableColumn

      public SyncFullSchemaTableColumn()
  • Method Details

    • dataSize

      public String dataSize()
      Get data size of the column.
      Returns:
      the dataSize value
    • dataType

      public String dataType()
      Get data type of the column.
      Returns:
      the dataType value
    • errorId

      public String errorId()
      Get error id of the column.
      Returns:
      the errorId value
    • hasError

      public Boolean hasError()
      Get if there is error in the table.
      Returns:
      the hasError value
    • isPrimaryKey

      public Boolean isPrimaryKey()
      Get if it is the primary key of the table.
      Returns:
      the isPrimaryKey value
    • name

      public String name()
      Get name of the column.
      Returns:
      the name value
    • quotedName

      public String quotedName()
      Get quoted name of the column.
      Returns:
      the quotedName value