SyncFullSchemaTable Class

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

public class SyncFullSchemaTable

Properties of the table in the database full schema.

Constructor Summary

Constructor Description
SyncFullSchemaTable()

Method Summary

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

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

java.lang.String errorId()

Get error id of the table.

java.lang.Boolean hasError()

Get if there is error in the table.

java.lang.String name()

Get name of the table.

java.lang.String quotedName()

Get quoted name of the table.

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

SyncFullSchemaTable

public SyncFullSchemaTable()

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