SyncFullSchemaTable Class

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

public class SyncFullSchemaTable

Properties of the table in the database full schema.

Method Summary

Modifier and Type Method and Description
List<SyncFullSchemaTableColumn> columns()

Get list of columns in the table of database full schema.

String errorId()

Get error id of the table.

Boolean hasError()

Get if there is error in the table.

String name()

Get name of the table.

String quotedName()

Get quoted name of the table.

Method Details

columns

public List columns()

Get list of columns in the table of database full schema.

Returns:

the columns value

errorId

public String errorId()

Get error id of the table.

Returns:

the errorId value

hasError

public Boolean hasError()

Get if there is error in the table.

Returns:

the hasError value

name

public String name()

Get name of the table.

Returns:

the name value

quotedName

public String quotedName()

Get quoted name of the table.

Returns:

the quotedName value

Applies to