Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Table

Manages sqlite methods for a table.

Hierarchy

  • Table

Index

Constructors

constructor

Properties

_columns

_columns: ColumnResolvable[] = ...

The raw unresolved columns for this table.

columns

columns: Column[] = ...

The columns that were instantiated once connecting to database.

db

The database for this table.

name

name: string

The name of this table.

ready

ready: boolean = false

Whether the table is ready.

Accessors

columnCreator

  • get columnCreator(): string

Methods

addColumn

addColumns

all

create

  • create(): boolean

delete

get

getColumn

  • getColumn(index: number): undefined | Column

getColumns

getRowCount

getRowPosition

getTableColumns

getTypeColumns

insert

isReady

  • isReady(): boolean

set

setDatabase

setName

  • setName(str: string): Table

transformColumns

  • transformColumns(): Column[]

Generated using TypeDoc