Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabaseTable<T>

Interface of a database table.

It contains a list of indexed entries, as well as the current index (equal to the index of the last added entry).

It must be parametrised by the type of data [[T]] of the table entries, (see type parameter of TableEntry).

Type parameters

  • T: __type

Hierarchy

  • DatabaseTable

Index

Properties

Properties

currentIndex

currentIndex: TableEntryIndex

entries

entries: TableEntry<T>[]

Generated using TypeDoc