SyncFullSchemaTable interface

データベースの完全なスキーマ内のテーブルのプロパティ。

プロパティ

columns

データベースの完全なスキーマのテーブル内の列の一覧。

errorId

テーブルのエラー ID。

hasError

テーブルにエラーがある場合。

name

テーブルの名前。

quotedName

テーブルの引用符で囲まれた名前。

プロパティの詳細

columns

データベースの完全なスキーマのテーブル内の列の一覧。

columns?: SyncFullSchemaTableColumn[]

プロパティ値

errorId

テーブルのエラー ID。

errorId?: string

プロパティ値

string

hasError

テーブルにエラーがある場合。

hasError?: boolean

プロパティ値

boolean

name

テーブルの名前。

name?: string

プロパティ値

string

quotedName

テーブルの引用符で囲まれた名前。

quotedName?: string

プロパティ値

string