SyncFullSchemaTable interface

資料庫完整架構中數據表的屬性。

屬性

columns

資料庫完整架構數據表中的數據列清單。

errorId

數據表的錯誤識別碼。

hasError

如果資料表中有錯誤,則為 。

name

數據表的名稱。

quotedName

數據表的引號名稱。

屬性詳細資料

columns

資料庫完整架構數據表中的數據列清單。

columns?: SyncFullSchemaTableColumn[]

屬性值

errorId

數據表的錯誤識別碼。

errorId?: string

屬性值

string

hasError

如果資料表中有錯誤,則為 。

hasError?: boolean

屬性值

boolean

name

數據表的名稱。

name?: string

屬性值

string

quotedName

數據表的引號名稱。

quotedName?: string

屬性值

string