menu
nebula_db package
documentation
engine/table.dart
Table
Table.new constructor
Table.new constructor
dark_mode
light_mode
Table
constructor
Table
(
{
required
TableMeta
meta
,
required
PageCache
cache
,
required
Map
<
String
,
BTree
>
indexes
,
required
String
indexDir
,
})
Implementation
Table({ required this.meta, required this.cache, required this.indexes, required this.indexDir, });
nebula_db package
documentation
engine/table
Table
Table.new constructor
Table class