SyncFullSchemaTable Class
- java.
lang. Object - com.
microsoft. azure. management. sql. SyncFullSchemaTable
- com.
public class SyncFullSchemaTable
Properties of the table in the database full schema.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Sync |
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java