public class SyncFullSchemaTable extends Object
| Constructor and Description |
|---|
SyncFullSchemaTable() |
| 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.
|
public List<SyncFullSchemaTableColumn> columns()
public String errorId()
public Boolean hasError()
public String name()
public String quotedName()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/