Home Reference Source

Typedef

Static Public Summary
public

データベースのレコードの列情報

Static Private Summary
private

-jsonpragma table_info(x); で取得した情報

Static Public

public SQLite3TypeData: Object source

データベースのレコードの列情報

Properties:

NameTypeAttributeDescription
cid number

列番号

name string

列名

type string

型名

size number

型のサイズ

dflt_value string | null

未設定はnull, 設定されている場合は文字列

is_not_null boolean

null を許してよいか

Static Private

private SQLite3TableInfo: Object source

-jsonpragma table_info(x); で取得した情報

Properties:

NameTypeAttributeDescription
cid number

列番号

name string

列名

type string

型名 + 型のサイズ

notnull number

NULL を許してよいか

dflt_value string

初期値 未設定は(NULL)

pk number

主キーとして設定されているか