Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqliteTableColumn

Object containing data from a sqlite column.

Hierarchy

  • SqliteTableColumn

Index

Properties

cid

cid: number

The column id.

dflt_value

dflt_value: null | string | number

The default value for this column.

name

name: string

The name of this column.

notnull

notnull: number

Whether this column can be nullable.

pk

pk: number

Whether this column is the primary key to table.

type

The type of this column.

Generated using TypeDoc