SyncFullSchemaTableColumn Class

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

public class SyncFullSchemaTableColumn

Properties of the column in the table of database full schema.

Constructor Summary

Constructor Description
SyncFullSchemaTableColumn()

Method Summary

Modifier and Type Method and Description
java.lang.String dataSize()

Get data size of the column.

java.lang.String dataType()

Get data type of the column.

java.lang.String errorId()

Get error id of the column.

java.lang.Boolean hasError()

Get if there is error in the table.

java.lang.Boolean isPrimaryKey()

Get if it is the primary key of the table.

java.lang.String name()

Get name of the column.

java.lang.String quotedName()

Get quoted name of the column.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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

Applies to